1. 5b849b5 jbd2: fast commit recovery path by Harshad Shirwadkar · 4 years, 3 months ago
  2. ff780b9 jbd2: add fast commit machinery by Harshad Shirwadkar · 4 years, 3 months ago
  3. 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 3 months ago
  4. 995a3ed ext4: add fast_commit feature and handling for extended mount options by Harshad Shirwadkar · 4 years, 3 months ago
  5. 342af94 jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  6. aa3c0c6 jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  7. 15a119e jbd2: fix the comment of struct jbd2_journal_handle by Hui Su · 4 years, 4 months ago
  8. d723b99 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 5 months ago
  9. 529a781 jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers() by zhangyi (F) · 4 years, 7 months ago
  10. 3f1266f block: move block-related definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  11. 7b97d86 ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers by zhangyi (F) · 4 years, 7 months ago
  12. 7f6225e jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft() by zhangyi (F) · 5 years ago
  13. a396560 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  14. d82d47d jbd2: fix kernel-doc notation warning by Randy Dunlap · 5 years ago
  15. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  16. 3c845ac jbd2: make jbd2_handle_buffer_credits() handle reserved handles by Jan Kara · 5 years ago
  17. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  18. 933f1c1 jbd2: Rename h_buffer_credits to h_total_credits by Jan Kara · 5 years ago
  19. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  20. 77444ac jbd2: Drop jbd2_space_needed() by Jan Kara · 5 years ago
  21. 9f356e5 jbd2: Account descriptor blocks into t_outstanding_credits by Jan Kara · 5 years ago
  22. a9a8344 ext4, jbd2: Provide accessor function for handle credits by Jan Kara · 5 years ago
  23. add3efd jbd2: Fix possible overflow in jbd2_log_space_left() by Jan Kara · 5 years ago
  24. 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
  25. 93108eb jbd2: Move dropping of jh reference out of un/re-filing functions by Jan Kara · 5 years ago
  26. d8ede91 jbd2: Remove jbd_trylock_bh_state() by Thomas Gleixner · 5 years ago
  27. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  28. 963abb9 jbd2: remove jbd2_journal_inode_add_[write|wait] by Joseph Qi · 5 years ago
  29. 9382cde jbd2: drop declaration of journal_sync_buffer() by Theodore Ts'o · 6 years ago
  30. 6ba0e7d jbd2: introduce jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
  31. d691005 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83 by Thomas Gleixner · 6 years ago
  32. c4d36b6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  33. 0d52154 jbd2: fix potential double free by Chengguang Xu · 6 years ago
  34. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  35. 32ea275 jbd2: update locking documentation for transaction_t by Alexander Lochmann · 6 years ago
  36. 96f1e09 jbd2: avoid long hold times of j_state_lock while committing a transaction by Jan Kara · 6 years ago
  37. f69120c jbd2: fix sphinx kernel-doc build warnings by Tobin C. Harding · 7 years ago
  38. b8a6176 ext4: Support for synchronous DAX faults by Jan Kara · 7 years ago
  39. 81378da jbd2: mark the transaction context with the scope GFP_NOFS context by Michal Hocko · 8 years ago
  40. 1eaa566 jbd2: track more dependencies on transaction commit by Jan Kara · 9 years ago
  41. ab714af jbd2: move lockdep tracking to journal_s by Jan Kara · 9 years ago
  42. 466c3fb jbd2: remove excess descriptions for handle_s by Luis de Bethencourt · 9 years ago
  43. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 9 years ago
  44. 1101cd4 jbd2: unify revoke and tag block checksum handling by Jan Kara · 9 years ago
  45. 32ab671 jbd2: factor out common descriptor block initialization by Jan Kara · 9 years ago
  46. 9bcf976 jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records by Jan Kara · 9 years ago
  47. 4327ba5 ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  48. 56316a0 jbd2: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  49. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  50. 8595798 jbd2: gate checksum calculations on crc driver presence, not sb flags by Darrick J. Wong · 9 years ago
  51. ea814ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  52. 841df7df jbd2: avoid infinite loop when destroying aborted journal by Jan Kara · 9 years ago
  53. c290ea0 fs: Remove ext3 filesystem driver by Jan Kara · 10 years ago
  54. 6f6a6fd jbd2: fix ocfs2 corrupt when updating journal superblock fails by Joseph Qi · 10 years ago
  55. c38fda3 jbd: drop jbd_ENOSYS debug by Davidlohr Bueso · 10 years ago
  56. 50849db jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list by Jan Kara · 10 years ago
  57. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  58. 41a5b91 jbd2: invalidate handle if jbd2_journal_restart() fails by Theodore Ts'o · 12 years ago
  59. 169f1a2 jbd2: use a single printk for jbd_debug() by Paul Gortmaker · 12 years ago
  60. c9b3a8c jbd/jbd2: relocate bit_spinlock header to jbd_common by Paul Gortmaker · 12 years ago
  61. 06a407f ext4: fix data integrity for ext4_sync_fs by Dmitry Monakhov · 12 years ago
  62. 9ff8644 jbd2: optimize jbd2_journal_force_commit by Dmitry Monakhov · 12 years ago
  63. 8f7d89f jbd2: transaction reservation support by Jan Kara · 12 years ago
  64. f29fad7 jbd2: remove unused waitqueues by Jan Kara · 12 years ago
  65. 76c3990 jbd2: cleanup needed free block estimates when starting a transaction by Jan Kara · 12 years ago
  66. b34090e jbd2: refine waiting for shadow buffers by Jan Kara · 12 years ago
  67. e5a120a jbd2: remove journal_head from descriptor buffers by Jan Kara · 12 years ago
  68. f5113ef jbd2: don't create journal_head for temporary journal buffers by Jan Kara · 12 years ago
  69. 259709b jbd2: change jbd2_journal_invalidatepage to accept length by Lukas Czerner · 12 years ago
  70. 28daf4f jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Zheng Liu · 12 years ago
  71. 794446c jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback by Dmitry Monakhov · 12 years ago
  72. d76a3a77 ext4/jbd2: don't wait (forever) for stale tid caused by wraparound by Theodore Ts'o · 12 years ago
  73. b6e96d0 jbd2: use module parameters instead of debugfs for jbd_debug by Theodore Ts'o · 12 years ago
  74. 343d9c2 jbd2: add tracepoints which provide per-handle statistics by Theodore Ts'o · 12 years ago
  75. 078d503 jbd2: revert "jbd2: add COW fields to struct jbd2_journal_handle" by Theodore Ts'o · 12 years ago
  76. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 12 years ago
  77. 53e8726 ext4: fix deadlock in journal_unmap_buffer() by Jan Kara · 12 years ago
  78. fd47d3e jbd2: remove VLAIS usage from JBD2 code by Behan Webster · 12 years ago
  79. 37be2f5 ext4: remove ext4_handle_release_buffer() by Eric Sandeen · 12 years ago
  80. d796c52 ext4: make sure the journal sb is written in ext4_clear_journal_err() by Theodore Ts'o · 12 years ago
  81. e93376c ext4/jbd2: add metadata checksumming to the list of supported features by Darrick J. Wong · 13 years ago
  82. 4fd5ea4 jbd2: checksum journal superblock by Darrick J. Wong · 13 years ago
  83. 01b5adc jbd2: Grab a reference to the crc32c driver if necessary by Darrick J. Wong · 13 years ago
  84. 8f888ef jbd2: change disk layout for metadata checksumming by Darrick J. Wong · 13 years ago
  85. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 13 years ago
  86. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 13 years ago
  87. 24bcc89 jbd2: split updating of journal superblock and marking journal empty by Jan Kara · 13 years ago
  88. 0c2022e jbd2: allocate transaction from separate slab cache by Yongqiang Yang · 13 years ago
  89. 1ba3726 jbd2: clear revoked flag on buffers before a new transaction started by Yongqiang Yang · 13 years ago
  90. 4460667 jdb/jbd2: factor out common functions from the jbd[2] header files by Thomas Gleixner · 13 years ago
  91. d2159fb jbd2: use gfp_t instead of int by Dan Carpenter · 13 years ago
  92. 4862fd6 jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints by Theodore Ts'o · 14 years ago
  93. de1b794 jbd2: Fix oops in jbd2_journal_remove_journal_head() by Jan Kara · 14 years ago
  94. bbd2be3 jbd2: Add function jbd2_trans_will_send_data_barrier() by Jan Kara · 14 years ago
  95. 81be12c jbd2: fix sending of data flush on journal commit by Jan Kara · 14 years ago
  96. 9373745 jbd2: add COW fields to struct jbd2_journal_handle by Amir Goldstein · 14 years ago
  97. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 14 years ago
  98. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  99. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  100. 8dd4204 jbd2: Remove t_handle_lock from start_this_handle() by Theodore Ts'o · 14 years ago