| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-05-20 | jbd2: remove journal_t argument from jbd2_superblock_csum() | Eric Biggers | 1 | -3/+3 |
| 2025-05-20 | jbd2: remove journal_t argument from jbd2_chksum() | Eric Biggers | 3 | -12/+12 |
| 2025-05-20 | ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio | Zhang Yi | 1 | -3/+4 |
| 2025-05-20 | jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata() | Jeongjun Park | 1 | -2/+3 |
| 2025-05-08 | ext4: rework fast commit commit path | Harshad Shirwadkar | 1 | -2/+0 |
| 2025-04-22 | fs/jbd2: use sleeping version of __find_get_block() | Davidlohr Bueso | 1 | -6/+9 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2025-03-21 | jbd2: add a missing data flush during file and fs synchronization | Zhang Yi | 1 | -1/+11 |
| 2025-03-18 | jbd2: remove jbd2_journal_unfile_buffer() | Baokun Li | 1 | -15/+0 |
| 2025-03-18 | jbd2: fix off-by-one while erasing journal | Zhang Yi | 1 | -9/+6 |
| 2025-03-18 | ext4: remove references to bh->b_page | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-03-17 | jbd2: remove redundant function jbd2_journal_has_csum_v2or3_feature | Eric Biggers | 1 | -2/+2 |
| 2025-03-17 | jbd2: do not try to recover wiped journal | Jan Kara | 1 | -5/+6 |
| 2025-03-17 | jbd2: remove wrong sb->s_sequence check | Jan Kara | 1 | -1/+0 |
| 2025-03-13 | jbd2: Correct stale comment of release_buffer_page | Kemeng Shi | 1 | -2/+2 |
| 2025-03-13 | jbd2: correct stale function name in comment | Kemeng Shi | 2 | -5/+5 |
| 2025-03-13 | jbd2: remove stale comment of update_t_max_wait | Kemeng Shi | 1 | -3/+0 |
| 2025-03-13 | jbd2: remove unused return value of do_readahead | Kemeng Shi | 1 | -8/+3 |
| 2025-03-13 | jbd2: remove unused return value of jbd2_journal_cancel_revoke | Kemeng Shi | 1 | -4/+1 |
| 2025-03-13 | jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERR | Baokun Li | 1 | -4/+2 |
| 2025-02-13 | jbd2: Avoid long replay times due to high number or revoke blocks | Jan Kara | 2 | -14/+52 |
| 2025-02-10 | jbd2: remove unused transaction->t_private_list | Kemeng Shi | 1 | -1/+0 |
| 2025-01-22 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2 | -29/+3 |
| 2024-12-04 | jbd2: flush filesystem device before updating tail sequence | Zhang Yi | 1 | -2/+2 |
| 2024-12-04 | jbd2: increase IO priority for writing revoke records | Zhang Yi | 1 | -1/+1 |
| 2024-12-01 | jbd2: switch to using the crc32c library | Eric Biggers | 2 | -29/+3 |
| 2024-11-13 | jbd2: Fix comment describing journal_init_common() | Daniel MartÃn Gómez | 1 | -3/+4 |
| 2024-11-12 | jbd2: make b_frozen_data allocation always succeed | Zhihao Cheng | 2 | -11/+1 |
| 2024-11-12 | jbd2: remove the 'success' parameter from the jbd2_do_replay() function | Ye Bin | 1 | -9/+12 |
| 2024-11-12 | jbd2: remove useless 'block_error' variable | Ye Bin | 1 | -7/+2 |
| 2024-11-12 | jbd2: factor out jbd2_do_replay() | Ye Bin | 1 | -109/+110 |
| 2024-11-12 | jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass() | Ye Bin | 1 | -26/+29 |
| 2024-11-12 | jbd2: unified release of buffer_head in do_one_pass() | Ye Bin | 1 | -25/+9 |
| 2024-11-12 | jbd2: remove redundant judgments for check v1 checksum | Ye Bin | 1 | -1/+0 |
| 2024-08-26 | jbd2: remove unneeded check of ret in jbd2_fc_get_buf | Kemeng Shi | 1 | -11/+5 |
| 2024-08-26 | jbd2: correct comment jbd2_mark_journal_empty | Kemeng Shi | 1 | -1/+1 |
| 2024-08-26 | jbd2: move escape handle to futher improve jbd2_journal_write_metadata_buffer | Kemeng Shi | 1 | -25/+24 |
| 2024-08-26 | jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b... | Kemeng Shi | 1 | -13/+8 |
| 2024-08-26 | jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met... | Kemeng Shi | 1 | -2/+4 |
| 2024-08-26 | jbd2: remove unused return value of jbd2_fc_release_bufs | Kemeng Shi | 1 | -3/+1 |
| 2024-08-26 | jbd2: remove dead check in journal_alloc_journal_head | Kemeng Shi | 1 | -2/+1 |
| 2024-08-26 | jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit | Kemeng Shi | 1 | -1/+1 |
| 2024-08-26 | ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list() | Luis Henriques (SUSE) | 1 | -2/+5 |
| 2024-08-26 | ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space() | Luis Henriques (SUSE) | 1 | -2/+5 |
| 2024-08-26 | jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error | Baokun Li | 1 | -2/+5 |
| 2024-08-26 | ext4: fix fast commit inode enqueueing during a full journal commit | Luis Henriques (SUSE) | 1 | -1/+1 |
| 2024-07-08 | jbd2: increase maximum transaction size | Jan Kara | 1 | -1/+1 |
| 2024-07-08 | jbd2: drop pointless shrinker batch initialization | Jan Kara | 1 | -1/+0 |
| 2024-07-08 | jbd2: avoid infinite transaction commit loop | Jan Kara | 1 | -7/+14 |
| 2024-07-08 | jbd2: precompute number of transaction descriptor blocks | Jan Kara | 2 | -38/+47 |
| 2024-07-08 | jbd2: make jbd2_journal_get_max_txn_bufs() internal | Jan Kara | 2 | -1/+6 |
| 2024-07-08 | jbd2: avoid mount failed when commit block is partial submitted | Ye Bin | 1 | -0/+30 |
| 2024-07-05 | jbd2: add missing MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-07-05 | jbd2: speed up jbd2_transaction_committed() | Zhang Yi | 2 | -12/+2 |
| 2024-06-27 | jbd2: remove unnecessary "should_sleep" in kjournald2 | Kemeng Shi | 1 | -5/+2 |
| 2024-06-27 | jbd2: remove dead check of JBD2_UNMOUNT in kjournald2 | Kemeng Shi | 1 | -2/+0 |
| 2024-06-27 | jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2 | Kemeng Shi | 1 | -2/+0 |
| 2024-06-27 | jbd2: use bh_in instead of jh2bh(jh_in) to simplify code | Kemeng Shi | 1 | -2/+2 |
| 2024-06-27 | jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_buffer | Kemeng Shi | 1 | -5/+4 |
| 2024-06-27 | jbd2: jump to new copy_done tag when b_frozen_data is created concurrently | Kemeng Shi | 1 | -7/+6 |
| 2024-06-27 | jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_buffer | Kemeng Shi | 1 | -5/+2 |
| 2024-06-27 | jbd2: remove unused return info from jbd2_journal_write_metadata_buffer | Kemeng Shi | 2 | -11/+8 |
| 2024-06-27 | jbd2: avoid memleak in jbd2_journal_write_metadata_buffer | Kemeng Shi | 1 | -0/+1 |
| 2024-06-27 | jbd2: use str_plural() to fix Coccinelle warning | Thorsten Blum | 1 | -1/+2 |
| 2024-05-21 | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-09 | jbd2: add prefix 'jbd2' for 'shrink_type' | Ye Bin | 2 | -12/+12 |
| 2024-05-09 | jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec... | Ye Bin | 2 | -8/+10 |
| 2024-05-07 | jbd2: remove redundant assignement to variable err | Colin Ian King | 1 | -1/+0 |
| 2024-05-03 | use ->bd_mapping instead of ->bd_inode->i_mapping | Al Viro | 1 | -1/+1 |
| 2024-01-04 | jbd2: abort journal when detecting metadata writeback error of fs dev | Zhihao Cheng | 1 | -0/+14 |
| 2024-01-04 | jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags' | Zhihao Cheng | 1 | -11/+0 |
| 2024-01-04 | jbd2: replace journal state flag by checking errseq | Zhihao Cheng | 1 | -5/+5 |
| 2024-01-04 | jbd2: add errseq to detect client fs's bdev writeback error | Zhihao Cheng | 2 | -6/+2 |
| 2023-12-12 | jbd2: fix soft lockup in journal_finish_inode_data_buffers() | Ye Bin | 1 | -0/+1 |
| 2023-11-30 | jbd2: increase the journal IO's priority | Zhang Yi | 2 | -13/+16 |
| 2023-11-30 | jbd2: correct the printing of write_flags in jbd2_write_superblock() | Zhang Yi | 1 | -1/+3 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -11/+18 |
| 2023-10-05 | jbd2: fix potential data lost in recovering journal raced with synchronizing ... | Zhihao Cheng | 1 | -0/+8 |
| 2023-10-05 | jbd2: fix printk format type for 'io_block' in do_one_pass() | Ye Bin | 1 | -1/+1 |
| 2023-10-05 | jbd2: print io_block if check data block checksum failed when do recovery | Ye Bin | 1 | -1/+2 |
| 2023-10-04 | jbd2,ext4: dynamically allocate the jbd2-journal shrinker | Qi Zheng | 1 | -11/+18 |
| 2023-09-17 | Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -18/+12 |
| 2023-09-14 | jbd2: Fix memory leak in journal_init_common() | Li Zetao | 1 | -0/+2 |
| 2023-09-07 | jbd2: Remove page size assumptions | Ritesh Harjani (IBM) | 2 | -18/+10 |
| 2023-08-31 | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -281/+249 |
| 2023-08-27 | jbd2: correct the end of the journal recovery scan range | Zhang Yi | 1 | -9/+3 |
| 2023-08-23 | jbd2: jbd2_journal_init_{dev,inode} return proper error return value | Zhang Yi | 1 | -10/+9 |
| 2023-08-18 | jbd2: use a folio in jbd2_journal_write_metadata_buffer() | Matthew Wilcox (Oracle) | 1 | -19/+16 |
| 2023-08-15 | jbd2: drop useless error tag in jbd2_journal_wipe() | Zhang Yi | 1 | -3/+2 |
| 2023-08-15 | jbd2: cleanup journal_init_common() | Zhang Yi | 1 | -21/+24 |
| 2023-08-15 | jbd2: add fast_commit space check | Zhang Yi | 1 | -4/+12 |
| 2023-08-15 | jbd2: cleanup load_superblock() | Zhang Yi | 1 | -50/+35 |
| 2023-08-15 | jbd2: open code jbd2_verify_csum_type() helper | Zhang Yi | 1 | -13/+5 |
| 2023-08-15 | jbd2: checking valid features early in journal_get_superblock() | Zhang Yi | 1 | -15/+15 |
| 2023-08-15 | jbd2: don't load superblock in jbd2_journal_check_used_features() | Zhang Yi | 1 | -5/+0 |
| 2023-08-15 | jbd2: move load_superblock() into journal_init_common() | Zhang Yi | 1 | -11/+5 |
| 2023-08-15 | jbd2: move load_superblock() dependent functions | Zhang Yi | 1 | -169/+168 |
| 2023-08-04 | jbd2: remove unused function '__cp_buffer_busy' | Yang Li | 1 | -12/+0 |
| 2023-08-04 | jbd2: check 'jh->b_transaction' before removing it from checkpoint | Zhihao Cheng | 1 | -0/+2 |
| 2023-08-04 | jbd2: fix checkpoint cleanup performance regression | Zhang Yi | 1 | -6/+14 |
| 2023-07-29 | fs: jbd2: fix an incorrect warn log | Guoqing Cai | 1 | -8/+10 |
| 2023-07-10 | jbd2: remove __journal_try_to_free_buffer() | Zhang Yi | 1 | -24/+7 |
| 2023-07-10 | jbd2: fix a race when checking checkpoint buffer busy | Zhang Yi | 2 | -15/+40 |
| 2023-07-10 | jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint | Zhihao Cheng | 1 | -15/+17 |
| 2023-07-10 | jbd2: remove journal_clean_one_cp_list() | Zhang Yi | 1 | -58/+17 |
| 2023-07-10 | jbd2: remove t_checkpoint_io_list | Zhang Yi | 2 | -42/+3 |
| 2023-07-10 | jbd2: recheck chechpointing non-dirty buffer | Zhang Yi | 1 | -73/+29 |
| 2023-06-29 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -44/+56 |
| 2023-06-26 | jbd2: skip reading super block if it has been verified | Zhang Yi | 1 | -4/+3 |
| 2023-06-26 | jbd2: continue to record log between each mount | Zhang Yi | 2 | -7/+33 |
| 2023-06-26 | jbd2: remove j_format_version | Zhang Yi | 1 | -9/+0 |
| 2023-06-26 | jbd2: factor out journal initialization from journal_get_superblock() | Zhang Yi | 1 | -24/+22 |
| 2023-06-26 | jbd2: switch to check format version in superblock directly | Zhang Yi | 1 | -9/+7 |
| 2023-06-05 | jbd2: Avoid printing outside the boundary of the buffer | Andy Shevchenko | 1 | -4/+2 |
| 2023-04-14 | jdb2: Don't refuse invalidation of already invalidated buffers | Jan Kara | 1 | -0/+3 |
| 2023-03-12 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+6 |
| 2023-03-11 | ext4, jbd2: add an optimized bmap for the journal inode | Theodore Ts'o | 1 | -3/+6 |
| 2023-02-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -21/+29 |
| 2023-02-19 | jbd2: fix data missing when reusing bh which is ready to be checkpointed | Zhihao Cheng | 1 | -21/+29 |
| 2023-01-18 | jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2 | Christoph Hellwig | 2 | -26/+0 |
| 2023-01-18 | jbd2: replace obvious uses of b_page with b_folio | Matthew Wilcox (Oracle) | 2 | -7/+3 |
| 2022-12-08 | jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeout | Jan Kara | 1 | -3/+2 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -15/+16 |
| 2022-09-30 | jbd2: add miss release buffer head in fc_do_one_pass() | Ye Bin | 1 | -0/+1 |
| 2022-09-30 | jbd2: fix potential use-after-free in jbd2_fc_wait_bufs | Ye Bin | 1 | -3/+3 |
| 2022-09-30 | jbd2: fix potential buffer head reference count leak | Ye Bin | 1 | -1/+7 |
| 2022-09-30 | jbd2: wake up journal waiters in FIFO order, not LIFO | Andrew Perepechko | 2 | -4/+4 |
| 2022-09-29 | jbd2: drop useless return value of submit_bh | Ritesh Harjani (IBM) | 2 | -11/+8 |
| 2022-09-11 | jbd2: replace ll_rw_block() | Zhang Yi | 2 | -15/+16 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
| 2022-08-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 6 | -75/+82 |
| 2022-08-02 | jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted | Zhihao Cheng | 1 | -2/+12 |
| 2022-08-02 | jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction() | Zhang Yi | 1 | -1/+1 |
| 2022-08-02 | jbd2: unexport jbd2_log_start_commit() | Jan Kara | 1 | -2/+1 |
| 2022-08-02 | jbd2: remove unused exports for jbd2 debugging | Jan Kara | 1 | -3/+1 |
| 2022-08-02 | jbd2: rename jbd_debug() to jbd2_debug() | Jan Kara | 6 | -67/+67 |
| 2022-07-14 | fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers | Bart Van Assche | 1 | -7/+8 |
| 2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 3 | -8/+8 |
| 2022-07-14 | block: remove bdevname | Christoph Hellwig | 1 | -2/+4 |
| 2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -1/+2 |
| 2022-06-16 | fs: fix jbd2_journal_try_to_free_buffers() kernel-doc comment | Yang Li | 1 | -1/+1 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -13/+15 |
| 2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+3 |
| 2022-05-09 | fs: Change try_to_free_buffers() to take a folio | Matthew Wilcox (Oracle) | 2 | -3/+3 |
| 2022-05-09 | jbd2: Convert release_buffer_page() to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+8 |
| 2022-05-09 | jbd2: Convert jbd2_journal_try_to_free_buffers to take a folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2022-04-22 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+3 |
| 2022-04-21 | jbd2: fix a potential race while discarding reserved buffers after an abort | Ye Bin | 1 | -1/+3 |
| 2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig | 1 | -1/+1 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -5/+2 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -17/+16 |
| 2022-03-15 | ext4: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 2 | -17/+16 |
| 2022-02-25 | jbd2: remove CONFIG_JBD2_DEBUG to update t_max_wait | Ritesh Harjani | 1 | -4/+3 |
| 2022-02-25 | jbd2: kill t_handle_lock transaction spinlock | Ritesh Harjani | 1 | -19/+9 |
| 2022-02-25 | jbd2: fix use-after-free of transaction_t race | Ritesh Harjani | 1 | -16/+25 |
| 2022-02-06 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -39/+41 |
| 2022-02-03 | jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}() | Yang Li | 1 | -0/+4 |
| 2022-02-03 | jbd2: refactor wait logic for transaction updates into a common function | Ritesh Harjani | 2 | -37/+35 |
| 2022-02-03 | ext4: fast commit may not fallback for ineligible commit | Xin Yin | 2 | -2/+2 |
| 2022-01-30 | jbd2: export jbd2_journal_[grab|put]_journal_head | Joseph Qi | 1 | -0/+2 |
| 2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -1/+1 |
| 2021-12-23 | ext4: use ext4_journal_start/stop for fast commit transactions | Harshad Shirwadkar | 1 | -0/+2 |
| 2021-08-30 | ext4: Support for checksumming from journal triggers | Jan Kara | 1 | -1/+1 |
| 2021-08-30 | jbd2: add sparse annotations for add_transaction_credits() | Theodore Ts'o | 1 | -1/+18 |
| 2021-08-10 | jbd2: clean up two gcc -Wall warnings in recovery.c | Theodore Ts'o | 1 | -3/+3 |
| 2021-08-10 | jbd2: fix clang warning in recovery.c | Theodore Ts'o | 1 | -1/+0 |
| 2021-08-10 | jbd2: fix portability problems caused by unaligned accesses | Theodore Ts'o | 1 | -11/+11 |
| 2021-07-08 | ext4: inline jbd2_journal_[un]register_shrinker() | Theodore Ts'o | 2 | -91/+62 |
| 2021-06-30 | jbd2: export jbd2_journal_[un]register_shrinker() | Zhang Yi | 1 | -0/+2 |
| 2021-06-24 | jbd2: simplify journal_clean_one_cp_list() | Zhang Yi | 1 | -26/+4 |
| 2021-06-24 | jbd2,ext4: add a shrinker to release checkpointed buffers | Zhang Yi | 2 | -0/+234 |
| 2021-06-24 | jbd2: remove redundant buffer io error checks | Zhang Yi | 1 | -11/+2 |
| 2021-06-24 | jbd2: don't abort the journal when freeing buffers | Zhang Yi | 1 | -17/+0 |
| 2021-06-24 | jbd2: ensure abort the journal if detect IO error when writing original buffe... | Zhang Yi | 2 | -0/+26 |
| 2021-06-24 | jbd2: remove the out label in __jbd2_journal_remove_checkpoint() | Zhang Yi | 1 | -12/+12 |
| 2021-06-24 | jbd2: clean up misleading comments for jbd2_fc_release_bufs | yangerkun | 1 | -8/+0 |
| 2021-06-22 | ext4: add discard/zeroout flags to journal flush | Leah Rumancik | 1 | -3/+116 |
| 2021-04-09 | ext4: fix debug format string warning | Arnd Bergmann | 1 | -3/+2 |
| 2021-04-09 | ext4: annotate data race in jbd2_journal_dirty_metadata() | Jan Kara | 1 | -4/+4 |
| 2021-04-09 | ext4: annotate data race in start_this_handle() | Jan Kara | 1 | -1/+6 |
| 2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 3 | -4/+4 |
| 2020-12-17 | jbd2: add a helper to find out number of fast commit blocks | Harshad Shirwadkar | 1 | -6/+2 |
| 2020-11-19 | jbd2: fix kernel-doc markups | Mauro Carvalho Chehab | 2 | -31/+34 |
| 2020-11-07 | jbd2: fix up sparse warnings in checkpoint code | Theodore Ts'o | 2 | -1/+5 |
| 2020-11-06 | jbd2: don't start fast commit on aborted journal | Harshad Shirwadkar | 1 | -0/+2 |
| 2020-11-06 | jbd2: don't read journal->j_commit_sequence without taking a lock | Harshad Shirwadkar | 1 | -2/+4 |
| 2020-11-06 | jbd2: don't touch buffer state until it is filled | Harshad Shirwadkar | 1 | -4/+0 |
| 2020-11-06 | jbd2: add todo for a fast commit performance optimization | Harshad Shirwadkar | 1 | -0/+9 |
| 2020-11-06 | jbd2: don't pass tid to jbd2_fc_end_commit_fallback() | Harshad Shirwadkar | 1 | -3/+9 |
| 2020-11-06 | jbd2: don't use state lock during commit path | Harshad Shirwadkar | 1 | -6/+0 |
| 2020-11-06 | ext4: clean up the JBD2 API that initializes fast commits | Harshad Shirwadkar | 1 | -40/+56 |
| 2020-11-06 | jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs | Harshad Shirwadkar | 3 | -10/+10 |
| 2020-10-21 | jbd2: fast commit recovery path | Harshad Shirwadkar | 1 | -4/+53 |
| 2020-10-21 | jbd2: add fast commit machinery | Harshad Shirwadkar | 2 | -1/+233 |
| 2020-10-21 | ext4 / jbd2: add fast commit initialization | Harshad Shirwadkar | 1 | -5/+48 |
| 2020-10-18 | jbd2: avoid transaction reuse after reformatting | changfengnan | 1 | -12/+66 |
| 2020-10-18 | jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data... | Mauricio Faria de Oliveira | 1 | -12/+18 |
| 2020-10-18 | jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers() | Mauricio Faria de Oliveira | 2 | -20/+18 |
| 2020-08-19 | jbd2: clean up checksum verification in do_one_pass() | Shijie Luo | 1 | -34/+12 |