aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-14jbd: don't wake kjournald unnecessarilyEric Sandeen1-1/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-23jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-09-12jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
2012-08-15jbd: don't write superblock when unmounting an ro filesystemJan Kara1-0/+5
2012-08-04jbd/jbd2: nuke write_super from commentsArtem Bityutskiy1-2/+2
2012-07-09jbd: Check return value of blkdev_issue_flush()Jan Kara1-2/+5
2012-05-15jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara3-35/+57
2012-05-15jbd: protect all log tail updates with j_checkpoint_mutexJan Kara2-1/+17
2012-05-15jbd: Split updating of journal superblock and marking journal emptyJan Kara3-69/+99
2012-04-11jbd: Refine commit writeout logicJan Kara3-5/+9
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2012-03-20jbd: remove the second argument of k[un]map_atomic()Cong Wang2-8/+8
2012-03-13PM / Sleep: JBD and JBD2 missing set_freezable()Nigel Cunningham1-0/+2
2012-01-11jbd: Issue cache flush after checkpointingJan Kara2-5/+26
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-17/+62
2012-01-09jbd: Remove j_barrier mutexJan Kara2-17/+22
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle1-1/+1
2011-11-22jbd: clear revoked flag on buffers before a new transaction startedYongqiang Yang2-0/+40
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-1/+1
2011-11-01jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan1-0/+8
2011-06-28jbd: Use WRITE_SYNC in journal checkpoint.Tao Ma1-1/+5
2011-06-27jbd: Fix oops in journal_remove_journal_head()Jan Kara4-137/+104
2011-06-25jbd: fix a bug of leaking jh->b_jcountDing Dinghua1-1/+1
2011-06-25jbd: remove dependency on __GFP_NOFAILJan Kara1-4/+4
2011-06-25jbd: Add fixed tracepointsLukas Czerner3-0/+19
2011-05-24jbd: Fix comment to match the code in journal_start()Eryu Guan1-1/+2
2011-05-17jbd/jbd2: remove obsolete summarise_journal_usage.Tao Ma1-6/+0
2011-05-17jbd: Fix forever sleeping process in do_get_write_access()Jan Kara1-2/+7
2011-05-17jbd: fix fsync() tid wraparound bugTed Ts'o1-3/+13
2011-03-31Fix common misspellingsLucas De Marchi4-5/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-11/+11
2011-03-17jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingJens Axboe1-11/+11
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-02-28jbd: Remove one to many n's in a word.Justin P. Mattock1-1/+1
2010-12-10fix comment typos concerning "consistent"Uwe Kleine-König1-1/+1
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds5-20/+44
2010-10-28jbd/2: fixed typosAndrea Gelmini1-1/+1
2010-10-28jbd: Convert atomic_inc() to get_bh()Namhyung Kim2-3/+3
2010-10-28jbd: Fix debug message in do_get_write_access()Namhyung Kim1-1/+1
2010-10-28jbd: Check return value of __getblk()Namhyung Kim1-0/+2
2010-10-28jbd: Convert bitops to buffer fnsNamhyung Kim1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong1-2/+28
2010-10-28jbd: Use offset_in_page() instead of manual calculationNamhyung Kim1-1/+1
2010-10-28jbd: Remove unnecessary goto statementNamhyung Kim1-2/+0
2010-10-28jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim1-6/+4
2010-10-28jbd: Move debug message into #ifdef areaNamhyung Kim1-1/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-27/+3