summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/checkpoint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara2011-06-131-12/+16
* Merge branch 'next' into upstream-mergeTheodore Ts'o2010-10-271-0/+10
|\
| * jbd2: Add sanity check for attempts to start handle during umountTheodore Ts'o2010-10-271-0/+10
* | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-1/+3
* jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2010-08-031-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/+2
* 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/+9
* jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o2008-11-061-7/+25
* jbd2: fix error handling for checkpoint ioHidehiro Kawai2008-10-101-12/+37
* ext4: Add debugging markers that can be used by systemtapTheodore Ts'o2008-10-051-0/+3
* jbd2: abort instead of waiting for nonexistent transactionDuane Griffin2008-10-081-2/+17
* jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara2008-07-111-1/+0
* spinlock: lockbreak cleanupNick Piggin2008-01-301-1/+2
* jbd2: jbd2 stats through procfsJohann Lombardi2008-01-281-2/+8
* jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara2008-01-281-6/+6
* fix file specification in commentsUwe Kleine-König2007-05-091-1/+1
* [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao2006-10-111-27/+27
* [PATCH] jbd2: initial copy of files from jbdDave Kleikamp2006-10-111-0/+697
OpenPOWER on IntegriCloud