summaryrefslogtreecommitdiffstats
path: root/fs/jbd2
Commit message (Expand)AuthorAgeFilesLines
* jbd2: abort journal if free a async write error metadata bufferzhangyi (F)2020-09-031-0/+16
* jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner2020-09-031-0/+10
* jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)2020-04-241-3/+4
* jbd2: fix data races at struct journal_headQian Cai2020-03-201-4/+4
* jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)2020-02-281-2/+2
* ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2020-02-282-12/+5
* jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li2020-02-281-1/+5
* jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)2020-02-281-4/+21
* jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2020-02-282-32/+21
* jbd2: Fix statistics for the number of logged blocksJan Kara2020-01-041-1/+3
* jbd2: check superblock mapped prior to committingJiufei Xue2019-05-211-0/+4
* jbd2: fix invalid descriptor block checksumluojiajun2019-04-051-2/+4
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-03-231-8/+8
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-03-231-5/+12
* jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-11-131-2/+2
* jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-07-111-1/+8
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-05-011-0/+1
* jbd2: fix use after free in kjournald2()Sahitya Tummala2018-04-291-1/+1
* jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o2018-04-241-1/+4
* jbd2: Fix lockdep splat with generic/270 testJan Kara2018-03-241-1/+14
* jbd2: fix sphinx kernel-doc build warningsTobin C. Harding2018-02-221-1/+4
* jbd2: don't leak memory if setting up journal failsEric Biggers2017-03-302-11/+12
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-03-121-1/+3
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-121-1/+2
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-111-2/+1
* jbd2: fix lockdep annotation in add_transaction_credits()Jan Kara2016-09-221-2/+4
* jbd2: move more common code into journal_init_common()Geliang Tang2016-09-151-81/+50
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-263-10/+14
|\
| * jbd2: make journal y2038 safeArnd Bergmann2016-06-301-1/+1
| * jbd2: track more dependencies on transaction commitJan Kara2016-06-302-0/+5
| * jbd2: move lockdep tracking to journal_sJan Kara2016-06-302-8/+7
| * jbd2: move lockdep instrumentation for jbd2 handlesJan Kara2016-06-301-2/+2
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-263-10/+10
|\ \
| * | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
| * | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-072-3/+3
| * | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-072-7/+7
| |/
* / jbd2: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-25/+7
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-243-5/+24
|\
| * jbd2: add support for avoiding data writes during transaction commitsJan Kara2016-04-243-5/+24
* | Merge branch 'master' into for-nextJiri Kosina2016-04-185-141/+96
|\|
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-043-5/+5
| * jbd2: do not fail journal because of frozen_buffer allocation failureMichal Hocko2016-03-131-17/+5
| * jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-03-091-5/+12
| * jbd2: save some atomic ops in __JI_COMMIT_RUNNING handlingJan Kara2016-02-222-7/+7
| * jbd2: unify revoke and tag block checksum handlingJan Kara2016-02-224-60/+23
| * jbd2: factor out common descriptor block initializationJan Kara2016-02-223-18/+15
| * jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara2016-02-222-20/+16
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2
| * 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