1. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  3. 47a9a52 GFS2: use BIT() macro by Fabian Frederick · 8 years ago
  4. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  5. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  6. b403f23 Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  7. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  8. 3ce37b2 gfs2: Fix gfs2_lookup_by_inum lock inversion by Andreas Gruenbacher · 8 years ago
  9. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  10. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  11. 73b462d GFS2: Eliminate parameter non_block on gfs2_inode_lookup by Bob Peterson · 8 years ago
  12. 67893f1 gfs2: avoid uninitialized variable warning by Arnd Bergmann · 8 years ago
  13. 471f3db gfs2: change gfs2 readdir cookie by Benjamin Marzinski · 9 years ago
  14. 3401747 gfs2: keep offset when splitting dir leaf blocks by Benjamin Marzinski · 9 years ago
  15. c8d5770 gfs2: Extended attribute readahead by Andreas Gruenbacher · 9 years ago
  16. c36b97e GFS2: Protect freeing directory hash table with i_lock spin_lock by Bob Peterson · 9 years ago
  17. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  18. 7456a37 GFS2: use __vmalloc GFP_NOFS for fs-related allocations. by Oleg Drokin · 9 years ago
  19. 9265f1d GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here... by Al Viro · 10 years ago
  20. 3cdcf63 GFS2: use kvfree() instead of open-coding it by Al Viro · 10 years ago
  21. 19aeb5a GFS2: Make rename not save dirent location by Bob Peterson · 10 years ago
  22. d77d1b5 GFS2: Use pr_<level> more consistently by Joe Perches · 10 years ago
  23. fc554ed GFS2: global conversion to pr_foo() by Fabian Frederick · 10 years ago
  24. 44aaada GFS2: Add meta readahead field in directory entries by Steven Whitehouse · 10 years ago
  25. 01bcb0d GFS2: Add hints to directory leaf blocks by Steven Whitehouse · 10 years ago
  26. 22b5a6c GFS2: For exhash conversion, only one block is needed by Steven Whitehouse · 10 years ago
  27. 2b47dad GFS2: Remember directory insert point by Steven Whitehouse · 10 years ago
  28. 3c1c0ae GFS2: Add directory addition info structure by Steven Whitehouse · 10 years ago
  29. 8be04b9 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks by Joe Perches · 11 years ago
  30. c4eb1b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  31. d81a8ef [readdir] convert gfs2 by Al Viro · 11 years ago
  32. 512cbf0 GFS2: fix regression in dir_double_exhash by Bob Peterson · 11 years ago
  33. 5a00f3c GFS2: Only do one directory search on create by Steven Whitehouse · 11 years ago
  34. e8830d8 GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables by Bob Peterson · 11 years ago
  35. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  36. f4108a6 gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE by Eric W. Biederman · 11 years ago
  37. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  38. 343cd8f GFS2: Use dirty_inode in gfs2_dir_add by Bob Peterson · 12 years ago
  39. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  40. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  41. 5e2f7d6 GFS2: Make sure rindex is uptodate before starting transactions by Bob Peterson · 12 years ago
  42. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  43. 6e87ed0 GFS2: move toward a generic multi-block allocator by Bob Peterson · 13 years ago
  44. 3c5d785 GFS2: combine gfs2_alloc_block and gfs2_alloc_di by Bob Peterson · 13 years ago
  45. 79c4c37 GFS2: f_ra is always valid in dir readahead function by Steven Whitehouse · 13 years ago
  46. dfe4d34 GFS2: Add readahead to sequential directory traversal by Bob Peterson · 13 years ago
  47. 70b0c36 GFS2: Use cached rgrp in gfs2_rlist_add() by Steven Whitehouse · 13 years ago
  48. 8339ee5 GFS2: Make resource groups "append only" during life of fs by Steven Whitehouse · 13 years ago
  49. ab9bbda GFS2: Use ->dirty_inode() by Steven Whitehouse · 13 years ago
  50. 4c28d33 GFS2: Clean up dir hash table reading by Steven Whitehouse · 13 years ago
  51. 17d539f GFS2: Cache dir hash table in a contiguous buffer by Steven Whitehouse · 13 years ago
  52. 3d6ecb7 GFS2: When adding a new dir entry, inc link count if it is a subdir by Steven Whitehouse · 13 years ago
  53. 855d23c GFS2: Make gfs2_dir_del update link count when required by Steven Whitehouse · 13 years ago
  54. 556bb17 GFS2: move function foreach_leaf to gfs2_dir_exhash_dealloc by Bob Peterson · 13 years ago
  55. ec038c8 GFS2: pass leaf_bh into leaf_dealloc by Bob Peterson · 13 years ago
  56. d24a7a4 GFS2: Combine transaction from gfs2_dir_exhash_dealloc by Bob Peterson · 13 years ago
  57. 0d95326 GFS2: remove *leaf_call_t and simplify leaf_dealloc by Bob Peterson · 13 years ago
  58. 44ad37d GFS2: filesystem hang caused by incorrect lock order by Bob Peterson · 13 years ago
  59. 8d12358 GFS2: Make . and .. qstrs constant by Steven Whitehouse · 14 years ago
  60. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  61. 4244b52 GFS2: remove dependency on __GFP_NOFAIL by David Rientjes · 14 years ago
  62. d2a97a4 GFS2: Use kmalloc when possible for ->readdir() by Steven Whitehouse · 14 years ago
  63. 728a756 GFS2: rename causes kernel Oops by Bob Peterson · 14 years ago
  64. 1a0eae8 GFS2: glock livelock by Bob Peterson · 14 years ago
  65. 1579343 GFS2: Remove dirent_first() function by Steven Whitehouse · 15 years ago
  66. 0901097 GFS2: Improve resource group error handling by Steven Whitehouse · 15 years ago
  67. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 15 years ago
  68. 383f01f GFS2: Banish struct gfs2_dinode_host by Steven Whitehouse · 16 years ago
  69. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  70. ad6203f GFS2: Move "entries" into "proper" inode by Steven Whitehouse · 16 years ago
  71. 16c5f06 [GFS2] fix GFP_KERNEL misuses by Josef Bacik · 16 years ago
  72. 182fe5a [GFS2] possible null pointer dereference fixup by Cyrill Gorcunov · 16 years ago
  73. 9b8c81d [GFS2] Allow bmap to allocate extents by Steven Whitehouse · 16 years ago
  74. bb16b34 [GFS2] be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  75. 77658aa [GFS2] Eliminate (almost) duplicate field from gfs2_inode by Steven Whitehouse · 16 years ago
  76. b45e41d [GFS2] Add extent allocation to block allocator by Steven Whitehouse · 16 years ago
  77. 1639431 [GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data by Steven Whitehouse · 16 years ago
  78. 5731be5 [GFS2] Update gfs2_trans_add_unrevoke to accept extents by Steven Whitehouse · 16 years ago
  79. 9a00450 [GFS2] Shrink & rename di_depth by Steven Whitehouse · 16 years ago
  80. fe6c991 [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc by Bob Peterson · 16 years ago
  81. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  82. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 16 years ago
  83. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  84. 382e6e2 [GFS2] Add a missing gfs2_trans_add_bh() by Steven Whitehouse · 17 years ago
  85. bb9bcf0 [GFS2] Obtaining no_formal_ino from directory entry by Wendy Cheng · 17 years ago
  86. 4bd91ba [GFS2] Add nanosecond timestamp feature by Steven Whitehouse · 17 years ago
  87. bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 17 years ago
  88. dbb7cae [GFS2] Clean up inode number handling by Steven Whitehouse · 17 years ago
  89. f391a4e [GFS2] printk warning fixes by akpm@linux-foundation.org · 17 years ago
  90. bdd19a2 [GFS2] Patch to detect corrupt number of dir entries in leaf and/or inode blocks by Steven Whitehouse · 17 years ago
  91. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  92. ddfe062 [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2 by Eric Sandeen · 17 years ago
  93. 3699e3a [GFS2] Clean up/speed up readdir by Steven Whitehouse · 17 years ago
  94. 5e7d65c [GFS2] Make sentinel dirents compatible with gfs1 by Steven Whitehouse · 18 years ago
  95. 9e2dbda [GFS2] Remove gfs2_inode_attr_in by Steven Whitehouse · 18 years ago
  96. a9583c7 [GFS2] Shrink gfs2_inode (7) - di_payload_format by Steven Whitehouse · 18 years ago
  97. 1a7b1ee [GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime by Steven Whitehouse · 18 years ago
  98. 539e5d6 [GFS2] Change argument of gfs2_dinode_out by Steven Whitehouse · 18 years ago
  99. b44b84d [GFS2] gfs2 misc endianness annotations by Al Viro · 18 years ago
  100. 629a21e [GFS2] split and annotate gfs2_inum by Al Viro · 18 years ago