summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/checkpoint.c
Commit message (Expand)AuthorAgeFilesLines
* jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song2019-04-071-1/+0Star
* jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2019-02-011-2/+15
* jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-10-061-2/+2
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-181-4/+1Star
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* jbd2: fix checkpoint list cleanupJan Kara2015-10-181-5/+3Star
* 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/+2Star
* 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/+24Star
* 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-051-3/+4
* jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint()Theodore Ts'o2014-09-051-14/+5Star
* jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint()Theodore Ts'o2014-09-021-56/+31Star
* jbd2: fold __process_buffer() into jbd2_log_do_checkpoint()Theodore Ts'o2014-09-021-111/+84Star
* jbd2: drop checkpoint mutex when waiting in __jbd2_log_wait_for_space()Paul Gortmaker2013-06-131-0/+8
* jbd2: remove unused waitqueuesJan Kara2013-06-041-4/+0Star
* 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/+0Star
* jbd2: don't create journal_head for temporary journal buffersJan Kara2013-06-041-1/+0Star
* jbd2: remove bh_state lock from checkpointing codeJan Kara2012-03-141-52/+7Star
* jbd2: fix BH_JWrite setting in checkpointing codeJan Kara2012-03-141-2/+0Star
* jbd2: issue cache flush after checkpointing even with internal journalJan Kara2012-03-141-63/+12Star
* 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
* jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara2011-06-131-12/+16
* Merge branch 'next' into upstream-mergeTheodore Ts'o2010-10-281-0/+10
|\
| * jbd2: Add sanity check for attempts to start handle during umountTheodore Ts'o2010-10-281-0/+10
* | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1Star
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-1/+3
* jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2010-08-041-8/+8
* jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o2010-08-021-1/+1
* blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-1/+2
* ext4: Add new tracepoint for jbd2_cleanup_journal_tailTheodore Ts'o2009-12-231-0/+1
* ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o2009-12-231-0/+15
* jbd2: Use tracepoints for history fileTheodore Ts'o2009-09-301-0/+7
* jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-171-3/+2Star
* jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V2008-11-061-1/+1
* jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o2008-11-051-13/+9Star
* jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o2008-11-071-7/+25
* jbd2: fix error handling for checkpoint ioHidehiro Kawai2008-10-111-12/+37
* ext4: Add debugging markers that can be used by systemtapTheodore Ts'o2008-10-061-0/+3
* jbd2: abort instead of waiting for nonexistent transactionDuane Griffin2008-10-091-2/+17
* jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara2008-07-121-1/+0Star
* spinlock: lockbreak cleanupNick Piggin2008-01-301-1/+2
* jbd2: jbd2 stats through procfsJohann Lombardi2008-01-291-2/+8