1. 26804e3 gfs2: take jdata unstuff into account in do_grow by Bob Peterson · 5 years ago
  2. 1a17428 gfs2: Special-case rindex for gfs2_grow by Andreas Gruenbacher · 6 years ago
  3. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  5. 47a9a52 GFS2: use BIT() macro by Fabian Frederick · 8 years ago
  6. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  7. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  8. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  9. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  10. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 9 years ago
  11. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  12. b8fbf47 gfs2: perform quota checks against allocation parameters by Abhi Das · 9 years ago
  13. b650738 GFS2: Change maxlen variables to size_t by Bob Peterson · 10 years ago
  14. c62baf6 GFS2: fs/gfs2/bmap.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  15. b50f227 GFS2: Clean up journal extent mapping by Steven Whitehouse · 10 years ago
  16. 7b9cff4 GFS2: Add allocation parameters structure by Steven Whitehouse · 11 years ago
  17. af5c269 GFS2: Clean up reservation removal by Steven Whitehouse · 11 years ago
  18. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  19. a01aedf GFS2: Reserve journal space for quota change in do_grow by Bob Peterson · 11 years ago
  20. 2b3dcf3 GFS2: Increase i_writecount during gfs2_setattr_size by Bob Peterson · 11 years ago
  21. 2009521 GFS2: Remove vestigial parameter ip from function rs_deltree by Bob Peterson · 11 years ago
  22. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  23. f4108a6 gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE by Eric W. Biederman · 11 years ago
  24. d2b47cf GFS2: Get a block reservation before resizing a file by Bob Peterson · 11 years ago
  25. 4513899 GFS2: Use ->writepages for ordered writes by Steven Whitehouse · 11 years ago
  26. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 11 years ago
  27. fa731fc GFS2: Fix truncation of journaled data files by Steven Whitehouse · 12 years ago
  28. 9dbe961 GFS2: Add Orlov allocator by Steven Whitehouse · 12 years ago
  29. 4a993fb GFS2: Add structure to contain rgrp, bitmap, offset tuple by Steven Whitehouse · 12 years ago
  30. 8e2e004 GFS2: Reduce file fragmentation by Bob Peterson · 12 years ago
  31. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  32. f2f9c81 GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer by Bob Peterson · 12 years ago
  33. 2f7ee35 GFS2: Use variable rather than qa to determine if unstuff necessary by Bob Peterson · 12 years ago
  34. 5e2f7d6 GFS2: Make sure rindex is uptodate before starting transactions by Bob Peterson · 12 years ago
  35. 220cca2 GFS2: Change truncate page allocation to be GFP_NOFS by Bob Peterson · 12 years ago
  36. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  37. 6e87ed0 GFS2: move toward a generic multi-block allocator by Bob Peterson · 13 years ago
  38. 3c5d785 GFS2: combine gfs2_alloc_block and gfs2_alloc_di by Bob Peterson · 13 years ago
  39. 8765489 GFS2: More automated code analysis fixes by Steven Whitehouse · 13 years ago
  40. b99b98d GFS2: Move readahead of metadata during deallocation into its own function by Steven Whitehouse · 13 years ago
  41. 64dd153 GFS2: rewrite fallocate code to write blocks directly by Benjamin Marzinski · 13 years ago
  42. bd5437a GFS2: speed up delete/unlink performance for large files by Bob Peterson · 13 years ago
  43. 70b0c36 GFS2: Use cached rgrp in gfs2_rlist_add() by Steven Whitehouse · 13 years ago
  44. d56fa8a GFS2: Call do_strip() directly from recursive_scan() by Steven Whitehouse · 13 years ago
  45. 8339ee5 GFS2: Make resource groups "append only" during life of fs by Steven Whitehouse · 13 years ago
  46. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  47. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  48. 46fcb2e GFS2: combine duplicated block freeing routines by Eric Sandeen · 13 years ago
  49. 6d3117b GFS2: Wipe directory hash table metadata when deallocating a directory by Steven Whitehouse · 13 years ago
  50. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  51. 4c16c36 GFS2: deallocation performance patch by Bob Peterson · 13 years ago
  52. e06dfc4 GFS2: Fix uninitialised error value in previous patch by Steven Whitehouse · 14 years ago
  53. 086d833 GFS2: fix recursive locking during rindex truncates by Benjamin Marzinski · 14 years ago
  54. bf97b67 GFS2: reserve more blocks for transactions by Benjamin Marzinski · 14 years ago
  55. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  56. ff8f33c GFS2: New truncate sequence by Steven Whitehouse · 14 years ago
  57. c639d5d GFS2: Fix typo in stuffed file data copy handling by Abhijith Das · 14 years ago
  58. 461cb41 GFS2: Simplify gfs2_write_alloc_required by Bob Peterson · 14 years ago
  59. a8bf2bc GFS2: O_TRUNC not working on stuffed files across cluster by Bob Peterson · 14 years ago
  60. 677abe4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 14 years ago
  61. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  62. 602c89d GFS2: Clean up stuffed file copying by Steven Whitehouse · 14 years ago
  63. 07ccb7b GFS2: Fix bmap allocation corner-case bug by Steven Whitehouse · 14 years ago
  64. 6399777 GFS2: Add tracepoints by Steven Whitehouse · 15 years ago
  65. 40bc9a2 GFS2: Fix cache coherency between truncate and O_DIRECT read by Steven Whitehouse · 15 years ago
  66. b1e71b0 GFS2: Clean up some file names by Steven Whitehouse · 15 years ago
  67. 0901097 GFS2: Improve resource group error handling by Steven Whitehouse · 15 years ago
  68. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 15 years ago
  69. 7ed122e GFS2: Streamline alloc calculations for writes by Steven Whitehouse · 16 years ago
  70. 383f01f GFS2: Banish struct gfs2_dinode_host by Steven Whitehouse · 16 years ago
  71. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  72. 5af4e7a [GFS2] fix gfs2 block allocation (cleaned up) by Benjamin Marzinski · 16 years ago
  73. d82661d [GFS2] Streamline quota lock/check for no-quota case by Steven Whitehouse · 16 years ago
  74. 182fe5a [GFS2] possible null pointer dereference fixup by Cyrill Gorcunov · 16 years ago
  75. 9b8c81d [GFS2] Allow bmap to allocate extents by Steven Whitehouse · 16 years ago
  76. e23159d [GFS2] Get inode buffer only once per block map call by Steven Whitehouse · 16 years ago
  77. 77658aa [GFS2] Eliminate (almost) duplicate field from gfs2_inode by Steven Whitehouse · 16 years ago
  78. 30cbf18 [GFS2] Add a function to interate over an extent by Steven Whitehouse · 16 years ago
  79. c85a665 [GFS2] The case of the missing asterisk by Steven Whitehouse · 16 years ago
  80. b45e41d [GFS2] Add extent allocation to block allocator by Steven Whitehouse · 16 years ago
  81. 1639431 [GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data by Steven Whitehouse · 16 years ago
  82. 5731be5 [GFS2] Update gfs2_trans_add_unrevoke to accept extents by Steven Whitehouse · 16 years ago
  83. ce276b0 [GFS2] Reduce inode size by merging fields by Steven Whitehouse · 16 years ago
  84. dbac671 [GFS2] Introduce array of buffers to struct metapath by Steven Whitehouse · 16 years ago
  85. 11707ea [GFS2] Move part of gfs2_block_map into a separate function by Steven Whitehouse · 16 years ago
  86. 7eabb77 [GFS2] Misc fixups by Bob Peterson · 16 years ago
  87. fe6c991 [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc by Bob Peterson · 16 years ago
  88. ecc30c7 [GFS2] Streamline indirect pointer tree height calculation by Steven Whitehouse · 16 years ago
  89. 941e6d7 [GFS2] Speed up gfs2_write_alloc_required, deprecate gfs2_extent_map by Steven Whitehouse · 16 years ago
  90. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  91. 1af5357 [GFS2] Fix write alloc required shortcut calculation by Steven Whitehouse · 16 years ago
  92. 0522053 [GFS2] gfs2_alloc_required performance by Bob Peterson · 16 years ago
  93. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 16 years ago
  94. b0d5fd3 [GFS2] Only fetch the dinode once in block_map by Bob Peterson · 17 years ago
  95. e9e1ef2 [GFS2] Remove function gfs2_get_block by Bob Peterson · 17 years ago
  96. bf36a71 [GFS2] Add gfs2_is_writeback() by Steven Whitehouse · 17 years ago
  97. 8475487 [GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing by Bob Peterson · 17 years ago
  98. eaf9652 [GFS2] Don't mark jdata dirty in gfs2_unstuffer_page() by Steven Whitehouse · 17 years ago
  99. a13b8c5 [GFS2] Reduce truncate IO traffic by Wendy Cheng · 17 years ago
  100. 1875f2f [GFS2] Fix gfs2_block_truncate_page err return by S. Wendy Cheng · 17 years ago