aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zpl_super.c
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.16 compat: inode_set_iversion()Brian Behlendorf2018-02-081-1/+1
* Restructure mount option handlingBrian Behlendorf2017-03-101-218/+8
* Rename zfs_* functionsBrian Behlendorf2017-03-101-1/+1
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-7/+8
* Fix memleak in zpl_parse_optionsChunwei Chen2016-05-311-3/+3
* Disable zpl_nr_cached_objects() callbackBrian Behlendorf2015-09-251-14/+1
* Honor xattr=sa dataset propertyNed Bass2015-09-191-2/+14
* Fix NULL as mount(2) syscall data parameterBrian Behlendorf2015-09-191-23/+24
* Add temporary mount optionsBrian Behlendorf2015-09-031-21/+205
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-15/+0
* Extend PF_FSTRANS critical regionsBrian Behlendorf2015-04-241-0/+8
* Mark additional functions as PF_FSTRANSBrian Behlendorf2015-04-171-0/+16
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-201-30/+11
* Mark zfs_inactive() with PF_FSTRANSBrian Behlendorf2015-03-101-0/+8
* Linux 3.12 compat: split shrinker has s_shrinkTim Chase2015-01-201-4/+4
* Remove shrink_dcache_memory() and shrink_icache_memory()Brian Behlendorf2014-10-171-19/+3
* Prune metadata from ghost lists in arc_adjust_metaPrakash Surya2014-02-211-1/+1
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-13/+11
* Honor CONFIG_FS_POSIX_ACL kernel optionMassimo Maggi2013-11-051-0/+2
* Posix ACL SupportMassimo Maggi2013-10-291-11/+31
* Fix arc_adapt() spinning in iterate_supers_type()Brian Behlendorf2013-07-171-0/+4
* Update SAs when an inode is dirtiedBrian Behlendorf2012-12-141-1/+20
* Linux 3.6 compat, sops->write_super() removedYuxuan Shui2012-10-141-1/+0
* Linux 3.5 compat, end_writeback() changed to clear_inode()Richard Yao2012-07-231-5/+10
* Add .zfs control directoryBrian Behlendorf2012-03-221-7/+17
* Linux 3.3 compat, sops->show_options()Brian Behlendorf2012-02-031-7/+17
* Linux 3.1 compat, super_block->s_shrinkBrian Behlendorf2012-01-111-20/+106
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-011-3/+17
* Tear down and flush the mmap regionPrasad Joshi2011-06-271-2/+2
* Implemented NFS export_operations.Gunnar Beutner2011-04-291-8/+0
* Linux 2.6.29 compat, credentialsBrian Behlendorf2011-04-071-3/+3
* Linux 2.6.29 compat, .freeze_fs/.unfreeze_fsBrian Behlendorf2011-03-221-2/+0
* Register .remount_fs handlerBrian Behlendorf2011-03-151-1/+11
* Register .sync_fs handlerBrian Behlendorf2011-03-151-1/+15
* Linux 2.6.36 compat, sops->evict_inode()Brian Behlendorf2011-02-111-9/+45
* Add Hooks for Linux Super Block OperationsBrian Behlendorf2011-02-101-0/+168