aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong1-30/+0
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong1-6/+12
2020-11-10vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong1-29/+4
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-0/+2
2020-06-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2020-05-29fs: fix indentation in deactivate_super()Yufen Yu1-1/+1
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig1-2/+0
2020-05-09bdi: simplify bdi_allocChristoph Hellwig1-1/+1
2020-04-28Fix use after free in get_tree_bdev()David Howells1-1/+1
2019-12-18fs: call fsnotify_sb_delete after evict_inodesEric Sandeen1-1/+3
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+4
2019-10-09vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent1-1/+4
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+0
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-7/+28
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-0/+2
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+2
2019-09-06vfs: subtype handling moved to fuseDavid Howells1-5/+0
2019-09-05vfs: Add a single-or-reconfig keying to vfs_get_super()David Howells1-7/+28
2019-09-05vfs: Create fs_context-aware mount_bdev() replacementDavid Howells1-0/+94
2019-09-05new helper: get_tree_keyed()Al Viro1-0/+10
2019-08-30vfs: Add file timestamp range supportDeepa Dinamani1-0/+2
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-0/+2
2019-07-31Unbreak mount_capable()Al Viro1-4/+1
2019-07-04convenience helper: get_tree_single()Al Viro1-0/+8
2019-07-04convenience helper get_tree_nodev()Al Viro1-0/+8
2019-05-25vfs: Kill sget_userns()David Howells1-38/+16
2019-05-25vfs: Provide sb->s_iflags settings in fs_context structDavid Howells1-0/+1
2019-05-25move mount_capable() further outAl Viro1-6/+0
2019-05-25move mount_capable() calls to vfs_get_tree()Al Viro1-6/+6
2019-05-25switch mount_capable() to fs_contextAl Viro1-4/+7
2019-05-25move the capability checks from sget_userns() to legacy_get_tree()Al Viro1-4/+0
2019-05-25vfs: Kill mount_ns()David Howells1-38/+0
2019-05-25consolidate the capability checks in sget_{fc,userns}()Al Viro1-18/+14
2019-05-25start massaging the checks in sget_...(): move to sget_userns()Al Viro1-10/+4
2019-04-28[fix] get rid of checking for absent device name in vfs_get_tree()Al Viro1-5/+0
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells1-1/+3
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro1-0/+171
2019-01-30introduce fs_context methodsAl Viro1-8/+28
2019-01-30convert do_remount_sb() to fs_contextDavid Howells1-34/+73
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro1-12/+3
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro1-0/+5
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells1-27/+23
2018-12-21mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNTAl Viro1-1/+1
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro1-7/+5
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro1-1/+7
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro1-12/+1
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro1-8/+16
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+1
2018-09-03fsnotify: add super block object typeAmir Goldstein1-1/+1
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-43/+24
2018-08-21fs: Convert unnamed_dev_ida to new APIMatthew Wilcox1-43/+24
2018-08-17mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai1-0/+3
2018-08-17fs: propagate shrinker::id to list_lruKirill Tkhai1-2/+2
2018-08-17fs/super.c: refactor alloc_super()Kirill Tkhai1-4/+4
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-05-11fs: don't scan the inode cache before SB_BORN is setDave Chinner1-6/+24
2018-05-10it's SB_BORN, not MS_BORN...Al Viro1-1/+1
2018-04-16mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa1-5/+4
2018-04-12Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-27/+78
2018-03-19buffer.c: call thaw_super during emergency thawMateusz Guzik1-2/+42
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2017-12-25VFS: don't keep disconnected dentries on d_anonNeilBrown1-1/+1
2017-12-18sget(): handle failures of register_shrinker()Al Viro1-1/+5
2017-12-05alloc_super(): do ->s_umount initialization earlierAl Viro1-19/+18
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-25/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11fold destroy_super() into __put_super()Al Viro1-21/+10
2017-10-11new helper: destroy_unused_super()Al Viro1-12/+19
2017-10-05vfs: factor sb iteration out of do_emergency_remountMateusz Guzik1-25/+36
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-37/+37
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara1-1/+1
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells1-34/+34
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-5/+5
2017-07-11VFS: Kill off s_options and helpersDavid Howells1-1/+0
2017-07-06VFS: Clean up whitespace in fs/namespace.c and fs/super.cDavid Howells1-2/+2
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-1/+1
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara1-4/+1
2017-04-20fs: Get proper reference for s_bdiJan Kara1-5/+2
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara1-0/+49
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+10
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+1
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-3/+10
2016-11-30quota: Remove dqonoff_mutexJan Kara1-1/+0
2016-11-23fs: Provide function to get superblock with exclusive s_umountJan Kara1-20/+60
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-8/+61
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner1-0/+2
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman1-2/+1
2016-06-23userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman1-0/+3
2016-06-23mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman1-0/+4
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman1-6/+46
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-3/+10
2016-04-18Merge branch 'master' into for-nextJiri Kosina1-3/+2
2016-04-18Doc: treewide : Fix typos in DocBook/filesystem.xmlMasanari Iida1-1/+1
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo1-0/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-3/+1
2015-12-08fs/super.c: use && instead of & for warn_on conditionVincent Stehlé1-1/+1
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro1-1/+3
2015-08-17sync: serialise per-superblock sync operationsDave Chinner1-0/+1
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner1-1/+2
2015-08-15change sb_writers to use percpu_rw_semaphoreOleg Nesterov1-81/+30
2015-08-15shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov1-4/+19
2015-08-15document rwsem_release() in sb_wait_write()Oleg Nesterov1-3/+9
2015-08-15fix the broken lockdep logic in __sb_start_write()Oleg Nesterov1-33/+40
2015-07-01fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Wang YanQing1-1/+1
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov1-1/+1
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov1-22/+18
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-19/+28
2015-02-12fs: shrinker: always scan at least one object of each typeVladimir Davydov1-3/+6
2015-02-12fs: make shrinker memcg awareVladimir Davydov1-3/+3
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov1-0/+8
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov1-6/+6
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-13/+11
2015-02-02Make super_blocks and sb_lock staticAl Viro1-2/+2
2015-01-25allow attaching fs_pin to a group not associated with some superblockAl Viro1-2/+2
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig1-6/+2
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2014-10-09fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa1-0/+2
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+2
2014-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+0
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro1-2/+1
2014-08-07drop ->s_umount around acct_auto_close()Al Viro1-4/+14
2014-08-07acct: get rid of acct_listAl Viro1-1/+1
2014-07-15quota: remove dqptr_semNiu Yawei1-1/+0
2014-06-04fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen1-4/+8
2014-06-04fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner1-3/+1
2014-04-16fs: Don't return 0 from get_anon_bdevThomas Bächler1-1/+4
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-2/+0
2014-01-31fs/super.c: sync ro remount after blocking writersAndrew Ruder1-1/+2
2014-01-21fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov1-1/+2
2013-11-09get rid of s_files and files_lockAl Viro1-13/+2
2013-10-24make freeing super_block rcu-delayedAl Viro1-1/+1
2013-10-24uninline destroy_super(), consolidate alloc_super()Al Viro1-120/+86
2013-10-01fs/super.c: fix lru_list leak for realAl Viro1-2/+2
2013-09-10super: fix for destroy lrusGlauber Costa1-0/+3
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa1-2/+9
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-9/+14
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner1-6/+5
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner1-7/+5
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner1-31/+49
2013-09-10dentry: move to per-sb LRU locksDave Chinner1-0/+1
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa1-7/+7
2013-09-07prune_super(): sb->s_op is never NULLAl Viro1-1/+1
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig1-9/+9
2013-07-20livelock avoidance in sget()Al Viro1-15/+10
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-1/+1
2012-10-09vfs: drop lock/unlock superMarco Stornelli1-23/+0
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-6/+0
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy1-40/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-22/+230
2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim1-1/+1
2012-07-31fs: Remove old freezing mechanismJan Kara1-1/+0
2012-07-31fs: Improve filesystem freezing handlingJan Kara1-21/+230
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-11/+11
2012-06-09writeback: Fix some comment errorsWanpeng Li1-1/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+1
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk1-1/+1
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-02-13vfs: Provide function to get superblock and wait for it to thawJan Kara1-0/+22
2012-02-14security: trim security.hAl Viro1-0/+1
2012-01-23mm: cleancache: s/flush/invalidate/Dan Magenheimer1-1/+1
2012-01-17wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio1-0/+2
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi1-4/+0
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi1-4/+18
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi1-0/+2
2012-01-03vfs: fix the rest of sget() racesAl Viro1-7/+13
2012-01-03vfs: convert fs_supers to hlistAl Viro1-12/+14
2012-01-03trim fs/internal.hAl Viro1-2/+2
2011-11-02vfs: ignore error on forced remountMiklos Szeredi1-2/+7
2011-10-31vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka1-1/+1
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2011-07-20vfs: increase shrinker batch sizeDave Chinner1-0/+1
2011-07-20superblock: add filesystem shrinker operationsDave Chinner1-12/+33
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner1-1/+50
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner1-0/+33
2011-07-20inode: move to per-sb LRU locksDave Chinner1-0/+1
2011-07-20inode: Make unused inode LRU per superblockDave Chinner1-0/+1
2011-07-20btrfs: kill magical embedded struct superblockAl Viro1-9/+23
2011-07-20new helper: iterate_supers_type()Al Viro1-0/+36
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-4/+0
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds1-0/+3
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer1-0/+3
2011-05-19VFS: trivial: fix comment on s_maxbytes value warning checkJeff Layton1-2/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+2
2011-03-17vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro1-80/+16
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe1-0/+2
2011-03-16vfs: bury ->get_sb()Al Viro1-61/+6
2011-02-11vfs: call rcu_barrier after ->kill_sb()Boaz Harrosh1-0/+5
2011-01-16sanitize vfsmount refcounting changesAl Viro1-1/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-9/+10