1. c551f66 gfs2: Fix a number of kernel-doc warnings by Lee Jones · 3 years, 9 months ago
  2. 152f58c gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent by Andreas Gruenbacher · 3 years, 9 months ago
  3. 0efc497 gfs2: bypass log flush if the journal is not live by Bob Peterson · 3 years, 10 months ago
  4. 1a5a2cf gfs2: fix use-after-free in trans_drain by Bob Peterson · 3 years, 10 months ago
  5. 17d7768 gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flush by Bob Peterson · 3 years, 10 months ago
  6. 803074a Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git by Andreas Gruenbacher · 3 years, 10 months ago
  7. 2129b42 gfs2: Per-revoke accounting in transactions by Andreas Gruenbacher · 4 years ago
  8. fe3e397 gfs2: Rework the log space allocation logic by Andreas Gruenbacher · 4 years, 1 month ago
  9. 71b219f gfs2: Minor calc_reserved cleanup by Andreas Gruenbacher · 4 years ago
  10. 76fce65 gfs2: Move function gfs2_ail_empty_tr by Andreas Gruenbacher · 4 years ago
  11. 5cb738b gfs2: Get rid of current_tail() by Andreas Gruenbacher · 4 years ago
  12. 5ae8fff gfs2: Clean up gfs2_log_reserve by Andreas Gruenbacher · 4 years, 1 month ago
  13. 4a3d049 gfs2: Don't wait for journal flush in clean_journal by Andreas Gruenbacher · 4 years, 1 month ago
  14. c1eba1b gfs2: Move lock flush locking to gfs2_trans_{begin,end} by Andreas Gruenbacher · 4 years, 1 month ago
  15. f3708fb gfs2: Get rid of sd_reserving_log by Andreas Gruenbacher · 4 years, 1 month ago
  16. c968f57 gfs2: Clean up on-stack transactions by Andreas Gruenbacher · 4 years ago
  17. 8221894 gfs2: keep bios separate for each journal by Bob Peterson · 4 years ago
  18. 4a01184 Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal" by Bob Peterson · 4 years ago
  19. 6e80674 gfs2: Clean up ail2_empty by Andreas Gruenbacher · 4 years, 1 month ago
  20. e7501bf gfs2: Rename gfs2_{write => flush}_revokes by Andreas Gruenbacher · 4 years ago
  21. 6188e87 gfs2: Some documentation updates by Andreas Gruenbacher · 4 years, 1 month ago
  22. 5a4e9c6 gfs2: Minor gfs2_write_revokes cleanups by Andreas Gruenbacher · 4 years, 1 month ago
  23. 4e79e3f gfs2: Fix case in which ail writes are done to jdata holes by Bob Peterson · 4 years, 2 months ago
  24. 36c7830 gfs2: make gfs2_ail1_empty_one return the count of active items by Bob Peterson · 4 years, 4 months ago
  25. 6894287 gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe by Bob Peterson · 4 years, 5 months ago
  26. 77650bd gfs2: add missing log_blocks trace points in gfs2_write_revokes by Bob Peterson · 4 years, 4 months ago
  27. 521031fa gfs2: Fix bad comment for trans_drain by Bob Peterson · 4 years, 4 months ago
  28. 5a61ae1 gfs2: Make sure we don't miss any delayed withdraws by Andreas Gruenbacher · 4 years, 4 months ago
  29. 462582b gfs2: add some much needed cleanup for log flushes that fail by Bob Peterson · 4 years, 4 months ago
  30. b57bc0f gfs2: Fix inaccurate comment by Bob Peterson · 4 years, 5 months ago
  31. 7542486 gfs2: eliminate GIF_ORDERED in favor of list_empty by Bob Peterson · 4 years, 7 months ago
  32. 58e08e8 gfs2: fix trans slab error when withdraw occurs inside log_flush by Bob Peterson · 4 years, 7 months ago
  33. 83d060c gfs2: fix use-after-free on transaction ail lists by Bob Peterson · 4 years, 7 months ago
  34. b839dad gfs2: new slab for transactions by Bob Peterson · 6 years ago
  35. cbcc89b gfs2: initialize transaction tr_ailX_lists earlier by Bob Peterson · 4 years, 7 months ago
  36. d5dc3d9 gfs2: instrumentation wrt log_flush stuck by Bob Peterson · 4 years, 7 months ago
  37. f4e2f5e gfs2: Grab glock reference sooner in gfs2_add_revoke by Andreas Gruenbacher · 4 years, 8 months ago
  38. d22f69a gfs2: Fix use-after-free in gfs2_logd after withdraw by Bob Peterson · 4 years, 8 months ago
  39. 75b46c4 gfs2: Fix oversight in gfs2_ail1_flush by Bob Peterson · 4 years, 9 months ago
  40. 9592ea8 gfs2: instrumentation wrt ail1 stuck by Bob Peterson · 4 years, 9 months ago
  41. 969183b gfs2: Switch to list_{first,last}_entry by Andreas Gruenbacher · 5 years ago
  42. 4900312 gfs2: Additional information when gfs2_ail1_flush withdraws by Bob Peterson · 4 years, 10 months ago
  43. ca399c96 gfs2: flesh out delayed withdraw for gfs2_log_flush by Bob Peterson · 5 years ago
  44. 2ca0c2f gfs2: drain the ail2 list after io errors by Bob Peterson · 5 years ago
  45. b1676cb gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails by Bob Peterson · 5 years ago
  46. 9ff7828 gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty by Bob Peterson · 5 years ago
  47. 5e4c763 gfs2: Issue revokes more intelligently by Bob Peterson · 6 years ago
  48. 036330c gfs2: log error reform by Bob Peterson · 6 years ago
  49. 30fe70a gfs2: clear ail1 list when gfs2 withdraws by Bob Peterson · 5 years ago
  50. 6951108 gfs2: Introduce concept of a pending withdraw by Bob Peterson · 6 years ago
  51. badb55e gfs2: Split gfs2_lm_withdraw into two functions by Andreas Gruenbacher · 5 years ago
  52. a31b4ec Revert "gfs2: eliminate tr_num_revoke_rm" by Bob Peterson · 5 years ago
  53. 5d43975 gfs2: Fix incorrect variable name by Andreas Gruenbacher · 5 years ago
  54. 2e9eeaa gfs2: eliminate ssize parameter from gfs2_struct2blk by Bob Peterson · 5 years ago
  55. ade4808 gfs2: Don't write log headers after file system withdraw by Bob Peterson · 5 years ago
  56. f155f5e gfs2: fix infinite loop in gfs2_ail1_flush on io error by Bob Peterson · 5 years ago
  57. fe5e7ba gfs2: fix glock reference problem in gfs2_trans_remove_revoke by Bob Peterson · 5 years ago
  58. feed98a gfs2: make gfs2_log_shutdown static by Bob Peterson · 5 years ago
  59. 19ebc05 gfs2: Remove active journal side effect from gfs2_write_log_header by Andreas Gruenbacher · 5 years ago
  60. e955537 gfs2: eliminate tr_num_revoke_rm by Bob Peterson · 6 years ago
  61. 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
  62. 638803d Revert "gfs2: Replace gl_revokes with a GLF flag" by Bob Peterson · 6 years ago
  63. 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
  64. f4686c2 gfs2: read journal in large chunks by Abhi Das · 6 years ago
  65. a5b1d3f gfs2: Rename sd_log_le_{revoke,ordered} by Andreas Gruenbacher · 6 years ago
  66. 73118ca gfs2: Replace gl_revokes with a GLF flag by Bob Peterson · 6 years ago
  67. 9287c64 gfs2: Fix occasional glock use-after-free by Andreas Gruenbacher · 6 years ago
  68. 7c70b89 gfs2: clean_journal improperly set sd_log_flush_head by Bob Peterson · 6 years ago
  69. 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
  70. cbbe76c gfs2: Remove vestigial bd_ops by Bob Peterson · 6 years ago
  71. 2a5f14f gfs2: read journal in large chunks to locate the head by Abhi Das · 6 years ago
  72. 5b84609 gfs2: changes to gfs2_log_XXX_bio by Abhi Das · 6 years ago
  73. c9e58fb gfs2: write revokes should traverse sd_ail1_list in reverse by Bob Peterson · 6 years ago
  74. b524abc gfs2: slow the deluge of io error messages by Bob Peterson · 6 years ago
  75. ee9c7f9 gfs2: call ktime_get_coarse_real_ts64() directly by Arnd Bergmann · 7 years ago
  76. 9e1a9ec gfs2: Don't withdraw under a spin lock by Andreas Gruenbacher · 7 years ago
  77. 9bc980c GFS2: Make function gfs2_remove_from_ail static by Bob Peterson · 7 years ago
  78. 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
  79. c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
  80. 0ff5916 gfs2: Get rid of gfs2_log_header_in by Andreas Gruenbacher · 7 years ago
  81. 1f23bc7 gfs2: Trim the ordered write list in gfs2_ordered_write() by Abhi Das · 7 years ago
  82. 588bff9 GFS2: Reduce code redundancy writing log headers by Bob Peterson · 7 years ago
  83. 942b0cd GFS2: Withdraw for IO errors writing to the journal or statfs by Bob Peterson · 7 years ago
  84. b066a4eeb gfs2: forcibly flush ail to relieve memory pressure by Abhi Das · 7 years ago
  85. c96e6da Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  86. 722f6f6 GFS2: Eliminate vestigial sd_log_flush_wrapped by Bob Peterson · 8 years ago
  87. 0f0b9b6 gfs2: Make flush bios explicitely sync by Jan Kara · 8 years ago
  88. 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
  89. 9862ca0 GFS2: Switch tr_touched to flag in transaction by Bob Peterson · 8 years ago
  90. b63f5e8 GFS2: Wake up io waiters whenever a flush is done by Bob Peterson · 8 years ago
  91. f07b352 GFS2: Made logd daemon take into account log demand by Bob Peterson · 8 years ago
  92. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  93. e1b1afa gfs2: use bio op accessors by Mike Christie · 9 years ago
  94. 400ac52 gfs2: clear journal live bit in gfs2_log_flush by Benjamin Marzinski · 9 years ago
  95. 2e60d76 GFS2: update freeze code to use freeze/thaw_super on all nodes by Benjamin Marzinski · 10 years ago
  96. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 11 years ago
  97. 428fd95 GFS2: Re-add a call to log_flush_wait when flushing the journal by Bob Peterson · 11 years ago
  98. b1ab1e4 GFS2: Remove extra "if" in gfs2_log_flush() by Steven Whitehouse · 11 years ago
  99. 022ef4f GFS2: Move log buffer accounting to transaction by Steven Whitehouse · 11 years ago
  100. d69a3c6 GFS2: Move log buffer lists into transaction by Steven Whitehouse · 11 years ago