1. 1101cd4 jbd2: unify revoke and tag block checksum handling by Jan Kara · 8 years ago
  2. 32ab671 jbd2: factor out common descriptor block initialization by Jan Kara · 8 years ago
  3. 9bcf976 jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records by Jan Kara · 8 years ago
  4. 4327ba5 ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  5. 56316a0 jbd2: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  6. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  7. 8595798 jbd2: gate checksum calculations on crc driver presence, not sb flags by Darrick J. Wong · 9 years ago
  8. ea814ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  9. 841df7df jbd2: avoid infinite loop when destroying aborted journal by Jan Kara · 9 years ago
  10. c290ea0 fs: Remove ext3 filesystem driver by Jan Kara · 9 years ago
  11. 6f6a6fd jbd2: fix ocfs2 corrupt when updating journal superblock fails by Joseph Qi · 9 years ago
  12. c38fda3 jbd: drop jbd_ENOSYS debug by Davidlohr Bueso · 9 years ago
  13. 50849db jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list by Jan Kara · 10 years ago
  14. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  15. 41a5b91 jbd2: invalidate handle if jbd2_journal_restart() fails by Theodore Ts'o · 11 years ago
  16. 169f1a2 jbd2: use a single printk for jbd_debug() by Paul Gortmaker · 11 years ago
  17. c9b3a8c jbd/jbd2: relocate bit_spinlock header to jbd_common by Paul Gortmaker · 11 years ago
  18. 06a407f ext4: fix data integrity for ext4_sync_fs by Dmitry Monakhov · 11 years ago
  19. 9ff8644 jbd2: optimize jbd2_journal_force_commit by Dmitry Monakhov · 11 years ago
  20. 8f7d89f jbd2: transaction reservation support by Jan Kara · 11 years ago
  21. f29fad7 jbd2: remove unused waitqueues by Jan Kara · 11 years ago
  22. 76c3990 jbd2: cleanup needed free block estimates when starting a transaction by Jan Kara · 11 years ago
  23. b34090e jbd2: refine waiting for shadow buffers by Jan Kara · 11 years ago
  24. e5a120a jbd2: remove journal_head from descriptor buffers by Jan Kara · 11 years ago
  25. f5113ef jbd2: don't create journal_head for temporary journal buffers by Jan Kara · 11 years ago
  26. 259709b jbd2: change jbd2_journal_invalidatepage to accept length by Lukas Czerner · 11 years ago
  27. 28daf4f jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Zheng Liu · 11 years ago
  28. 794446c jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback by Dmitry Monakhov · 11 years ago
  29. d76a3a77 ext4/jbd2: don't wait (forever) for stale tid caused by wraparound by Theodore Ts'o · 11 years ago
  30. b6e96d0 jbd2: use module parameters instead of debugfs for jbd_debug by Theodore Ts'o · 11 years ago
  31. 343d9c2 jbd2: add tracepoints which provide per-handle statistics by Theodore Ts'o · 11 years ago
  32. 078d503 jbd2: revert "jbd2: add COW fields to struct jbd2_journal_handle" by Theodore Ts'o · 11 years ago
  33. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 11 years ago
  34. 53e8726 ext4: fix deadlock in journal_unmap_buffer() by Jan Kara · 11 years ago
  35. fd47d3e jbd2: remove VLAIS usage from JBD2 code by Behan Webster · 12 years ago
  36. 37be2f5 ext4: remove ext4_handle_release_buffer() by Eric Sandeen · 12 years ago
  37. d796c52 ext4: make sure the journal sb is written in ext4_clear_journal_err() by Theodore Ts'o · 12 years ago
  38. e93376c ext4/jbd2: add metadata checksumming to the list of supported features by Darrick J. Wong · 12 years ago
  39. 4fd5ea4 jbd2: checksum journal superblock by Darrick J. Wong · 12 years ago
  40. 01b5adc jbd2: Grab a reference to the crc32c driver if necessary by Darrick J. Wong · 12 years ago
  41. 8f888ef jbd2: change disk layout for metadata checksumming by Darrick J. Wong · 12 years ago
  42. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 12 years ago
  43. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 12 years ago
  44. 24bcc89 jbd2: split updating of journal superblock and marking journal empty by Jan Kara · 12 years ago
  45. 0c2022e jbd2: allocate transaction from separate slab cache by Yongqiang Yang · 12 years ago
  46. 1ba3726 jbd2: clear revoked flag on buffers before a new transaction started by Yongqiang Yang · 12 years ago
  47. 4460667 jdb/jbd2: factor out common functions from the jbd[2] header files by Thomas Gleixner · 13 years ago
  48. d2159fb jbd2: use gfp_t instead of int by Dan Carpenter · 13 years ago
  49. 4862fd6 jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints by Theodore Ts'o · 13 years ago
  50. de1b794 jbd2: Fix oops in jbd2_journal_remove_journal_head() by Jan Kara · 13 years ago
  51. bbd2be3 jbd2: Add function jbd2_trans_will_send_data_barrier() by Jan Kara · 13 years ago
  52. 81be12c jbd2: fix sending of data flush on journal commit by Jan Kara · 13 years ago
  53. 9373745 jbd2: add COW fields to struct jbd2_journal_handle by Amir Goldstein · 13 years ago
  54. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 13 years ago
  55. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  56. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 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. 47def82 jbd2: Remove __GFP_NOFAIL from jbd2 layer by Theodore Ts'o · 14 years ago
  61. 13ceef0 jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions by Jan Kara · 14 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  63. e213e26 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
  64. c7e8d4d6 jbd[2]: remove references to BUFFER_DEBUG by Christoph Egger · 14 years ago
  65. cc3e1be ext4, jbd2: Add barriers for file systems with exernal journals by Theodore Ts'o · 15 years ago
  66. d2eecb0 ext4: Use slab allocator for sub-page sized allocations by Theodore Ts'o · 15 years ago
  67. bf69932 jbd2: Use tracepoints for history file by Theodore Ts'o · 15 years ago
  68. 0ccff1a jbd2: bitfields should be unsigned by H Hartley Sweeten · 15 years ago
  69. 879c5e6 jbd2: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  70. 67c457a jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records by Theodore Ts'o · 15 years ago
  71. 7058548 ext4: Use WRITE_SYNC for commits which are caused by fsync() by Theodore Ts'o · 15 years ago
  72. 7f5aa21 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() by Jan Kara · 15 years ago
  73. 08ec8c3 jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs" by Theodore Ts'o · 15 years ago
  74. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  75. e06c822 jbd2: Add buffer triggers by Joel Becker · 16 years ago
  76. e97fcd9 jbd2: Add BH_JBDPrivateStart by Mark Fasheh · 16 years ago
  77. c319106 ext4: Remove code to create the journal inode 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. 1a0d378 jbd2: Remove a large array of bh's from the stack of the checkpoint routine by Theodore Ts'o · 16 years ago
  80. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 15 years ago
  81. e07f718 jbd2: improve jbd2 fsync batching by Josef Bacik · 16 years ago
  82. 171bbfb jbd2: Add BH_JBDPrivateStart by Mark Fasheh · 16 years ago
  83. 3e624fc ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback by Theodore Ts'o · 16 years ago
  84. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  85. 5bf5683 ext4: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  86. 44519fa jbd2: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  87. 0549676 jbd2: clean up how the journal device name is printed by Theodore Ts'o · 16 years ago
  88. 87c89c2 jbd2: Remove data=ordered mode support using jbd buffer heads by Jan Kara · 16 years ago
  89. c851ed5 jbd2: Implement data=ordered mode handling via inodes by Jan Kara · 16 years ago
  90. 736603a jbd2: Add commit time into the commit block by Theodore Ts'o · 16 years ago
  91. 624080e jbd2: If a journal checksum error is detected, propagate the error to ext4 by Theodore Ts'o · 16 years ago
  92. 5a6483f include: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  93. 7b75106 jbd2: add lockdep support by Mingming Cao · 16 years ago
  94. 818d276 ext4: Add the journal checksum feature by Girish Shilamkar · 16 years ago
  95. 8e85fb3 jbd2: jbd2 stats through procfs by Johann Lombardi · 16 years ago
  96. f5a7a6b jbd2: Fix assertion failure in fs/jbd2/checkpoint.c by Jan Kara · 16 years ago
  97. 36df53f jbd2: Remove printk from J_ASSERT to preserve registers during BUG by Chris Snook · 16 years ago
  98. cd02ff0 jbd2: JBD_XXX to JBD2_XXX naming cleanup by Mingming Cao · 17 years ago
  99. 2d917969 JBD2: replace jbd_kmalloc with kmalloc directly. by Mingming Cao · 17 years ago
  100. af1e76d JBD2: jbd2 slab allocation cleanups by Mingming Cao · 17 years ago