]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zpl_super.c
Allow mounting datasets more than once
[mirror_zfs.git] / module / zfs / zpl_super.c
2018-05-08 Seth ForsheeAllow mounting datasets more than once
2018-03-14 Brian BehlendorfLinux 4.16 compat: inode_set_iversion()
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRestructure mount option handling
2017-03-10 Brian BehlendorfRename zfs_* functions
2017-03-10 Brian BehlendorfRename zfs_sb_t -> zfsvfs_t
2016-05-31 Chunwei ChenFix memleak in zpl_parse_options
2015-09-25 Brian BehlendorfDisable zpl_nr_cached_objects() callback
2015-09-19 Ned BassHonor xattr=sa dataset property
2015-09-19 Brian BehlendorfFix NULL as mount(2) syscall data parameter
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-03 Brian BehlendorfAdd temporary mount options
2015-08-31 Brian BehlendorfLinux 3.18 compat: Snapshot auto-mounting
2015-04-24 Brian BehlendorfExtend PF_FSTRANS critical regions
2015-04-17 Brian BehlendorfMark additional functions as PF_FSTRANS
2015-03-20 Brian BehlendorfRestructure per-filesystem reclaim
2015-03-10 Brian BehlendorfMark zfs_inactive() with PF_FSTRANS
2015-01-20 Tim ChaseLinux 3.12 compat: split shrinker has s_shrink
2014-10-17 Brian BehlendorfRemove shrink_dcache_memory() and shrink_icache_memory()
2014-02-22 Brian BehlendorfMerge branch 'arc-changes'
2014-02-22 Prakash SuryaPrune metadata from ghost lists in arc_adjust_meta
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-11-06 Massimo MaggiHonor CONFIG_FS_POSIX_ACL kernel option
2013-10-29 Massimo MaggiPosix ACL Support
2013-07-17 Brian BehlendorfFix arc_adapt() spinning in iterate_supers_type()
2012-12-14 Brian BehlendorfUpdate SAs when an inode is dirtied
2012-10-14 Brian BehlendorfMerge branch 'linux-3.6'
2012-10-14 Yuxuan ShuiLinux 3.6 compat, sops->write_super() removed
2012-07-23 Richard YaoLinux 3.5 compat, end_writeback() changed to clear_inode()
2012-03-22 Brian BehlendorfAdd .zfs control directory
2012-02-03 Brian BehlendorfLinux 3.3 compat, sops->show_options()
2012-01-11 Brian BehlendorfLinux 3.1 compat, super_block->s_shrink
2011-07-01 Brian BehlendorfLinux compat 2.6.39: mount_nodev()
2011-06-27 Prasad JoshiTear down and flush the mmap region
2011-04-29 Gunnar BeutnerImplemented NFS export_operations.
2011-04-07 Brian BehlendorfLinux 2.6.29 compat, credentials
2011-03-22 Brian BehlendorfLinux 2.6.29 compat, .freeze_fs/.unfreeze_fs
2011-03-22 Brian BehlendorfMerge branch 'dracut'
2011-03-15 Brian BehlendorfRegister .remount_fs handler
2011-03-15 Brian BehlendorfRegister .sync_fs handler
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-11 Brian BehlendorfLinux 2.6.36 compat, sops->evict_inode()
2011-02-10 Brian BehlendorfAdd Hooks for Linux Super Block Operations