summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Remove zfs_ctldir.[ch]Brian Behlendorf2011-02-106-1348/+1
* Disable fuid featuresBrian Behlendorf2011-02-101-0/+6
* Disable zfs_sync during oops/panicBrian Behlendorf2011-02-101-1/+1
* Disable Shutdown/RebootBrian Behlendorf2011-02-101-1/+5
* Remove SYNC_ATTR checkBrian Behlendorf2011-02-101-9/+0
* Remove mount optionsBrian Behlendorf2011-02-101-21/+0
* Remove zfs_active_fs_countBrian Behlendorf2011-02-101-11/+0
* Remove unused mount functionsBrian Behlendorf2011-02-101-333/+0
* Remove zfs_major/zfs_minor/zfsfstypeBrian Behlendorf2011-02-101-105/+2
* Remove Solaris VFS HooksBrian Behlendorf2011-02-103-159/+0
* VFS: Add zfs_inode_update() helperBrian Behlendorf2011-02-103-2/+76
* VFS: Integrate zfs_znode_alloc()Brian Behlendorf2011-02-101-59/+27
* Enable zfs_znode compilationBrian Behlendorf2011-02-102-18/+21
* ACL related changesBrian Behlendorf2011-02-102-5/+27
* Init/destroy tsdBrian Behlendorf2011-02-101-2/+1
* Replace VOP_* calls with direct zfs_* callsBrian Behlendorf2011-02-101-15/+16
* Add basic uio supportBrian Behlendorf2011-02-102-0/+256
* Add trivial acl helpersBrian Behlendorf2011-02-101-1/+120
* Remove dead ACL codeBrian Behlendorf2011-02-101-75/+1
* Remove zfs_parse_bootfs() supportBrian Behlendorf2011-02-101-55/+0
* VFS: Wrap with HAVE_SHAREBrian Behlendorf2011-02-102-18/+22
* Wrap with HAVE_MLSLABELBrian Behlendorf2011-02-101-0/+2
* Remove znode move functionalityBrian Behlendorf2011-02-101-184/+0
* Conserve stack in zfs_mkdir()Brian Behlendorf2011-02-101-1/+3
* Conserve stack in zfs_sa_upgrade()Brian Behlendorf2011-02-101-4/+8
* Export required vfs/vn symbolsBrian Behlendorf2011-02-102-29/+61
* Add HAVE_SCANSTAMPBrian Behlendorf2011-02-101-2/+6
* Add initial rw_uio functions to the dmuBrian Behlendorf2011-02-041-3/+109
* Documentation updatesBrian Behlendorf2011-02-041-1/+1
* Fix ZVOL rename minor devicesBrian Behlendorf2011-01-071-3/+9
* Fix minor compiler warningsBrian Behlendorf2011-01-065-57/+60
* Use cv_timedwait_interruptible in arcBrian Behlendorf2010-12-141-3/+3
* Enable rrwlock.c compilationBrian Behlendorf2010-12-071-3/+0
* Fix for access beyond end of device errorNed Bass2010-11-102-1/+3
* Linux 2.6.36 compat, use fops->unlocked_ioctl()Brian Behlendorf2010-11-101-6/+5
* Linux 2.6.36 compat, synchronous bio flagBrian Behlendorf2010-11-101-2/+23
* Remove inconsistent use of EOPNOTSUPPNed Bass2010-11-101-1/+1
* Make rollbacks fail gracefullyNed Bass2010-11-081-1/+1
* Increate zio write interrupt thread count.Brian Behlendorf2010-11-081-1/+1
* Shorten zio_* thread namesBrian Behlendorf2010-11-082-3/+2
* Fix panic mounting unformatted zvolNed Bass2010-10-291-0/+4
* Fix missing 'zpool events'Brian Behlendorf2010-10-122-6/+20
* Initial zio delay timingBrian Behlendorf2010-10-123-3/+26
* Add FAILFAST supportBrian Behlendorf2010-10-121-10/+4
* Generate zevents for speculative and soft errorsBrian Behlendorf2010-10-121-16/+2
* Fix negative zio->io_error which must be positive.Brian Behlendorf2010-10-121-2/+19
* Suppress large kmem_alloc() warning.Brian Behlendorf2010-10-121-2/+2
* Use stored whole_disk property when opening a vdevNed Bass2010-10-041-3/+13
* Register the space accounting callback even when we don't have the ZPL.Ricardo M. Correia2010-10-041-1/+3
* Export ZFS symbols needed by Lustre.Ricardo M. Correia2010-09-171-0/+11