1. ee94883 [fix] get rid of checking for absent device name in vfs_get_tree() by Al Viro · 6 years ago
  2. 06a2ae5 vfs: Add some logging to the core users of the fs_context log by David Howells · 6 years ago
  3. cb50b34 convenience helpers: vfs_get_super() and sget_fc() by Al Viro · 6 years ago
  4. f3a09c9 introduce fs_context methods by Al Viro · 6 years ago
  5. 8d0347f convert do_remount_sb() to fs_context by David Howells · 6 years ago
  6. c9ce29e vfs_get_tree(): evict the call of security_sb_kern_mount() by Al Viro · 6 years ago
  7. a0c9a8b teach vfs_get_tree() to handle subtype, switch do_new_mount() to it by Al Viro · 6 years ago
  8. 9bc61ab vfs: Introduce fs_context, switch vfs_kern_mount() to it. by David Howells · 6 years ago
  9. 718c430 mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNT by Al Viro · 6 years ago
  10. 204cc0c LSM: hide struct security_mnt_opts from any generic code by Al Viro · 6 years ago
  11. a10d7c2 LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() by Al Viro · 6 years ago
  12. f5c0c26 new helper: security_sb_eat_lsm_opts() by Al Viro · 6 years ago
  13. 6be8750 LSM: lift parsing LSM options into the caller of ->sb_kern_mount() by Al Viro · 6 years ago
  14. e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
  15. 1e6cb72 fsnotify: add super block object type by Amir Goldstein · 6 years ago
  16. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  17. 5a66847 fs: Convert unnamed_dev_ida to new API by Matthew Wilcox · 6 years ago
  18. 9b99646 mm: add SHRINK_EMPTY shrinker methods return value by Kirill Tkhai · 6 years ago
  19. c92e8e1 fs: propagate shrinker::id to list_lru by Kirill Tkhai · 6 years ago
  20. 2b3648a fs/super.c: refactor alloc_super() by Kirill Tkhai · 6 years ago
  21. f956d08a Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  22. 79f546a fs: don't scan the inode cache before SB_BORN is set by Dave Chinner · 7 years ago
  23. 1c18d2a it's SB_BORN, not MS_BORN... by Al Viro · 7 years ago
  24. 8e04944 mm,vmscan: Allow preallocating memory for register_shrinker(). by Tetsuo Handa · 7 years ago
  25. 7214dd4 Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  26. 08fdc8a buffer.c: call thaw_super during emergency thaw by Mateusz Guzik · 7 years ago
  27. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  28. f1ee616 VFS: don't keep disconnected dentries on d_anon by NeilBrown · 7 years ago
  29. 9ee332d sget(): handle failures of register_shrinker() by Al Viro · 7 years ago
  30. ca0168e alloc_super(): do ->s_umount initialization earlier by Al Viro · 7 years ago
  31. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. c645b93 fold destroy_super() into __put_super() by Al Viro · 7 years ago
  34. 0200894 new helper: destroy_unused_super() by Al Viro · 7 years ago
  35. fa7c1d5 vfs: factor sb iteration out of do_emergency_remount by Mateusz Guzik · 7 years ago
  36. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  37. bc8230e quota: Convert dqio_mutex to rwsem by Jan Kara · 7 years ago
  38. e462ec5 VFS: Differentiate mount flags (MS_*) from internal superblock flags by David Howells · 7 years ago
  39. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  40. 1d278a8 VFS: Kill off s_options and helpers by David Howells · 7 years ago
  41. dd111b3 VFS: Clean up whitespace in fs/namespace.c and fs/super.c by David Howells · 7 years ago
  42. 7c4cc30 bdi: Drop 'parent' argument from bdi_register[_va]() by Jan Kara · 8 years ago
  43. c1844d5 fs: Remove SB_I_DYNBDI flag by Jan Kara · 8 years ago
  44. 13eec23 fs: Get proper reference for s_bdi by Jan Kara · 8 years ago
  45. fca3934 fs: Provide infrastructure for dynamic BDIs in filesystems by Jan Kara · 8 years ago
  46. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  47. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  48. 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 8 years ago
  49. c3b0044 quota: Remove dqonoff_mutex by Jan Kara · 8 years ago
  50. ba6379f fs: Provide function to get superblock with exclusive s_umount by Jan Kara · 8 years ago
  51. f1a9622 fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths by Oleg Nesterov · 8 years ago
  52. 89f39af fs/super.c: fix race between freeze_super() and thaw_super() by Oleg Nesterov · 8 years ago
  53. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  54. 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
  55. cc50a07 userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag by Eric W. Biederman · 8 years ago
  56. 67690f9 userns: Remove implicit MNT_NODEV fragility. by Eric W. Biederman · 9 years ago
  57. a001e74 mnt: Move the FS_USERNS_MOUNT check into sget_userns by Eric W. Biederman · 8 years ago
  58. 6e4eab5 fs: Add user namespace member to struct super_block by Eric W. Biederman · 8 years ago
  59. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
  60. 9938b04 Merge branch 'master' into for-next by Jiri Kosina · 9 years ago
  61. bd7ced9 Doc: treewide : Fix typos in DocBook/filesystem.xml by Masanari Iida · 9 years ago
  62. a1a0e23 writeback: flush inode cgroup wb switches instead of pinning super_block by Tejun Heo · 9 years ago
  63. 7d1fc01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  64. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
  65. 22224a1 fs/super.c: use && instead of & for warn_on condition by Vincent Stehlé · 9 years ago
  66. 061f98e Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-next by Al Viro · 9 years ago
  67. e97fedb sync: serialise per-superblock sync operations by Dave Chinner · 10 years ago
  68. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 10 years ago
  69. 8129ed2 change sb_writers to use percpu_rw_semaphore by Oleg Nesterov · 9 years ago
  70. 853b39a shift percpu_counter_destroy() into destroy_super_work() by Oleg Nesterov · 9 years ago
  71. 0e28e01 document rwsem_release() in sb_wait_write() by Oleg Nesterov · 9 years ago
  72. f4b554a fix the broken lockdep logic in __sb_start_write() by Oleg Nesterov · 9 years ago
  73. 1af95de fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper limitation by Wang YanQing · 9 years ago
  74. 3cb29d1 cleancache: remove limit on the number of cleancache enabled filesystems by Vladimir Davydov · 10 years ago
  75. eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
  76. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  77. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  78. 49e7e7f fs: shrinker: always scan at least one object of each type by Vladimir Davydov · 10 years ago
  79. 2acb60a fs: make shrinker memcg aware by Vladimir Davydov · 10 years ago
  80. c0a5b560 list_lru: organize all list_lrus to list by Vladimir Davydov · 10 years ago
  81. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 10 years ago
  82. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 10 years ago
  83. 15d0f5e Make super_blocks and sb_lock static by Al Viro · 10 years ago
  84. fdab684 allow attaching fs_pin to a group not associated with some superblock by Al Viro · 10 years ago
  85. df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 10 years ago
  86. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  87. 475d0db fs: Fix theoretical division by 0 in super_cache_scan(). by Tetsuo Handa · 11 years ago
  88. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  89. cec9970 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  90. 8fa1f1c make fs/{namespace,super}.c forget about acct.h by Al Viro · 10 years ago
  91. 0aec09d drop ->s_umount around acct_auto_close() by Al Viro · 10 years ago
  92. 215752f acct: get rid of acct_list by Al Viro · 10 years ago
  93. b9ba6f9 quota: remove dqptr_sem by Niu Yawei · 10 years ago
  94. d23da15 fs/superblock: avoid locking counting inodes and dentries before reclaiming them by Tim Chen · 10 years ago
  95. 28f2cd4f fs/superblock: unregister sb shrinker before ->kill_sb() by Dave Chinner · 10 years ago
  96. a2a4dc4 fs: Don't return 0 from get_anon_bdev by Thomas Bächler · 11 years ago
  97. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  98. 807612d fs/super.c: sync ro remount after blocking writers by Andrew Ruder · 11 years ago
  99. b5bd856 fs/super.c: fix WARN on alloc_super() fail path by Vladimir Davydov · 11 years ago
  100. eee5cc2 get rid of s_files and files_lock by Al Viro · 11 years ago