aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-15ext4: remove expensive flush on fast commitDaejun Park1-5/+5
2021-01-15ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park1-1/+1
2021-01-15ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li1-11/+12
2020-12-17ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar1-38/+0
2020-12-17ext4: add docs about fast commit idempotenceHarshad Shirwadkar1-0/+61
2020-11-07ext4: fix sparse warnings in fast_commit codeTheodore Ts'o1-1/+4
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-9/+9
2020-11-06ext4: issue fsdev cache flush before starting fast commitHarshad Shirwadkar1-0/+7
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar1-0/+7
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar1-3/+0
2020-11-06ext4: mark buf dirty before submitting fast commit bufferHarshad Shirwadkar1-1/+1
2020-11-06ext4: fix code documentatioonHarshad Shirwadkar1-1/+2
2020-11-06ext4: dedpulicate the code to wait on inode that's being committedHarshad Shirwadkar1-34/+27
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar1-1/+1
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-14/+0
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar1-18/+30
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar1-2/+2
2020-10-28ext4: use IS_ERR() for error checking of pathHarshad Shirwadkar1-2/+4
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar1-9/+9
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar1-1/+11
2020-10-28ext4: fix double locking in ext4_fc_commit_dentry_updates()Harshad Shirwadkar1-1/+0
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar1-0/+34
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-9/+888
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar1-0/+15
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+1183
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar1-0/+8
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-0/+20