summaryrefslogtreecommitdiff
path: root/fs/jbd/commit.c
Commit message (Expand)AuthorAge
* fs: Remove ext3 filesystem driverJan Kara2015-07-23
* jbd: relocate assert after state lock in journal_commit_transaction()Paul Gortmaker2013-08-01
* mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong2013-04-29
* jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-09-12
* jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara2012-05-15
* jbd: protect all log tail updates with j_checkpoint_mutexJan Kara2012-05-15
* jbd: Split updating of journal superblock and marking journal emptyJan Kara2012-05-15
* jbd: Refine commit writeout logicJan Kara2012-04-11
* jbd: clear revoked flag on buffers before a new transaction startedYongqiang Yang2011-11-22
* jbd: Fix oops in journal_remove_journal_head()Jan Kara2011-06-27
* jbd: Add fixed tracepointsLukas Czerner2011-06-25
* jbd/jbd2: remove obsolete summarise_journal_usage.Tao Ma2011-05-17
* jbd: Fix forever sleeping process in do_get_write_access()Jan Kara2011-05-17
* Fix common misspellingsLucas De Marchi2011-03-31
* jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingJens Axboe2011-03-17
* block: kill off REQ_UNPLUGJens Axboe2011-03-10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-10-27
|\
| * jbd: Convert atomic_inc() to get_bh()Namhyung Kim2010-10-28
| * jbd: Convert bitops to buffer fnsNamhyung Kim2010-10-28
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\ \
| * | jbd: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-10
| |/
* | cfq: improve fsync performance for small filesCorrado Zoccolo2010-09-20
|/
* kill BH_Ordered flagChristoph Hellwig2010-08-18
* jbd: Provide function to check whether transaction will issue data barrierJan Kara2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2010-03-05
* jbd: Journal block numbers can ever be only 32-bit use unsigned int for themJan Kara2009-09-16
* jbd: fix race in buffer processing in commit codeJan Kara2009-06-09
* jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-14
* jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNCJens Axboe2009-04-06
* ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-27
* jbd: improve fsync batchingJosef Bacik2009-01-08
* ext3: add an option to control error handling on file dataHidehiro Kawai2008-10-20
* jbd: don't dirty original metadata buffer on abortHidehiro Kawai2008-10-20
* jbd: abort when failed to log metadata buffersHidehiro Kawai2008-10-20
* fs: rename buffer trylockNick Piggin2008-08-04
* mm: rename page trylockNick Piggin2008-08-04
* jbd: don't abort if flushing file data failedHidehiro Kawai2008-07-25
* jbd: positively dispose the unmapped data buffers in journal_commit_transacti...Toshiyuki Okajima2008-07-25
* jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMITMingming Cao2008-05-14
* jbd: fix possible journal overflow issuesJosef Bacik2008-04-28
* jbd: fix the way the b_modified flag is clearedJosef Bacik2008-04-28
* [PATCH] jbd: Remove useless loop when writing commit recordJan Kara2008-02-01
* ext3 can fail badly when device stops accepting BIO_RW_BARRIER requestsNeil Brown2008-02-08
* spinlock: lockbreak cleanupNick Piggin2008-01-30
* jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara2007-12-05
* jbd: fix commit code to properly abort journalJan Kara2007-10-19
* JBD: JBD slab allocation cleanupsMingming Cao2007-10-17
* jbd commit: fix transaction droppingJan Kara2007-07-16
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08