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