summaryrefslogtreecommitdiffstats
path: root/fs/jbd
AgeCommit message (Expand)AuthorLines
2015-07-23fs: Remove ext3 filesystem driverJan Kara-7549/+0
2014-11-18jbd: Deletion of an unnecessary check before the function call "iput"Markus Elfring-2/+1
2014-10-22fs, jbd: use a more generic hash functionSasha Levin-5/+2
2014-09-04jbd/jbd2: use non-movable memory for the jbd superblockGioh Kim-1/+1
2014-05-21fs/jbd/revoke.c: replace shift loop by ilog2Fabian Frederick-8/+4
2013-12-04jbd: Revise KERN_EMERG error messagesJan Kara-7/+5
2013-10-31jbd: Revert "jbd: remove dependency on __GFP_NOFAIL"Jan Kara-4/+4
2013-08-09jbd: use a single printk for jbd_debug()Paul Gortmaker-0/+18
2013-08-01jbd: relocate assert after state lock in journal_commit_transaction()Paul Gortmaker-1/+1
2013-05-21jbd: change journal_invalidatepage() to accept lengthLukas Czerner-5/+14
2013-05-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-6/+14
2013-04-29fs/buffer.c: remove unnecessary init operation after allocating buffer_head.majianpeng-2/+0
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong-3/+22
2013-04-29jbd: use kmem_cache_zalloc for allocating journal headZheng Liu-5/+3
2013-04-25jbd: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu-1/+0
2013-03-27jbd: don't wait (forever) for stale tid caused by wraparoundJan Kara-0/+11
2013-01-14jbd: don't wake kjournald unnecessarilyEric Sandeen-1/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-11-23jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara-0/+2
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder-1/+1
2012-09-12jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara-31/+78
2012-08-15jbd: don't write superblock when unmounting an ro filesystemJan Kara-0/+5
2012-08-04jbd/jbd2: nuke write_super from commentsArtem Bityutskiy-2/+2
2012-07-09jbd: Check return value of blkdev_issue_flush()Jan Kara-2/+5
2012-05-15jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara-35/+57
2012-05-15jbd: protect all log tail updates with j_checkpoint_mutexJan Kara-1/+17
2012-05-15jbd: Split updating of journal superblock and marking journal emptyJan Kara-69/+99
2012-04-11jbd: Refine commit writeout logicJan Kara-5/+9
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-0/+2
2012-03-20jbd: remove the second argument of k[un]map_atomic()Cong Wang-8/+8
2012-03-13PM / Sleep: JBD and JBD2 missing set_freezable()Nigel Cunningham-0/+2
2012-01-11jbd: Issue cache flush after checkpointingJan Kara-5/+26
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-17/+62
2012-01-09jbd: Remove j_barrier mutexJan Kara-17/+22
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle-1/+1
2011-11-22jbd: clear revoked flag on buffers before a new transaction startedYongqiang Yang-0/+40
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo-1/+1
2011-11-01jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan-0/+8
2011-06-28jbd: Use WRITE_SYNC in journal checkpoint.Tao Ma-1/+5
2011-06-27jbd: Fix oops in journal_remove_journal_head()Jan Kara-137/+104
2011-06-25jbd: fix a bug of leaking jh->b_jcountDing Dinghua-1/+1
2011-06-25jbd: remove dependency on __GFP_NOFAILJan Kara-4/+4
2011-06-25jbd: Add fixed tracepointsLukas Czerner-0/+19
2011-05-24jbd: Fix comment to match the code in journal_start()Eryu Guan-1/+2
2011-05-17jbd/jbd2: remove obsolete summarise_journal_usage.Tao Ma-6/+0
2011-05-17jbd: Fix forever sleeping process in do_get_write_access()Jan Kara-2/+7
2011-05-17jbd: fix fsync() tid wraparound bugTed Ts'o-3/+13
2011-03-31Fix common misspellingsLucas De Marchi-5/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-11/+11