summaryrefslogtreecommitdiff
path: root/fs/jbd2/journal.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-11jbd2: fix error handling for checkpoint ioHidehiro Kawai1-6/+22
2008-10-07ext4/jbd2: Avoid WARN() messages when failing to write to the superblockTheodore Ts'o1-2/+25
2008-09-16jbd2: clean up how the journal device name is printedTheodore Ts'o1-32/+16
2008-07-27ext4: unexport jbd2_journal_update_superblockTheodore Ts'o1-1/+0
2008-07-12jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara1-1/+0
2008-07-12jbd2: Implement data=ordered mode handling via inodesJan Kara1-0/+52
2008-05-13Fix misuses of bdevname()Jean Delvare1-2/+2
2008-04-17jdb2: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-04-30jbd2: only create debugfs and stats entries if init is successfulDuane Griffin1-3/+5
2008-04-17jbd2: fix kernel-doc notationRandy Dunlap1-2/+3
2008-04-17jbd2: replace potentially false assertion with if blockDuane Griffin1-3/+4
2008-04-29jbd2: use non-racy method for proc entries creationDenis V. Lunev1-13/+4
2008-03-31jbd/jbd2 NULL noiseAl Viro1-6/+6
2008-01-29jbd2: Mark jbd2 slabs as SLAB_TEMPORARYMingming Cao1-2/+2
2008-01-29ext4: Add the journal checksum featureGirish Shilamkar1-0/+26
2008-01-29jbd2: jbd2 stats through procfsJohann Lombardi1-0/+338
2007-10-18JBD2: debug code cleanup.Jose R. Santos1-14/+6
2007-10-18jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao1-4/+4
2007-10-18JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4Mingming Cao1-2/+1
2007-10-18JBD2: replace jbd_kmalloc with kmalloc directly.Mingming Cao1-10/+1
2007-10-18JBD2: jbd2 slab allocation cleanupsMingming Cao1-84/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-5/+3
2007-07-18jbd2: Move jbd2-debug file to debugfsJose R. Santos1-40/+27
2007-07-18jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos1-7/+7
2007-05-08jbd: check for error returned by kthread_create on creating journal threadPavel Emelianov1-4/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-10-17[PATCH] null dereference in fs/jbd2/journal.cDave Kleikamp1-1/+2
2006-10-11[PATCH] jbd2: switch blks_type from sector_t to ullMingming Cao1-9/+9
2006-10-11[PATCH] jbd2: sector_t conversionMingming Cao1-9/+9
2006-10-11[PATCH] 64-bit jbd2 coreZach Brown1-0/+11
2006-10-11[PATCH] jbd2: rename slabJohann Lombardi1-3/+3
2006-10-11[PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao1-227/+227
2006-10-11[PATCH] jbd2: initial copy of files from jbdDave Kleikamp1-0/+2072