summaryrefslogtreecommitdiffstats
path: root/fs/jbd/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* jbd: ordered data integrity fixHidehiro Kawai2008-10-201-3/+13
* lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar2008-08-111-2/+2
* lockdep: map_acquirePeter Zijlstra2008-08-111-2/+2
* jbd: fix race between free buffer and commit transactionMingming Cao2008-07-251-2/+55
* jbd: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-2/+2
* jbd: fix possible journal overflow issuesJosef Bacik2008-04-281-3/+18
* jbd: fix the way the b_modified flag is clearedJosef Bacik2008-04-281-0/+13
* fs: fix kernel-doc notation warningsRandy Dunlap2008-03-191-3/+2
* jbd: fix jbd kernel-doc notationRandy Dunlap2008-03-191-1/+2
* docbook: fix filesystems.tmpl source filesRandy Dunlap2008-03-031-8/+9
* jbd: do not try lock_acquire after handle made invalidJonas Bonn2008-01-171-0/+2
* JBD/ext3 cleanups: convert to kzallocMingming Cao2007-10-191-2/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-6/+6
* JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao2007-10-171-2/+2
* JBD: JBD slab allocation cleanupsMingming Cao2007-10-171-4/+4
* lockdep: annotate journal_start()Peter Zijlstra2007-10-111-0/+9
* fix file specification in commentsUwe Kleine-König2007-05-091-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] user of the jiffies rounding code: JBDArjan van de Ven2006-12-101-1/+1
* [PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() staticAdrian Bunk2006-12-071-1/+3
* [PATCH] jbd: journal_dirty_data re-check for unmapped buffersEric Sandeen2006-10-281-1/+14
* [PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop()OGAWA Hirofumi2006-10-201-2/+3
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-271-3/+3
* [PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2006-09-271-64/+64
* [PATCH] manage-jbd-its-own-slab fixBadari Pulavarty2006-09-011-1/+1
* [PATCH] Manage jbd allocations from its own slabsBadari Pulavarty2006-08-271-4/+5
* [PATCH] jbd: avoid kfree(NULL)Andrew Morton2006-06-231-3/+6
* [PATCH] jbd: fix BUG in journal_commit_transaction()Jan Kara2006-06-231-1/+2
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-8/+5
* [PATCH] jbd: embed j_commit_timer in journal structAndrew Morton2006-03-251-2/+2
* [PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven2006-03-231-2/+2
* [PATCH] jbd: fix transaction batchingAndrew Morton2006-02-051-1/+9
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-6/+3
* [PATCH] gfp_t: fs/*Al Viro2005-10-281-1/+1
* [PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-2/+1
* [PATCH] Fix race in do_get_write_access()Jan Kara2005-09-071-18/+21
* [PATCH] jbd dirty buffer leak fixakpm@osdl.org2005-04-161-2/+11
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2062