summaryrefslogtreecommitdiff
path: root/fs/ext4/fast_commit.c
AgeCommit message (Expand)Author
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
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar
2020-10-28ext4: use IS_ERR() for error checking of pathHarshad Shirwadkar
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar
2020-10-28ext4: fix double locking in ext4_fc_commit_dentry_updates()Harshad Shirwadkar
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar