summaryrefslogtreecommitdiffstats
path: root/fs/jbd/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] Manage jbd allocations from its own slabsBadari Pulavarty2006-08-271-3/+3
* [PATCH] jbd: fix BUG in journal_commit_transaction()Jan Kara2006-06-231-5/+16
* [PATCH] jbd: revert checkpoint list changesMark Fasheh2006-02-141-2/+1
* [PATCH] jbd: remove_transaction fixJan Kara2006-01-181-1/+2
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-4/+2
* [PATCH] Change ll_rw_block() calls in JBDJan Kara2005-09-071-2/+2
* [PATCH] Fix JBD race in t_forget list handlingJan Kara2005-09-071-10/+24
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+844