summaryrefslogtreecommitdiff
path: root/fs/jbd2/checkpoint.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin1-11/+11
2024-05-09jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Ye Bin1-7/+9
2024-01-05jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng1-11/+0
2023-08-04jbd2: remove unused function '__cp_buffer_busy'Yang Li1-12/+0
2023-08-04jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng1-0/+2
2023-08-04jbd2: fix checkpoint cleanup performance regressionZhang Yi1-6/+14
2023-07-11jbd2: fix a race when checking checkpoint buffer busyZhang Yi1-3/+35
2023-07-11jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng1-15/+17
2023-07-11jbd2: remove journal_clean_one_cp_list()Zhang Yi1-58/+17
2023-07-11jbd2: remove t_checkpoint_io_listZhang Yi1-40/+2
2023-07-11jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2022-08-03jbd2: rename jbd_debug() to jbd2_debug()Jan Kara1-3/+3
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o1-2/+2
2021-06-24jbd2: simplify journal_clean_one_cp_list()Zhang Yi1-26/+4
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi1-0/+147
2021-06-24jbd2: remove redundant buffer io error checksZhang Yi1-11/+2
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi1-0/+12
2021-06-24jbd2: remove the out label in __jbd2_journal_remove_checkpoint()Zhang Yi1-12/+12
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2020-11-07jbd2: fix up sparse warnings in checkpoint codeTheodore Ts'o1-0/+2
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-01-25ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)1-1/+1
2019-11-06jbd2: Drop jbd2_space_needed()Jan Kara1-1/+1
2019-04-07jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song1-1/+0
2019-02-01jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang1-2/+15
2018-10-06jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara1-2/+2
2017-12-18ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-4/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2015-10-18jbd2: fix checkpoint list cleanupJan Kara1-5/+3
2015-07-28jbd2: avoid infinite loop when destroying aborted journalJan Kara1-6/+33
2015-06-15jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi1-3/+2
2015-06-15jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2014-09-18jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_listJan Kara1-32/+24
2014-09-18jbd2: avoid pointless scanning of checkpoint listsJan Kara1-14/+18
2014-09-16jbd2: jbd2_log_wait_for_space improve error detetcionDmitry Monakhov1-2/+4
2014-09-05jbd2: optimize jbd2_log_do_checkpoint() a bitJan Kara1-3/+4
2014-09-05jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint()Theodore Ts'o1-14/+5
2014-09-02jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint()Theodore Ts'o1-56/+31
2014-09-02jbd2: fold __process_buffer() into jbd2_log_do_checkpoint()Theodore Ts'o1-111/+84
2013-06-13jbd2: drop checkpoint mutex when waiting in __jbd2_log_wait_for_space()Paul Gortmaker1-0/+8
2013-06-04jbd2: remove unused waitqueuesJan Kara1-4/+0
2013-06-04jbd2: cleanup needed free block estimates when starting a transactionJan Kara1-4/+4
2013-06-04jbd2: remove journal_head from descriptor buffersJan Kara1-1/+0
2013-06-04jbd2: don't create journal_head for temporary journal buffersJan Kara1-1/+0
2012-03-14jbd2: remove bh_state lock from checkpointing codeJan Kara1-52/+7
2012-03-14jbd2: fix BH_JWrite setting in checkpointing codeJan Kara1-2/+0
2012-03-14jbd2: issue cache flush after checkpointing even with internal journalJan Kara1-63/+12
2012-03-13jbd2: split updating of journal superblock and marking journal emptyJan Kara1-1/+1
2012-02-21jbd2: allocate transaction from separate slab cacheYongqiang Yang1-1/+1
2012-02-21jbd2: add drop_transaction/update_superblock_end tracepointsSeiji Aguchi1-0/+2