1. dabe0dc vfs: fix the rest of sget() races by Al Viro · 12 years ago
  2. a516616 vfs: convert fs_supers to hlist by Al Viro · 12 years ago
  3. f47ec3f trim fs/internal.h by Al Viro · 12 years ago
  4. 2833eb2 vfs: ignore error on forced remount by Miklos Szeredi · 13 years ago
  5. 09f363c vmscan: fix shrinker callback bug in fs/super.c by Mikulas Patocka · 13 years ago
  6. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  7. 8ab4766 vfs: increase shrinker batch size by Dave Chinner · 13 years ago
  8. 0e1fdaf superblock: add filesystem shrinker operations by Dave Chinner · 13 years ago
  9. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
  10. 12ad3ab superblock: move pin_sb_for_writeback() to fs/super.c by Dave Chinner · 13 years ago
  11. 09cc9fc inode: move to per-sb LRU locks by Dave Chinner · 13 years ago
  12. 98b745c inode: Make unused inode LRU per superblock by Dave Chinner · 13 years ago
  13. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  14. 43e15cd new helper: iterate_supers_type() by Al Viro · 13 years ago
  15. 4aede84 fixlet: Remove fs_excl from struct task. by Justin TerAvest · 13 years ago
  16. 9e1f1de more conservative S_NOSEC handling by Al Viro · 13 years ago
  17. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  18. c515e1f mm/fs: add hooks to support cleancache by Dan Magenheimer · 13 years ago
  19. 4358b56 VFS: trivial: fix comment on s_maxbytes value warning check by Jeff Layton · 13 years ago
  20. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  21. 9d412a4 vfs: split off vfsmount-related parts of vfs_kern_mount() by Al Viro · 13 years ago
  22. 95f2860 fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away by Jens Axboe · 13 years ago
  23. 1a102ff vfs: bury ->get_sb() by Al Viro · 13 years ago
  24. d863b50 vfs: call rcu_barrier after ->kill_sb() by Boaz Harrosh · 13 years ago
  25. f03c659 sanitize vfsmount refcounting changes by Al Viro · 13 years ago
  26. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  27. b3e19d9 fs: scale mntget/mntput by Nick Piggin · 13 years ago
  28. ceb5bdc fs: dcache per-bucket dcache hash locking by Nick Piggin · 13 years ago
  29. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  30. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  31. ceefda6 switch get_sb_ns() users by Al Viro · 14 years ago
  32. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  33. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  34. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  35. c96e41e beginning of transtion: ->mount() by Al Viro · 14 years ago
  36. 63997e9 split invalidate_inodes() by Al Viro · 14 years ago
  37. 6416ccb fs: scale files_lock by Nick Piggin · 14 years ago
  38. dca3325 no need for list_for_each_entry_safe()/resetting with superblock list by Al Viro · 14 years ago
  39. 7a4dec5 Fix sget() race with failing mount by Al Viro · 14 years ago
  40. 4f331f0 vfs: don't hold s_umount over close_bdev_exclusive() call by Tejun Heo · 14 years ago
  41. 57439f8 fs: fix superblock iteration race by npiggin@suse.de · 14 years ago
  42. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  43. 7000d3c fs/super: fix kernel-doc warning by Randy Dunlap · 14 years ago
  44. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  45. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  46. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  47. 51ee049 vfs: add lockdep annotation to s_vfs_rename_key for ecryptfs by Roland Dreier · 14 years ago
  48. 18e9e51 Introduce freeze_super and thaw_super for the fsfreeze ioctl by Josef Bacik · 14 years ago
  49. e1e46bf Trim includes in fs/super.c by Al Viro · 14 years ago
  50. d3f2147 Move grabbing s_umount to callers of grab_super() by Al Viro · 14 years ago
  51. 7ed1ee6 Take statfs variants to fs/statfs.c by Al Viro · 14 years ago
  52. 01a05b3 new helper: iterate_supers() by Al Viro · 14 years ago
  53. 35cf7ba Bury __put_super_and_need_restart() by Al Viro · 14 years ago
  54. df40c01 In get_super() and user_get_super() restarts are unconditional by Al Viro · 14 years ago
  55. 1494583 fix get_active_super()/umount() race by Al Viro · 14 years ago
  56. e7fe058 fix do_emergency_remount()/umount() races by Al Viro · 14 years ago
  57. 6754af6 Convert simple loops over superblocks to list_for_each_entry_safe by Al Viro · 14 years ago
  58. 8edd64b get rid of restarts in sync_filesystems() by Al Viro · 14 years ago
  59. 551de6f Leave superblocks on s_list until the end by Al Viro · 14 years ago
  60. 1712ac8 Saner locking around deactivate_super() by Al Viro · 14 years ago
  61. b20bd1a get rid of S_BIAS by Al Viro · 14 years ago
  62. 389b8be get rid of open-coded grab_super() in get_active_super() by Al Viro · 14 years ago
  63. a135aa2 remove incorrect comment in do_emergency_remount by Christoph Hellwig · 14 years ago
  64. 5477d0f fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK by Jens Axboe · 14 years ago
  65. 5129a46 Catch filesystems lacking s_bdi by Jörn Engel · 14 years ago
  66. 8089352 Mirror MS_KERNMOUNT in ->mnt_flags by Al Viro · 14 years ago
  67. d208bbd fs: improve remount,ro vs buffercache coherency by Nick Piggin · 14 years ago
  68. 9329d1b vfs: get_sb_single() - do not pass options twice by Kay Sievers · 14 years ago
  69. 4504230 freeze_bdev: grab active reference to frozen superblocks by Christoph Hellwig · 15 years ago
  70. 4fadd7b freeze_bdev: kill bd_mount_sem by Christoph Hellwig · 15 years ago
  71. 42cb56a vfs: change sb->s_maxbytes to a loff_t by Jeff Layton · 15 years ago
  72. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  73. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  74. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  75. 66f3b8e writeback: move dirty inodes from super_block to backing_dev_info by Jens Axboe · 15 years ago
  76. f21f622 ... and the same for vfsmount id/mount group id by Al Viro · 15 years ago
  77. c63e09e Make allocation of anon devices cheaper by Al Viro · 15 years ago
  78. b089551 remove unlock_kernel() left accidentally by J. R. Okajima · 15 years ago
  79. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  80. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  81. 4aa98cf Push BKL down into do_remount_sb() by Al Viro · 15 years ago
  82. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  83. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  84. a9e220f No need to do lock_super() for exclusion in generic_shutdown_super() by Al Viro · 15 years ago
  85. 443b94b Make sure that all callers of remount hold s_umount exclusive by Al Viro · 15 years ago
  86. e500475 cleanup sync_supers by Christoph Hellwig · 15 years ago
  87. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  88. 60b0680 vfs: Rename fsync_super() to sync_filesystem() (version 4) by Jan Kara · 15 years ago
  89. c15c54f vfs: Move syncing code from super.c to sync.c (version 4) by Jan Kara · 15 years ago
  90. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 15 years ago
  91. 429479f vfs: Make __fsync_super() a static function (version 4) by Jan Kara · 15 years ago
  92. bfe8812 vfs: Call ->sync_fs() even if s_dirt is 0 (version 4) by Jan Kara · 15 years ago
  93. 5a3e5cb vfs: Fix sys_sync() and fsync_super() reliability (version 4) by Jan Kara · 15 years ago
  94. 876a9f7 remove s_async_list by Christoph Hellwig · 15 years ago
  95. 864d7c4 fs: move mark_files_ro into file_table.c by npiggin@suse.de · 15 years ago
  96. ddbaaf3 NULL noise in fs/super.c:kill_bdev_super() by H Hartley Sweeten · 15 years ago
  97. 74dbbdd New helper: deactivate_locked_super() by Al Viro · 15 years ago
  98. 909e6d9 namespaces: move proc_net_get_sb to a generic fs/super.c helper by Serge E. Hallyn · 15 years ago
  99. 800a964 CacheFiles: Export things for CacheFiles by David Howells · 15 years ago
  100. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago