summaryrefslogtreecommitdiff
path: root/fs/jbd2/checkpoint.c
AgeCommit message (Expand)Author
2018-11-13jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara
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
2011-06-13jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o
2010-10-27jbd2: Add sanity check for attempts to start handle during umountTheodore Ts'o
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o
2010-08-02jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2009-12-23ext4: Add new tracepoint for jbd2_cleanup_journal_tailTheodore Ts'o
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o
2009-09-30jbd2: Use tracepoints for history fileTheodore Ts'o
2009-06-17jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o
2008-11-06jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V
2008-11-05jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o
2008-11-06jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o
2008-10-10jbd2: fix error handling for checkpoint ioHidehiro Kawai
2008-10-05ext4: Add debugging markers that can be used by systemtapTheodore Ts'o
2008-10-08jbd2: abort instead of waiting for nonexistent transactionDuane Griffin
2008-07-11jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara
2008-01-30spinlock: lockbreak cleanupNick Piggin
2008-01-28jbd2: jbd2 stats through procfsJohann Lombardi
2008-01-28jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara
2007-05-09fix file specification in commentsUwe Kleine-König
2006-10-11[PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao