1. 0705e8d ext4: inline jbd2_journal_[un]register_shrinker() by Theodore Ts'o · 3 years, 6 months ago
  2. 16aa4c9 jbd2: export jbd2_journal_[un]register_shrinker() by Zhang Yi · 3 years, 6 months ago
  3. 4ba3fcd jbd2,ext4: add a shrinker to release checkpointed buffers by Zhang Yi · 3 years, 7 months ago
  4. fcf3754 jbd2: ensure abort the journal if detect IO error when writing original buffer back by Zhang Yi · 3 years, 7 months ago
  5. d07621d jbd2: clean up misleading comments for jbd2_fc_release_bufs by yangerkun · 3 years, 7 months ago
  6. 01d5d96 ext4: add discard/zeroout flags to journal flush by Leah Rumancik · 3 years, 7 months ago
  7. 9bd23c3 jbd2: add a helper to find out number of fast commit blocks by Harshad Shirwadkar · 4 years, 1 month ago
  8. 2bf31d9 jbd2: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  9. 87a144f jbd2: don't start fast commit on aborted journal by Harshad Shirwadkar · 4 years, 2 months ago
  10. 480f89d jbd2: don't read journal->j_commit_sequence without taking a lock by Harshad Shirwadkar · 4 years, 2 months ago
  11. 0ee66dd jbd2: don't touch buffer state until it is filled by Harshad Shirwadkar · 4 years, 2 months ago
  12. 0bce577 jbd2: don't pass tid to jbd2_fc_end_commit_fallback() by Harshad Shirwadkar · 4 years, 2 months ago
  13. c460e5e jbd2: don't use state lock during commit path by Harshad Shirwadkar · 4 years, 2 months ago
  14. a1e5e465 ext4: clean up the JBD2 API that initializes fast commits by Harshad Shirwadkar · 4 years, 2 months ago
  15. ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 2 months ago
  16. ff780b9 jbd2: add fast commit machinery by Harshad Shirwadkar · 4 years, 2 months ago
  17. 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 2 months ago
  18. aa3c0c6 jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  19. 60ed633 jbd2: fix incorrect code style by Xianting Tian · 4 years, 5 months ago
  20. ef3f583 jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock() by zhangyi (F) · 4 years, 6 months ago
  21. 7b97d86 ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers by zhangyi (F) · 4 years, 7 months ago
  22. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
  23. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 4 years, 11 months ago
  24. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  25. 7f6225e jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft() by zhangyi (F) · 5 years ago
  26. 0e98c08 jbd2: make sure ESHUTDOWN to be recorded in the journal superblock by zhangyi (F) · 5 years ago
  27. 51f57b0 ext4, jbd2: ensure panic when aborting with zero errno by zhangyi (F) · 5 years ago
  28. 1a8e9cf4 jbd2_seq_info_next should increase position index by Vasily Averin · 5 years ago
  29. 17c51d8 jbd2: remove pointless assertion in __journal_remove_journal_head by Shijie Luo · 5 years ago
  30. a09decf jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal by Kai Li · 5 years ago
  31. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  32. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  33. 9f356e5 jbd2: Account descriptor blocks into t_outstanding_credits by Jan Kara · 5 years ago
  34. b90bfdf jbd2: Completely fill journal descriptor blocks by Jan Kara · 5 years ago
  35. 7855a57 jbd2: Free journal head outside of locked region by Thomas Gleixner · 5 years ago
  36. 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
  37. 963abb9 jbd2: remove jbd2_journal_inode_add_[write|wait] by Joseph Qi · 5 years ago
  38. 9382cde jbd2: drop declaration of journal_sync_buffer() by Theodore Ts'o · 6 years ago
  39. 6ba0e7d jbd2: introduce jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
  40. 7821ce4 jbd2: fix some print format mistakes by Gaowei Pu · 6 years ago
  41. 0d52154 jbd2: fix potential double free by Chengguang Xu · 6 years ago
  42. 742b06b jbd2: check superblock mapped prior to committing by Jiufei Xue · 6 years ago
  43. a58ca99 jbd2: fold jbd2_superblock_csum_{verify,set} into their callers by Theodore Ts'o · 6 years ago
  44. 538bcaa jbd2: fix race when writing superblock by Theodore Ts'o · 6 years ago
  45. 53cf978 jbd2: fix deadlock while checkpoint thread waits commit thread to finish by Xiaoguang Wang · 6 years ago
  46. 8bdd5b6 jbd2: remove NULL check before calling kmem_cache_destroy() by Wang Long · 7 years ago
  47. 9196f57 jbd2: remove bunch of empty lines with jbd2 debug by Wang Shilong · 7 years ago
  48. 85e0c4e jbd2: if the journal is aborted then don't allow update of the log tail by Theodore Ts'o · 7 years ago
  49. fb7c024 ext4: pass -ESHUTDOWN code to jbd2 layer by Theodore Ts'o · 7 years ago
  50. f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
  51. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  52. b8a6176 ext4: Support for synchronous DAX faults by Jan Kara · 7 years ago
  53. e3c9578 jbd2: convert timers to use timer_setup() by Kees Cook · 7 years ago
  54. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  55. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. dd727dad3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  57. 17f423b jbd2: cleanup write flags handling from jbd2_write_superblock() by Jan Kara · 8 years ago
  58. eb52da3 jbd2: make the whole kjournald2 kthread NOFS safe by Michal Hocko · 8 years ago
  59. 5052b06 jbd2: fix dbench4 performance regression for 'nobarrier' mounts by Jan Kara · 8 years ago
  60. c52c47e jbd2: Fix lockdep splat with generic/270 test by Jan Kara · 8 years ago
  61. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  62. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  63. cd9cb40 jbd2: don't leak memory if setting up journal fails by Eric Biggers · 8 years ago
  64. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  65. dbfcef6b jbd2: fix use after free in kjournald2() by Sahitya Tummala · 8 years ago
  66. 6fa7aa5 fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkpoint_mutex by Tejun Heo · 8 years ago
  67. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  68. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  69. f0c9fd5 jbd2: move more common code into journal_init_common() by Geliang Tang · 8 years ago
  70. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  71. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  72. 1eaa566 jbd2: track more dependencies on transaction commit by Jan Kara · 8 years ago
  73. ab714af jbd2: move lockdep tracking to journal_s by Jan Kara · 8 years ago
  74. f2db197 jbd2: get rid of superfluous __GFP_REPEAT by Michal Hocko · 9 years ago
  75. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
  76. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 9 years ago
  77. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  78. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 9 years ago
  79. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  80. c0a2ad9 jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path by OGAWA Hirofumi · 9 years ago
  81. cb0d9d4 jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling by Jan Kara · 9 years ago
  82. 1101cd4 jbd2: unify revoke and tag block checksum handling by Jan Kara · 9 years ago
  83. 32ab671 jbd2: factor out common descriptor block initialization by Jan Kara · 9 years ago
  84. 4327ba5 ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  85. 56316a0 jbd2: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  86. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  87. 8595798 jbd2: gate checksum calculations on crc driver presence, not sb flags by Darrick J. Wong · 9 years ago
  88. 841df7df jbd2: avoid infinite loop when destroying aborted journal by Jan Kara · 9 years ago
  89. 564bc40 ext4, jbd2: add REQ_FUA flag when recording an error in the superblock by Daeho Jeong · 9 years ago
  90. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  91. 81ae394 fs/jbd2/journal.c: use strreplace() by Rasmus Villemoes · 10 years ago
  92. 7b506b1 jbd2: get rid of open coded allocation retry loop by Michal Hocko · 10 years ago
  93. 6f6a6fd jbd2: fix ocfs2 corrupt when updating journal superblock fails by Joseph Qi · 10 years ago
  94. de92c8c jbd2: speedup jbd2_journal_get_[write|undo]_access() by Jan Kara · 10 years ago
  95. 6ccaf3e jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL by Michal Hocko · 10 years ago
  96. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  97. 32f3869 jbd2: fix regression where we fail to initialize checksum seed when loading by Darrick J. Wong · 10 years ago
  98. d9f39d1 jbd2: remove unnecessary NULL check before iput() by Theodore Ts'o · 10 years ago
  99. feb8c6d jbd2: fix journal checksum feature flag handling by Darrick J. Wong · 10 years ago
  100. a49058f jbd/jbd2: use non-movable memory for the jbd superblock by Gioh Kim · 10 years ago