aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd2/commit.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09jbd2: add prefix 'jbd2' for 'shrink_type'Gravatar Ye Bin 1-1/+1
2024-05-09jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Gravatar Ye Bin 1-1/+1
2024-05-07jbd2: remove redundant assignement to variable errGravatar Colin Ian King 1-1/+0
2023-12-12jbd2: fix soft lockup in journal_finish_inode_data_buffers()Gravatar Ye Bin 1-0/+1
2023-11-30jbd2: increase the journal IO's priorityGravatar Zhang Yi 1-4/+5
2023-09-07jbd2: Remove page size assumptionsGravatar Ritesh Harjani (IBM) 1-10/+6
2023-07-10jbd2: remove t_checkpoint_io_listGravatar Zhang Yi 1-2/+1
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Gravatar Christoph Hellwig 1-25/+0
2023-01-18jbd2: replace obvious uses of b_page with b_folioGravatar Matthew Wilcox (Oracle) 1-6/+2
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutGravatar Jan Kara 1-3/+2
2022-09-30jbd2: wake up journal waiters in FIFO order, not LIFOGravatar Andrew Perepechko 1-1/+1
2022-09-29jbd2: drop useless return value of submit_bhGravatar Ritesh Harjani (IBM) 1-6/+4
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-16/+16
2022-08-02jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Gravatar Zhang Yi 1-1/+1
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Gravatar Jan Kara 1-15/+15
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-4/+4
2022-05-09fs: Change try_to_free_buffers() to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09jbd2: Convert release_buffer_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-6/+8
2022-04-21jbd2: fix a potential race while discarding reserved buffers after an abortGravatar Ye Bin 1-1/+3
2022-02-03jbd2: refactor wait logic for transaction updates into a common functionGravatar Ritesh Harjani 1-16/+3
2022-02-03ext4: fast commit may not fallback for ineligible commitGravatar Xin Yin 1-1/+1
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 1-2/+2
2020-11-06jbd2: add todo for a fast commit performance optimizationGravatar Harshad Shirwadkar 1-0/+9
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsGravatar Harshad Shirwadkar 1-1/+1
2020-10-21jbd2: add fast commit machineryGravatar Harshad Shirwadkar 1-0/+44
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Gravatar Mauricio Faria de Oliveira 1-12/+18
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Gravatar Mauricio Faria de Oliveira 1-20/+16
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-2/+2
2020-03-05jbd2: improve comments about freeing data buffers whose page mapping is NULLGravatar zhangyi (F) 1-3/+4
2020-02-13jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferGravatar zhangyi (F) 1-4/+21
2020-02-13jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()Gravatar zhangyi (F) 1-28/+15
2020-01-25jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordGravatar zhangyi (F) 1-2/+2
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Gravatar Theodore Ts'o 1-5/+8
2019-11-05jbd2: Account descriptor blocks into t_outstanding_creditsGravatar Jan Kara 1-2/+4
2019-11-05jbd2: Fix statistics for the number of logged blocksGravatar Jan Kara 1-1/+3
2019-11-05jbd2: Fixup stale comment in commit codeGravatar Jan Kara 1-2/+1
2019-10-21jbd2: Make state lock a spinlockGravatar Thomas Gleixner 1-4/+4
2019-10-21jbd2: Move dropping of jh reference out of un/re-filing functionsGravatar Jan Kara 1-1/+4
2019-06-20jbd2: introduce jbd2_inode dirty range scopingGravatar Ross Zwisler 1-6/+17
2019-05-30jbd2: fix typo in comment of journal_submit_inode_data_buffersGravatar Liu Song 1-1/+1
2019-03-01jbd2: fix invalid descriptor block checksumGravatar luojiajun 1-2/+4
2018-12-03jbd2: avoid long hold times of j_state_lock while committing a transactionGravatar Jan Kara 1-0/+3
2018-07-29jbd2: replace current_kernel_time64 with ktime equivalentGravatar Arnd Bergmann 1-1/+2
2017-12-17ext4: fix up remaining files with SPDX cleanupsGravatar Theodore Ts'o 1-4/+1
2017-07-06jbd2: don't clear and reset errors after waiting on writebackGravatar Jeff Layton 1-12/+4
2017-01-14fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkp...Gravatar Tejun Heo 1-1/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-4/+5
2016-10-11fs: use mapping_set_error instead of opencoded set_bitGravatar Michal Hocko 1-2/+1
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2016-06-30jbd2: make journal y2038 safeGravatar Arnd Bergmann 1-1/+1