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