aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-04jbd2: clean up indentation issue, replace spaces with tabColin Ian King1-1/+1
2018-12-03jbd2: avoid long hold times of j_state_lock while committing a transactionJan Kara1-5/+38
2018-06-16jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o1-1/+8
2018-05-20jbd2: remove NULL check before calling kmem_cache_destroy()Wang Long1-4/+2
2018-04-18ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o1-0/+1
2018-01-10jbd2: fix sphinx kernel-doc build warningsTobin C. Harding1-1/+4
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-4/+1
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-21/+21
2017-05-21jbd2: preserve original nofs flag during journal restartTahsin Erdogan1-0/+6
2017-05-16fs: jbd2: escape a string with special chars on a kernel-docMauro Carvalho Chehab1-2/+2
2017-05-16fs: jbd2: make jbd2_journal_start() kernel-doc parseableMauro Carvalho Chehab1-19/+19
2017-05-03jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko1-0/+12
2017-02-04jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o1-1/+3
2016-10-12jbd2: fix incorrect unlock on j_list_lockTaesoo Kim1-1/+2
2016-09-22jbd2: fix lockdep annotation in add_transaction_credits()Jan Kara1-2/+4
2016-06-30jbd2: track more dependencies on transaction commitJan Kara1-0/+4
2016-06-30jbd2: move lockdep tracking to journal_sJan Kara1-8/+3
2016-06-30jbd2: move lockdep instrumentation for jbd2 handlesJan Kara1-2/+2
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+18
2016-04-24jbd2: add support for avoiding data writes during transaction commitsJan Kara1-4/+18
2016-04-18Merge branch 'master' into for-nextJiri Kosina1-28/+20
2016-04-18Doc: treewide : Fix typos in DocBook/filesystem.xmlMasanari Iida1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-13jbd2: do not fail journal because of frozen_buffer allocation failureMichal Hocko1-17/+5
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-4/+2
2015-12-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+9
2015-12-04jbd2: fix null committed data return in undo_accessJunxiao Bi1-3/+7
2015-11-24jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-2/+2
2015-08-04jbd2: limit number of reserved creditsLukas Czerner1-9/+27
2015-07-12jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara1-6/+32
2015-06-27Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds1-27/+6
2015-06-20jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara1-6/+27
2015-06-08jbd2: speedup jbd2_journal_get_[write|undo]_access()Jan Kara1-4/+72
2015-06-08jbd2: more simplifications in do_get_write_access()Jan Kara1-71/+59
2015-06-08jbd2: simplify error path on allocation failure in do_get_write_access()Jan Kara1-2/+1
2015-06-08jbd2: simplify code flow in do_get_write_access()Jan Kara1-24/+25
2015-06-08jbd2: revert must-not-fail allocation loops back to GFP_NOFAILMichal Hocko1-13/+7
2015-05-14ext4: fix NULL pointer dereference when journal restart failsLukas Czerner1-9/+16
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-8/+2
2014-07-05ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen1-1/+4
2014-03-12jbd2: improve error messages for inconsistent journal headsTheodore Ts'o1-19/+14
2014-03-09jbd2: minimize region locked by j_list_lock in jbd2_journal_forget()Theodore Ts'o1-2/+4
2014-03-09jbd2: minimize region locked by j_list_lock in journal_get_create_access()Theodore Ts'o1-1/+2
2014-03-09jbd2: check jh->b_transaction without taking j_list_lockTheodore Ts'o1-2/+2
2014-02-17jbd2: fix use after free in jbd2_journal_start_reserved()Dan Carpenter1-2/+4
2013-12-08jbd2: rename obsoleted msg JBD->JBD2Dmitry Monakhov1-3/+3
2013-12-08jbd2: revise KERN_EMERG error messagesJan Kara1-5/+5
2013-12-08jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o1-2/+4
2013-07-01jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o1-31/+43