aboutsummaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-12-25VFS: don't keep disconnected dentries on d_anonGravatar NeilBrown 1-1/+1
2017-12-18sget(): handle failures of register_shrinker()Gravatar Al Viro 1-1/+5
2017-12-05alloc_super(): do ->s_umount initialization earlierGravatar Al Viro 1-19/+18
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-25/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-11fold destroy_super() into __put_super()Gravatar Al Viro 1-21/+10
2017-10-11new helper: destroy_unused_super()Gravatar Al Viro 1-12/+19
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-37/+37
2017-08-17quota: Convert dqio_mutex to rwsemGravatar Jan Kara 1-1/+1
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsGravatar David Howells 1-34/+34
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-5/+5
2017-07-11VFS: Kill off s_options and helpersGravatar David Howells 1-1/+0
2017-07-06VFS: Clean up whitespace in fs/namespace.c and fs/super.cGravatar David Howells 1-2/+2
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Gravatar Jan Kara 1-1/+1
2017-04-20fs: Remove SB_I_DYNBDI flagGravatar Jan Kara 1-4/+1
2017-04-20fs: Get proper reference for s_bdiGravatar Jan Kara 1-5/+2
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsGravatar Jan Kara 1-0/+49
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+10
2017-02-02block: Use pointer to backing_dev_info from request_queueGravatar Jan Kara 1-1/+1
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-3/+10
2016-11-30quota: Remove dqonoff_mutexGravatar Jan Kara 1-1/+0
2016-11-23fs: Provide function to get superblock with exclusive s_umountGravatar Jan Kara 1-20/+60
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsGravatar Oleg Nesterov 1-12/+25
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Gravatar Oleg Nesterov 1-3/+3
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-8/+61
2016-07-26fs/fs-writeback.c: add a new writeback list for syncGravatar Dave Chinner 1-0/+2
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagGravatar Eric W. Biederman 1-2/+1
2016-06-23userns: Remove implicit MNT_NODEV fragility.Gravatar Eric W. Biederman 1-0/+3
2016-06-23mnt: Move the FS_USERNS_MOUNT check into sget_usernsGravatar Eric W. Biederman 1-0/+4
2016-06-23fs: Add user namespace member to struct super_blockGravatar Eric W. Biederman 1-6/+46
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsGravatar Eric W. Biederman 1-3/+10
2016-04-18Merge branch 'master' into for-nextGravatar Jiri Kosina 1-3/+2
2016-04-18Doc: treewide : Fix typos in DocBook/filesystem.xmlGravatar Masanari Iida 1-1/+1
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockGravatar Tejun Heo 1-0/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-01-06fs: use block_device name vsprintf helperGravatar Dmitry Monakhov 1-3/+1
2015-12-08fs/super.c: use && instead of & for warn_on conditionGravatar Vincent Stehlé 1-1/+1
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Al Viro 1-1/+3
2015-08-17sync: serialise per-superblock sync operationsGravatar Dave Chinner 1-0/+1
2015-08-17inode: convert inode_sb_list_lock to per-sbGravatar Dave Chinner 1-1/+2
2015-08-15change sb_writers to use percpu_rw_semaphoreGravatar Oleg Nesterov 1-81/+30
2015-08-15shift percpu_counter_destroy() into destroy_super_work()Gravatar Oleg Nesterov 1-4/+19
2015-08-15document rwsem_release() in sb_wait_write()Gravatar Oleg Nesterov 1-3/+9
2015-08-15fix the broken lockdep logic in __sb_start_write()Gravatar Oleg Nesterov 1-33/+40
2015-07-01fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Gravatar Wang YanQing 1-1/+1
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsGravatar Vladimir Davydov 1-1/+1
2015-02-22trylock_super(): replacement for grab_super_passive()Gravatar Konstantin Khlebnikov 1-22/+18
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2015-02-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-19/+28