summaryrefslogtreecommitdiffstats
path: root/fs/super.c
AgeCommit message (Expand)AuthorLines
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-2/+1
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-63/+0
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+2
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro-2/+1
2025-08-25fs: Use try_cmpxchg() in sb_init_done_wq()Uros Bizjak-3/+5
2025-08-11fs: Remove mount_bdevPedro Falcato-43/+0
2025-08-11fs: Remove mount_nodevPedro Falcato-20/+0
2025-07-28Merge tag 'vfs-6.17-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+11
2025-07-15fs: add a new remove_bdev() callbackQu Wenruo-0/+11
2025-06-12fs: unlock the superblock during iterate_supers_typeDarrick J. Wong-1/+3
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+1
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-91/+225
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner-13/+158
2025-05-06kill vfs_submount()Al Viro-8/+1
2025-04-29fs: remove useless plus one in super_cache_scan()Jinliang Zheng-1/+1
2025-04-07super: use common iterator (Part 2)Christian Brauner-9/+39
2025-04-07super: use a common iterator (Part 1)Christian Brauner-54/+13
2025-04-07super: skip dying superblocks earlyChristian Brauner-0/+6
2025-04-07super: simplify user_get_super()Christian Brauner-14/+15
2025-04-07super: remove pointless s_root checksChristian Brauner-13/+6
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-03-08vfs: Remove invalidate_inodes()Jan Kara-1/+1
2025-02-06vfs: remove some unused old mount api codeEric Sandeen-55/+0
2025-01-25lib/list_debug.c: add object information in case of invalid objectManinder Singh-1/+1
2024-10-21fs/super.c: introduce get_tree_bdev_flags()Gao Xiang-6/+20
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-2/+2
2024-08-22fs/super.c: improve get_tree() error messageKent Overstreet-2/+2
2024-08-19percpu-rwsem: remove the unused parameter 'read'Wang Long-1/+1
2024-08-19fs: don't flush in-flight wb switches for superblocks without cgroup writebackHaifeng Xu-1/+1
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)-0/+11
2024-06-18fs: don't misleadingly warn during thaw operationsChristian Brauner-1/+10
2024-05-20Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2024-04-17fsnotify: fix UAF from FS_ERROR event on a shutting down filesystemAmir Goldstein-0/+1
2024-03-27fs,block: yield devices earlyChristian Brauner-21/+3
2024-03-18fs,block: get holder during claimChristian Brauner-0/+18
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-9/+9
2024-02-25bdev: open block device as filesChristian Brauner-9/+9
2024-02-25fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfAl Viro-9/+4
2024-01-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds-6/+6
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-223/+275
2023-12-27fs: move fscrypt keyring destruction to after ->put_superJosef Bacik-6/+6
2023-12-12fs: super: use GFP_KERNEL instead of GFP_USER for super block allocationAlexander Mikhalitsyn-1/+1
2023-11-28super: don't bother with WARN_ON_ONCE()Christian Brauner-4/+1
2023-11-28super: massage wait event mechanismChristian Brauner-37/+14
2023-11-18fs: handle freezing from multiple devicesChristian Brauner-32/+112
2023-11-18fs: remove dead checkChristian Brauner-5/+0
2023-11-18fs: streamline thaw_super_lockedChristoph Hellwig-23/+20
2023-11-18fs: simplify setup_bdev_super() callsChristian Brauner-16/+0
2023-11-18fs: remove unused helperChristian Brauner-40/+14