aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-10jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara1-1/+2
2009-01-16jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"Theodore Ts'o1-1/+2
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+35
2009-01-05jbd2: Add buffer triggersJoel Becker1-0/+31
2009-01-05jbd2: Add BH_JBDPrivateStartMark Fasheh1-0/+1
2009-01-06ext4: Remove code to create the journal inodeTheodore Ts'o1-1/+0
2008-11-06jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V1-2/+2
2008-11-05jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o1-0/+10
2009-01-03ext4: add fsync batch tuning knobsTheodore Ts'o1-0/+8
2008-11-26jbd2: improve jbd2 fsync batchingJosef Bacik1-0/+15
2008-11-25jbd2: Add BH_JBDPrivateStartMark Fasheh1-0/+1
2008-10-16ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o1-0/+9
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-10-10ext4: add an option to control error handling on file dataHidehiro Kawai1-0/+3
2008-10-10jbd2: fix error handling for checkpoint ioHidehiro Kawai1-1/+1
2008-09-16jbd2: clean up how the journal device name is printedTheodore Ts'o1-1/+2
2008-07-11jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara1-22/+7
2008-07-11jbd2: Implement data=ordered mode handling via inodesJan Kara1-0/+42
2008-07-11jbd2: Add commit time into the commit blockTheodore Ts'o1-0/+2
2008-06-06jbd2: If a journal checksum error is detected, propagate the error to ext4Theodore Ts'o1-0/+3
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-2/+0
2008-01-28jbd2: add lockdep supportMingming Cao1-0/+4
2008-01-28ext4: Add the journal checksum featureGirish Shilamkar1-4/+32
2008-01-28jbd2: jbd2 stats through procfsJohann Lombardi1-0/+77
2008-01-28jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara1-0/+2
2008-01-28jbd2: Remove printk from J_ASSERT to preserve registers during BUGChris Snook1-15/+1
2007-10-17jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao1-15/+15
2007-10-17JBD2: replace jbd_kmalloc with kmalloc directly.Mingming Cao1-7/+0
2007-10-17JBD2: jbd2 slab allocation cleanupsMingming Cao1-5/+13
2007-07-18jbd2: Move jbd2-debug file to debugfsJose R. Santos1-1/+1
2007-07-18jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos1-2/+2
2006-12-07[PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() staticAdrian Bunk1-1/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-11[PATCH] jbd2: switch blks_type from sector_t to ullMingming Cao1-8/+8
2006-10-11[PATCH] jbd2: sector_t conversionMingming Cao1-9/+8
2006-10-11[PATCH] 64-bit jbd2 coreZach Brown1-2/+12
2006-10-11[PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao1-124/+124
2006-10-11[PATCH] jbd2: initial copy of files from jbdDave Kleikamp1-0/+1098