summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/checkpoint.c
Commit message (Expand)AuthorAgeFilesLines
* jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng2024-01-041-11/+0
* jbd2: remove unused function '__cp_buffer_busy'Yang Li2023-08-041-12/+0
* jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng2023-08-041-0/+2
* jbd2: fix checkpoint cleanup performance regressionZhang Yi2023-08-041-6/+14
* jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-101-3/+35
* jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng2023-07-101-15/+17
* jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-07-101-58/+17
* jbd2: remove t_checkpoint_io_listZhang Yi2023-07-101-40/+2
* jbd2: recheck chechpointing non-dirty bufferZhang Yi2023-07-101-73/+29
* jbd2: rename jbd_debug() to jbd2_debug()Jan Kara2022-08-021-3/+3
* ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o2021-07-081-2/+2
* jbd2: simplify journal_clean_one_cp_list()Zhang Yi2021-06-241-26/+4
* jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2021-06-241-0/+147
* jbd2: remove redundant buffer io error checksZhang Yi2021-06-241-11/+2
* jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi2021-06-241-0/+12
* jbd2: remove the out label in __jbd2_journal_remove_checkpoint()Zhang Yi2021-06-241-12/+12
* block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
* jbd2: fix up sparse warnings in checkpoint codeTheodore Ts'o2020-11-071-0/+2
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2020-01-251-1/+1
* jbd2: Drop jbd2_space_needed()Jan Kara2019-11-051-1/+1
* jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song2019-04-061-1/+0
* jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2019-01-311-2/+15
* jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-10-051-2/+2
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-4/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* jbd2: fix checkpoint list cleanupJan Kara2015-10-171-5/+3
* jbd2: avoid infinite loop when destroying aborted journalJan Kara2015-07-281-6/+33
* jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2015-06-151-3/+2
* jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov2015-06-151-1/+1
* jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_listJan Kara2014-09-181-32/+24
* jbd2: avoid pointless scanning of checkpoint listsJan Kara2014-09-181-14/+18
* jbd2: jbd2_log_wait_for_space improve error detetcionDmitry Monakhov2014-09-161-2/+4
* jbd2: optimize jbd2_log_do_checkpoint() a bitJan Kara2014-09-041-3/+4
* jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint()Theodore Ts'o2014-09-041-14/+5
* jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint()Theodore Ts'o2014-09-011-56/+31
* jbd2: fold __process_buffer() into jbd2_log_do_checkpoint()Theodore Ts'o2014-09-011-111/+84
* jbd2: drop checkpoint mutex when waiting in __jbd2_log_wait_for_space()Paul Gortmaker2013-06-121-0/+8
* jbd2: remove unused waitqueuesJan Kara2013-06-041-4/+0
* jbd2: cleanup needed free block estimates when starting a transactionJan Kara2013-06-041-4/+4
* jbd2: remove journal_head from descriptor buffersJan Kara2013-06-041-1/+0
* jbd2: don't create journal_head for temporary journal buffersJan Kara2013-06-041-1/+0
* jbd2: remove bh_state lock from checkpointing codeJan Kara2012-03-131-52/+7
* jbd2: fix BH_JWrite setting in checkpointing codeJan Kara2012-03-131-2/+0
* jbd2: issue cache flush after checkpointing even with internal journalJan Kara2012-03-131-63/+12
* jbd2: split updating of journal superblock and marking journal emptyJan Kara2012-03-131-1/+1
* jbd2: allocate transaction from separate slab cacheYongqiang Yang2012-02-201-1/+1
* jbd2: add drop_transaction/update_superblock_end tracepointsSeiji Aguchi2012-02-201-0/+2
* treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-061-1/+1
* jbd2: use WRITE_SYNC in journal checkpointTao Ma2011-06-271-1/+4