aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-41/+42
* jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara2012-12-031-0/+2
* jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-10-211-20/+44
* jbd: Fix comment to match the code in journal_start()Eryu Guan2011-05-241-1/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fix comment typos concerning "consistent"Uwe Kleine-König2010-12-101-1/+1
* jbd: Fix debug message in do_get_write_access()Namhyung Kim2010-10-281-1/+1
* jbd: Use offset_in_page() instead of manual calculationNamhyung Kim2010-10-281-1/+1
* jbd: Remove unnecessary goto statementNamhyung Kim2010-10-281-2/+0
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2010-03-051-12/+31
|/
* jbd: Annotate transaction start also for journal_restart()Jan Kara2009-09-161-3/+3
* JBD: round commit timer up to avoid uncommitted transactionAndreas Dilger2009-09-161-1/+2
* jbd: Fix a race between checkpointing code and journal_get_write_access()Jan Kara2009-07-151-33/+35
* jbd: clean up journal_try_to_free_buffers()Hisashi Hifumi2009-06-181-48/+0
* ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-271-0/+2
* jbd: remove excess kernel-doc notationRandy Dunlap2009-01-081-1/+0
* jbd: improve fsync batchingJosef Bacik2009-01-081-5/+33
* fs: remove excess kernel-docRandy Dunlap2008-10-301-1/+0
* jbd: ordered data integrity fixHidehiro Kawai2008-10-201-3/+13
* lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar2008-08-111-2/+2
* lockdep: map_acquirePeter Zijlstra2008-08-111-2/+2
* jbd: fix race between free buffer and commit transactionMingming Cao2008-07-251-2/+55
* jbd: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-2/+2
* jbd: fix possible journal overflow issuesJosef Bacik2008-04-281-3/+18
* jbd: fix the way the b_modified flag is clearedJosef Bacik2008-04-281-0/+13
* fs: fix kernel-doc notation warningsRandy Dunlap2008-03-191-3/+2
* jbd: fix jbd kernel-doc notationRandy Dunlap2008-03-191-1/+2
* docbook: fix filesystems.tmpl source filesRandy Dunlap2008-03-031-8/+9
* jbd: do not try lock_acquire after handle made invalidJonas Bonn2008-01-171-0/+2
* JBD/ext3 cleanups: convert to kzallocMingming Cao2007-10-191-2/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-6/+6
* JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao2007-10-171-2/+2
* JBD: JBD slab allocation cleanupsMingming Cao2007-10-171-4/+4
* lockdep: annotate journal_start()Peter Zijlstra2007-10-111-0/+9
* fix file specification in commentsUwe Kleine-König2007-05-091-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] user of the jiffies rounding code: JBDArjan van de Ven2006-12-101-1/+1
* [PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() staticAdrian Bunk2006-12-071-1/+3
* [PATCH] jbd: journal_dirty_data re-check for unmapped buffersEric Sandeen2006-10-281-1/+14
* [PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop()OGAWA Hirofumi2006-10-201-2/+3
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-271-3/+3
* [PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2006-09-271-64/+64
* [PATCH] manage-jbd-its-own-slab fixBadari Pulavarty2006-09-011-1/+1
* [PATCH] Manage jbd allocations from its own slabsBadari Pulavarty2006-08-271-4/+5
* [PATCH] jbd: avoid kfree(NULL)Andrew Morton2006-06-231-3/+6
* [PATCH] jbd: fix BUG in journal_commit_transaction()Jan Kara2006-06-231-1/+2
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-8/+5
* [PATCH] jbd: embed j_commit_timer in journal structAndrew Morton2006-03-251-2/+2