1. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  2. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  3. eaff807 kill I_LOCK by Christoph Hellwig · 15 years ago
  4. 6c21a7f LSM: imbed ima calls in the security hooks by Mimi Zohar · 15 years ago
  5. ce06e0b vfs: optimize touch_time() too by Andi Kleen · 15 years ago
  6. b12536c vfs: optimization for touch_atime() by Andi Kleen · 15 years ago
  7. 22fe4042 vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it by Jan Kara · 15 years ago
  8. af0d9ae fs/inode.c: add dev-id and inode number for debugging in init_special_inode() by Manish Katiyar · 15 years ago
  9. 88e0fbc fs: turn iprune_mutex into rwsem by Nick Piggin · 15 years ago
  10. 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
  11. 580be08 fs: make sure data stored into inode is properly seen before unlocking new inode by Jan Kara · 15 years ago
  12. 2c96ce9 fs: remove bdev->bd_inode_backing_dev_info by Jens Axboe · 15 years ago
  13. 2e00c97 vfs: add __destroy_inode by Christoph Hellwig · 15 years ago
  14. 54e3462 vfs: fix inode_init_always calling convention by Christoph Hellwig · 15 years ago
  15. 936940a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  16. f19d4a8 add caching of ACLs in struct inode by Al Viro · 15 years ago
  17. 9a7aa12 vfs: Set special lockdep map for dirs only if not set by fs by Jan Kara · 15 years ago
  18. 2eadfc0 trivial: fs/inode: Fix typo in file_update_time nanodoc by Wolfram Sang · 15 years ago
  19. 96029c4 fs: introduce mnt_clone_write by npiggin@suse.de · 15 years ago
  20. 164bc61 fsnotify: handle filesystem unmounts with fsnotify marks by Eric Paris · 15 years ago
  21. 3be25f4 fsnotify: add marks to inodes so groups can interpret how to handle those inodes by Eric Paris · 15 years ago
  22. f07502d integrity: fix IMA inode leak by Hugh Dickins · 15 years ago
  23. 72a43d6 ext3/4 with synchronous writes gets wedged by Postfix by Al Viro · 15 years ago
  24. 6b3304b Make checkpatch.pl shut up on fs/inode.c by Manish Katiyar · 15 years ago
  25. 61e0d47 splice: add helpers for locking pipe inode by Miklos Szeredi · 15 years ago
  26. 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
  27. 2c9e15a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6 by Linus Torvalds · 15 years ago
  28. aabb8fd fs: avoid I_NEW inodes by Nick Piggin · 15 years ago
  29. 8d80ce8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  30. 11ff6f05 Allow relatime to update atime once a day by Matthew Garrett · 15 years ago
  31. 9e3509e vfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  32. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  33. 7ef0d73 fs: new inode i_state corruption fix by Nick Piggin · 15 years ago
  34. cb5629b Merge branch 'master' into next by James Morris · 15 years ago
  35. 6146f0d integrity: IMA hooks by Mimi Zohar · 15 years ago
  36. b32714b partial revert of asynchronous inode delete by Arjan van de Ven · 15 years ago
  37. efaee19 async: make the final inode deletion an asynchronous event by Arjan van de Ven · 16 years ago
  38. 0bc02f3 fs/inode: fix kernel-doc notation by Randy Dunlap · 16 years ago
  39. 3c1d437 mm: remove GFP_HIGHUSER_PAGECACHE by Hugh Dickins · 16 years ago
  40. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  41. 261bca8 nfsd/create race fixes, infrastructure by Al Viro · 16 years ago
  42. d44dab8 fs: xfs needs inode_wait to be exported by Stephen Rothwell · 16 years ago
  43. 087e3b0 Inode: export symbol destroy_inode by Christoph Hellwig · 16 years ago
  44. 8290c35 Inode: Allow external list initialisation by David Chinner · 16 years ago
  45. 2cb1599 Inode: Allow external initialisers by David Chinner · 16 years ago
  46. 7d455e0 fs/inode.c: properly init address_space->writeback_index by Chris Mason · 16 years ago
  47. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  48. 19fd623 mm: spinlock tree_lock by Nick Piggin · 16 years ago
  49. 6ce07c7 VFS: fix unused variable warning by Linus Torvalds · 16 years ago
  50. 33dcdac [PATCH] kill ->put_inode by Christoph Hellwig · 16 years ago
  51. c5c8be3 fs/inode.c: use hlist_for_each_entry() by Matthias Kaehlcke · 16 years ago
  52. 20ddee2 [PATCH] r/o bind mounts: write count for file_update_time() by Dave Hansen · 16 years ago
  53. cdb70f3 [PATCH] r/o bind mounts: write counts for touch_atime() by Dave Hansen · 16 years ago
  54. 12debc4 iget: remove iget() and the read_inode() super op as being obsolete by David Howells · 16 years ago
  55. 25ec56b ext4: Add inode version support in ext4 by Jean Noel Cordenner · 16 years ago
  56. 7a22422 vfs: Add 64 bit i_version support by Jean Noel Cordenner · 16 years ago
  57. 1c0eeaf introduce I_SYNC by Joern Engel · 17 years ago
  58. 74bf17c fs: remove the unused mempages parameter by Denis Cheng · 17 years ago
  59. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  60. 1e89a5e lockdep: fixup the inode dir annotation by Peter Zijlstra · 17 years ago
  61. 14358e6 lockdep: annotate dir vs file i_mutex by Peter Zijlstra · 17 years ago
  62. d475fd4 lockdep: per filesystem inode lock class by Peter Zijlstra · 17 years ago
  63. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  64. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 17 years ago
  65. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  66. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  67. 866b04f inode numbering: make static counters in new_inode and iunique be 32 bits by Jeff Layton · 17 years ago
  68. b5e6181 Introduce a handy list_first_entry macro by Pavel Emelianov · 17 years ago
  69. 3361c7b make iunique use a do/while loop rather than its obscure goto loop by Jeffrey Layton · 17 years ago
  70. acb0c85 vfs: remove superflous sb == NULL checks by Christoph Hellwig · 17 years ago
  71. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  72. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  73. fb58b73 [PATCH] move remove_dquot_ref to dqout.c by Christoph Hellwig · 17 years ago
  74. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 17 years ago
  75. 4a3b0a4 [PATCH] igrab() should check for I_CLEAR by Jan Blunck · 17 years ago
  76. 37756ce [PATCH] avoid one conditional branch in touch_atime() by Eric Dumazet · 17 years ago
  77. 47ae32d [PATCH] relative atime by Valerie Henson · 18 years ago
  78. b227613 [PATCH] touch_atime() cleanup by Andrew Morton · 18 years ago
  79. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  80. 0da1480 [PATCH] proper prototype for remove_inode_dquot_ref() by Adrian Bunk · 18 years ago
  81. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  82. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  83. 62752ee [PATCH] Take i_mutex in splice_from_pipe() by Mark Fasheh · 18 years ago
  84. e6c6e64 [PATCH] fs/inode.c NULL noise removal by Al Viro · 18 years ago
  85. ed97bd3 [PATCH] fs/inode.c tweaks by Andreas Mohr · 18 years ago
  86. b71e8a4 [PATCH] BLOCK: Move __invalidate_device() to block_dev.c [try #6] by David Howells · 18 years ago
  87. 5046206 [PATCH] fs.h: ifdef security fields by Alexey Dobriyan · 18 years ago
  88. 577c4eb [PATCH] inode-diet: Move i_cdev into a union by Theodore Ts'o · 18 years ago
  89. eaf796e [PATCH] inode-diet: Move i_bdev into a union by Theodore Ts'o · 18 years ago
  90. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  91. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  92. f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 18 years ago
  93. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  94. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  95. b7542f8 BUG_ON() Conversion in fs/inode.c by Eric Sesterhenn · 18 years ago
  96. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  97. fa3536c [PATCH] Use __read_mostly on some hot fs variables by Eric Dumazet · 18 years ago
  98. bdfc326 [PATCH] fs/inode.c: make iprune_mutex static by Adrian Bunk · 18 years ago
  99. b019600 [PATCH] cpuset memory spread slab cache hooks by Paul Jackson · 18 years ago
  100. f24075b [PATCH] sem2mutex: iprune by Ingo Molnar · 18 years ago