summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Improve fstat(2) performanceBrian Behlendorf2011-07-111-0/+1
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-0110-8/+13
* Linux compat 2.6.39: security_inode_init_security()Brian Behlendorf2011-07-018-1/+16
* Add ZFS specific mmap() checksBrian Behlendorf2011-07-011-0/+2
* MMAP OptimizationPrasad Joshi2011-07-012-0/+4
* Tear down and flush the mmap regionPrasad Joshi2011-06-277-0/+27
* Add "ashift" property to zpool createChristian Kohlschütter2011-06-171-0/+1
* Linux 2.6.37 compat, WRITE_FLUSH_FUABrian Behlendorf2011-06-171-0/+14
* Always check -Wno-unused-but-set-variable gcc supportBrian Behlendorf2011-06-146-6/+6
* Check for -Wno-unused-but-set-variable gcc supportBrian Behlendorf2011-06-146-0/+12
* Disable direct reclaim for z_wr_* threadsBrian Behlendorf2011-05-061-0/+1
* Handle NULL in nfsd .fsync() hookBrian Behlendorf2011-05-061-13/+0
* Add missing ZFS tunablesBrian Behlendorf2011-05-042-2/+2
* Fix 'zfs set volsize=N pool/dataset'Brian Behlendorf2011-05-026-0/+6
* Implemented NFS export_operations.Gunnar Beutner2011-04-297-1/+8
* Fix libzpool cv_* build errorBrian Behlendorf2011-03-311-1/+2
* Fixes to enable zvol symlink creationFajar A. Nugraha2011-03-241-1/+1
* Linux 2.6.28 compat, insert_inode_locked()Brian Behlendorf2011-03-227-1/+22
* Linux 2.6.27 compat, blk_queue_stackable()Brian Behlendorf2011-03-221-0/+11
* Fix evict() deadlockBrian Behlendorf2011-03-221-0/+2
* Add init scriptsBrian Behlendorf2011-03-176-0/+6
* Register .remount_fs handlerBrian Behlendorf2011-03-151-0/+1
* Register .sync_fs handlerBrian Behlendorf2011-03-151-1/+1
* Print mount/umount errorsBrian Behlendorf2011-03-091-1/+4
* Range lock performance improvementsBrian Behlendorf2011-03-081-0/+1
* Add zfs_open()/zfs_close()Brian Behlendorf2011-03-081-0/+2
* Drop HAVE_XVATTR macrosBrian Behlendorf2011-03-022-11/+8
* Add xvattr supportBrian Behlendorf2011-03-026-1/+338
* Use udev to create /dev/zvol/[dataset_name] linksFajar A. Nugraha2011-02-251-0/+6
* Add the new blkdev_compat.h header to the DIST target.Darik Horn2011-02-242-2/+4
* Linux 2.6.38 compat, blkdev_get_by_path()Brian Behlendorf2011-02-237-3/+24
* Linux 2.6.x compat, blkdev_compat.hBrian Behlendorf2011-02-236-64/+68
* Merge branch 'zpl'Brian Behlendorf2011-02-1826-161/+1126
|\
| * Linux 2.6.36 compat, sops->evict_inode()Brian Behlendorf2011-02-116-0/+6
| * Linux 2.6.33 compat, get/set xattr callbacksBrian Behlendorf2011-02-111-0/+45
| * Linux 2.6.35 compat, fops->fsync()Brian Behlendorf2011-02-119-5/+58
| * Linux 2.6.35 compat, const struct xattr_handlerBrian Behlendorf2011-02-109-1/+52
| * Use 'noop' IO SchedulerBrian Behlendorf2011-02-101-0/+3
| * Add mmap(2) supportBrian Behlendorf2011-02-101-0/+1
| * Add Hooks for Linux File OperationsBrian Behlendorf2011-02-103-0/+66
| * Add zp->z_is_zvol flagBrian Behlendorf2011-02-101-1/+1
| * Prototype/structure update for LinuxBrian Behlendorf2011-02-107-114/+120
| * Remove dmu_write_pages() supportBrian Behlendorf2011-02-101-4/+0
| * Remove zfs_ctldir.[ch]Brian Behlendorf2011-02-104-79/+29
| * VFS: Add zfs_inode_update() helperBrian Behlendorf2011-02-101-0/+1
| * VFS: Integrate zfs_znode_alloc()Brian Behlendorf2011-02-101-2/+9
| * ACL related changesBrian Behlendorf2011-02-101-2/+0
| * Add Linux Compat InfrastructureBrian Behlendorf2011-02-106-2/+622
| * Add basic uio supportBrian Behlendorf2011-02-104-2/+54
| * Export required vfs/vn symbolsBrian Behlendorf2011-02-104-0/+92