summaryrefslogtreecommitdiff
path: root/fs/ext4/fast_commit.c
AgeCommit message (Expand)Author
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers
2025-05-14ext4: prevent stale extent cache entries caused by concurrent I/O writebackZhang Yi
2025-05-14ext4: generalize EXT4_GET_BLOCKS_IO_SUBMIT flag usageZhang Yi
2025-05-08ext4: hold s_fc_lock while during fast commitHarshad Shirwadkar
2025-05-08ext4: convert s_fc_lock to mutex typeHarshad Shirwadkar
2025-05-08ext4: temporarily elevate commit thread priorityHarshad Shirwadkar
2025-05-08ext4: update code documentationHarshad Shirwadkar
2025-05-08ext4: drop i_fc_updates from inode fc infoHarshad Shirwadkar
2025-05-08ext4: rework fast commit commit pathHarshad Shirwadkar
2025-05-08ext4: for committing inode, make ext4_fc_track_inode waitHarshad Shirwadkar
2025-05-08ext4: convert i_fc_lock to spinlockHarshad Shirwadkar
2025-01-27ext4 fast_commit: make use of name_snapshot primitivesAl Viro
2024-11-12ext4: cleanup variable name in ext4_fc_del()Dan Carpenter
2024-11-12ext4: simplify if conditionJiapeng Chong
2024-10-04ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)
2024-09-03ext4: make some fast commit functions reuse extents pathBaokun Li
2024-09-03ext4: get rid of ppath in ext4_ext_insert_extent()Baokun Li
2024-08-26ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()Luis Henriques (SUSE)
2024-08-26ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)
2024-07-08ext4: don't track ranges in fast_commit if inode has inlined dataLuis Henriques (SUSE)
2024-07-08ext4: fix possible tid_t sequence overflowsLuis Henriques (SUSE)
2023-10-05ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi
2023-02-09ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara
2022-12-08ext4: simplify fast-commit CRC calculationEric Biggers
2022-12-08ext4: fix off-by-one errors in fast-commit block fillingEric Biggers
2022-12-08ext4: fix unaligned memory access in ext4_fc_reserve_space()Eric Biggers
2022-12-08ext4: add missing validation of fast-commit record lengthsEric Biggers
2022-12-08ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers
2022-12-08ext4: don't set up encryption key during jbd2 transactionEric Biggers
2022-12-08ext4: disable fast-commit of encrypted dir operationsEric Biggers
2022-11-06ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o
2022-09-30ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin
2022-09-30ext4: factor out ext4_fc_get_tl()Ye Bin
2022-09-30ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin
2022-09-30ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin
2022-09-30ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin
2022-09-30ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin
2022-09-30ext4: adjust fast commit disable judgement order in ext4_fc_track_inodeYe Bin
2022-09-30ext4: factor out ext4_fc_disabled()Ye Bin
2022-09-30ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi
2022-05-11ext4: remove unnecessary type castingsYu Zhe
2022-03-15ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani
2022-03-15ext4: add commit_tid info in jbd debug logRitesh Harjani