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