1. b5bcf26 jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record by zhangyi (F) · 4 years, 5 months ago
  2. f98c993 jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer by zhangyi (F) · 4 years, 3 months ago
  3. 4821626 jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() by zhangyi (F) · 4 years, 3 months ago
  4. 90244f0 jbd2: Fix statistics for the number of logged blocks by Jan Kara · 4 years, 6 months ago
  5. a05d994 jbd2: fix invalid descriptor block checksum by luojiajun · 5 years ago
  6. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  7. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  8. abcfb5d jbd2: make journal y2038 safe by Arnd Bergmann · 8 years ago
  9. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  10. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 8 years ago
  11. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  12. cb0d9d4 jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling by Jan Kara · 8 years ago
  13. 1101cd4 jbd2: unify revoke and tag block checksum handling by Jan Kara · 8 years ago
  14. 32ab671 jbd2: factor out common descriptor block initialization by Jan Kara · 8 years ago
  15. 9bcf976 jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records by Jan Kara · 8 years ago
  16. 56316a0 jbd2: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  17. 841df7df jbd2: avoid infinite loop when destroying aborted journal by Jan Kara · 9 years ago
  18. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  19. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  20. d4e839d jbd2: add transaction to checkpoint list earlier by Theodore Ts'o · 10 years ago
  21. 42cf345 jbd2: calculate statistics without holding j_state_lock and j_list_lock by Theodore Ts'o · 10 years ago
  22. df3c1e9 jbd2: don't unplug after writing revoke records by Theodore Ts'o · 10 years ago
  23. 18a6ea1 jbd2: Fix endian mixing problems in the checksumming code by Darrick J. Wong · 11 years ago
  24. cfc7bc8 jbd2: fix duplicate debug label for phase 2 by Paul Gortmaker · 11 years ago
  25. 3ca841c jbd2: relocate assert after state lock in journal_commit_transaction() by Paul Gortmaker · 11 years ago
  26. 8f7d89f jbd2: transaction reservation support by Jan Kara · 11 years ago
  27. b34090e jbd2: refine waiting for shadow buffers by Jan Kara · 11 years ago
  28. e5a120a jbd2: remove journal_head from descriptor buffers by Jan Kara · 11 years ago
  29. f5113ef jbd2: don't create journal_head for temporary journal buffers by Jan Kara · 11 years ago
  30. eee06c5 jbd2: fix block tag checksum verification brokenness by Darrick J. Wong · 11 years ago
  31. 794446c jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback by Dmitry Monakhov · 11 years ago
  32. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 11 years ago
  33. b794e7a jbd2: fix assertion failure in commit code due to lacking transaction credits by Jan Kara · 12 years ago
  34. 906adea jbd2: remove the second argument of kmap_atomic by Cong Wang · 12 years ago
  35. c390087 jbd2: checksum data blocks that are stored in the journal by Darrick J. Wong · 12 years ago
  36. 1f56c58 jbd2: checksum commit blocks by Darrick J. Wong · 12 years ago
  37. 3caa487 jbd2: checksum descriptor blocks by Darrick J. Wong · 12 years ago
  38. 8f888ef jbd2: change disk layout for metadata checksumming by Darrick J. Wong · 12 years ago
  39. 99aa784 jbd2: use GFP_NOFS for blkdev_issue_flush by Shaohua Li · 12 years ago
  40. 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 · 12 years ago
  41. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  42. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  43. 303a8f2 jbd2: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  44. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 12 years ago
  45. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 12 years ago
  46. a78bb11 jbd2: protect all log tail updates with j_checkpoint_mutex by Jan Kara · 12 years ago
  47. 24bcc89 jbd2: split updating of journal superblock and marking journal empty by Jan Kara · 12 years ago
  48. 0c2022e jbd2: allocate transaction from separate slab cache by Yongqiang Yang · 12 years ago
  49. 1ba3726 jbd2: clear revoked flag on buffers before a new transaction started by Yongqiang Yang · 12 years ago
  50. f2a4452 jbd2: Unify log messages in jbd2 code by Eryu Guan · 13 years ago
  51. de1b794 jbd2: Fix oops in jbd2_journal_remove_journal_head() by Jan Kara · 13 years ago
  52. 35806b4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  53. bbd2be3 jbd2: Add function jbd2_trans_will_send_data_barrier() by Jan Kara · 13 years ago
  54. 81be12c jbd2: fix sending of data flush on journal commit by Jan Kara · 13 years ago
  55. 9199e66 jbd/jbd2: remove obsolete summarise_journal_usage. by Tao Ma · 13 years ago
  56. 229309c jbd2: Fix forever sleeping process in do_get_write_access() by Jan Kara · 13 years ago
  57. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  58. 6cba611 jbd2: fix potential memory leak on transaction commit by Zhang Huan · 13 years ago
  59. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  60. 82f04ab jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging by Jens Axboe · 13 years ago
  61. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  62. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  63. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  64. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  65. 749ef9f cfq: improve fsync performance for small files by Corrado Zoccolo · 14 years ago
  66. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  67. 9c35575 jbd2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  68. f73bee4 jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier by Jan Kara · 14 years ago
  69. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  70. 8dd4204 jbd2: Remove t_handle_lock from start_this_handle() by Theodore Ts'o · 14 years ago
  71. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  72. a51dca9 jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop by Theodore Ts'o · 14 years ago
  73. cc937db jbd2: Make barrier messages less scary by Eric Sandeen · 14 years ago
  74. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  75. 23e2af3 jbd2: clean up an assertion in jbd2_journal_commit_transaction() by dingdinghua · 14 years ago
  76. ba86902 jbd2: delay discarding buffers in journal_unmap_buffer by dingdinghua · 14 years ago
  77. cc3e1be ext4, jbd2: Add barriers for file systems with exernal journals by Theodore Ts'o · 14 years ago
  78. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  79. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  80. e6ec116 jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer() by Theodore Ts'o · 14 years ago
  81. bf69932 jbd2: Use tracepoints for history file by Theodore Ts'o · 15 years ago
  82. 0e3d2a6 ext4: Fix async commit mode to be safe by using a barrier by Theodore Ts'o · 15 years ago
  83. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  84. 879c5e6 jbd2: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  85. 67c457a jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records by Theodore Ts'o · 15 years ago
  86. 4194b1e jbd2: use WRITE_SYNC_PLUG instead of WRITE_SYNC by Jens Axboe · 15 years ago
  87. 7058548 ext4: Use WRITE_SYNC for commits which are caused by fsync() by Theodore Ts'o · 15 years ago
  88. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  89. e06c822 jbd2: Add buffer triggers by Joel Becker · 16 years ago
  90. 40a1984 jbd2: Submit writes to the journal using WRITE_SYNC by Theodore Ts'o · 15 years ago
  91. fb68407 jbd2: Call journal commit callback without holding j_list_lock by Aneesh Kumar K.V · 16 years ago
  92. e07f718 jbd2: improve jbd2 fsync batching by Josef Bacik · 15 years ago
  93. fd98496 jbd2: Add barrier not supported test to journal_wait_on_commit_record by Theodore Ts'o · 15 years ago
  94. 6c20ec8 jbd2: Call the commit callback before the transaction could get dropped by Theodore Ts'o · 16 years ago
  95. 3e624fc ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback by Theodore Ts'o · 16 years ago
  96. 5bf5683 ext4: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  97. 7ad7445 jbd2: don't dirty original metadata buffer on abort by Hidehiro Kawai · 16 years ago
  98. 77e841d jbd2: abort when failed to log metadata buffers by Hidehiro Kawai · 16 years ago
  99. 45a90bf jbd2: Fix buffer head leak when writing the commit block by Theodore Ts'o · 16 years ago
  100. ede86cc ext4: Add debugging markers that can be used by systemtap by Theodore Ts'o · 16 years ago