aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-11jbd: fix return value of journal_start_commit()Jan Kara1-6/+11
2009-01-08jbd: remove excess kernel-doc notationRandy Dunlap1-1/+0
2009-01-08jbd: improve fsync batchingJosef Bacik2-5/+48
2008-11-06jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o1-7/+24
2008-10-30fs: remove excess kernel-docRandy Dunlap1-1/+0
2008-10-23jbd: abort instead of waiting for nonexistent transactionsDuane Griffin1-2/+17
2008-10-23jbd: test BH_Write_EIO to detect errors on metadata buffersHidehiro Kawai1-3/+3
2008-10-23jbd: fix error handling for checkpoint ioHidehiro Kawai3-20/+64
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan1-0/+30
2008-10-20jbd: ordered data integrity fixHidehiro Kawai1-3/+13
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai1-0/+2
2008-10-20jbd: don't dirty original metadata buffer on abortHidehiro Kawai1-1/+4
2008-10-20jbd: abort when failed to log metadata buffersHidehiro Kawai1-0/+3
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar1-2/+2
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar1-2/+2
2008-08-11lockdep: map_acquirePeter Zijlstra1-2/+2
2008-08-04fs: rename buffer trylockNick Piggin1-1/+1
2008-08-04mm: rename page trylockNick Piggin1-2/+2
2008-07-25jbd: don't abort if flushing file data failedHidehiro Kawai1-7/+28
2008-07-25jbd: positively dispose the unmapped data buffers in journal_commit_transaction()Toshiyuki Okajima1-9/+20
2008-07-25jbd: unexport journal_update_superblockAdrian Bunk1-1/+0
2008-07-25jbd: fix race between free buffer and commit transactionMingming Cao1-2/+55
2008-07-25jbd: tidy up revoke cache initialisation and destructionDuane Griffin1-13/+23
2008-07-25jbd: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin1-76/+51
2008-07-25jbd: replace potentially false assertion with if blockDuane Griffin1-3/+4
2008-05-14jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMITMingming Cao1-0/+2
2008-04-28jbd: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-12/+12
2008-04-28jbd: fix possible journal overflow issuesJosef Bacik2-3/+21
2008-04-28jbd: fix the way the b_modified flag is clearedJosef Bacik2-16/+13
2008-03-30jbd/jbd2 NULL noiseAl Viro2-4/+4
2008-03-19fs: fix kernel-doc notation warningsRandy Dunlap1-3/+2
2008-03-19jbd: correctly unescape journal data blocksDuane Griffin1-1/+1
2008-03-19jbd: fix jbd kernel-doc notationRandy Dunlap2-3/+5
2008-03-03docbook: fix filesystems.tmpl source filesRandy Dunlap1-8/+9
2008-02-01[PATCH] jbd: Remove useless loop when writing commit recordJan Kara1-8/+6
2008-02-08ext3 can fail badly when device stops accepting BIO_RW_BARRIER requestsNeil Brown1-1/+2
2008-02-06make jbd/journal.c:__journal_abort_hard() staticAdrian Bunk1-1/+1
2008-02-06BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2Andi Kleen1-1/+1
2008-01-30spinlock: lockbreak cleanupNick Piggin2-2/+3
2008-01-17jbd: do not try lock_acquire after handle made invalidJonas Bonn1-0/+2
2007-12-05jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara2-10/+10
2007-10-19JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos1-3/+3
2007-10-19jbd: fix commit code to properly abort journalJan Kara1-4/+4
2007-10-19jbd: config_jbd_debug cannot create /proc entryJose R. Santos1-43/+21
2007-10-19JBD/ext3 cleanups: convert to kzallocMingming Cao2-4/+2
2007-10-18sparse pointer use of zero as nullStephen Hemminger2-10/+11
2007-10-17JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao2-12/+3
2007-10-17JBD: JBD slab allocation cleanupsMingming Cao3-91/+11
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman2-4/+6
2007-10-11lockdep: annotate journal_start()Peter Zijlstra1-0/+9