aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd
AgeCommit message (Expand)AuthorFilesLines
2009-07-21jbd: fix race between write_metadata_buffer and get_write_accessGravatar dingdinghua 1-9/+11
2009-07-15jbd: Fix a race between checkpointing code and journal_get_write_access()Gravatar Jan Kara 1-33/+35
2009-07-15jbd: Fail to load a journal if it is too shortGravatar Jan Kara 1-0/+6
2009-06-18jbd: clean up journal_try_to_free_buffers()Gravatar Hisashi Hifumi 1-48/+0
2009-06-09jbd: fix race in buffer processing in commit codeGravatar Jan Kara 1-2/+4
2009-04-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 2-10/+12
2009-04-14jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsGravatar Theodore Ts'o 2-10/+12
2009-04-13jbd: update locking comentsGravatar Jan Kara 1-5/+19
2009-04-06jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNCGravatar Jens Axboe 1-1/+6
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-8/+17
2009-04-02jbd: fix oops in jbd_journal_init_inode() on corrupted fsGravatar Jan Kara 1-10/+24
2009-03-27ext3: Use WRITE_SYNC for commits which are caused by fsync()Gravatar Theodore Ts'o 2-8/+17
2009-02-11jbd: fix return value of journal_start_commit()Gravatar Jan Kara 1-6/+11
2009-01-08jbd: remove excess kernel-doc notationGravatar Randy Dunlap 1-1/+0
2009-01-08jbd: improve fsync batchingGravatar Josef Bacik 2-5/+48
2008-11-06jbd: don't give up looking for space so easily in __log_wait_for_spaceGravatar Theodore Ts'o 1-7/+24
2008-10-30fs: remove excess kernel-docGravatar Randy Dunlap 1-1/+0
2008-10-23jbd: abort instead of waiting for nonexistent transactionsGravatar Duane Griffin 1-2/+17
2008-10-23jbd: test BH_Write_EIO to detect errors on metadata buffersGravatar Hidehiro Kawai 1-3/+3
2008-10-23jbd: fix error handling for checkpoint ioGravatar Hidehiro Kawai 3-20/+64
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outGravatar Alexey Dobriyan 1-0/+30
2008-10-20jbd: ordered data integrity fixGravatar Hidehiro Kawai 1-3/+13
2008-10-20ext3: add an option to control error handling on file dataGravatar Hidehiro Kawai 1-0/+2
2008-10-20jbd: don't dirty original metadata buffer on abortGravatar Hidehiro Kawai 1-1/+4
2008-10-20jbd: abort when failed to log metadata buffersGravatar Hidehiro Kawai 1-0/+3
2008-08-12Merge branch 'core/locking' into core/urgentGravatar Ingo Molnar 1-2/+2
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Gravatar Ingo Molnar 1-2/+2
2008-08-11lockdep: map_acquireGravatar Peter Zijlstra 1-2/+2
2008-08-04fs: rename buffer trylockGravatar Nick Piggin 1-1/+1
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-2/+2
2008-07-25jbd: don't abort if flushing file data failedGravatar Hidehiro Kawai 1-7/+28
2008-07-25jbd: positively dispose the unmapped data buffers in journal_commit_transacti...Gravatar Toshiyuki Okajima 1-9/+20
2008-07-25jbd: unexport journal_update_superblockGravatar Adrian Bunk 1-1/+0
2008-07-25jbd: fix race between free buffer and commit transactionGravatar Mingming Cao 1-2/+55
2008-07-25jbd: tidy up revoke cache initialisation and destructionGravatar Duane Griffin 1-13/+23
2008-07-25jbd: eliminate duplicated code in revocation table init/destroy functionsGravatar Duane Griffin 1-76/+51
2008-07-25jbd: replace potentially false assertion with if blockGravatar Duane Griffin 1-3/+4
2008-05-14jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMITGravatar Mingming Cao 1-0/+2
2008-04-28jbd: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 3-12/+12
2008-04-28jbd: fix possible journal overflow issuesGravatar Josef Bacik 2-3/+21
2008-04-28jbd: fix the way the b_modified flag is clearedGravatar Josef Bacik 2-16/+13
2008-03-30jbd/jbd2 NULL noiseGravatar Al Viro 2-4/+4
2008-03-19fs: fix kernel-doc notation warningsGravatar Randy Dunlap 1-3/+2
2008-03-19jbd: correctly unescape journal data blocksGravatar Duane Griffin 1-1/+1
2008-03-19jbd: fix jbd kernel-doc notationGravatar Randy Dunlap 2-3/+5
2008-03-03docbook: fix filesystems.tmpl source filesGravatar Randy Dunlap 1-8/+9
2008-02-01[PATCH] jbd: Remove useless loop when writing commit recordGravatar Jan Kara 1-8/+6
2008-02-08ext3 can fail badly when device stops accepting BIO_RW_BARRIER requestsGravatar Neil Brown 1-1/+2
2008-02-06make jbd/journal.c:__journal_abort_hard() staticGravatar Adrian Bunk 1-1/+1
2008-02-06BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2Gravatar Andi Kleen 1-1/+1