aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] ext3/jbd race: releasing in-use journal_headsStephen C. Tweedie1-1/+1
2005-03-07[PATCH] Factor out phase 6 of journal_commit_transactionMatthew Wilcox1-65/+70
2005-03-07[PATCH] JBD: reduce stack and number of journal descriptorsAlex Tomas1-3/+3
2005-03-07[PATCH] jbd: journal overflow fix #2Alex Tomas1-0/+16
2005-01-11[PATCH] BUG on error handlings in Ext3 under I/O failure conditionHisashi Hifumi1-0/+3
2005-01-07[PATCH] sched: ext3: fix scheduling latencies in ext3Ingo Molnar1-7/+10
2004-11-07[PATCH] remove journal callback code from jbdArjan van de Ven1-24/+0
2004-10-18[PATCH] jbd wakeup fixAndrew Morton1-1/+1
2004-09-21[PATCH] jbd endianness annotationsAlexander Viro1-9/+9
2004-08-22[PATCH] ext3 barrier supportJens Axboe1-2/+30
2004-06-30[PATCH] sparse: NULL vs 0 - filesystemsMika Kukkonen1-1/+1
2004-06-23[PATCH] jbd needs to wait for locked buffersAndrew Morton1-1/+1
2004-06-08[PATCH] jbd: descriptor buffer state fixAndrew Morton1-2/+4
2004-04-12[PATCH] jbd: b_transaction zeroing cleanupAndrew Morton1-12/+2
2004-04-11[PATCH] jbd: fix I/O error handlingAndrew Morton1-4/+6
2004-04-11[PATCH] JBD: ordered-data commit cleanupAndrew Morton1-66/+77
2004-04-11[PATCH] jbd: fix ordered-data writeout logicAndrew Morton1-2/+1
2003-12-29[PATCH] JBD: b_committed_data locking fixAndrew Morton1-2/+8
2003-12-29[PATCH] ext3 scheduling latency fixAndrew Morton1-2/+11
2003-10-21[PATCH] Fix JBD memory leakAndrew Morton1-0/+8
2003-07-31[PATCH] ext3: fix commit assertion failureAndrew Morton1-1/+0
2003-07-10[PATCH] JBD: transaction buffer accounting fixAndrew Morton1-0/+7
2003-07-10[PATCH] misc fixesAndrew Morton1-17/+4
2003-07-02[PATCH] ext3: fix journal_release_buffer() raceAndrew Morton1-4/+17
2003-06-25[PATCH] ext3: fix memory leakAndrew Morton1-3/+2
2003-06-20[PATCH] ext3/JBD: remove trailing whitespaceAndrew Morton1-4/+4
2003-06-17[PATCH] ext3: explicitly free truncated pagesAndrew Morton1-1/+47
2003-06-17[PATCH] JBD: fix race between journal_commit_transaction andAndrew Morton1-22/+12
2003-06-17[PATCH] JBD: additional transaction shutdown lockingAndrew Morton1-1/+7
2003-06-17[PATCH] JBD: remove lock_journal()Andrew Morton1-27/+3
2003-06-17[PATCH] JBD: remove lock_kernel()Andrew Morton1-4/+0
2003-06-17[PATCH] JBD: remove remaining sleep_on()sAndrew Morton1-5/+12
2003-06-17[PATCH] JBD: implement dual revoke tables.Andrew Morton1-6/+6
2003-06-17[PATCH] JBD: implement j_committing_transaction lockingAndrew Morton1-3/+5
2003-06-17[PATCH] JBD: implement j_running_transaction lockingAndrew Morton1-10/+9
2003-06-17[PATCH] JBD: implement t_jcb lockingAndrew Morton1-1/+8
2003-06-17[PATCH] JBD: t_updates lockingAndrew Morton1-0/+5
2003-06-17[PATCH] JBD: remove journal_datalist_lockAndrew Morton1-25/+23
2003-06-17[PATCH] JBD: implement b_transaction locking rulesAndrew Morton1-5/+5
2003-06-17[PATCH] JBD: Finish protection of journal_head.b_frozen_dataAndrew Morton1-1/+12
2003-06-17[PATCH] JBD: rename journal_unlock_journal_head toAndrew Morton1-3/+3
2003-06-17[PATCH] JBD: fine-grain journal_add_journal_head lockingAndrew Morton1-2/+2
2003-06-17[PATCH] JBD: remove jh_splice_lockAndrew Morton1-2/+2
2003-06-17[PATCH] JBD: fix race over access to b_committed_dataAndrew Morton1-0/+2
2003-04-02[PATCH] ext3 journal commit I/O error fixAndrew Morton1-3/+23
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton1-2/+1
2003-01-14[PATCH] fix ext3 memory leakAndrew Morton1-33/+0
2002-10-08[PATCH] 64-bit sector_t - printk changes and sector_t cleanupAndrew Morton1-2/+2
2002-07-04[PATCH] JBD commit callback capabilityAndrew Morton1-5/+26
2002-06-17[PATCH] ext3 corruption fixAndrew Morton1-0/+14