aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/jbd2/checkpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-25ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)1-1/+1
2019-11-05jbd2: Drop jbd2_space_needed()Jan Kara1-1/+1
2019-04-06jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song1-1/+0
2019-01-31jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang1-2/+15
2018-10-05jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara1-2/+2
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-4/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2015-10-17jbd2: 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-04jbd2: optimize jbd2_log_do_checkpoint() a bitJan Kara1-3/+4
2014-09-04jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint()Theodore Ts'o1-14/+5
2014-09-01jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint()Theodore Ts'o1-56/+31
2014-09-01jbd2: fold __process_buffer() into jbd2_log_do_checkpoint()Theodore Ts'o1-111/+84
2013-06-12jbd2: 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-13jbd2: remove bh_state lock from checkpointing codeJan Kara1-52/+7
2012-03-13jbd2: fix BH_JWrite setting in checkpointing codeJan Kara1-2/+0
2012-03-13jbd2: 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-20jbd2: allocate transaction from separate slab cacheYongqiang Yang1-1/+1
2012-02-20jbd2: add drop_transaction/update_superblock_end tracepointsSeiji Aguchi1-0/+2
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle1-1/+1
2011-06-27jbd2: use WRITE_SYNC in journal checkpointTao Ma1-1/+4
2011-06-13jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara1-12/+16
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-0/+10
2010-10-27jbd2: Add sanity check for attempts to start handle during umountTheodore Ts'o1-0/+10
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-1/+3
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o1-8/+8
2010-08-02jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o1-1/+1
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
2009-12-23ext4: Add new tracepoint for jbd2_cleanup_journal_tailTheodore Ts'o1-0/+1
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o1-0/+15
2009-09-30jbd2: Use tracepoints for history fileTheodore Ts'o1-0/+7
2009-06-17jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o1-3/+2
2008-11-06jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V1-1/+1
2008-11-05jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o1-13/+9
2008-11-06jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o1-7/+25
2008-10-10jbd2: fix error handling for checkpoint ioHidehiro Kawai1-12/+37
2008-10-05ext4: Add debugging markers that can be used by systemtapTheodore Ts'o1-0/+3
2008-10-08jbd2: abort instead of waiting for nonexistent transactionDuane Griffin1-2/+17
2008-07-11jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara1-1/+0