1. cc80586 jbd2: add todo for a fast commit performance optimization by Harshad Shirwadkar · 4 years, 2 months ago
  2. ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 2 months ago
  3. ff780b9 jbd2: add fast commit machinery by Harshad Shirwadkar · 4 years, 3 months ago
  4. 342af94 jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  5. aa3c0c6 jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  6. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  7. 780f66e jbd2: improve comments about freeing data buffers whose page mapping is NULL by zhangyi (F) · 4 years, 11 months ago
  8. c96dcee jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer by zhangyi (F) · 4 years, 11 months ago
  9. 6a66a7d jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() by zhangyi (F) · 4 years, 11 months ago
  10. d0a186e jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record by zhangyi (F) · 5 years ago
  11. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  12. 9f356e5 jbd2: Account descriptor blocks into t_outstanding_credits by Jan Kara · 5 years ago
  13. 015c603 jbd2: Fix statistics for the number of logged blocks by Jan Kara · 5 years ago
  14. 0db4588 jbd2: Fixup stale comment in commit code by Jan Kara · 5 years ago
  15. 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
  16. 93108eb jbd2: Move dropping of jh reference out of un/re-filing functions by Jan Kara · 5 years ago
  17. 6ba0e7d jbd2: introduce jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
  18. a497730 jbd2: fix typo in comment of journal_submit_inode_data_buffers by Liu Song · 6 years ago
  19. 6e876c3 jbd2: fix invalid descriptor block checksum by luojiajun · 6 years ago
  20. 96f1e09 jbd2: avoid long hold times of j_state_lock while committing a transaction by Jan Kara · 6 years ago
  21. b42d1d6 jbd2: replace current_kernel_time64 with ktime equivalent by Arnd Bergmann · 6 years ago
  22. f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
  23. 76341ca jbd2: don't clear and reset errors after waiting on writeback by Jeff Layton · 7 years ago
  24. 6fa7aa5 fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkpoint_mutex by Tejun Heo · 8 years ago
  25. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  26. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  27. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  28. abcfb5d jbd2: make journal y2038 safe by Arnd Bergmann · 9 years ago
  29. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  30. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 9 years ago
  31. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  32. cb0d9d4 jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling by Jan Kara · 9 years ago
  33. 1101cd4 jbd2: unify revoke and tag block checksum handling by Jan Kara · 9 years ago
  34. 32ab671 jbd2: factor out common descriptor block initialization by Jan Kara · 9 years ago
  35. 9bcf976 jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records by Jan Kara · 9 years ago
  36. 56316a0 jbd2: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  37. 841df7df jbd2: avoid infinite loop when destroying aborted journal by Jan Kara · 9 years ago
  38. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  39. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  40. d4e839d jbd2: add transaction to checkpoint list earlier by Theodore Ts'o · 11 years ago
  41. 42cf345 jbd2: calculate statistics without holding j_state_lock and j_list_lock by Theodore Ts'o · 11 years ago
  42. df3c1e9 jbd2: don't unplug after writing revoke records by Theodore Ts'o · 11 years ago
  43. 18a6ea1 jbd2: Fix endian mixing problems in the checksumming code by Darrick J. Wong · 11 years ago
  44. cfc7bc8 jbd2: fix duplicate debug label for phase 2 by Paul Gortmaker · 12 years ago
  45. 3ca841c jbd2: relocate assert after state lock in journal_commit_transaction() by Paul Gortmaker · 12 years ago
  46. 8f7d89f jbd2: transaction reservation support by Jan Kara · 12 years ago
  47. b34090e jbd2: refine waiting for shadow buffers by Jan Kara · 12 years ago
  48. e5a120a jbd2: remove journal_head from descriptor buffers by Jan Kara · 12 years ago
  49. f5113ef jbd2: don't create journal_head for temporary journal buffers by Jan Kara · 12 years ago
  50. eee06c5 jbd2: fix block tag checksum verification brokenness by Darrick J. Wong · 12 years ago
  51. 794446c jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback by Dmitry Monakhov · 12 years ago
  52. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 12 years ago
  53. b794e7a jbd2: fix assertion failure in commit code due to lacking transaction credits by Jan Kara · 12 years ago
  54. 906adea jbd2: remove the second argument of kmap_atomic by Cong Wang · 13 years ago
  55. c390087 jbd2: checksum data blocks that are stored in the journal by Darrick J. Wong · 13 years ago
  56. 1f56c58 jbd2: checksum commit blocks by Darrick J. Wong · 13 years ago
  57. 3caa487 jbd2: checksum descriptor blocks by Darrick J. Wong · 13 years ago
  58. 8f888ef jbd2: change disk layout for metadata checksumming by Darrick J. Wong · 13 years ago
  59. 99aa784 jbd2: use GFP_NOFS for blkdev_issue_flush by Shaohua Li · 13 years ago
  60. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  61. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  62. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  63. 303a8f2 jbd2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  64. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 13 years ago
  65. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 13 years ago
  66. a78bb11 jbd2: protect all log tail updates with j_checkpoint_mutex by Jan Kara · 13 years ago
  67. 24bcc89 jbd2: split updating of journal superblock and marking journal empty by Jan Kara · 13 years ago
  68. 0c2022e jbd2: allocate transaction from separate slab cache by Yongqiang Yang · 13 years ago
  69. 1ba3726 jbd2: clear revoked flag on buffers before a new transaction started by Yongqiang Yang · 13 years ago
  70. f2a4452 jbd2: Unify log messages in jbd2 code by Eryu Guan · 13 years ago
  71. de1b794 jbd2: Fix oops in jbd2_journal_remove_journal_head() by Jan Kara · 14 years ago
  72. 35806b4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  73. bbd2be3 jbd2: Add function jbd2_trans_will_send_data_barrier() by Jan Kara · 14 years ago
  74. 81be12c jbd2: fix sending of data flush on journal commit by Jan Kara · 14 years ago
  75. 9199e66 jbd/jbd2: remove obsolete summarise_journal_usage. by Tao Ma · 14 years ago
  76. 229309c jbd2: Fix forever sleeping process in do_get_write_access() by Jan Kara · 14 years ago
  77. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  78. 6cba611 jbd2: fix potential memory leak on transaction commit by Zhang Huan · 14 years ago
  79. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  80. 82f04ab jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging by Jens Axboe · 14 years ago
  81. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  82. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  83. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  84. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  85. 749ef9f cfq: improve fsync performance for small files by Corrado Zoccolo · 14 years ago
  86. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  87. 9c35575 jbd2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  88. f73bee4 jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier by Jan Kara · 14 years ago
  89. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  90. 8dd4204 jbd2: Remove t_handle_lock from start_this_handle() by Theodore Ts'o · 14 years ago
  91. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  92. a51dca9 jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop by Theodore Ts'o · 14 years ago
  93. cc937db jbd2: Make barrier messages less scary by Eric Sandeen · 14 years ago
  94. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 15 years ago
  95. 23e2af3 jbd2: clean up an assertion in jbd2_journal_commit_transaction() by dingdinghua · 15 years ago
  96. ba86902 jbd2: delay discarding buffers in journal_unmap_buffer by dingdinghua · 15 years ago
  97. cc3e1be ext4, jbd2: Add barriers for file systems with exernal journals by Theodore Ts'o · 15 years ago
  98. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  99. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  100. e6ec116 jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer() by Theodore Ts'o · 15 years ago