1. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  2. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  3. 40bd22c vfs: rename I_MUTEX_QUOTA now that it's not used for quotas by J. Bruce Fields · 12 years ago
  4. 27555516 vfs: don't use PARENT/CHILD lock classes for non-directories by J. Bruce Fields · 12 years ago
  5. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  6. 5a3cd9928 iget/iget5: don't bother with ->i_lock until we find a match by Al Viro · 11 years ago
  7. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
  8. d38fa69 inode: move inode to a different list inside lock by Glauber Costa · 11 years ago
  9. bc3b14c inode: convert inode lru list to generic lru list code. by Dave Chinner · 11 years ago
  10. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  11. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 11 years ago
  12. badcf2b constify touch_atime() by Al Viro · 11 years ago
  13. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  14. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  15. 5b55d70 vfs: Revert spurious fix to spinning prevention in prune_icache_sb by Suleiman Souhlal · 11 years ago
  16. 599a0ac pipe: fold file_operations instances in one by Al Viro · 11 years ago
  17. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  18. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  19. 252aa6f mm: redefine address_space.assoc_mapping by Rafael Aquini · 12 years ago
  20. 4eff96d writeback: put unused inodes to LRU after writeback completion by Jan Kara · 12 years ago
  21. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  22. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  23. 5d37e9e fs: Skip atime update on frozen filesystem by Jan Kara · 12 years ago
  24. eb04c28 fs: Add freezing handling to mnt_want_write() / mnt_drop_write() by Jan Kara · 12 years ago
  25. e2aed8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  26. 2bc556528 Btrfs: don't update atime on RO subvolumes by Alexander Block · 12 years ago
  27. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  28. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  29. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  30. 1d59d61 NFS: Ensure that setattr and getattr wait for O_DIRECT write completion by Trond Myklebust · 12 years ago
  31. 3ed3764 fs: move file_remove_suid() to fs/inode.c by Cong Wang · 12 years ago
  32. 185553b fs: fix inode.c kernel-doc warnings by Randy Dunlap · 12 years ago
  33. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  34. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  35. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 12 years ago
  36. 169ebd9 writeback: Avoid iput() from flusher thread by Jan Kara · 12 years ago
  37. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  38. 7994e6f vfs: Move waiting for inode writeback from end_writeback() to evict_inode() by Jan Kara · 12 years ago
  39. 9236163 userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  40. 1a48e2a userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
  41. e59cc47 trim includes in inode.c by Al Viro · 13 years ago
  42. 68ac123 switch touch_atime to struct path by Al Viro · 12 years ago
  43. 9bcb4b7 vfs: turn generic_drop_inode() into static inline by Al Viro · 12 years ago
  44. 310fa7a restore smp_mb() in unlock_new_inode() by Al Viro · 12 years ago
  45. 978d6d8 vfs: Correctly set the dir i_mutex lockdep class by Tyler Hicks · 13 years ago
  46. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 12 years ago
  47. 424a533 vfs: remove printk from set_nlink() by Miklos Szeredi · 12 years ago
  48. 5f8aefd mm: account reaped page cache on inode cache pruning by Konstantin Khlebnikov · 12 years ago
  49. 7ada4db vfs: count unlinked inodes by Miklos Szeredi · 13 years ago
  50. 62bb109 switch inode_init_owner() to umode_t by Al Viro · 13 years ago
  51. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  52. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  53. a78ef70 vfs: protect i_nlink by Miklos Szeredi · 13 years ago
  54. 62a3dde vfs: fix spinning prevention in prune_icache_sb by Christoph Hellwig · 13 years ago
  55. e096d0c lockdep: Add helper function for dir vs file i_mutex annotation by Josh Boyer · 13 years ago
  56. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  57. c4ae0c6 vfs: avoid call to inode_lru_list_del() if possible by Eric Dumazet · 13 years ago
  58. f2ee7ab vfs: avoid taking inode_hash_lock on pipes and sockets by Eric Dumazet · 13 years ago
  59. b12362b vfs: conditionally call inode_wb_list_del() by Eric Dumazet · 13 years ago
  60. e371d46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  61. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  62. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 13 years ago
  63. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  64. 4f8c19f inode: remove iprune_sem by Dave Chinner · 13 years ago
  65. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
  66. 09cc9fc inode: move to per-sb LRU locks by Dave Chinner · 13 years ago
  67. 98b745c inode: Make unused inode LRU per superblock by Dave Chinner · 13 years ago
  68. fcb94f7 inode: convert inode_stat.nr_unused to per-cpu counters by Dave Chinner · 13 years ago
  69. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  70. 0814257 mm: fix assertion mapping->nrpages == 0 in end_writeback() by Jan Kara · 13 years ago
  71. f758eea writeback: split inode_wb_list_lock into bdi_writeback.list_lock by Christoph Hellwig · 13 years ago
  72. 4b4563d fs: cosmetic inode.c cleanups by Christoph Hellwig · 13 years ago
  73. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  74. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  75. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 13 years ago
  76. 9ce6e0b fs: add missing prefetch.h include by Heiko Carstens · 13 years ago
  77. 7dcda1c fs: export empty_aops by Jens Axboe · 13 years ago
  78. b6d0ad6 fs: fix inode.c kernel-doc warning by Randy Dunlap · 13 years ago
  79. 0b2d072 fs: simplify iget & friends by Christoph Hellwig · 13 years ago
  80. 67a23c4 fs: rename inode_lock to inode_hash_lock by Dave Chinner · 13 years ago
  81. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  82. 55fa609 fs: move i_sb_list out from under inode_lock by Dave Chinner · 13 years ago
  83. f283c86 fs: remove inode_lock from iput_final and prune_icache by Dave Chinner · 13 years ago
  84. 02afc41 fs: Lock the inode LRU list separately by Dave Chinner · 13 years ago
  85. b2b2af8 fs: factor inode disposal by Dave Chinner · 13 years ago
  86. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  87. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  88. e795b71 userns: userns: check user namespace for task->file uid equivalence checks by Serge E. Hallyn · 13 years ago
  89. eaae668d fs/inode: Fix kernel-doc format for inode_init_owner by Ben Hutchings · 13 years ago
  90. bab1d94 prune back iprune_sem by Christoph Hellwig · 13 years ago
  91. 638691a Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  92. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 13 years ago
  93. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  94. ff0c7d1 fs: avoid inode RCU freeing for pseudo fs by Nick Piggin · 13 years ago
  95. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  96. 3e880fb fs: use fast counters for vfs caches by Nick Piggin · 13 years ago
  97. 86c8749 vfs: revert per-cpu nr_unused counters for dentry and inodes by Nick Piggin · 13 years ago
  98. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  99. a178d20 IMA: move read counter into struct inode by Eric Paris · 14 years ago
  100. 63997e9 split invalidate_inodes() by Al Viro · 14 years ago