aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd2
AgeCommit message (Expand)AuthorFilesLines
2023-04-14jdb2: Don't refuse invalidation of already invalidated buffersGravatar Jan Kara 1-0/+3
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+6
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeGravatar Theodore Ts'o 1-3/+6
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-21/+29
2023-02-19jbd2: fix data missing when reusing bh which is ready to be checkpointedGravatar Zhihao Cheng 1-21/+29
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Gravatar Christoph Hellwig 2-26/+0
2023-01-18jbd2: replace obvious uses of b_page with b_folioGravatar Matthew Wilcox (Oracle) 2-7/+3
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutGravatar Jan Kara 1-3/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-15/+16
2022-09-30jbd2: add miss release buffer head in fc_do_one_pass()Gravatar Ye Bin 1-0/+1
2022-09-30jbd2: fix potential use-after-free in jbd2_fc_wait_bufsGravatar Ye Bin 1-3/+3
2022-09-30jbd2: fix potential buffer head reference count leakGravatar Ye Bin 1-1/+7
2022-09-30jbd2: wake up journal waiters in FIFO order, not LIFOGravatar Andrew Perepechko 2-4/+4
2022-09-29jbd2: drop useless return value of submit_bhGravatar Ritesh Harjani (IBM) 2-11/+8
2022-09-11jbd2: replace ll_rw_block()Gravatar Zhang Yi 2-15/+16
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 6-75/+82
2022-08-02jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedGravatar Zhihao Cheng 1-2/+12
2022-08-02jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Gravatar Zhang Yi 1-1/+1
2022-08-02jbd2: unexport jbd2_log_start_commit()Gravatar Jan Kara 1-2/+1
2022-08-02jbd2: remove unused exports for jbd2 debuggingGravatar Jan Kara 1-3/+1
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Gravatar Jan Kara 6-67/+67
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersGravatar Bart Van Assche 1-7/+8
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 3-8/+8
2022-07-14block: remove bdevnameGravatar Christoph Hellwig 1-2/+4
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+2
2022-06-16fs: fix jbd2_journal_try_to_free_buffers() kernel-doc commentGravatar Yang Li 1-1/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-13/+15
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+3
2022-05-09fs: Change try_to_free_buffers() to take a folioGravatar Matthew Wilcox (Oracle) 2-3/+3
2022-05-09jbd2: Convert release_buffer_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-6/+8
2022-05-09jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioGravatar Matthew Wilcox (Oracle) 1-6/+6
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2022-04-21jbd2: fix a potential race while discarding reserved buffers after an abortGravatar Ye Bin 1-1/+3
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDGravatar Christoph Hellwig 1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-5/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-17/+16
2022-03-15ext4: Convert invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 2-17/+16
2022-02-25jbd2: remove CONFIG_JBD2_DEBUG to update t_max_waitGravatar Ritesh Harjani 1-4/+3
2022-02-25jbd2: kill t_handle_lock transaction spinlockGravatar Ritesh Harjani 1-19/+9
2022-02-25jbd2: fix use-after-free of transaction_t raceGravatar Ritesh Harjani 1-16/+25
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-39/+41
2022-02-03jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()Gravatar Yang Li 1-0/+4
2022-02-03jbd2: refactor wait logic for transaction updates into a common functionGravatar Ritesh Harjani 2-37/+35
2022-02-03ext4: fast commit may not fallback for ineligible commitGravatar Xin Yin 2-2/+2
2022-01-30jbd2: export jbd2_journal_[grab|put]_journal_headGravatar Joseph Qi 1-0/+2
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-1/+1
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsGravatar Harshad Shirwadkar 1-0/+2
2021-08-30ext4: Support for checksumming from journal triggersGravatar Jan Kara 1-1/+1
2021-08-30jbd2: add sparse annotations for add_transaction_credits()Gravatar Theodore Ts'o 1-1/+18