1. 83d060c gfs2: fix use-after-free on transaction ail lists by Bob Peterson · 4 years, 7 months ago
  2. b839dad gfs2: new slab for transactions by Bob Peterson · 6 years ago
  3. cbcc89b gfs2: initialize transaction tr_ailX_lists earlier by Bob Peterson · 4 years, 7 months ago
  4. d5dc3d9 gfs2: instrumentation wrt log_flush stuck by Bob Peterson · 4 years, 8 months ago
  5. f4e2f5e gfs2: Grab glock reference sooner in gfs2_add_revoke by Andreas Gruenbacher · 4 years, 8 months ago
  6. d22f69a gfs2: Fix use-after-free in gfs2_logd after withdraw by Bob Peterson · 4 years, 9 months ago
  7. 75b46c4 gfs2: Fix oversight in gfs2_ail1_flush by Bob Peterson · 4 years, 10 months ago
  8. 9592ea8 gfs2: instrumentation wrt ail1 stuck by Bob Peterson · 4 years, 10 months ago
  9. 969183b gfs2: Switch to list_{first,last}_entry by Andreas Gruenbacher · 5 years ago
  10. 4900312 gfs2: Additional information when gfs2_ail1_flush withdraws by Bob Peterson · 4 years, 10 months ago
  11. ca399c96 gfs2: flesh out delayed withdraw for gfs2_log_flush by Bob Peterson · 5 years ago
  12. 2ca0c2f gfs2: drain the ail2 list after io errors by Bob Peterson · 5 years ago
  13. b1676cb gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails by Bob Peterson · 5 years ago
  14. 9ff7828 gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty by Bob Peterson · 5 years ago
  15. 5e4c763 gfs2: Issue revokes more intelligently by Bob Peterson · 6 years ago
  16. 036330c gfs2: log error reform by Bob Peterson · 6 years ago
  17. 30fe70a gfs2: clear ail1 list when gfs2 withdraws by Bob Peterson · 5 years ago
  18. 6951108 gfs2: Introduce concept of a pending withdraw by Bob Peterson · 6 years ago
  19. badb55e gfs2: Split gfs2_lm_withdraw into two functions by Andreas Gruenbacher · 5 years ago
  20. a31b4ec Revert "gfs2: eliminate tr_num_revoke_rm" by Bob Peterson · 5 years ago
  21. 5d43975 gfs2: Fix incorrect variable name by Andreas Gruenbacher · 5 years ago
  22. 2e9eeaa gfs2: eliminate ssize parameter from gfs2_struct2blk by Bob Peterson · 5 years ago
  23. ade4808 gfs2: Don't write log headers after file system withdraw by Bob Peterson · 5 years ago
  24. f155f5e gfs2: fix infinite loop in gfs2_ail1_flush on io error by Bob Peterson · 5 years ago
  25. fe5e7ba gfs2: fix glock reference problem in gfs2_trans_remove_revoke by Bob Peterson · 5 years ago
  26. feed98a gfs2: make gfs2_log_shutdown static by Bob Peterson · 5 years ago
  27. 19ebc05 gfs2: Remove active journal side effect from gfs2_write_log_header by Andreas Gruenbacher · 5 years ago
  28. e955537 gfs2: eliminate tr_num_revoke_rm by Bob Peterson · 6 years ago
  29. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  30. 638803d Revert "gfs2: Replace gl_revokes with a GLF flag" by Bob Peterson · 6 years ago
  31. 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
  32. f4686c2 gfs2: read journal in large chunks by Abhi Das · 6 years ago
  33. a5b1d3f gfs2: Rename sd_log_le_{revoke,ordered} by Andreas Gruenbacher · 6 years ago
  34. 73118ca gfs2: Replace gl_revokes with a GLF flag by Bob Peterson · 6 years ago
  35. 9287c64 gfs2: Fix occasional glock use-after-free by Andreas Gruenbacher · 6 years ago
  36. 7c70b89 gfs2: clean_journal improperly set sd_log_flush_head by Bob Peterson · 6 years ago
  37. 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
  38. cbbe76c gfs2: Remove vestigial bd_ops by Bob Peterson · 6 years ago
  39. 2a5f14f gfs2: read journal in large chunks to locate the head by Abhi Das · 6 years ago
  40. 5b84609 gfs2: changes to gfs2_log_XXX_bio by Abhi Das · 6 years ago
  41. c9e58fb gfs2: write revokes should traverse sd_ail1_list in reverse by Bob Peterson · 6 years ago
  42. b524abc gfs2: slow the deluge of io error messages by Bob Peterson · 6 years ago
  43. ee9c7f9 gfs2: call ktime_get_coarse_real_ts64() directly by Arnd Bergmann · 7 years ago
  44. 9e1a9ec gfs2: Don't withdraw under a spin lock by Andreas Gruenbacher · 7 years ago
  45. 9bc980c GFS2: Make function gfs2_remove_from_ail static by Bob Peterson · 7 years ago
  46. 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
  47. c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
  48. 0ff5916 gfs2: Get rid of gfs2_log_header_in by Andreas Gruenbacher · 7 years ago
  49. 1f23bc7 gfs2: Trim the ordered write list in gfs2_ordered_write() by Abhi Das · 7 years ago
  50. 588bff9 GFS2: Reduce code redundancy writing log headers by Bob Peterson · 7 years ago
  51. 942b0cd GFS2: Withdraw for IO errors writing to the journal or statfs by Bob Peterson · 7 years ago
  52. b066a4eeb gfs2: forcibly flush ail to relieve memory pressure by Abhi Das · 7 years ago
  53. c96e6da Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  54. 722f6f6 GFS2: Eliminate vestigial sd_log_flush_wrapped by Bob Peterson · 8 years ago
  55. 0f0b9b6 gfs2: Make flush bios explicitely sync by Jan Kara · 8 years ago
  56. 9763dd6 Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  57. 9862ca0 GFS2: Switch tr_touched to flag in transaction by Bob Peterson · 8 years ago
  58. b63f5e8 GFS2: Wake up io waiters whenever a flush is done by Bob Peterson · 8 years ago
  59. f07b352 GFS2: Made logd daemon take into account log demand by Bob Peterson · 8 years ago
  60. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  61. e1b1afa gfs2: use bio op accessors by Mike Christie · 9 years ago
  62. 400ac52 gfs2: clear journal live bit in gfs2_log_flush by Benjamin Marzinski · 9 years ago
  63. 2e60d76 GFS2: update freeze code to use freeze/thaw_super on all nodes by Benjamin Marzinski · 10 years ago
  64. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 11 years ago
  65. 428fd95 GFS2: Re-add a call to log_flush_wait when flushing the journal by Bob Peterson · 11 years ago
  66. b1ab1e4 GFS2: Remove extra "if" in gfs2_log_flush() by Steven Whitehouse · 11 years ago
  67. 022ef4f GFS2: Move log buffer accounting to transaction by Steven Whitehouse · 11 years ago
  68. d69a3c6 GFS2: Move log buffer lists into transaction by Steven Whitehouse · 11 years ago
  69. 885bcec GFS2: Plug on AIL flush by Steven Whitehouse · 11 years ago
  70. 9290a9a GFS2: Fix use-after-free race when calling gfs2_remove_from_ail by Bob Peterson · 11 years ago
  71. 5d05496 GFS2: aggressively issue revokes in gfs2_log_flush by Benjamin Marzinski · 12 years ago
  72. 16ca941 GFS2: replace gfs2_ail structure with gfs2_trans by Benjamin Marzinski · 12 years ago
  73. 4513899 GFS2: Use ->writepages for ordered writes by Steven Whitehouse · 12 years ago
  74. c0752aa GFS2: eliminate log elements and simplify by Bob Peterson · 13 years ago
  75. 144a4c2 GFS2: Log code fixes by Steven Whitehouse · 13 years ago
  76. c50b91c GFS2: Remove bd_list_tr by Steven Whitehouse · 13 years ago
  77. e8c92ed GFS2: Clean up log write code path by Steven Whitehouse · 13 years ago
  78. fdb76a4 GFS2: Drop "pull" argument from log_write_header() by Steven Whitehouse · 13 years ago
  79. 34cc178 GFS2: Clean up log flush header writing by Steven Whitehouse · 13 years ago
  80. 08728f2 GFS2: Make bd_cmp() static by Steven Whitehouse · 13 years ago
  81. 4a36d08 GFS2: Sort the ordered write list by Bob Peterson · 13 years ago
  82. 47ac553 GFS2: Move two functions from log.c to lops.c by Steven Whitehouse · 13 years ago
  83. 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
  84. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  85. 20ed053 GFS2: Fix up REQ flags by Steven Whitehouse · 13 years ago
  86. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  87. 380f7c6 GFS2: Resolve inode eviction and ail list interaction bug by Steven Whitehouse · 13 years ago
  88. 26b06a6 GFS2: Wait properly when flushing the ail list by Steven Whitehouse · 14 years ago
  89. 4f1de01 GFS2: Fix ail list traversal by Steven Whitehouse · 14 years ago
  90. c83ae9c GFS2: Add an AIL writeback tracepoint by Steven Whitehouse · 14 years ago
  91. 4667a0e GFS2: Make writeback more responsive to system conditions by Steven Whitehouse · 14 years ago
  92. 5ac048b GFS2: Use filemap_fdatawrite() to write back the AIL by Steven Whitehouse · 14 years ago
  93. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  94. c618e87 GFS2: Update to AIL list locking by Steven Whitehouse · 14 years ago
  95. d6a079e GFS2: introduce AIL lock by Dave Chinner · 14 years ago
  96. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  97. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  98. 5f48749 GFS2: gfs2_logd should be using interruptible waits by Steven Whitehouse · 14 years ago
  99. f1e4d51 gfs2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  100. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago