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: 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-211-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-021-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: 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-281-1/+2
* jbd2: make journal y2038 safeArnd Bergmann2016-08-201-1/+1
* jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-04-121-5/+12
* 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
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-2/+2
|\ \ | |/ |/|
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+2
* | ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-10-181-1/+5
* | jbd2: fix checkpoint list cleanupJan Kara2015-10-171-5/+3
* | jbd2: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-174-33/+23
* | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-172-5/+6
* | jbd2: gate checksum calculations on crc driver presence, not sb flagsDarrick J. Wong2015-10-151-3/+3
|/
* jbd2: limit number of reserved creditsLukas Czerner2015-08-041-9/+27
* jbd2: avoid infinite loop when destroying aborted journalJan Kara2015-07-283-8/+44
* ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong2015-07-231-1/+1
* jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-07-121-6/+32
* Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds2015-06-271-27/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-8/+2
|\
| * fs/jbd2/journal.c: use strreplace()Rasmus Villemoes2015-06-251-8/+2
* | jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-06-201-6/+27
* | jbd2: get rid of open coded allocation retry loopMichal Hocko2015-06-152-14/+7
* | jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2015-06-152-10/+33
* | jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov2015-06-151-1/+1
* | jbd2: speedup jbd2_journal_get_[write|undo]_access()Jan Kara2015-06-082-5/+73
* | jbd2: more simplifications in do_get_write_access()Jan Kara2015-06-081-71/+59
* | jbd2: simplify error path on allocation failure in do_get_write_access()Jan Kara2015-06-081-2/+1
* | 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-082-23/+8
|/
* jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2015-05-142-9/+19
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-05-141-9/+16
* jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-191-0/+3