summaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)Author
29 hoursMerge branch 'vfs-7.3.super' into vfs.allChristian Brauner
9 daysfs: look up the superblock via the device table in user_get_super()Christian Brauner
9 dayssuper: make fs_holder_ops privateChristian Brauner
9 daysfs: tolerate per-superblock freeze errors on shared devicesChristian Brauner
9 daysfs: look up superblocks via the device table in fs_holder_opsChristian Brauner
9 daysfs: add dedicated block device open helpers for filesystemsChristian Brauner
9 daysfs: maintain a global device-to-superblock tableChristian Brauner
9 dayssuper: take lock after last reference countChristian Brauner
9 dayssuper: convert s_count to refcount_t s_passiveChristian Brauner
9 daysfs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrinkUsama Arif
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-09vfs: add FS_USERNS_DELEGATABLE flag and set it for NFSJeff Layton
2026-06-05wind ->s_roots via ->d_sib instead of ->d_hashAl Viro
2026-06-03fs: retire sget()Christian Brauner
2026-05-21fs: unexport drop_super_exclusiveChristoph Hellwig
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'fsnotify_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-23fsnotify: Shutdown fsnotify before destroying sb's dcacheJan Kara
2026-01-13fs: report filesystem and file I/O errors to fsnotifyDarrick J. Wong
2025-12-05Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-03fs: PM: Fix reverse check in filesystems_freeze_callback()Rafael J. Wysocki
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-17get rid of kill_litter_super()Al Viro
2025-11-12power: always freeze efivarfsChristian Brauner
2025-10-29writeback: allow the file system to override MIN_WRITEBACK_PAGESChristoph Hellwig
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro
2025-08-25fs: Use try_cmpxchg() in sb_init_done_wq()Uros Bizjak
2025-08-11fs: Remove mount_bdevPedro Falcato
2025-08-11fs: Remove mount_nodevPedro Falcato
2025-07-28Merge tag 'vfs-6.17-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-15fs: add a new remove_bdev() callbackQu Wenruo
2025-06-12fs: unlock the superblock during iterate_supers_typeDarrick J. Wong
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-05-06kill vfs_submount()Al Viro
2025-04-29fs: remove useless plus one in super_cache_scan()Jinliang Zheng
2025-04-07super: use common iterator (Part 2)Christian Brauner
2025-04-07super: use a common iterator (Part 1)Christian Brauner
2025-04-07super: skip dying superblocks earlyChristian Brauner
2025-04-07super: simplify user_get_super()Christian Brauner
2025-04-07super: remove pointless s_root checksChristian Brauner
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds