aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/transaction.c
Commit message (Expand)AuthorAge
* jbd2: Unify log messages in jbd2 codeEryu Guan2011-11-01
* jbd2: fix build when CONFIG_BUG is not enabledRandy Dunlap2011-10-27
* jbd2: use gfp_t instead of intDan Carpenter2011-09-04
* jbd2: add debugging information to jbd2_journal_dirty_metadata()Theodore Ts'o2011-09-04
* jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara2011-06-13
* jbd2: Remove obsolete parameters in the comments for some jbd2 functionsTao Ma2011-06-12
* jbd2: fix a potential leak of a journal_head on an error pathDing Dinghua2011-05-25
* jbd2: Fix comment to match the code in jbd2__journal_start()Eryu Guan2011-05-24
* jbd2: fix sending of data flush on journal commitJan Kara2011-05-24
* jbd2: Fix the wrong calculation of t_max_wait in update_t_max_waitTao Ma2011-05-22
* Fix common misspellingsLucas De Marchi2011-03-31
* jbd2: call __jbd2_log_start_commit with j_state_lock write lockedTheodore Ts'o2011-02-12
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\
| * fix comment typos concerning "consistent"Uwe Kleine-König2010-12-10
* | jbd2: remove unnecessary goto statementTheodore Ts'o2010-12-18
* | jbd2: use offset_in_page() instead of manual calculationTheodore Ts'o2010-12-18
* | jbd2: Fix a debug message in do_get_write_access()Theodore Ts'o2010-12-18
|/
* jbd2: Add sanity check for attempts to start handle during umountTheodore Ts'o2010-10-27
* ext4: clean up compiler warning in start_this_handle()Theodore Ts'o2010-08-09
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2010-08-07
|\
| * jbd2: Remove t_handle_lock from start_this_handle()Theodore Ts'o2010-08-03
| * jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2010-08-03
| * jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o2010-08-02
| * jbd2: Remove __GFP_NOFAIL from jbd2 layerTheodore Ts'o2010-07-27
* | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara2010-07-15
|/
* jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop()Theodore Ts'o2010-05-16
* jbd2: delay discarding buffers in journal_unmap_bufferdingdinghua2010-02-15
* jbd2: Annotate transaction start also for jbd2_journal_restart()Jan Kara2009-08-17
* jbd2: round commit timer up to avoid uncommitted transactionAndreas Dilger2009-08-10
* jbd2: Fix a race between checkpointing code and journal_get_write_access()Jan Kara2009-07-13
* jbd2: clean up jbd2_journal_try_to_free_buffers()Hisashi Hifumi2009-06-17
* ext4: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-25
* jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara2009-02-10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-08
|\
| * ext4: add fsync batch tuning knobsTheodore Ts'o2009-01-03
| * jbd2: improve jbd2 fsync batchingJosef Bacik2008-11-26
* | jbd2: Add buffer triggersJoel Becker2009-01-05
|/
* ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o2008-10-16
* lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar2008-08-11
* lockdep: map_acquirePeter Zijlstra2008-08-11
* jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara2008-07-11
* jbd2: Implement data=ordered mode handling via inodesJan Kara2008-07-11
* jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit tra...Mingming Cao2008-07-13
* jdb2: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-17
* jbd2: fix kernel-doc notationRandy Dunlap2008-04-17
* jbd2: fix possible journal overflow issuesJosef Bacik2008-04-17
* jbd2: fix the way the b_modified flag is clearedJosef Bacik2008-04-17
* jbd2: sparse pointer use of zero as nullMingming Cao2008-01-28
* jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeupMingming Cao2008-01-28
* jbd2: add lockdep supportMingming Cao2008-01-28