summaryrefslogtreecommitdiff
path: root/fs/ext4/fast_commit.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers2023-02-091-18/+26
* jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara2022-12-081-1/+1
* ext4: simplify fast-commit CRC calculationEric Biggers2022-12-081-38/+16
* ext4: fix off-by-one errors in fast-commit block fillingEric Biggers2022-12-081-33/+33
* ext4: fix unaligned memory access in ext4_fc_reserve_space()Eric Biggers2022-12-081-18/+21
* ext4: add missing validation of fast-commit record lengthsEric Biggers2022-12-081-19/+19
* ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers2022-12-081-0/+5
* ext4: don't set up encryption key during jbd2 transactionEric Biggers2022-12-081-1/+1
* ext4: disable fast-commit of encrypted dir operationsEric Biggers2022-12-081-16/+25
* ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o2022-11-061-2/+3
* ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin2022-09-301-2/+36
* ext4: factor out ext4_fc_get_tl()Ye Bin2022-09-301-21/+25
* ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin2022-09-301-26/+28
* ext4: factor out ext4_free_ext_path()Ye Bin2022-09-301-4/+2
* ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin2022-09-301-4/+5
* ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin2022-09-301-6/+8
* ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin2022-09-301-3/+5
* ext4: adjust fast commit disable judgement order in ext4_fc_track_inodeYe Bin2022-09-301-3/+3
* ext4: factor out ext4_fc_disabled()Ye Bin2022-09-301-23/+15
* ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin2022-09-301-6/+9
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-041-22/+22
|\
| * ext4: use ext4_debug() instead of jbd_debug()Jan Kara2022-08-021-22/+22
* | fs/ext4: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+1
* | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
|/
* ext4: remove unnecessary conditionalsLv Ruyi2022-05-131-2/+1
* ext4: remove unnecessary type castingsYu Zhe2022-05-111-5/+5
* ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani2022-03-151-2/+2
* ext4: add commit_tid info in jbd debug logRitesh Harjani2022-03-151-6/+9
* ext4: add transaction tid info in fc_track eventsRitesh Harjani2022-03-151-5/+5
* ext4: add new trace event in ext4_fc_cleanupRitesh Harjani2022-03-151-0/+1
* ext4: return early for non-eligible fast_commit track eventsRitesh Harjani2022-03-151-10/+49
* ext4: do not call FC trace event in ext4_fc_commit() if FS does not support FCRitesh Harjani2022-03-121-3/+3
* ext4: improve fast_commit performance and scalabilityRitesh Harjani2022-03-021-18/+56
* ext4: use in_range() for range checking in ext4_fc_replay_check_excludedRitesh Harjani2022-02-251-2/+2
* ext4: fix incorrect type issue during replay_del_rangeXin Yin2022-02-031-2/+3
* ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani2022-02-031-35/+29
* ext4: fast commit may miss file actionsXin Yin2022-02-031-5/+6
* ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-8/+25
* ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-031-5/+15
* ext4: remove redundant statementluo penghao2022-01-101-1/+0
* ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior2022-01-101-0/+5
* ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin2022-01-101-5/+8
* ext4: update fast commit TODOsHarshad Shirwadkar2021-12-231-8/+6
* ext4: simplify updating of fast commit statsHarshad Shirwadkar2021-12-231-45/+54
* ext4: drop ineligible txn start stop APIsHarshad Shirwadkar2021-12-231-64/+15
* ext4: inline data inode fast commit replay fixesHarshad Shirwadkar2021-11-041-1/+6
* ext4: commit inline data during fast commitHarshad Shirwadkar2021-11-041-1/+3
* ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao2021-10-011-0/+6
* ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang2021-08-301-18/+9
* ext4: fix fast commit alignment issuesHarshad Shirwadkar2021-06-061-80/+90