aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h
Commit message (Expand)AuthorAgeFilesLines
* jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara2011-06-131-2/+0
* jbd2: Add function jbd2_trans_will_send_data_barrier()Jan Kara2011-05-241-1/+3
* jbd2: fix sending of data flush on journal commitJan Kara2011-05-241-1/+3
* jbd2: add COW fields to struct jbd2_journal_handleAmir Goldstein2011-03-201-3/+25
* ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore Ts'o2011-01-101-2/+18
* jbd2: Fix I/O hang in jbd2_journal_release_jbd_inodeBrian King2010-10-271-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2010-08-071-7/+9
|\
| * jbd2: Remove t_handle_lock from start_this_handle()Theodore Ts'o2010-08-031-1/+1
| * jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2010-08-031-1/+1
| * jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o2010-08-021-4/+4
| * jbd2: Remove __GFP_NOFAIL from jbd2 layerTheodore Ts'o2010-07-271-1/+3
* | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara2010-07-151-5/+6
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-11/+0
|\
| * jbd[2]: remove references to BUFFER_DEBUGChristoph Egger2010-03-051-11/+0
* | ext4: Use slab allocator for sub-page sized allocationsTheodore Ts'o2009-12-071-9/+2
|/
* ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o2009-12-231-0/+1
* jbd2: Use tracepoints for history fileTheodore Ts'o2009-09-301-20/+7
* jbd2: bitfields should be unsignedH Hartley Sweeten2009-08-171-1/+1
* jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-171-0/+6
* jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-141-1/+2
* ext4: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-251-0/+6
* jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara2009-02-101-1/+2
* jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"Theodore Ts'o2009-01-161-1/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-081-3/+35
|\
| * ext4: Remove code to create the journal inodeTheodore Ts'o2009-01-061-1/+0
| * jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V2008-11-061-2/+2
| * jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o2008-11-051-0/+10
| * ext4: add fsync batch tuning knobsTheodore Ts'o2009-01-031-0/+8
| * jbd2: improve jbd2 fsync batchingJosef Bacik2008-11-261-0/+15
| * jbd2: Add BH_JBDPrivateStartMark Fasheh2008-11-251-0/+1
* | jbd2: Add buffer triggersJoel Becker2009-01-051-0/+31
* | jbd2: Add BH_JBDPrivateStartMark Fasheh2009-01-051-0/+1
|/
* ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o2008-10-161-0/+9
* include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-2/+2
* ext4: add an option to control error handling on file dataHidehiro Kawai2008-10-101-0/+3
* jbd2: fix error handling for checkpoint ioHidehiro Kawai2008-10-101-1/+1
* jbd2: clean up how the journal device name is printedTheodore Ts'o2008-09-161-1/+2
* jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara2008-07-111-22/+7
* jbd2: Implement data=ordered mode handling via inodesJan Kara2008-07-111-0/+42
* jbd2: Add commit time into the commit blockTheodore Ts'o2008-07-111-0/+2
* jbd2: If a journal checksum error is detected, propagate the error to ext4Theodore Ts'o2008-06-061-0/+3
* include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-2/+0
* jbd2: add lockdep supportMingming Cao2008-01-281-0/+4
* ext4: Add the journal checksum featureGirish Shilamkar2008-01-281-4/+32
* jbd2: jbd2 stats through procfsJohann Lombardi2008-01-281-0/+77
* jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara2008-01-281-0/+2
* jbd2: Remove printk from J_ASSERT to preserve registers during BUGChris Snook2008-01-281-15/+1
* jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao2007-10-171-15/+15
* JBD2: replace jbd_kmalloc with kmalloc directly.Mingming Cao2007-10-171-7/+0