aboutsummaryrefslogtreecommitdiff
path: root/include/linux/jbd2.h
AgeCommit message (Expand)Author
2011-01-10ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore Ts'o
2010-10-27jbd2: Fix I/O hang in jbd2_journal_release_jbd_inodeBrian King
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds
2010-08-03jbd2: Remove t_handle_lock from start_this_handle()Theodore Ts'o
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o
2010-08-02jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o
2010-07-27jbd2: Remove __GFP_NOFAIL from jbd2 layerTheodore Ts'o
2010-07-15jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05jbd[2]: remove references to BUFFER_DEBUGChristoph Egger
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o
2009-12-07ext4: Use slab allocator for sub-page sized allocationsTheodore Ts'o
2009-09-30jbd2: Use tracepoints for history fileTheodore Ts'o
2009-08-17jbd2: bitfields should be unsignedH Hartley Sweeten
2009-06-17jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o
2009-04-14jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o
2009-03-25ext4: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o
2009-02-10jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara
2009-01-16jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"Theodore Ts'o
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-01-05jbd2: Add buffer triggersJoel Becker
2009-01-05jbd2: Add BH_JBDPrivateStartMark Fasheh
2009-01-06ext4: Remove code to create the journal inodeTheodore Ts'o
2008-11-06jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V
2008-11-05jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o
2009-01-03ext4: add fsync batch tuning knobsTheodore Ts'o
2008-11-26jbd2: improve jbd2 fsync batchingJosef Bacik
2008-11-25jbd2: Add BH_JBDPrivateStartMark Fasheh
2008-10-16ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison
2008-10-10ext4: add an option to control error handling on file dataHidehiro Kawai
2008-10-10jbd2: fix error handling for checkpoint ioHidehiro Kawai
2008-09-16jbd2: clean up how the journal device name is printedTheodore Ts'o
2008-07-11jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara
2008-07-11jbd2: Implement data=ordered mode handling via inodesJan Kara
2008-07-11jbd2: Add commit time into the commit blockTheodore Ts'o
2008-06-06jbd2: If a journal checksum error is detected, propagate the error to ext4Theodore Ts'o
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-01-28jbd2: add lockdep supportMingming Cao
2008-01-28ext4: Add the journal checksum featureGirish Shilamkar
2008-01-28jbd2: jbd2 stats through procfsJohann Lombardi
2008-01-28jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara
2008-01-28jbd2: Remove printk from J_ASSERT to preserve registers during BUGChris Snook
2007-10-17jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao
2007-10-17JBD2: replace jbd_kmalloc with kmalloc directly.Mingming Cao
2007-10-17JBD2: jbd2 slab allocation cleanupsMingming Cao
2007-07-18jbd2: Move jbd2-debug file to debugfsJose R. Santos
2007-07-18jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos
2006-12-07[PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() staticAdrian Bunk