summaryrefslogtreecommitdiff
path: root/fs/ext4/fast_commit.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-14ext4: don't set up encryption key during jbd2 transactionEric Biggers1-1/+1
2023-01-14ext4: disable fast-commit of encrypted dir operationsEric Biggers1-16/+24
2023-01-14ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers1-0/+5
2023-01-14ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2022-10-26ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin1-4/+5
2022-10-26ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin1-6/+8
2022-10-26ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin1-3/+5
2022-10-26ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin1-6/+9
2022-02-08ext4: fix incorrect type issue during replay_del_rangeXin Yin1-2/+3
2022-02-08ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani1-35/+29
2022-02-08ext4: prevent used blocks from being allocated during fast commit replayXin Yin1-5/+15
2022-01-27ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior1-0/+5
2022-01-27ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin1-5/+8
2021-10-06ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao1-0/+6
2021-06-10ext4: fix fast commit alignment issuesHarshad Shirwadkar1-92/+90
2021-05-19ext4: fix debug format string warningArnd Bergmann1-1/+1
2021-05-11ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang1-1/+3
2021-03-25ext4: fix rename whiteout with fast commitHarshad Shirwadkar1-2/+7
2021-01-19ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park1-1/+1
2021-01-19ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li1-11/+12
2020-11-07ext4: fix sparse warnings in fast_commit codeTheodore Ts'o1-1/+4
2020-11-07ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-9/+9
2020-11-07ext4: issue fsdev cache flush before starting fast commitHarshad Shirwadkar1-0/+7
2020-11-07ext4: disable fast commit with data journallingHarshad Shirwadkar1-0/+7
2020-11-07ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar1-3/+0
2020-11-07ext4: mark buf dirty before submitting fast commit bufferHarshad Shirwadkar1-1/+1
2020-11-07ext4: fix code documentatioonHarshad Shirwadkar1-1/+2
2020-11-07ext4: dedpulicate the code to wait on inode that's being committedHarshad Shirwadkar1-34/+27
2020-11-07jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar1-1/+1
2020-11-07ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-14/+0
2020-11-07ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar1-18/+30
2020-11-07ext4: 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-22ext4: add fast commit stats in procfsHarshad Shirwadkar1-0/+34
2020-10-22ext4: fast commit recovery pathHarshad Shirwadkar1-9/+888
2020-10-22jbd2: fast commit recovery pathHarshad Shirwadkar1-0/+15
2020-10-22ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+1183
2020-10-22jbd2: add fast commit machineryHarshad Shirwadkar1-0/+8
2020-10-22ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-0/+20