1. bedb0f0 gfs2: Recover statfs info in journal head by Abhi Das · 4 years, 3 months ago
  2. 97fd734 gfs2: lookup local statfs inodes prior to journal recovery by Abhi Das · 4 years, 3 months ago
  3. 7309269 gfs2: Add fields for statfs info in struct gfs2_log_header_host by Abhi Das · 4 years, 3 months ago
  4. ed3adb3 gfs2: Ignore subsequent errors after withdraw in rgrp_go_sync by Andreas Gruenbacher · 4 years, 3 months ago
  5. 23cfb0c gfs2: Eliminate gl_vm by Bob Peterson · 4 years, 3 months ago
  6. 2ffed52 gfs2: Only access gl_delete for iopen glocks by Bob Peterson · 4 years, 3 months ago
  7. dbffb29 gfs2: Fix comments to glock_hash_walk by Bob Peterson · 4 years, 3 months ago
  8. e2c6c8a gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders) by Bob Peterson · 4 years, 3 months ago
  9. b2a846d gfs2: Ignore journal log writes for jdata holes by Bob Peterson · 4 years, 5 months ago
  10. a664574 gfs2: simplify gfs2_block_map by Bob Peterson · 4 years, 5 months ago
  11. 6302d6f gfs2: Only set PageChecked if we have a transaction by Bob Peterson · 4 years, 5 months ago
  12. 249ffe1 gfs2: don't lock sd_ail_lock in gfs2_releasepage by Bob Peterson · 4 years, 5 months ago
  13. 36c7830 gfs2: make gfs2_ail1_empty_one return the count of active items by Bob Peterson · 4 years, 5 months ago
  14. 6894287 gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe by Bob Peterson · 4 years, 6 months ago
  15. 97c5e43 gfs2: enhance log_blocks trace point to show log blocks free by Bob Peterson · 4 years, 5 months ago
  16. 77650bd gfs2: add missing log_blocks trace points in gfs2_write_revokes by Bob Peterson · 4 years, 5 months ago
  17. 21b6924 gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parm by Bob Peterson · 4 years, 6 months ago
  18. 0ddc515 gfs2: add validation checks for size of superblock by Anant Thazhemadam · 4 years, 3 months ago
  19. c2a04b0 gfs2: use-after-free in sysfs deregistration by Jamie Iles · 4 years, 3 months ago
  20. 0e539ca gfs2: Fix NULL pointer dereference in gfs2_rgrp_dump by Andrew Price · 4 years, 3 months ago
  21. 2164f9b gfs2: use iomap for buffered I/O in ordered and writeback mode by Christoph Hellwig · 6 years ago
  22. ee1e2c7 gfs2: call truncate_inode_pages_final for address space glocks by Bob Peterson · 4 years, 4 months ago
  23. 0a0d9f5 gfs2: simplify the logic in gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  24. d90be6a gfs2: factor evict_linked_inode out of gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  25. 53dbc27e gfs2: further simplify gfs2_evict_inode with new func evict_should_delete by Bob Peterson · 4 years, 4 months ago
  26. 6e7e9a5 gfs2: factor evict_unlinked_inode out of gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  27. 23d828f gfs2: rename variable error to ret in gfs2_evict_inode by Bob Peterson · 4 years, 4 months ago
  28. e8a8023 gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro by Liu Shixin · 4 years, 4 months ago
  29. 521031fa gfs2: Fix bad comment for trans_drain by Bob Peterson · 4 years, 5 months ago
  30. 5a61ae1 gfs2: Make sure we don't miss any delayed withdraws by Andreas Gruenbacher · 4 years, 5 months ago
  31. 40129b8 Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 5 months ago
  32. 462582b gfs2: add some much needed cleanup for log flushes that fail by Bob Peterson · 4 years, 5 months ago
  33. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  34. 8c2618a Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 5 months ago
  35. e28c02b gfs2: When gfs2_dirty_inode gets a glock error, dump the glock by Bob Peterson · 4 years, 6 months ago
  36. 70499cd gfs2: Never call gfs2_block_zero_range with an open transaction by Bob Peterson · 4 years, 6 months ago
  37. b0be23b gfs2: print details on transactions that aren't properly ended by Bob Peterson · 4 years, 6 months ago
  38. b57bc0f gfs2: Fix inaccurate comment by Bob Peterson · 4 years, 6 months ago
  39. 0e4656a Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
  40. 60263d5 iomap: fall back to buffered writes for invalidation failures by Christoph Hellwig · 4 years, 6 months ago
  41. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 6 months ago
  42. c07bfb4 gfs2: Fix refcount leak in gfs2_glock_poke by Andreas Gruenbacher · 4 years, 6 months ago
  43. 4c5c301 gfs2: Pass glock holder to gfs2_file_direct_{read,write} by Andreas Gruenbacher · 4 years, 7 months ago
  44. 5deaf1f gfs2: Add some flags missing from glock output by Bob Peterson · 4 years, 7 months ago
  45. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  46. 20f8299 gfs2: Rework read and page fault locking by Andreas Gruenbacher · 4 years, 7 months ago
  47. c860f8f gfs2: The freeze glock should never be frozen by Bob Peterson · 4 years, 7 months ago
  48. 623ba66 gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE by Bob Peterson · 4 years, 7 months ago
  49. b780cc6 gfs2: read-only mounts should grab the sd_freeze_gl glock by Bob Peterson · 4 years, 7 months ago
  50. 541656d gfs2: freeze should work on read-only mounts by Bob Peterson · 4 years, 7 months ago
  51. 7542486 gfs2: eliminate GIF_ORDERED in favor of list_empty by Bob Peterson · 4 years, 7 months ago
  52. 34244d7 gfs2: Don't sleep during glock hash walk by Andreas Gruenbacher · 4 years, 7 months ago
  53. 58e08e8 gfs2: fix trans slab error when withdraw occurs inside log_flush by Bob Peterson · 4 years, 7 months ago
  54. 5902f4d gfs2: Don't return NULL from gfs2_inode_lookup by Andreas Gruenbacher · 4 years, 7 months ago
  55. ca68787 Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 7 months ago
  56. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 8 months ago
  57. 300e549 Merge branch 'gfs2-iopen' into for-next by Andreas Gruenbacher · 4 years, 8 months ago
  58. 83d060c gfs2: fix use-after-free on transaction ail lists by Bob Peterson · 4 years, 8 months ago
  59. b839dad gfs2: new slab for transactions by Bob Peterson · 6 years ago
  60. cbcc89b gfs2: initialize transaction tr_ailX_lists earlier by Bob Peterson · 4 years, 8 months ago
  61. 9e8990d gfs2: Smarter iopen glock waiting by Andreas Gruenbacher · 5 years ago
  62. 35b6f8f gfs2: Wake up when setting GLF_DEMOTE by Andreas Gruenbacher · 5 years ago
  63. b0dcffd gfs2: Check inode generation number in delete_work_func by Andreas Gruenbacher · 5 years ago
  64. b66648a gfs2: Move inode generation number check into gfs2_inode_lookup by Andreas Gruenbacher · 5 years ago
  65. 6bdcade gfs2: Minor gfs2_lookup_by_inum cleanup by Andreas Gruenbacher · 5 years ago
  66. 9e73330 gfs2: Try harder to delete inodes locally by Andreas Gruenbacher · 5 years ago
  67. 8c7b926 gfs2: Give up the iopen glock on contention by Andreas Gruenbacher · 5 years ago
  68. a0e3cc6 gfs2: Turn gl_delete into a delayed work by Andreas Gruenbacher · 5 years ago
  69. f286d62 gfs2: Keep track of deleted inode generations in LVBs by Andreas Gruenbacher · 5 years ago
  70. 15f2547 gfs2: Allow ASPACE glocks to also have an lvb by Bob Peterson · 5 years ago
  71. d5dc3d9 gfs2: instrumentation wrt log_flush stuck by Bob Peterson · 4 years, 8 months ago
  72. ea4e61c gfs2: introduce new gfs2_glock_assert_withdraw by Bob Peterson · 4 years, 8 months ago
  73. 7e901d6 gfs2: print mapping->nrpages in glock dump for address space glocks by Bob Peterson · 4 years, 8 months ago
  74. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
  75. 1a0b00d gfs2: Only do glock put in gfs2_create_inode for free inodes by Bob Peterson · 4 years, 8 months ago
  76. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 8 months ago
  77. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  78. ea22eee gfs2: Allow lock_nolock mount to specify jid=X by Bob Peterson · 4 years, 9 months ago
  79. bbae10f gfs2: Don't ignore inode write errors during inode_go_sync by Bob Peterson · 4 years, 9 months ago
  80. 20be493 gfs2: Even more gfs2_find_jhead fixes by Andreas Gruenbacher · 4 years, 8 months ago
  81. b14c949 Revert "gfs2: Don't demote a glock until its revokes are written" by Bob Peterson · 4 years, 8 months ago
  82. b11e1a8 gfs2: If go_sync returns error, withdraw but skip invalidate by Bob Peterson · 4 years, 9 months ago
  83. f4e2f5e gfs2: Grab glock reference sooner in gfs2_add_revoke by Andreas Gruenbacher · 4 years, 9 months ago
  84. c9cb9e3 gfs2: don't call quota_unhold if quotas are not locked by Bob Peterson · 4 years, 9 months ago
  85. 4ed0c30 gfs2: move privileged user check to gfs2_quota_lock_check by Bob Peterson · 4 years, 9 months ago
  86. e6ce26e gfs2: remove check for quotas on in gfs2_quota_check by Bob Peterson · 4 years, 9 months ago
  87. f9615fe gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_change by Bob Peterson · 4 years, 9 months ago
  88. 2297ab6 gfs2: Fix problems regarding gfs2_qa_get and _put by Bob Peterson · 4 years, 9 months ago
  89. aa83da7 gfs2: More gfs2_find_jhead fixes by Andreas Gruenbacher · 4 years, 9 months ago
  90. 566a2ab gfs2: Another gfs2_walk_metadata fix by Andreas Gruenbacher · 4 years, 9 months ago
  91. d22f69a gfs2: Fix use-after-free in gfs2_logd after withdraw by Bob Peterson · 4 years, 9 months ago
  92. 53af80c gfs2: Fix BUG during unmount after file system withdraw by Bob Peterson · 4 years, 9 months ago
  93. a8b7528 gfs2: Fix error exit in do_xmote by Bob Peterson · 4 years, 9 months ago
  94. ac91558 gfs2: fix withdraw sequence deadlock by Bob Peterson · 4 years, 9 months ago
  95. 018d21f Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 10 months ago
  96. 75b46c4 gfs2: Fix oversight in gfs2_ail1_flush by Bob Peterson · 4 years, 10 months ago
  97. c953a73 gfs2: change from write to read lock for sd_log_flush_lock in journal replay by Bob Peterson · 4 years, 10 months ago
  98. 9592ea8 gfs2: instrumentation wrt ail1 stuck by Bob Peterson · 4 years, 10 months ago
  99. e04d339 gfs2: don't lock sd_log_flush_lock in try_rgrp_unlink by Bob Peterson · 4 years, 10 months ago
  100. 4bd684b gfs2: Remove unnecessary gfs2_qa_{get,put} pairs by Andreas Gruenbacher · 4 years, 11 months ago