summaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Propagate errors when registering "relatime" property callback.Tim Chase2014-02-121-1/+1
* Implement relatime.Tim Chase2014-01-291-0/+13
* Drain iput taskq outside z_teardown_lockBrian Behlendorf2014-01-091-8/+8
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-2/+4
* Remove incorrect ASSERT in zfs_sb_teardown()Brian Behlendorf2013-12-021-3/+1
* Fix rollback of mounted filesystem regressionTim Chase2013-11-141-3/+3
* Honor CONFIG_FS_POSIX_ACL kernel optionMassimo Maggi2013-11-051-0/+5
* Illumos #3875Keith M Wesolowski2013-11-041-49/+52
* Illumos #3742Will Andrews2013-11-041-6/+5
* 6977619 NULL pointer deference in sa_handle_get_from_db()Mark Shellenbaum2013-11-041-8/+22
* Illumos #3598Matthew Ahrens2013-10-311-21/+21
* Posix ACL SupportMassimo Maggi2013-10-291-2/+38
* Illumos #3464Matthew Ahrens2013-09-041-28/+39
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-3/+3
* Fix read-only pool hang on unmountBrian Behlendorf2013-07-171-1/+5
* Fix zfs_sb_teardown/zfs_resume_fs NULL dereferenceTim Chase2013-07-011-5/+8
* Illumos #3006Madhav Suresh2013-06-191-1/+1
* Use sb->s_d_op default dentry operationsBrian Behlendorf2013-01-181-0/+3
* Revert "Revert "Fix unlink/xattr deadlock""Brian Behlendorf2013-01-171-0/+6
* Fix 'zfs rollback' on mounted file systemsBrian Behlendorf2013-01-171-18/+26
* Illumos #3208 cross-endian incorrect user/group accountingMatthew Ahrens2013-01-141-9/+25
* Revert "Fix unlink/xattr deadlock"Brian Behlendorf2012-12-051-6/+0
* Illumos #3100: zvol rename fails with EBUSY when dirty.Matthew Ahrens2012-10-031-3/+3
* Make ZFS filesystem id persistent across different machinesCyril Plisko2012-09-061-2/+4
* Suppress 'zfs_sb_create' memory warningBrian Behlendorf2012-08-101-1/+1
* Linux 3.4 compat, d_make_root() replaces d_alloc_root()Richard Yao2012-06-111-1/+1
* Fixed a NULL pointer dereference bug in zfs_preumountGunnar Beutner2012-04-051-1/+1
* Add .zfs control directoryBrian Behlendorf2012-03-221-10/+37
* Linux 3.1 compat, super_block->s_shrinkBrian Behlendorf2012-01-111-0/+21
* Implement SA based xattrsBrian Behlendorf2011-11-281-3/+13
* Simplify BDI integrationBrian Behlendorf2011-11-081-25/+23
* Disown dataset in zfs_sb_create()Brian Behlendorf2011-11-081-1/+1
* Export symbols for the VFS APIBrian Behlendorf2011-10-111-4/+10
* zpl: Fix "df -i" to have better free inodes valueAndreas Dilger2011-09-281-1/+1
* Add backing_device_info per-filesystemBrian Behlendorf2011-08-041-0/+27
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-011-177/+42
* Fix unlink/xattr deadlockGunnar Beutner2011-06-201-0/+6
* Implemented NFS export_operations.Gunnar Beutner2011-04-291-3/+1
* Linux 2.6.39 compat, invalidate_inodes()Brian Behlendorf2011-04-191-1/+1
* Register .remount_fs handlerBrian Behlendorf2011-03-151-0/+40
* Register .sync_fs handlerBrian Behlendorf2011-03-151-7/+11
* Set stat->st_dev and statfs->f_fsidBrian Behlendorf2011-03-071-1/+1
* Increase fragment size to block sizeBrian Behlendorf2011-02-231-4/+8
* Invalidate dcache and inode cacheBrian Behlendorf2011-02-101-7/+7
* Prototype/structure update for LinuxBrian Behlendorf2011-02-101-621/+473
* Remove zfs_ctldir.[ch]Brian Behlendorf2011-02-101-1/+0
* 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