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