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