summaryrefslogtreecommitdiff
path: root/fs/jbd2/checkpoint.c
AgeCommit message (Expand)Author
2024-01-04jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'Zhihao Cheng
2023-08-04jbd2: remove unused function '__cp_buffer_busy'Yang Li
2023-08-04jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng
2023-08-04jbd2: fix checkpoint cleanup performance regressionZhang Yi
2023-07-10jbd2: fix a race when checking checkpoint buffer busyZhang Yi
2023-07-10jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng
2023-07-10jbd2: remove journal_clean_one_cp_list()Zhang Yi
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi
2023-07-10jbd2: recheck chechpointing non-dirty bufferZhang Yi
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Jan Kara
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o
2021-06-24jbd2: simplify journal_clean_one_cp_list()Zhang Yi
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi
2021-06-24jbd2: remove redundant buffer io error checksZhang Yi
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi
2021-06-24jbd2: remove the out label in __jbd2_journal_remove_checkpoint()Zhang Yi
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2020-11-07jbd2: fix up sparse warnings in checkpoint codeTheodore Ts'o
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-01-25ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)
2019-11-05jbd2: Drop jbd2_space_needed()Jan Kara
2019-04-06jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song
2019-01-31jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang
2018-10-05jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2015-10-17jbd2: fix checkpoint list cleanupJan Kara
2015-07-28jbd2: avoid infinite loop when destroying aborted journalJan Kara
2015-06-15jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-06-15jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2014-09-18jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_listJan Kara
2014-09-18jbd2: avoid pointless scanning of checkpoint listsJan Kara
2014-09-16jbd2: jbd2_log_wait_for_space improve error detetcionDmitry Monakhov
2014-09-04jbd2: optimize jbd2_log_do_checkpoint() a bitJan Kara
2014-09-04jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint()Theodore Ts'o
2014-09-01jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint()Theodore Ts'o
2014-09-01jbd2: fold __process_buffer() into jbd2_log_do_checkpoint()Theodore Ts'o
2013-06-12jbd2: drop checkpoint mutex when waiting in __jbd2_log_wait_for_space()Paul Gortmaker
2013-06-04jbd2: remove unused waitqueuesJan Kara
2013-06-04jbd2: cleanup needed free block estimates when starting a transactionJan Kara
2013-06-04jbd2: remove journal_head from descriptor buffersJan Kara
2013-06-04jbd2: don't create journal_head for temporary journal buffersJan Kara
2012-03-13jbd2: remove bh_state lock from checkpointing codeJan Kara
2012-03-13jbd2: fix BH_JWrite setting in checkpointing codeJan Kara
2012-03-13jbd2: issue cache flush after checkpointing even with internal journalJan Kara
2012-03-13jbd2: split updating of journal superblock and marking journal emptyJan Kara
2012-02-20jbd2: allocate transaction from separate slab cacheYongqiang Yang
2012-02-20jbd2: add drop_transaction/update_superblock_end tracepointsSeiji Aguchi
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle
2011-06-27jbd2: use WRITE_SYNC in journal checkpointTao Ma