summaryrefslogtreecommitdiff
path: root/fs/ext4/fast_commit.c
AgeCommit message (Expand)Author
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
2022-03-15ext4: add transaction tid info in fc_track eventsRitesh Harjani
2022-03-15ext4: add new trace event in ext4_fc_cleanupRitesh Harjani
2022-03-15ext4: return early for non-eligible fast_commit track eventsRitesh Harjani
2022-03-12ext4: do not call FC trace event in ext4_fc_commit() if FS does not support FCRitesh Harjani
2022-03-02ext4: improve fast_commit performance and scalabilityRitesh Harjani
2022-02-25ext4: use in_range() for range checking in ext4_fc_replay_check_excludedRitesh Harjani
2022-02-03ext4: fix incorrect type issue during replay_del_rangeXin Yin
2022-02-03ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani
2022-02-03ext4: fast commit may miss file actionsXin Yin
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin
2022-02-03ext4: prevent used blocks from being allocated during fast commit replayXin Yin
2022-01-10ext4: remove redundant statementluo penghao
2022-01-10ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior
2022-01-10ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin
2021-12-23ext4: update fast commit TODOsHarshad Shirwadkar
2021-12-23ext4: simplify updating of fast commit statsHarshad Shirwadkar
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar
2021-11-04ext4: inline data inode fast commit replay fixesHarshad Shirwadkar
2021-11-04ext4: commit inline data during fast commitHarshad Shirwadkar
2021-10-01ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao
2021-08-30ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang