summaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c
AgeCommit message (Expand)AuthorLines
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi-2/+1
2022-05-11ext4: remove unnecessary type castingsYu Zhe-5/+5
2022-03-15ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani-2/+2
2022-03-15ext4: add commit_tid info in jbd debug logRitesh Harjani-6/+9
2022-03-15ext4: add transaction tid info in fc_track eventsRitesh Harjani-5/+5
2022-03-15ext4: add new trace event in ext4_fc_cleanupRitesh Harjani-0/+1
2022-03-15ext4: return early for non-eligible fast_commit track eventsRitesh Harjani-10/+49
2022-03-12ext4: do not call FC trace event in ext4_fc_commit() if FS does not support FCRitesh Harjani-3/+3
2022-03-02ext4: improve fast_commit performance and scalabilityRitesh Harjani-18/+56
2022-02-25ext4: use in_range() for range checking in ext4_fc_replay_check_excludedRitesh Harjani-2/+2
2022-02-03ext4: fix incorrect type issue during replay_del_rangeXin Yin-2/+3
2022-02-03ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani-35/+29
2022-02-03ext4: fast commit may miss file actionsXin Yin-5/+6
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin-8/+25
2022-02-03ext4: prevent used blocks from being allocated during fast commit replayXin Yin-5/+15
2022-01-10ext4: remove redundant statementluo penghao-1/+0
2022-01-10ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior-0/+5
2022-01-10ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin-5/+8
2021-12-23ext4: update fast commit TODOsHarshad Shirwadkar-8/+6
2021-12-23ext4: simplify updating of fast commit statsHarshad Shirwadkar-45/+54
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar-64/+15
2021-11-04ext4: inline data inode fast commit replay fixesHarshad Shirwadkar-1/+6
2021-11-04ext4: commit inline data during fast commitHarshad Shirwadkar-1/+3
2021-10-01ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao-0/+6
2021-08-30ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang-18/+9
2021-06-06ext4: fix fast commit alignment issuesHarshad Shirwadkar-80/+90
2021-04-09ext4: fix debug format string warningArnd Bergmann-1/+1
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury-1/+1
2021-04-09ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang-1/+3
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar-2/+7
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-18/+11
2021-02-03ext4: Change list_for_each* to list_for_each_entry*Daejun Park-18/+11
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig-2/+2
2021-01-15ext4: remove expensive flush on fast commitDaejun Park-5/+5
2021-01-15ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park-1/+1
2021-01-15ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li-11/+12
2020-12-17ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar-38/+0
2020-12-17ext4: add docs about fast commit idempotenceHarshad Shirwadkar-0/+61
2020-11-07ext4: fix sparse warnings in fast_commit codeTheodore Ts'o-1/+4
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar-9/+9
2020-11-06ext4: issue fsdev cache flush before starting fast commitHarshad Shirwadkar-0/+7
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar-0/+7
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar-3/+0
2020-11-06ext4: mark buf dirty before submitting fast commit bufferHarshad Shirwadkar-1/+1
2020-11-06ext4: fix code documentatioonHarshad Shirwadkar-1/+2
2020-11-06ext4: dedpulicate the code to wait on inode that's being committedHarshad Shirwadkar-34/+27
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar-1/+1
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar-14/+0
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar-18/+30
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar-2/+2