summaryrefslogtreecommitdiffstats
path: root/fs/jbd/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* jbd: do not try lock_acquire after handle made invalidJonas Bonn2008-01-181-0/+2
* JBD/ext3 cleanups: convert to kzallocMingming Cao2007-10-191-2/+1Star
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-6/+6
* JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao2007-10-181-2/+2
* JBD: JBD slab allocation cleanupsMingming Cao2007-10-181-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/+0Star
* [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/+5Star
* [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/+3Star
* [PATCH] gfp_t: fs/*Al Viro2005-10-281-1/+1
* [PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-2/+1Star
* [PATCH] Fix race in do_get_write_access()Jan Kara2005-09-081-18/+21
* [PATCH] jbd dirty buffer leak fixakpm@osdl.org2005-04-171-2/+11
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2062