summaryrefslogtreecommitdiff
path: root/fs/ext4/fast_commit.h
AgeCommit message (Expand)Author
2022-12-08ext4: add missing validation of fast-commit record lengthsEric Biggers
2022-12-08ext4: disable fast-commit of encrypted dir operationsEric Biggers
2022-09-30ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-12ext4: remove unused enum EXT4_FC_COMMIT_FAILEDRitesh Harjani
2022-03-02ext4: improve fast_commit performance and scalabilityRitesh Harjani
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2021-12-23ext4: simplify updating of fast commit statsHarshad Shirwadkar
2021-06-06ext4: fix fast commit alignment issuesHarshad Shirwadkar
2020-12-17ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar