1. ac05fbb inode: don't softlockup when evicting inodes by Josef Bacik · 9 years ago
  2. c7f5408 inode: rename i_wb_list to i_io_list by Dave Chinner · 9 years ago
  3. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 9 years ago
  4. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. 2adc376 vfs: avoid creation of inode number 0 in get_next_ino by Carlos Maiolino · 9 years ago
  6. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. 45f147a fs: Call security_ops->inode_killpriv on truncate by Jan Kara · 9 years ago
  8. dbfae0c fs: Provide function telling whether file_remove_privs() will do anything by Jan Kara · 9 years ago
  9. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  10. 2426f39 fs: Fix S_NOSEC handling by Jan Kara · 9 years ago
  11. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 9 years ago
  12. 8fa9dd2 VFS/namei: make the use of touch_atime() in get_link() RCU-safe. by NeilBrown · 9 years ago
  13. 61ba64f libfs: simple_follow_link() by Al Viro · 9 years ago
  14. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  15. df2b1af VFS: fs/inode.c helpers: d_inode() annotations by David Howells · 9 years ago
  16. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  18. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  19. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 9 years ago
  20. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  21. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  22. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago
  23. fe032c4 vfs: add find_inode_nowait() function by Theodore Ts'o · 9 years ago
  24. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 9 years ago
  25. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  26. 4a075e3 locks: add a new struct file_locking_context pointer to struct inode by Jeff Layton · 9 years ago
  27. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  28. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  29. bd9b51e make default ->i_fop have ->open() fail with ENXIO by Al Viro · 10 years ago
  30. 75cbe70 vfs: Remove i_dquot field from inode by Jan Kara · 10 years ago
  31. 4bb5f5d mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  32. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  33. 23adbe1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid by Andy Lutomirski · 10 years ago
  34. 1f7e061 fs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  35. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  36. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  37. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  38. 4fd699a vfs: lock_two_nondirectories: allow directory args by J. Bruce Fields · 10 years ago
  39. 5f16f32 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  40. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  41. 40bd22c vfs: rename I_MUTEX_QUOTA now that it's not used for quotas by J. Bruce Fields · 12 years ago
  42. 27555516 vfs: don't use PARENT/CHILD lock classes for non-directories by J. Bruce Fields · 12 years ago
  43. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  44. 5a3cd9928 iget/iget5: don't bother with ->i_lock until we find a match by Al Viro · 11 years ago
  45. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
  46. d38fa69 inode: move inode to a different list inside lock by Glauber Costa · 11 years ago
  47. bc3b14c inode: convert inode lru list to generic lru list code. by Dave Chinner · 11 years ago
  48. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  49. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 11 years ago
  50. badcf2b constify touch_atime() by Al Viro · 11 years ago
  51. f4e0c30 allow the temp files created by open() to be linked to by Al Viro · 11 years ago
  52. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  53. 5b55d70 vfs: Revert spurious fix to spinning prevention in prune_icache_sb by Suleiman Souhlal · 11 years ago
  54. 599a0ac pipe: fold file_operations instances in one by Al Viro · 11 years ago
  55. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  56. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  57. 252aa6f mm: redefine address_space.assoc_mapping by Rafael Aquini · 12 years ago
  58. 4eff96d writeback: put unused inodes to LRU after writeback completion by Jan Kara · 12 years ago
  59. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  60. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  61. 5d37e9e fs: Skip atime update on frozen filesystem by Jan Kara · 12 years ago
  62. eb04c28 fs: Add freezing handling to mnt_want_write() / mnt_drop_write() by Jan Kara · 12 years ago
  63. e2aed8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  64. 2bc556528 Btrfs: don't update atime on RO subvolumes by Alexander Block · 12 years ago
  65. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  66. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  67. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  68. 1d59d61 NFS: Ensure that setattr and getattr wait for O_DIRECT write completion by Trond Myklebust · 12 years ago
  69. 3ed3764 fs: move file_remove_suid() to fs/inode.c by Cong Wang · 12 years ago
  70. 185553b fs: fix inode.c kernel-doc warnings by Randy Dunlap · 12 years ago
  71. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  72. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  73. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 12 years ago
  74. 169ebd9 writeback: Avoid iput() from flusher thread by Jan Kara · 12 years ago
  75. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  76. 7994e6f vfs: Move waiting for inode writeback from end_writeback() to evict_inode() by Jan Kara · 12 years ago
  77. 9236163 userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  78. 1a48e2a userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
  79. e59cc47 trim includes in inode.c by Al Viro · 13 years ago
  80. 68ac123 switch touch_atime to struct path by Al Viro · 12 years ago
  81. 9bcb4b7 vfs: turn generic_drop_inode() into static inline by Al Viro · 12 years ago
  82. 310fa7a restore smp_mb() in unlock_new_inode() by Al Viro · 12 years ago
  83. 978d6d8 vfs: Correctly set the dir i_mutex lockdep class by Tyler Hicks · 13 years ago
  84. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 12 years ago
  85. 424a533 vfs: remove printk from set_nlink() by Miklos Szeredi · 12 years ago
  86. 5f8aefd mm: account reaped page cache on inode cache pruning by Konstantin Khlebnikov · 12 years ago
  87. 7ada4db vfs: count unlinked inodes by Miklos Szeredi · 13 years ago
  88. 62bb109 switch inode_init_owner() to umode_t by Al Viro · 13 years ago
  89. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  90. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  91. a78ef70 vfs: protect i_nlink by Miklos Szeredi · 13 years ago
  92. 62a3dde vfs: fix spinning prevention in prune_icache_sb by Christoph Hellwig · 13 years ago
  93. e096d0c lockdep: Add helper function for dir vs file i_mutex annotation by Josh Boyer · 13 years ago
  94. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  95. c4ae0c6 vfs: avoid call to inode_lru_list_del() if possible by Eric Dumazet · 13 years ago
  96. f2ee7ab vfs: avoid taking inode_hash_lock on pipes and sockets by Eric Dumazet · 13 years ago
  97. b12362b vfs: conditionally call inode_wb_list_del() by Eric Dumazet · 13 years ago
  98. 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
  99. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  100. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 13 years ago