summaryrefslogtreecommitdiff
path: root/fs/ext4/fast_commit.c
AgeCommit message (Expand)Author
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-04ext4: Convert ext4_fc_submit_bh() to bh_submit()Matthew Wilcox (Oracle)
2026-06-03ext4: fast commit: export snapshot stats in fc_infoLi Chen
2026-06-03ext4: fast commit: add lock_updates tracepointLi Chen
2026-06-03ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshotsLi Chen
2026-06-03ext4: fast commit: avoid self-deadlock in inode snapshottingLi Chen
2026-06-03ext4: fast commit: avoid waiting for FC_COMMITTINGLi Chen
2026-06-03ext4: fast commit: snapshot inode state before writing logLi Chen
2026-06-03ext4: fix fast commit wait/wake bit mapping on 64-bitLi Chen
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown
2026-04-09ext4: add ext4_fc_eligible()NeilBrown
2026-04-09ext4: prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn
2026-04-09ext4: remove tl argument from ext4_fc_replay_{add,del}_rangeGuoqing Jiang
2026-04-09ext4: remove unused i_fc_waitLi Chen
2026-03-27ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li
2026-03-27ext4: publish jinode after initializationLi Chen
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-01-19ext4: fast commit: make s_fc_lock reclaim-safeLi Chen
2026-01-19ext4: mark move extents fast-commit ineligibleLi Chen
2026-01-19ext4: mark fs-verity enable fast-commit ineligibleLi Chen
2026-01-19ext4: mark inode format migration fast-commit ineligibleLi Chen
2025-09-25ext4: increase IO priority of fastcommitJulian Sun
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