1. 34cc178 GFS2: Clean up log flush header writing by Steven Whitehouse · 13 years ago
  2. 08728f2 GFS2: Make bd_cmp() static by Steven Whitehouse · 13 years ago
  3. 4a36d08 GFS2: Sort the ordered write list by Bob Peterson · 13 years ago
  4. 47ac553 GFS2: Move two functions from log.c to lops.c by Steven Whitehouse · 13 years ago
  5. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  6. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  7. 20ed053 GFS2: Fix up REQ flags by Steven Whitehouse · 13 years ago
  8. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  9. 380f7c6 GFS2: Resolve inode eviction and ail list interaction bug by Steven Whitehouse · 13 years ago
  10. 26b06a6 GFS2: Wait properly when flushing the ail list by Steven Whitehouse · 13 years ago
  11. 4f1de01 GFS2: Fix ail list traversal by Steven Whitehouse · 13 years ago
  12. c83ae9c GFS2: Add an AIL writeback tracepoint by Steven Whitehouse · 13 years ago
  13. 4667a0e GFS2: Make writeback more responsive to system conditions by Steven Whitehouse · 13 years ago
  14. 5ac048b GFS2: Use filemap_fdatawrite() to write back the AIL by Steven Whitehouse · 13 years ago
  15. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  16. c618e87 GFS2: Update to AIL list locking by Steven Whitehouse · 14 years ago
  17. d6a079e GFS2: introduce AIL lock by Dave Chinner · 14 years ago
  18. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  19. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  20. 5f48749 GFS2: gfs2_logd should be using interruptible waits by Steven Whitehouse · 14 years ago
  21. f1e4d51 gfs2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  22. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  23. 41f2df6 block: BARRIER request should imply SYNC by Christoph Hellwig · 14 years ago
  24. ed4878e GFS2: Rework reclaiming unlinked dinodes by Bob Peterson · 14 years ago
  25. 913a71d GFS2: Add some useful messages by Steven Whitehouse · 14 years ago
  26. 5e687ea GFS2: Various gfs2_logd improvements by Benjamin Marzinski · 14 years ago
  27. 2e95e3f GFS2: Allow the number of committed revokes to temporarily be negative by Benjamin Marzinski · 15 years ago
  28. 0ab7d13 GFS2: Tag all metadata with jid by Steven Whitehouse · 15 years ago
  29. 6399777 GFS2: Add tracepoints by Steven Whitehouse · 15 years ago
  30. b7d245d gfs2: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  31. c969f58 GFS2: Update the rw flags by Steven Whitehouse · 15 years ago
  32. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 16 years ago
  33. 254db57 GFS2: Support for I/O barriers by Steven Whitehouse · 16 years ago
  34. 2d81afb [GFS2] trivial sparse lock annotations by Harvey Harrison · 16 years ago
  35. 62be1f7 [GFS2] fix assertion in log_refund() by Roel Kluin · 16 years ago
  36. d0109bf [GFS2] Only do lo_incore_commit once by Bob Peterson · 17 years ago
  37. ac39aad [GFS2] Fix assert in log code by Steven Whitehouse · 17 years ago
  38. ff91cc9 [GFS2] Fix log block mapper by Steven Whitehouse · 17 years ago
  39. da6dd40 [GFS2] Journal extent mapping by Bob Peterson · 17 years ago
  40. e9e1ef2 [GFS2] Remove function gfs2_get_block by Bob Peterson · 17 years ago
  41. 1a2781c [GFS2] Fix runtime issue with UP kernels by Fabio Massimo Di Nitto · 17 years ago
  42. e35b921 [GFS2] Don't periodically update the jindex by Steven Whitehouse · 17 years ago
  43. ec69b18 [GFS2] Move gfs2_logd into log.c by Steven Whitehouse · 17 years ago
  44. fd041f0 [GFS2] Use atomic_t for journal free blocks counter by Steven Whitehouse · 17 years ago
  45. 2bcd610 [GFS2] Don't add glocks to the journal by Steven Whitehouse · 17 years ago
  46. b8e7cbb [GFS2] Add writepages for GFS2 jdata by Steven Whitehouse · 17 years ago
  47. f91a0d3 [GFS2] Remove useless i_cache from inodes by Steven Whitehouse · 17 years ago
  48. 5a60c53 [GFS2] Get superblock a different way by Steven Whitehouse · 17 years ago
  49. 16615be [GFS2] Clean up journaled data writing by Steven Whitehouse · 17 years ago
  50. 1ad38c4 [GFS2] Clean up gfs2_trans_add_revoke() by Steven Whitehouse · 17 years ago
  51. d7b616e [GFS2] Clean up ordered write code by Steven Whitehouse · 17 years ago
  52. 1e1a3d0 [GFS2] Introduce gfs2_remove_from_ail by Steven Whitehouse · 17 years ago
  53. bb3b0e3 [GFS2] Clean up invalidatepage/releasepage by Steven Whitehouse · 17 years ago
  54. 0f8468c [GFS2] Detach buf data during in-place writeback by Bob Peterson · 17 years ago
  55. 693ddea [GFS2] Revert part of earlier log.c changes by Bob Peterson · 17 years ago
  56. a0a2474 [GFS2] Small fixes to logging code by Steven Whitehouse · 17 years ago
  57. 2332c44 [GFS2] assertion failure after writing to journaled file, umount by Robert Peterson · 17 years ago
  58. 8fb6859 [GFS2] Journaled file write/unstuff bug by Robert Peterson · 17 years ago
  59. ddf4b42 [GFS2] fix jdata issues by Benjamin Marzinski · 17 years ago
  60. 8991864 [GFS2] Make the log reserved blocks depend on block size by Steven Whitehouse · 17 years ago
  61. aed3255 [GFS2] fs/gfs2/log.c:log_bmap() fix printk format warning by Ryusuke Konishi · 18 years ago
  62. a25311c [GFS2] Move gfs2_meta_syncfs() into log.c by Steven Whitehouse · 18 years ago
  63. b004157 [GFS2] Fix journal flush problem by Steven Whitehouse · 18 years ago
  64. 2359125 [GFS2] Fix bmap to map extents properly by Steven Whitehouse · 18 years ago
  65. fe1a698 [GFS2] Fix bug where lock not held by Steven Whitehouse · 18 years ago
  66. ddacfaf [GFS2] Move logging code into log.c (mostly) by Steven Whitehouse · 18 years ago
  67. 7466941 [GFS2] Use list_for_each_entry_safe_reverse in gfs2_ail1_start() by Steven Whitehouse · 18 years ago
  68. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  69. 7a6bbac [GFS2] Map multiple blocks at once where possible by Steven Whitehouse · 18 years ago
  70. faa31ce [GFS2] Tidy up log.c by Steven Whitehouse · 18 years ago
  71. c539212 [GFS2] More style changes by Jan Engelhardt · 18 years ago
  72. a67cdbd [GFS2] Style changes in logging code by Steven Whitehouse · 18 years ago
  73. cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
  74. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  75. 5dc39fe [GFS2] Fix journal off-by-one error by Benjamin Marzinski · 18 years ago
  76. 59a1cc6 [GFS2] Fix lock ordering bug in page fault path by Steven Whitehouse · 18 years ago
  77. e0f2bf7 [GFS2] Fix endian conversion bug by Steven Whitehouse · 18 years ago
  78. fd4de2d [GFS2] Add cast for printk by Steven Whitehouse · 18 years ago
  79. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  80. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  81. bd89680 [GFS2] Remove semaphore.h from C files by Steven Whitehouse · 18 years ago
  82. fd88de56 [GFS2] Readpages support by Steven Whitehouse · 18 years ago
  83. a74604b [GFS2] sem -> mutex conversion in locking.c by Steven Whitehouse · 18 years ago
  84. 190562b [GFS2] Fix a bug: scheduling under a spinlock by Steven Whitehouse · 18 years ago
  85. f4154ea [GFS2] Update journal accounting code. by Steven Whitehouse · 18 years ago
  86. ed38650 [GFS2] Finally get ref counting correct by Steven Whitehouse · 18 years ago
  87. b09e593 [GFS2] Fix a ref count bug and other clean ups by Steven Whitehouse · 18 years ago
  88. e3167de [GFS] Fix bug in endian conversion for metadata header by Steven Whitehouse · 18 years ago
  89. 484adff [GFS2] Update locking in log.c by Steven Whitehouse · 18 years ago
  90. 71b86f5 [GFS2] Further updates to dir and logging code by Steven Whitehouse · 18 years ago
  91. b4dc729 [GFS2] Fix some bugs by Steven Whitehouse · 19 years ago
  92. 5c676f6 [GFS2] Macros removal in gfs2.h by Steven Whitehouse · 19 years ago
  93. 568f4c9 [GFS2] 80 Column audit of GFS2 by Steven Whitehouse · 19 years ago
  94. 6a6b3d0 [GFS2] Patch to remove stats gathering from GFS2 by David Teigland · 19 years ago
  95. f55ab26 [GFS2] Use mutices rather than semaphores by Steven Whitehouse · 19 years ago
  96. 7359a19 [GFS2] Fix for root inode ref count bug by Steven Whitehouse · 19 years ago
  97. 18ec7d5 [GFS2] Make journaled data files identical to normal files on disk by Steven Whitehouse · 19 years ago
  98. 4f3df04 [GFS2] Change memory allocations to GFP_NOFS by Steven Whitehouse · 19 years ago
  99. b3b94fa [GFS2] The core of GFS2 by David Teigland · 19 years ago