aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c
AgeCommit message (Expand)Author
2023-03-11ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers
2023-01-12ext4: fix off-by-one errors in fast-commit block fillingEric Biggers
2023-01-12ext4: fix unaligned memory access in ext4_fc_reserve_space()Eric Biggers
2023-01-12ext4: add missing validation of fast-commit record lengthsEric Biggers
2023-01-12ext4: don't set up encryption key during jbd2 transactionEric Biggers
2023-01-12ext4: disable fast-commit of encrypted dir operationsEric Biggers
2023-01-12ext4: fix potential out of bound read in ext4_fc_replay_scan()Eric Biggers
2023-01-12ext4: factor out ext4_fc_get_tl()Eric Biggers
2023-01-12ext4: introduce EXT4_FC_TAG_BASE_LEN helperEric Biggers
2023-01-12ext4: use ext4_debug() instead of jbd_debug()Eric Biggers
2023-01-12ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers
2022-10-26ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin
2022-10-26ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin
2022-10-26ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin
2022-10-26ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin
2022-03-08ext4: fast commit may miss file actionsXin Yin
2022-03-08ext4: fast commit may not fallback for ineligible commitXin Yin
2022-03-08ext4: simplify updating of fast commit statsHarshad Shirwadkar
2022-03-08ext4: drop ineligible txn start stop APIsHarshad Shirwadkar
2022-02-08ext4: fix incorrect type issue during replay_del_rangeXin Yin
2022-02-08ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani
2022-02-08ext4: prevent used blocks from being allocated during fast commit replayXin Yin
2022-01-27ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior
2022-01-27ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin
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
2021-06-06ext4: fix fast commit alignment issuesHarshad Shirwadkar
2021-04-09ext4: fix debug format string warningArnd Bergmann
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury
2021-04-09ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-02-03ext4: Change list_for_each* to list_for_each_entry*Daejun Park
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-15ext4: remove expensive flush on fast commitDaejun Park
2021-01-15ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park
2021-01-15ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li
2020-12-17ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar
2020-12-17ext4: add docs about fast commit idempotenceHarshad Shirwadkar
2020-11-07ext4: fix sparse warnings in fast_commit codeTheodore Ts'o
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar
2020-11-06ext4: issue fsdev cache flush before starting fast commitHarshad Shirwadkar
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar
2020-11-06ext4: mark buf dirty before submitting fast commit bufferHarshad Shirwadkar
2020-11-06ext4: fix code documentatioonHarshad Shirwadkar
2020-11-06ext4: dedpulicate the code to wait on inode that's being committedHarshad Shirwadkar
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar