summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Remove rdev packingBrian Behlendorf2011-02-231-35/+1
* Use correct ASSERT3* variantBrian Behlendorf2011-02-231-1/+1
* Increase fragment size to block sizeBrian Behlendorf2011-02-231-4/+8
* Fix 'statement with no effect' warningBrian Behlendorf2011-02-231-1/+1
* Fix enum compiler warningBrian Behlendorf2011-02-231-2/+2
* Linux 2.6.x compat, blkdev_compat.hBrian Behlendorf2011-02-231-0/+1
* Merge branch 'zpl'Brian Behlendorf2011-02-1829-6051/+4388
|\
| * Use provided uid/gid for setattrBrian Behlendorf2011-02-172-5/+5
| * Fix symlink(2) inode reference countBrian Behlendorf2011-02-171-1/+0
| * Use -zfs_readlink() errorBrian Behlendorf2011-02-171-1/+1
| * Fix readlink(2)Brian Behlendorf2011-02-162-28/+36
| * Add get/setattr, get/setxattr hooksBrian Behlendorf2011-02-161-4/+11
| * Fix FIFO and socket handlingBrian Behlendorf2011-02-161-3/+4
| * Create minors for all zvolsBrian Behlendorf2011-02-161-1/+2
| * Linux 2.6.36 compat, sops->evict_inode()Brian Behlendorf2011-02-112-11/+45
| * Linux 2.6.33 compat, get/set xattr callbacksBrian Behlendorf2011-02-111-7/+13
| * Linux 2.6.35 compat, fops->fsync()Brian Behlendorf2011-02-111-2/+1
| * Linux 2.6.35 compat, const struct xattr_handlerBrian Behlendorf2011-02-101-4/+4
| * Use 'noop' IO SchedulerBrian Behlendorf2011-02-101-0/+46
| * Suppress large kmem_alloc() warningBrian Behlendorf2011-02-101-1/+1
| * Invalidate dcache and inode cacheBrian Behlendorf2011-02-101-7/+7
| * Move cv_destroy() outside zp->z_range_lock()Brian Behlendorf2011-02-101-23/+36
| * Add mmap(2) supportBrian Behlendorf2011-02-102-104/+244
| * Add Hooks for Linux Xattr OperationsBrian Behlendorf2011-02-101-0/+432
| * Add Hooks for Linux Super Block OperationsBrian Behlendorf2011-02-101-0/+168
| * Add Hooks for Linux Inode OperationsBrian Behlendorf2011-02-101-0/+331
| * Add Hooks for Linux File OperationsBrian Behlendorf2011-02-102-0/+177
| * Wrap with HAVE_XVATTRBrian Behlendorf2011-02-102-167/+213
| * Add zp->z_is_zvol flagBrian Behlendorf2011-02-102-2/+4
| * Prototype/structure update for LinuxBrian Behlendorf2011-02-1015-3230/+1976
| * Remove dmu_write_pages() supportBrian Behlendorf2011-02-101-57/+0
| * Create a root znode without VFS dependenciesBrian Behlendorf2011-02-101-85/+4
| * 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