- 40d0c09 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 1 year, 10 months ago
- 62913ae ext4, jbd2: add an optimized bmap for the journal inode by Theodore Ts'o · 1 year, 10 months ago
- cff61bb jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2 by Christoph Hellwig · 2 years ago
- 0d22fe2 jbd2: replace obvious uses of b_page with b_folio by Matthew Wilcox (Oracle) · 2 years ago
- 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 2 months ago
- 243d1a5 jbd2: fix potential use-after-free in jbd2_fc_wait_bufs by Ye Bin · 2 years, 3 months ago
- e0d5fc7 jbd2: fix potential buffer head reference count leak by Ye Bin · 2 years, 3 months ago
- f3ed5df3 jbd2: drop useless return value of submit_bh by Ritesh Harjani (IBM) · 2 years, 4 months ago
- 8c004d1 jbd2: replace ll_rw_block() by Zhang Yi · 2 years, 4 months ago
- 6614a3c Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
- 9daee913 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 2 years, 5 months ago
- d132495 jbd2: unexport jbd2_log_start_commit() by Jan Kara · 2 years, 7 months ago
- 68af74e jbd2: remove unused exports for jbd2 debugging by Jan Kara · 2 years, 7 months ago
- cb3b3bf jbd2: rename jbd_debug() to jbd2_debug() by Jan Kara · 2 years, 7 months ago
- 6669797 fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers by Bart Van Assche · 2 years, 5 months ago
- 1420c4a5 fs/buffer: Combine two submit_bh() and ll_rw_block() arguments by Bart Van Assche · 2 years, 5 months ago
- 900d156 block: remove bdevname by Christoph Hellwig · 2 years, 5 months ago
- e33c267 mm: shrinkers: provide shrinkers with names by Roman Gushchin · 2 years, 7 months ago
- 44abff2c block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD by Christoph Hellwig · 2 years, 8 months ago
- 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 8 months ago
- ccd1694 ext4: Convert invalidatepage to invalidate_folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- d8ad2ce Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 2 years, 11 months ago
- 715a67f jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}() by Yang Li · 3 years ago
- e85c81b ext4: fast commit may not fallback for ineligible commit by Xin Yin · 3 years ago
- 4cd1103 jbd2: export jbd2_journal_[grab|put]_journal_head by Joseph Qi · 2 years, 11 months ago
- 359745d proc: remove PDE_DATA() completely by Muchun Song · 2 years, 11 months ago
- 2729cfd ext4: use ext4_journal_start/stop for fast commit transactions by Harshad Shirwadkar · 3 years ago
- 0705e8d ext4: inline jbd2_journal_[un]register_shrinker() by Theodore Ts'o · 3 years, 6 months ago
- 16aa4c9 jbd2: export jbd2_journal_[un]register_shrinker() by Zhang Yi · 3 years, 6 months ago
- 4ba3fcd jbd2,ext4: add a shrinker to release checkpointed buffers by Zhang Yi · 3 years, 7 months ago
- fcf3754 jbd2: ensure abort the journal if detect IO error when writing original buffer back by Zhang Yi · 3 years, 7 months ago
- d07621d jbd2: clean up misleading comments for jbd2_fc_release_bufs by yangerkun · 3 years, 7 months ago
- 01d5d96 ext4: add discard/zeroout flags to journal flush by Leah Rumancik · 3 years, 7 months ago
- 9bd23c3 jbd2: add a helper to find out number of fast commit blocks by Harshad Shirwadkar · 4 years, 1 month ago
- 2bf31d9 jbd2: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
- 87a144f jbd2: don't start fast commit on aborted journal by Harshad Shirwadkar · 4 years, 2 months ago
- 480f89d jbd2: don't read journal->j_commit_sequence without taking a lock by Harshad Shirwadkar · 4 years, 2 months ago
- 0ee66dd jbd2: don't touch buffer state until it is filled by Harshad Shirwadkar · 4 years, 2 months ago
- 0bce577 jbd2: don't pass tid to jbd2_fc_end_commit_fallback() by Harshad Shirwadkar · 4 years, 2 months ago
- c460e5e jbd2: don't use state lock during commit path by Harshad Shirwadkar · 4 years, 2 months ago
- a1e5e465 ext4: clean up the JBD2 API that initializes fast commits by Harshad Shirwadkar · 4 years, 2 months ago
- ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 2 months ago
- ff780b9 jbd2: add fast commit machinery by Harshad Shirwadkar · 4 years, 2 months ago
- 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 2 months ago
- aa3c0c6 jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
- 60ed633 jbd2: fix incorrect code style by Xianting Tian · 4 years, 5 months ago
- ef3f583 jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock() by zhangyi (F) · 4 years, 6 months ago
- 7b97d86 ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers by zhangyi (F) · 4 years, 7 months ago
- 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
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 4 years, 11 months ago
- 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
- 7f6225e jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft() by zhangyi (F) · 5 years ago
- 0e98c08 jbd2: make sure ESHUTDOWN to be recorded in the journal superblock by zhangyi (F) · 5 years ago
- 51f57b0 ext4, jbd2: ensure panic when aborting with zero errno by zhangyi (F) · 5 years ago
- 1a8e9cf4 jbd2_seq_info_next should increase position index by Vasily Averin · 5 years ago
- 17c51d8 jbd2: remove pointless assertion in __journal_remove_journal_head by Shijie Luo · 5 years ago
- a09decf jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal by Kai Li · 5 years ago
- a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
- fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
- 9f356e5 jbd2: Account descriptor blocks into t_outstanding_credits by Jan Kara · 5 years ago
- b90bfdf jbd2: Completely fill journal descriptor blocks by Jan Kara · 5 years ago
- 7855a57 jbd2: Free journal head outside of locked region by Thomas Gleixner · 5 years ago
- 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
- 963abb9 jbd2: remove jbd2_journal_inode_add_[write|wait] by Joseph Qi · 5 years ago
- 9382cde jbd2: drop declaration of journal_sync_buffer() by Theodore Ts'o · 6 years ago
- 6ba0e7d jbd2: introduce jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
- 7821ce4 jbd2: fix some print format mistakes by Gaowei Pu · 6 years ago
- 0d52154 jbd2: fix potential double free by Chengguang Xu · 6 years ago
- 742b06b jbd2: check superblock mapped prior to committing by Jiufei Xue · 6 years ago
- a58ca99 jbd2: fold jbd2_superblock_csum_{verify,set} into their callers by Theodore Ts'o · 6 years ago
- 538bcaa jbd2: fix race when writing superblock by Theodore Ts'o · 6 years ago
- 53cf978 jbd2: fix deadlock while checkpoint thread waits commit thread to finish by Xiaoguang Wang · 6 years ago
- 8bdd5b6 jbd2: remove NULL check before calling kmem_cache_destroy() by Wang Long · 7 years ago
- 9196f57 jbd2: remove bunch of empty lines with jbd2 debug by Wang Shilong · 7 years ago
- 85e0c4e jbd2: if the journal is aborted then don't allow update of the log tail by Theodore Ts'o · 7 years ago
- fb7c024 ext4: pass -ESHUTDOWN code to jbd2 layer by Theodore Ts'o · 7 years ago
- f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
- 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
- b8a6176 ext4: Support for synchronous DAX faults by Jan Kara · 7 years ago
- e3c9578 jbd2: convert timers to use timer_setup() by Kees Cook · 7 years ago
- 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
- 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
- dd727dad3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
- 17f423b jbd2: cleanup write flags handling from jbd2_write_superblock() by Jan Kara · 8 years ago
- eb52da3 jbd2: make the whole kjournald2 kthread NOFS safe by Michal Hocko · 8 years ago
- 5052b06 jbd2: fix dbench4 performance regression for 'nobarrier' mounts by Jan Kara · 8 years ago
- c52c47e jbd2: Fix lockdep splat with generic/270 test by Jan Kara · 8 years ago
- 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
- 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
- cd9cb40 jbd2: don't leak memory if setting up journal fails by Eric Biggers · 8 years ago
- cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
- dbfcef6b jbd2: fix use after free in kjournald2() by Sahitya Tummala · 8 years ago
- 6fa7aa5 fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkpoint_mutex by Tejun Heo · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
- f0c9fd5 jbd2: move more common code into journal_init_common() by Geliang Tang · 8 years ago
- 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
- d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 1eaa566 jbd2: track more dependencies on transaction commit by Jan Kara · 8 years ago
- ab714af jbd2: move lockdep tracking to journal_s by Jan Kara · 8 years ago