1. 32f3869 jbd2: fix regression where we fail to initialize checksum seed when loading by Darrick J. Wong · 10 years ago
  2. d48458d jbd2: use a better hash function for the revoke table by Theodore Ts'o · 10 years ago
  3. 50849db jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list by Jan Kara · 10 years ago
  4. cc97f1a jbd2: avoid pointless scanning of checkpoint lists by Jan Kara · 10 years ago
  5. 1245799 jbd2: jbd2_log_wait_for_space improve error detetcion by Dmitry Monakhov · 10 years ago
  6. 064d838 jbd2: free bh when descriptor block checksum fails by Darrick J. Wong · 10 years ago
  7. feb8c6d jbd2: fix journal checksum feature flag handling by Darrick J. Wong · 10 years ago
  8. a49058f jbd/jbd2: use non-movable memory for the jbd superblock by Gioh Kim · 10 years ago
  9. 0e5ecf0a jbd2: optimize jbd2_log_do_checkpoint() a bit by Jan Kara · 10 years ago
  10. dc6e8d6 jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint() by Theodore Ts'o · 10 years ago
  11. 88fe1ac jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  12. be1158c jbd2: fold __process_buffer() into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  13. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  14. 022eaa7 jbd2: fix infinite loop when recovering corrupt journal blocks by Darrick J. Wong · 10 years ago
  15. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  16. 5dd2142 ext4: disable synchronous transaction batching if max_batch_time==0 by Eric Sandeen · 10 years ago
  17. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  18. 66a4cb1 jbd2: improve error messages for inconsistent journal heads by Theodore Ts'o · 10 years ago
  19. 0bfea81 jbd2: minimize region locked by j_list_lock in jbd2_journal_forget() by Theodore Ts'o · 10 years ago
  20. 6e4862a jbd2: minimize region locked by j_list_lock in journal_get_create_access() by Theodore Ts'o · 10 years ago
  21. d2eb0b9 jbd2: check jh->b_transaction without taking j_list_lock by Theodore Ts'o · 10 years ago
  22. d4e839d jbd2: add transaction to checkpoint list earlier by Theodore Ts'o · 10 years ago
  23. 42cf345 jbd2: calculate statistics without holding j_state_lock and j_list_lock by Theodore Ts'o · 10 years ago
  24. 3469a32 jbd2: don't hold j_state_lock while calling wake_up() by Theodore Ts'o · 10 years ago
  25. df3c1e9 jbd2: don't unplug after writing revoke records by Theodore Ts'o · 10 years ago
  26. 7747e6d jbd2: mark file-local functions as static by Rashika Kheria · 10 years ago
  27. 92e3b40 jbd2: fix use after free in jbd2_journal_start_reserved() by Dan Carpenter · 10 years ago
  28. a67c848 jbd2: rename obsoleted msg JBD->JBD2 by Dmitry Monakhov · 11 years ago
  29. 7568507 jbd2: revise KERN_EMERG error messages by Jan Kara · 11 years ago
  30. f6c07ca jbd2: don't BUG but return ENOSPC if a handle runs out of space by Theodore Ts'o · 11 years ago
  31. 18a6ea1 jbd2: Fix endian mixing problems in the checksumming code by Darrick J. Wong · 11 years ago
  32. 41a5b91 jbd2: invalidate handle if jbd2_journal_restart() fails by Theodore Ts'o · 11 years ago
  33. 39c0415 jbd2: fix theoretical race in jbd2__journal_restart by Theodore Ts'o · 11 years ago
  34. fe52d17 jbd2: move superblock checksum calculation to jbd2_write_superblock() by Theodore Ts'o · 11 years ago
  35. 75497d0 jbd2: remove debug dependency on debug_fs and update Kconfig help text by Paul Gortmaker · 11 years ago
  36. 169f1a2 jbd2: use a single printk for jbd_debug() by Paul Gortmaker · 11 years ago
  37. cfc7bc8 jbd2: fix duplicate debug label for phase 2 by Paul Gortmaker · 11 years ago
  38. 0ef5418 jbd2: drop checkpoint mutex when waiting in __jbd2_log_wait_for_space() by Paul Gortmaker · 11 years ago
  39. 3ca841c jbd2: relocate assert after state lock in journal_commit_transaction() by Paul Gortmaker · 11 years ago
  40. 9ff8644 jbd2: optimize jbd2_journal_force_commit by Dmitry Monakhov · 11 years ago
  41. 8f7d89f jbd2: transaction reservation support by Jan Kara · 11 years ago
  42. f29fad7 jbd2: remove unused waitqueues by Jan Kara · 11 years ago
  43. fe1e8db jbd2: fix race in t_outstanding_credits update in jbd2_journal_extend() by Jan Kara · 11 years ago
  44. 76c3990 jbd2: cleanup needed free block estimates when starting a transaction by Jan Kara · 11 years ago
  45. 2f387f8 jbd2: remove outdated comment by Jan Kara · 11 years ago
  46. b34090e jbd2: refine waiting for shadow buffers by Jan Kara · 11 years ago
  47. e5a120a jbd2: remove journal_head from descriptor buffers by Jan Kara · 11 years ago
  48. f5113ef jbd2: don't create journal_head for temporary journal buffers by Jan Kara · 11 years ago
  49. eee06c5 jbd2: fix block tag checksum verification brokenness by Darrick J. Wong · 11 years ago
  50. 5d9cf9c jbd2: use kmem_cache_zalloc for allocating journal head by Zheng Liu · 11 years ago
  51. 259709b jbd2: change jbd2_journal_invalidatepage to accept length by Lukas Czerner · 11 years ago
  52. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  53. 149b306 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  54. e760040 fs/buffer.c: remove unnecessary init operation after allocating buffer_head. by majianpeng · 11 years ago
  55. f783f09 jbd2: trace when lock_buffer in do_get_write_access takes a long time by Theodore Ts'o · 11 years ago
  56. 28daf4f jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Zheng Liu · 11 years ago
  57. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  58. 794446c jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback by Dmitry Monakhov · 11 years ago
  59. d76a3a77 ext4/jbd2: don't wait (forever) for stale tid caused by wraparound by Theodore Ts'o · 11 years ago
  60. ad56eda jbd2: fix use after free in jbd2_journal_dirty_metadata() by Jan Kara · 11 years ago
  61. df05c1b8 jbd2: fix ERR_PTR dereference in jbd2__journal_start by Dmitry Monakhov · 11 years ago
  62. b6e96d0 jbd2: use module parameters instead of debugfs for jbd_debug by Theodore Ts'o · 11 years ago
  63. 343d9c2 jbd2: add tracepoints which provide per-handle statistics by Theodore Ts'o · 11 years ago
  64. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 11 years ago
  65. e7b04ac jbd2: don't wake kjournald unnecessarily by Eric Sandeen · 11 years ago
  66. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  67. 53e8726 ext4: fix deadlock in journal_unmap_buffer() by Jan Kara · 12 years ago
  68. d7961c7 jbd2: fix assertion failure in jbd2_journal_flush() by Jan Kara · 12 years ago
  69. 36cd5c1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  70. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  71. 37be2f5 ext4: remove ext4_handle_release_buffer() by Eric Sandeen · 12 years ago
  72. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  73. b794e7a jbd2: fix assertion failure in commit code due to lacking transaction credits by Jan Kara · 12 years ago
  74. eeecef0 jbd2: don't write superblock when if its empty by Eric Sandeen · 12 years ago
  75. ef824bf Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  76. 316e4cf jbd2: check return value of blkdev_issue_flush() by Theodore Ts'o · 12 years ago
  77. d796c52 ext4: make sure the journal sb is written in ext4_clear_journal_err() by Theodore Ts'o · 12 years ago
  78. 12810ad jbd/jbd2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  79. 906adea jbd2: remove the second argument of kmap_atomic by Cong Wang · 12 years ago
  80. b2f4edb jbd2: use kmem_cache_zalloc wrapper instead of flag by Wanlong Gao · 12 years ago
  81. c390087 jbd2: checksum data blocks that are stored in the journal by Darrick J. Wong · 12 years ago
  82. 1f56c58 jbd2: checksum commit blocks by Darrick J. Wong · 12 years ago
  83. 3caa487 jbd2: checksum descriptor blocks by Darrick J. Wong · 12 years ago
  84. 42a7106 jbd2: checksum revocation blocks by Darrick J. Wong · 12 years ago
  85. 4fd5ea4 jbd2: checksum journal superblock by Darrick J. Wong · 12 years ago
  86. 01b5adc jbd2: Grab a reference to the crc32c driver if necessary by Darrick J. Wong · 12 years ago
  87. 25ed6e8 jbd2: enable journal clients to enable v2 checksumming by Darrick J. Wong · 12 years ago
  88. 8f888ef jbd2: change disk layout for metadata checksumming by Darrick J. Wong · 12 years ago
  89. 99aa784 jbd2: use GFP_NOFS for blkdev_issue_flush by Shaohua Li · 12 years ago
  90. 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
  91. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  92. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  93. c7c66c0 Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  94. 303a8f2 jbd2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  95. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 12 years ago
  96. 932bb30 jbd2: remove bh_state lock from checkpointing code by Jan Kara · 12 years ago
  97. c254c9e jbd2: remove always true condition in __journal_try_to_free_buffer() by Jan Kara · 12 years ago
  98. 5bebccf jbd2: declare __jbd2_journal_temp_unlink_buffer() static by Jan Kara · 12 years ago
  99. 96c8667 jbd2: fix BH_JWrite setting in checkpointing code by Jan Kara · 12 years ago
  100. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 12 years ago