summaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+0
2025-12-03fs: PM: Fix reverse check in filesystems_freeze_callback()Rafael J. Wysocki1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-11-18get rid of kill_litter_super()Al Viro1-8/+0
2025-11-12power: always freeze efivarfsChristian Brauner1-3/+10
2025-10-29writeback: allow the file system to override MIN_WRITEBACK_PAGESChristoph Hellwig1-0/+1
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-63/+0
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro1-2/+1
2025-08-25fs: Use try_cmpxchg() in sb_init_done_wq()Uros Bizjak1-3/+5
2025-08-11fs: Remove mount_bdevPedro Falcato1-43/+0
2025-08-11fs: Remove mount_nodevPedro Falcato1-20/+0
2025-07-29Merge 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-31Merge 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-26lib/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-28fs: 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