summaryrefslogtreecommitdiff
path: root/fs/jbd2 (follow)
Commit message (Expand)AuthorAge
* jbd2: abort journal if free a async write error metadata bufferzhangyi (F)2020-09-03
* jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner2020-09-03
* jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)2020-04-24
* jbd2: fix data races at struct journal_headQian Cai2020-03-20
* jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)2020-02-28
* ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2020-02-28
* jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when...Kai Li2020-02-28
* jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)2020-02-28
* jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2020-02-28
* jbd2: Fix statistics for the number of logged blocksJan Kara2020-01-04
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-03-23
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-03-23
* jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-11-21
* jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-07-11
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-05-02
* jbd2: fix use after free in kjournald2()Sahitya Tummala2018-04-29
* jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o2018-04-24
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-03-12
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-28
* jbd2: make journal y2038 safeArnd Bergmann2016-08-20
* jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-04-12
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-07
|\
| * jbd2: fix null committed data return in undo_accessJunxiao Bi2015-12-04
| * jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara2015-11-24
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\ \ | |/ |/|
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* | ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-10-18
* | jbd2: fix checkpoint list cleanupJan Kara2015-10-17
* | jbd2: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-17
* | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-17
* | jbd2: gate checksum calculations on crc driver presence, not sb flagsDarrick J. Wong2015-10-15
|/
* jbd2: limit number of reserved creditsLukas Czerner2015-08-04
* jbd2: avoid infinite loop when destroying aborted journalJan Kara2015-07-28
* ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong2015-07-23
* jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-07-12
* Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds2015-06-27
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-26
|\
| * fs/jbd2/journal.c: use strreplace()Rasmus Villemoes2015-06-25
* | jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-06-20
* | jbd2: get rid of open coded allocation retry loopMichal Hocko2015-06-15
* | jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2015-06-15
* | jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov2015-06-15
* | jbd2: speedup jbd2_journal_get_[write|undo]_access()Jan Kara2015-06-08
* | jbd2: more simplifications in do_get_write_access()Jan Kara2015-06-08
* | jbd2: simplify error path on allocation failure in do_get_write_access()Jan Kara2015-06-08
* | jbd2: simplify code flow in do_get_write_access()Jan Kara2015-06-08
* | jbd2: revert must-not-fail allocation loops back to GFP_NOFAILMichal Hocko2015-06-08
|/
* jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2015-05-14
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-05-14
* jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-19