summaryrefslogtreecommitdiffstats
path: root/fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Merge tag 'vfs-6.17-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2025-07-15fs: add a new remove_bdev() callbackQu Wenruo1-0/+11
2025-06-12fs: unlock the superblock during iterate_supers_typeDarrick J. Wong1-1/+3
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+1
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-91/+225
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner1-13/+158
2025-05-06kill vfs_submount()Al Viro1-8/+1
2025-04-29fs: remove useless plus one in super_cache_scan()Jinliang Zheng1-1/+1
2025-04-07super: use common iterator (Part 2)Christian Brauner1-9/+39
2025-04-07super: use a common iterator (Part 1)Christian Brauner1-54/+13
2025-04-07super: skip dying superblocks earlyChristian Brauner1-0/+6
2025-04-07super: simplify user_get_super()Christian Brauner1-14/+15
2025-04-07super: remove pointless s_root checksChristian Brauner1-13/+6
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-08vfs: Remove invalidate_inodes()Jan Kara1-1/+1
2025-02-06vfs: remove some unused old mount api codeEric Sandeen1-55/+0
2025-01-25lib/list_debug.c: add object information in case of invalid objectManinder Singh1-1/+1
2024-10-21fs/super.c: introduce get_tree_bdev_flags()Gao Xiang1-6/+20
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2024-08-22fs/super.c: improve get_tree() error messageKent Overstreet1-2/+2
2024-08-19percpu-rwsem: remove the unused parameter 'read'Wang Long1-1/+1
2024-08-19fs: don't flush in-flight wb switches for superblocks without cgroup writebackHaifeng Xu1-1/+1
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-06-18fs: don't misleadingly warn during thaw operationsChristian Brauner1-1/+10
2024-05-20Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2024-04-17fsnotify: fix UAF from FS_ERROR event on a shutting down filesystemAmir Goldstein1-0/+1
2024-03-27fs,block: yield devices earlyChristian Brauner1-21/+3
2024-03-18fs,block: get holder during claimChristian Brauner1-0/+18
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-9/+9
2024-02-25bdev: open block device as filesChristian Brauner1-9/+9
2024-02-25fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfAl Viro1-9/+4
2024-01-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-6/+6
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-223/+275
2023-12-27fs: move fscrypt keyring destruction to after ->put_superJosef Bacik1-6/+6
2023-12-12fs: super: use GFP_KERNEL instead of GFP_USER for super block allocationAlexander Mikhalitsyn1-1/+1
2023-11-28super: don't bother with WARN_ON_ONCE()Christian Brauner1-4/+1
2023-11-28super: massage wait event mechanismChristian Brauner1-37/+14
2023-11-18fs: handle freezing from multiple devicesChristian Brauner1-32/+112
2023-11-18fs: remove dead checkChristian Brauner1-5/+0
2023-11-18fs: streamline thaw_super_lockedChristoph Hellwig1-23/+20
2023-11-18fs: simplify setup_bdev_super() callsChristian Brauner1-16/+0
2023-11-18fs: remove unused helperChristian Brauner1-40/+14
2023-11-18fs: remove get_active_super()Christian Brauner1-28/+0
2023-11-18bdev: implement freeze and thaw holder operationsChristian Brauner1-20/+79
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-11-18fs: massage locking helpersChristian Brauner1-44/+61
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+19
2023-10-31ovl: punt write aio completion to workqueueAmir Goldstein1-0/+1
2023-10-28fs: assert that open_mutex isn't held over holder opsChristian Brauner1-0/+1