- 0a4ee51 mm: remove cleancache by Christoph Hellwig · 3 years ago
- a609718 devtmpfs regression fix: reconfigure on each mount by NeilBrown · 3 years ago
- 0b3ea09 fs: explicitly unregister per-superblock BDIs by Christoph Hellwig · 3 years, 2 months ago
- a11d7fc block: remove the bd_bdi in struct block_device by Christoph Hellwig · 3 years, 5 months ago
- a869870 block: move bd_mutex to struct gendisk by Christoph Hellwig · 3 years, 7 months ago
- 83e804f fs,security: Add sb_delete hook by Mickaël Salaün · 3 years, 8 months ago
- 0e63a5c Merge tag 'docs-5.12' of git://git.lwn.net/linux by Linus Torvalds · 3 years, 10 months ago
- 6f0d968 block: remove the NULL bdev check in bdev_read_only by Christoph Hellwig · 4 years ago
- 961f3c8 fs: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years ago
- 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 1 month ago
- 60b4988 fs: remove get_super_thawed and get_super_exclusive_thawed by Christoph Hellwig · 4 years, 1 month ago
- 9b85234 vfs: move __sb_{start,end}_write* to fs.h by Darrick J. Wong · 4 years, 2 months ago
- 8a3c84b vfs: separate __sb_start_write into blocking and non-blocking helpers by Darrick J. Wong · 4 years, 2 months ago
- 2284329 vfs: remove lockdep bogosity in __sb_start_write by Darrick J. Wong · 4 years, 2 months ago
- 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 3 months ago
- 4dbb29f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- cc23402 fs: fix indentation in deactivate_super() by Yufen Yu · 4 years, 10 months ago
- 1cd925d bdi: remove the name field in struct backing_dev_info by Christoph Hellwig · 4 years, 8 months ago
- aef33c2 bdi: simplify bdi_alloc by Christoph Hellwig · 4 years, 8 months ago
- dd7bc81 Fix use after free in get_tree_bdev() by David Howells · 4 years, 8 months ago
- 1edc8eb2 fs: call fsnotify_sb_delete after evict_inodes by Eric Sandeen · 5 years ago
- 015c21b Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 6fcf0c7 vfs: add missing blkdev_put() in get_tree_bdev() by Ian Kent · 5 years ago
- 7b1373d Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
- bc7d9ae Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 734d1ed Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
- c7eb686 vfs: subtype handling moved to fuse by David Howells · 6 years ago
- 43ce4c1 vfs: Add a single-or-reconfig keying to vfs_get_super() by David Howells · 6 years ago
- fe62c3a vfs: Create fs_context-aware mount_bdev() replacement by David Howells · 6 years ago
- 533770c new helper: get_tree_keyed() by Al Viro · 5 years ago
- 188d20bc vfs: Add file timestamp range support by Deepa Dinamani · 7 years ago
- 22d94f4 fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
- c2c44ec Unbreak mount_capable() by Al Viro · 5 years ago
- c23a0bb convenience helper: get_tree_single() by Al Viro · 6 years ago
- 2ac295d convenience helper get_tree_nodev() by Al Viro · 6 years ago
- 023d066 vfs: Kill sget_userns() by David Howells · 6 years ago
- c80fa7c vfs: Provide sb->s_iflags settings in fs_context struct by David Howells · 6 years ago
- c3aabf0 move mount_capable() further out by Al Viro · 6 years ago
- 059338a move mount_capable() calls to vfs_get_tree() by Al Viro · 6 years ago
- 20284ab switch mount_capable() to fs_context by Al Viro · 6 years ago
- 2527b28 move the capability checks from sget_userns() to legacy_get_tree() by Al Viro · 6 years ago
- bb7b6b2 vfs: Kill mount_ns() by David Howells · 6 years ago
- 0ce0cf1 consolidate the capability checks in sget_{fc,userns}() by Al Viro · 6 years ago
- feb8ae4 start massaging the checks in sget_...(): move to sget_userns() by Al Viro · 6 years ago
- ee94883 [fix] get rid of checking for absent device name in vfs_get_tree() by Al Viro · 6 years ago
- 06a2ae5 vfs: Add some logging to the core users of the fs_context log by David Howells · 6 years ago
- cb50b34 convenience helpers: vfs_get_super() and sget_fc() by Al Viro · 6 years ago
- f3a09c9 introduce fs_context methods by Al Viro · 6 years ago
- 8d0347f convert do_remount_sb() to fs_context by David Howells · 6 years ago
- c9ce29e vfs_get_tree(): evict the call of security_sb_kern_mount() by Al Viro · 6 years ago
- a0c9a8b teach vfs_get_tree() to handle subtype, switch do_new_mount() to it by Al Viro · 6 years ago
- 9bc61ab vfs: Introduce fs_context, switch vfs_kern_mount() to it. by David Howells · 6 years ago
- 718c430 mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNT by Al Viro · 6 years ago
- 204cc0c LSM: hide struct security_mnt_opts from any generic code by Al Viro · 6 years ago
- a10d7c2 LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() by Al Viro · 6 years ago
- f5c0c26 new helper: security_sb_eat_lsm_opts() by Al Viro · 6 years ago
- 6be8750 LSM: lift parsing LSM options into the caller of ->sb_kern_mount() by Al Viro · 6 years ago
- e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
- 1e6cb72 fsnotify: add super block object type by Amir Goldstein · 6 years ago
- aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
- 5a66847 fs: Convert unnamed_dev_ida to new API by Matthew Wilcox · 7 years ago
- 9b99646 mm: add SHRINK_EMPTY shrinker methods return value by Kirill Tkhai · 6 years ago
- c92e8e1 fs: propagate shrinker::id to list_lru by Kirill Tkhai · 6 years ago
- 2b3648a fs/super.c: refactor alloc_super() by Kirill Tkhai · 6 years ago
- f956d08a Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 79f546a fs: don't scan the inode cache before SB_BORN is set by Dave Chinner · 7 years ago
- 1c18d2a it's SB_BORN, not MS_BORN... by Al Viro · 7 years ago
- 8e04944 mm,vmscan: Allow preallocating memory for register_shrinker(). by Tetsuo Handa · 7 years ago
- 7214dd4 Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 08fdc8a buffer.c: call thaw_super during emergency thaw by Mateusz Guzik · 7 years ago
- 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- f1ee616 VFS: don't keep disconnected dentries on d_anon by NeilBrown · 7 years ago
- 9ee332d sget(): handle failures of register_shrinker() by Al Viro · 7 years ago
- ca0168e alloc_super(): do ->s_umount initialization earlier by Al Viro · 7 years ago
- ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c645b93 fold destroy_super() into __put_super() by Al Viro · 7 years ago
- 0200894 new helper: destroy_unused_super() by Al Viro · 7 years ago
- fa7c1d5 vfs: factor sb iteration out of do_emergency_remount by Mateusz Guzik · 7 years ago
- 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- bc8230e quota: Convert dqio_mutex to rwsem by Jan Kara · 8 years ago
- e462ec5 VFS: Differentiate mount flags (MS_*) from internal superblock flags by David Howells · 7 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
- 1d278a8 VFS: Kill off s_options and helpers by David Howells · 7 years ago
- dd111b3 VFS: Clean up whitespace in fs/namespace.c and fs/super.c by David Howells · 7 years ago
- 7c4cc30 bdi: Drop 'parent' argument from bdi_register[_va]() by Jan Kara · 8 years ago
- c1844d5 fs: Remove SB_I_DYNBDI flag by Jan Kara · 8 years ago
- 13eec23 fs: Get proper reference for s_bdi by Jan Kara · 8 years ago
- fca3934 fs: Provide infrastructure for dynamic BDIs in filesystems by Jan Kara · 8 years ago
- f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
- 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
- c3b0044 quota: Remove dqonoff_mutex by Jan Kara · 8 years ago
- ba6379f fs: Provide function to get superblock with exclusive s_umount by Jan Kara · 8 years ago
- f1a9622 fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths by Oleg Nesterov · 8 years ago
- 89f39af fs/super.c: fix race between freeze_super() and thaw_super() by Oleg Nesterov · 8 years ago
- a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago