summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-06-201-21/+28
* jbd2: fix potential double freeChengguang Xu2019-05-111-3/+5
* jbd2: jbd2_get_transaction does not need to return a valueLiu Song2019-03-011-5/+3Star
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-02-211-8/+8
* jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)2019-02-111-4/+38
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-02-111-5/+12
* jbd2: clean up indentation issue, replace spaces with tabColin Ian King2018-12-041-1/+1
* jbd2: avoid long hold times of j_state_lock while committing a transactionJan Kara2018-12-041-5/+38
* jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-06-171-1/+8
* jbd2: remove NULL check before calling kmem_cache_destroy()Wang Long2018-05-211-4/+2Star
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-04-181-0/+1
* jbd2: fix sphinx kernel-doc build warningsTobin C. Harding2018-01-101-1/+4
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-181-4/+1Star
* Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-041-21/+21
|\
| * fs: jbd2: escape a string with special chars on a kernel-docMauro Carvalho Chehab2017-05-161-2/+2
| * fs: jbd2: make jbd2_journal_start() kernel-doc parseableMauro Carvalho Chehab2017-05-161-19/+19
* | jbd2: preserve original nofs flag during journal restartTahsin Erdogan2017-05-221-0/+6
|/
* jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko2017-05-041-0/+12
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-02-051-1/+3
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-131-1/+2
* jbd2: fix lockdep annotation in add_transaction_credits()Jan Kara2016-09-221-2/+4
* jbd2: track more dependencies on transaction commitJan Kara2016-06-301-0/+4
* jbd2: move lockdep tracking to journal_sJan Kara2016-06-301-8/+3Star
* jbd2: move lockdep instrumentation for jbd2 handlesJan Kara2016-06-301-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-241-4/+18
|\
| * jbd2: add support for avoiding data writes during transaction commitsJan Kara2016-04-241-4/+18
* | Merge branch 'master' into for-nextJiri Kosina2016-04-181-28/+20Star
|\|
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
| * jbd2: do not fail journal because of frozen_buffer allocation failureMichal Hocko2016-03-131-17/+5Star
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2Star
| * Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-071-3/+9
| |\
| | * jbd2: fix null committed data return in undo_accessJunxiao Bi2015-12-041-3/+7
| | * jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara2015-11-241-0/+2
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-2/+2
| |/
* / Doc: treewide : Fix typos in DocBook/filesystem.xmlMasanari Iida2016-04-181-3/+3
|/
* jbd2: limit number of reserved creditsLukas Czerner2015-08-041-9/+27
* jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-07-131-6/+32
* Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds2015-06-271-27/+6Star
* jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-06-211-6/+27
* jbd2: speedup jbd2_journal_get_[write|undo]_access()Jan Kara2015-06-081-4/+72
* jbd2: more simplifications in do_get_write_access()Jan Kara2015-06-081-71/+59Star
* jbd2: simplify error path on allocation failure in do_get_write_access()Jan Kara2015-06-081-2/+1Star
* jbd2: simplify code flow in do_get_write_access()Jan Kara2015-06-081-24/+25
* jbd2: revert must-not-fail allocation loops back to GFP_NOFAILMichal Hocko2015-06-081-13/+7Star
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-05-151-9/+16
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-8/+2Star
* ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-061-1/+4
* jbd2: improve error messages for inconsistent journal headsTheodore Ts'o2014-03-121-19/+14Star
* jbd2: minimize region locked by j_list_lock in jbd2_journal_forget()Theodore Ts'o2014-03-091-2/+4
* jbd2: minimize region locked by j_list_lock in journal_get_create_access()Theodore Ts'o2014-03-091-1/+2