summaryrefslogtreecommitdiffstats
path: root/fs/jbd/journal.c
AgeCommit message (Expand)AuthorLines
2008-04-28jbd: replace remaining __FUNCTION__ occurrencesHarvey Harrison-9/+9
2008-03-30jbd/jbd2 NULL noiseAl Viro-2/+2
2008-03-19jbd: fix jbd kernel-doc notationRandy Dunlap-2/+3
2008-02-06make jbd/journal.c:__journal_abort_hard() staticAdrian Bunk-1/+1
2007-10-19jbd: config_jbd_debug cannot create /proc entryJose R. Santos-43/+21
2007-10-19JBD/ext3 cleanups: convert to kzallocMingming Cao-2/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger-4/+5
2007-10-17JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao-10/+1
2007-10-17JBD: JBD slab allocation cleanupsMingming Cao-84/+4
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-5/+3
2007-05-08jbd: check for error returned by kthread_create on creating journal threadPavel Emelianov-4/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-3/+3
2006-10-11[PATCH] null dereference in fs/jbd/journal.cEric Sesterhenn-1/+2
2006-10-03fix file specification in commentsUwe Zeisberger-1/+1
2006-09-29[PATCH] JBD: memory leak in "journal_init_dev()"Zoltan Menyhart-11/+10
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp-1/+1
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp-1/+1
2006-09-27[PATCH] JBD: 16T fixesEric Sandeen-3/+3
2006-09-27[PATCH] jbd: use BUILD_BUG_ON in journal initAlexey Dobriyan-7/+1
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao-28/+28
2006-08-27[PATCH] Manage jbd allocations from its own slabsBadari Pulavarty-6/+86
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap-1/+2
2006-03-25[PATCH] jbd: convert kjournald to kthread APIAndrew Morton-4/+4
2006-03-25[PATCH] jbd: embed j_commit_timer in journal structAndrew Morton-10/+9
2006-03-23[PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven-2/+2
2005-10-28[PATCH] gfp_t: fs/*Al Viro-1/+1
2005-09-07[PATCH] Change ll_rw_block() calls in JBDJan Kara-1/+1
2005-09-07[PATCH] kjournald: missing JFS_UNMOUNT checkMark Fasheh-0/+2
2005-09-07[PATCH] fs/jbd/: cleanupsAdrian Bunk-20/+14
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+2003