aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-05ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi1-4/+4
2023-02-09ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers1-18/+26
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara1-1/+1
2022-12-08ext4: simplify fast-commit CRC calculationEric Biggers1-38/+16
2022-12-08ext4: fix off-by-one errors in fast-commit block fillingEric Biggers1-33/+33
2022-12-08ext4: fix unaligned memory access in ext4_fc_reserve_space()Eric Biggers1-18/+21
2022-12-08ext4: add missing validation of fast-commit record lengthsEric Biggers1-19/+19
2022-12-08ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers1-0/+5
2022-12-08ext4: don't set up encryption key during jbd2 transactionEric Biggers1-1/+1
2022-12-08ext4: disable fast-commit of encrypted dir operationsEric Biggers1-16/+25
2022-11-06ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o1-2/+3
2022-09-30ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin1-2/+36
2022-09-30ext4: factor out ext4_fc_get_tl()Ye Bin1-21/+25
2022-09-30ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin1-26/+28
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin1-4/+2
2022-09-30ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin1-4/+5
2022-09-30ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin1-6/+8
2022-09-30ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin1-3/+5
2022-09-30ext4: adjust fast commit disable judgement order in ext4_fc_track_inodeYe Bin1-3/+3
2022-09-30ext4: factor out ext4_fc_disabled()Ye Bin1-23/+15
2022-09-30ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin1-6/+9
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-22/+22
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara1-22/+22
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche1-1/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi1-2/+1
2022-05-11ext4: remove unnecessary type castingsYu Zhe1-5/+5
2022-03-15ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani1-2/+2
2022-03-15ext4: add commit_tid info in jbd debug logRitesh Harjani1-6/+9
2022-03-15ext4: add transaction tid info in fc_track eventsRitesh Harjani1-5/+5
2022-03-15ext4: add new trace event in ext4_fc_cleanupRitesh Harjani1-0/+1
2022-03-15ext4: return early for non-eligible fast_commit track eventsRitesh Harjani1-10/+49
2022-03-12ext4: do not call FC trace event in ext4_fc_commit() if FS does not support FCRitesh Harjani1-3/+3
2022-03-02ext4: improve fast_commit performance and scalabilityRitesh Harjani1-18/+56
2022-02-25ext4: use in_range() for range checking in ext4_fc_replay_check_excludedRitesh Harjani1-2/+2
2022-02-03ext4: fix incorrect type issue during replay_del_rangeXin Yin1-2/+3
2022-02-03ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani1-35/+29
2022-02-03ext4: fast commit may miss file actionsXin Yin1-5/+6
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-8/+25
2022-02-03ext4: prevent used blocks from being allocated during fast commit replayXin Yin1-5/+15
2022-01-10ext4: remove redundant statementluo penghao1-1/+0
2022-01-10ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior1-0/+5
2022-01-10ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin1-5/+8
2021-12-23ext4: update fast commit TODOsHarshad Shirwadkar1-8/+6
2021-12-23ext4: simplify updating of fast commit statsHarshad Shirwadkar1-45/+54
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar1-64/+15
2021-11-04ext4: inline data inode fast commit replay fixesHarshad Shirwadkar1-1/+6
2021-11-04ext4: commit inline data during fast commitHarshad Shirwadkar1-1/+3
2021-10-01ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao1-0/+6
2021-08-30ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang1-18/+9
2021-06-06ext4: fix fast commit alignment issuesHarshad Shirwadkar1-80/+90
2021-04-09ext4: fix debug format string warningArnd Bergmann1-1/+1
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2021-04-09ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang1-1/+3
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar1-2/+7
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+11
2021-02-03ext4: Change list_for_each* to list_for_each_entry*Daejun Park1-18/+11
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-2/+2
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