summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o2008-10-161-0/+3
* ext4: add an option to control error handling on file dataHidehiro Kawai2008-10-101-0/+2
* jbd2: don't dirty original metadata buffer on abortHidehiro Kawai2008-10-101-1/+4
* jbd2: abort when failed to log metadata buffersHidehiro Kawai2008-10-121-0/+3
* jbd2: Fix buffer head leak when writing the commit blockTheodore Ts'o2008-10-061-3/+2
* ext4: Add debugging markers that can be used by systemtapTheodore Ts'o2008-10-051-0/+6
* jbd2: clean up how the journal device name is printedTheodore Ts'o2008-09-161-8/+3
* mm: rename page trylockNick Piggin2008-08-041-1/+1
* jbd2: don't abort if flushing file data failedHidehiro Kawai2008-07-311-4/+20
* ext4: Add ordered mode support for delallocAneesh Kumar K.V2008-07-111-5/+33
* jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara2008-07-111-213/+8
* jbd2: Implement data=ordered mode handling via inodesJan Kara2008-07-111-0/+90
* jbd2: Add commit time into the commit blockTheodore Ts'o2008-07-111-0/+3
* jbd2: Fix barrier fallback code to re-lock the buffer headTheodore Ts'o2008-06-031-0/+1
* jbd2: update transaction t_state to T_COMMIT fixMingming Cao2008-05-151-0/+2
* jbd2: fix possible journal overflow issuesJosef Bacik2008-04-171-0/+3
* jbd2: fix the way the b_modified flag is clearedJosef Bacik2008-04-171-16/+0
* JBD2: Clear buffer_ordered flag for barried IO request on successDave Kleikamp2008-02-101-1/+2
* JBD2: Use the incompat macro for testing the incompat feature.Aneesh Kumar K.V2008-02-051-1/+1
* jbd2: Fix reference counting on the journal commit block's buffer headAneesh Kumar K.V2008-02-051-1/+1
* jbd2: Add error check to journal_wait_on_commit_record to avoid oopsMingming Cao2008-02-051-1/+2
* spinlock: lockbreak cleanupNick Piggin2008-01-301-1/+1
* ext4: Add the journal checksum featureGirish Shilamkar2008-01-281-49/+149
* jbd2: jbd2 stats through procfsJohann Lombardi2008-01-281-0/+49
* jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara2008-01-281-4/+4
* jbd2: fix commit code to properly abort journalJan Kara2007-10-171-4/+4
* jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao2007-10-171-1/+1
* JBD2: jbd2 slab allocation cleanupsMingming Cao2007-10-171-3/+3
* jbd2 commit: fix transaction droppingJan Kara2007-07-161-1/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] jbd2: wait for already submitted t_sync_datalist buffer to completeHisashi Hifumi2006-12-071-2/+6
* [PATCH] jbd2: switch blks_type from sector_t to ullMingming Cao2006-10-111-2/+2
* [PATCH] jbd2: sector_t conversionMingming Cao2006-10-111-1/+1
* [PATCH] 64-bit jbd2 coreZach Brown2006-10-111-4/+13
* [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao2006-10-111-61/+61
* [PATCH] jbd2: initial copy of files from jbdDave Kleikamp2006-10-111-0/+911