1. e06aeb9 jbd2: fix data races at struct journal_head by Qian Cai · 4 years, 2 months ago
  2. b5bcf26 jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record by zhangyi (F) · 4 years, 5 months ago
  3. 126fb17 ext4, jbd2: ensure panic when aborting with zero errno by zhangyi (F) · 4 years, 5 months ago
  4. 0d93632 jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal by Kai Li · 4 years, 4 months ago
  5. f98c993 jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer by zhangyi (F) · 4 years, 2 months ago
  6. 4821626 jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() by zhangyi (F) · 4 years, 2 months ago
  7. 90244f0 jbd2: Fix statistics for the number of logged blocks by Jan Kara · 4 years, 6 months ago
  8. bd8f3bc jbd2: check superblock mapped prior to committing by Jiufei Xue · 5 years ago
  9. a05d994 jbd2: fix invalid descriptor block checksum by luojiajun · 5 years ago
  10. 241f3e3 jbd2: fix compile warning when using JBUFFER_TRACE by zhangyi (F) · 5 years ago
  11. 6713df7 jbd2: clear dirty flag when revoking a buffer from an older transaction by zhangyi (F) · 5 years ago
  12. 2613e75 jbd2: fix use after free in jbd2_log_do_checkpoint() by Jan Kara · 6 years ago
  13. 8ef97ef jbd2: don't mark block as modified if the handle is out of credits by Theodore Ts'o · 6 years ago
  14. 2e54d7c ext4: set h_journal if there is a failure starting a reserved handle by Theodore Ts'o · 6 years ago
  15. cff3a5f jbd2: fix use after free in kjournald2() by Sahitya Tummala · 7 years ago
  16. 82aad4a jbd2: if the journal is aborted then don't allow update of the log tail by Theodore Ts'o · 6 years ago
  17. 81ca30d jbd2: Fix lockdep splat with generic/270 test by Jan Kara · 7 years ago
  18. 99a89d8 jbd2: fix sphinx kernel-doc build warnings by Tobin C. Harding · 6 years ago
  19. b176a6e jbd2: don't leak memory if setting up journal fails by Eric Biggers · 7 years ago
  20. a9b0c14 jbd2: don't leak modified metadata buffers on an aborted journal by Theodore Ts'o · 7 years ago
  21. 559cce6 jbd2: fix incorrect unlock on j_list_lock by Taesoo Kim · 8 years ago
  22. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  23. e03a997 jbd2: fix lockdep annotation in add_transaction_credits() by Jan Kara · 8 years ago
  24. f0c9fd5 jbd2: move more common code into journal_init_common() by Geliang Tang · 8 years ago
  25. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  26. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  27. abcfb5d jbd2: make journal y2038 safe by Arnd Bergmann · 8 years ago
  28. 1eaa566 jbd2: track more dependencies on transaction commit by Jan Kara · 8 years ago
  29. ab714af jbd2: move lockdep tracking to journal_s by Jan Kara · 8 years ago
  30. 7a4b188 jbd2: move lockdep instrumentation for jbd2 handles by Jan Kara · 8 years ago
  31. f2db197 jbd2: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  32. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  33. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  34. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  35. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  36. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 8 years ago
  37. 9938b04 Merge branch 'master' into for-next by Jiri Kosina · 8 years ago
  38. bd7ced9 Doc: treewide : Fix typos in DocBook/filesystem.xml by Masanari Iida · 8 years ago
  39. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  40. 490c1b4 jbd2: do not fail journal because of frozen_buffer allocation failure by Michal Hocko · 8 years ago
  41. c0a2ad9 jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path by OGAWA Hirofumi · 8 years ago
  42. cb0d9d4 jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling by Jan Kara · 8 years ago
  43. 1101cd4 jbd2: unify revoke and tag block checksum handling by Jan Kara · 8 years ago
  44. 32ab671 jbd2: factor out common descriptor block initialization by Jan Kara · 8 years ago
  45. 9bcf976 jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records by Jan Kara · 8 years ago
  46. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 9 years ago
  47. f41683a Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  48. 087ffd4 jbd2: fix null committed data return in undo_access by Junxiao Bi · 8 years ago
  49. bc23f0c jbd2: Fix unreclaimed pages after truncate in data=journal mode by Jan Kara · 8 years ago
  50. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  51. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 8 years ago
  52. 4327ba5 ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  53. 33d1497 jbd2: fix checkpoint list cleanup by Jan Kara · 9 years ago
  54. 56316a0 jbd2: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  55. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  56. 8595798 jbd2: gate checksum calculations on crc driver presence, not sb flags by Darrick J. Wong · 9 years ago
  57. 6d3ec14 jbd2: limit number of reserved credits by Lukas Czerner · 9 years ago
  58. 841df7df jbd2: avoid infinite loop when destroying aborted journal by Jan Kara · 9 years ago
  59. 564bc40 ext4, jbd2: add REQ_FUA flag when recording an error in the superblock by Daeho Jeong · 9 years ago
  60. 6e06ae8 jbd2: speedup jbd2_journal_dirty_metadata() by Jan Kara · 9 years ago
  61. ebeaa8d Revert "jbd2: speedup jbd2_journal_dirty_metadata()" by Linus Torvalds · 9 years ago
  62. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  63. 81ae394 fs/jbd2/journal.c: use strreplace() by Rasmus Villemoes · 9 years ago
  64. 2143c19 jbd2: speedup jbd2_journal_dirty_metadata() by Jan Kara · 9 years ago
  65. 7b506b1 jbd2: get rid of open coded allocation retry loop by Michal Hocko · 9 years ago
  66. 6f6a6fd jbd2: fix ocfs2 corrupt when updating journal superblock fails by Joseph Qi · 9 years ago
  67. b4f1afc jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail() by Dmitry Monakhov · 9 years ago
  68. de92c8c jbd2: speedup jbd2_journal_get_[write|undo]_access() by Jan Kara · 9 years ago
  69. 8b00f40 jbd2: more simplifications in do_get_write_access() by Jan Kara · 9 years ago
  70. d012aa5 jbd2: simplify error path on allocation failure in do_get_write_access() by Jan Kara · 9 years ago
  71. ee57aba jbd2: simplify code flow in do_get_write_access() by Jan Kara · 9 years ago
  72. 6ccaf3e jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL by Michal Hocko · 9 years ago
  73. e531d0b jbd2: fix r_count overflows leading to buffer overflow in journal recovery by Darrick J. Wong · 9 years ago
  74. 9d50659 ext4: fix NULL pointer dereference when journal restart fails by Lukas Czerner · 9 years ago
  75. b692422 jbd2: complain about descriptor block checksum errors by Darrick J. Wong · 9 years ago
  76. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  77. 32f3869 jbd2: fix regression where we fail to initialize checksum seed when loading by Darrick J. Wong · 9 years ago
  78. d9f39d1 jbd2: remove unnecessary NULL check before iput() by Theodore Ts'o · 9 years ago
  79. d48458d jbd2: use a better hash function for the revoke table by Theodore Ts'o · 9 years ago
  80. 50849db jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list by Jan Kara · 10 years ago
  81. cc97f1a jbd2: avoid pointless scanning of checkpoint lists by Jan Kara · 10 years ago
  82. 1245799 jbd2: jbd2_log_wait_for_space improve error detetcion by Dmitry Monakhov · 10 years ago
  83. 064d838 jbd2: free bh when descriptor block checksum fails by Darrick J. Wong · 10 years ago
  84. feb8c6d jbd2: fix journal checksum feature flag handling by Darrick J. Wong · 10 years ago
  85. a49058f jbd/jbd2: use non-movable memory for the jbd superblock by Gioh Kim · 10 years ago
  86. 0e5ecf0a jbd2: optimize jbd2_log_do_checkpoint() a bit by Jan Kara · 10 years ago
  87. dc6e8d6 jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint() by Theodore Ts'o · 10 years ago
  88. 88fe1ac jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  89. be1158c jbd2: fold __process_buffer() into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  90. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  91. 022eaa7 jbd2: fix infinite loop when recovering corrupt journal blocks by Darrick J. Wong · 10 years ago
  92. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  93. 5dd2142 ext4: disable synchronous transaction batching if max_batch_time==0 by Eric Sandeen · 10 years ago
  94. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  95. 66a4cb1 jbd2: improve error messages for inconsistent journal heads by Theodore Ts'o · 10 years ago
  96. 0bfea81 jbd2: minimize region locked by j_list_lock in jbd2_journal_forget() by Theodore Ts'o · 10 years ago
  97. 6e4862a jbd2: minimize region locked by j_list_lock in journal_get_create_access() by Theodore Ts'o · 10 years ago
  98. d2eb0b9 jbd2: check jh->b_transaction without taking j_list_lock by Theodore Ts'o · 10 years ago
  99. d4e839d jbd2: add transaction to checkpoint list earlier by Theodore Ts'o · 10 years ago
  100. 42cf345 jbd2: calculate statistics without holding j_state_lock and j_list_lock by Theodore Ts'o · 10 years ago