summaryrefslogtreecommitdiffstats
path: root/fs/jbd/commit.c
Commit message (Expand)AuthorAgeFilesLines
* jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-09-121-11/+34
* jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara2012-05-151-1/+8
* jbd: protect all log tail updates with j_checkpoint_mutexJan Kara2012-05-151-0/+2
* jbd: Split updating of journal superblock and marking journal emptyJan Kara2012-05-151-1/+1
* jbd: Refine commit writeout logicJan Kara2012-04-111-3/+7
* jbd: clear revoked flag on buffers before a new transaction startedYongqiang Yang2011-11-221-0/+6
* jbd: Fix oops in journal_remove_journal_head()Jan Kara2011-06-271-25/+21
* jbd: Add fixed tracepointsLukas Czerner2011-06-251-0/+11
* jbd/jbd2: remove obsolete summarise_journal_usage.Tao Ma2011-05-171-6/+0
* jbd: Fix forever sleeping process in do_get_write_access()Jan Kara2011-05-171-2/+7
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingJens Axboe2011-03-171-11/+11
* block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-10-271-4/+4
|\
| * jbd: Convert atomic_inc() to get_bh()Namhyung Kim2010-10-281-1/+1
| * jbd: Convert bitops to buffer fnsNamhyung Kim2010-10-281-3/+3
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-27/+3
|\ \
| * | jbd: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-27/+3
| |/
* / cfq: improve fsync performance for small filesCorrado Zoccolo2010-09-201-1/+1
|/
* kill BH_Ordered flagChristoph Hellwig2010-08-181-24/+25
* jbd: Provide function to check whether transaction will issue data barrierJan Kara2010-05-211-1/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2010-03-051-5/+5
* jbd: Journal block numbers can ever be only 32-bit use unsigned int for themJan Kara2009-09-161-1/+1
* jbd: fix race in buffer processing in commit codeJan Kara2009-06-091-2/+4
* jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-141-1/+1
* jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNCJens Axboe2009-04-061-1/+6
* ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-271-8/+15
* jbd: improve fsync batchingJosef Bacik2009-01-081-0/+15
* ext3: add an option to control error handling on file dataHidehiro Kawai2008-10-201-0/+2
* jbd: don't dirty original metadata buffer on abortHidehiro Kawai2008-10-201-1/+4
* jbd: abort when failed to log metadata buffersHidehiro Kawai2008-10-201-0/+3
* fs: rename buffer trylockNick Piggin2008-08-041-1/+1
* mm: rename page trylockNick Piggin2008-08-041-2/+2
* jbd: don't abort if flushing file data failedHidehiro Kawai2008-07-251-7/+28
* jbd: positively dispose the unmapped data buffers in journal_commit_transacti...Toshiyuki Okajima2008-07-251-9/+20
* jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMITMingming Cao2008-05-141-0/+2
* jbd: fix possible journal overflow issuesJosef Bacik2008-04-281-0/+3
* jbd: fix the way the b_modified flag is clearedJosef Bacik2008-04-281-16/+0
* [PATCH] jbd: Remove useless loop when writing commit recordJan Kara2008-02-011-8/+6
* ext3 can fail badly when device stops accepting BIO_RW_BARRIER requestsNeil Brown2008-02-081-1/+2
* spinlock: lockbreak cleanupNick Piggin2008-01-301-1/+1
* jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara2007-12-051-4/+4
* jbd: fix commit code to properly abort journalJan Kara2007-10-191-4/+4
* JBD: JBD slab allocation cleanupsMingming Cao2007-10-171-3/+3
* jbd commit: fix transaction droppingJan Kara2007-07-161-1/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] jbd: wait for already submitted t_sync_datalist buffer to completeHisashi Hifumi2006-12-221-2/+6
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] jbd: fix commit of ordered data buffersJan Kara2006-09-261-69/+113