summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
Commit message (Expand)AuthorAgeFilesLines
* jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin13 days1-1/+1
* jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Ye Bin13 days1-1/+1
* jbd2: remove redundant assignement to variable errColin Ian King2024-05-071-1/+0
* jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin2023-12-121-0/+1
* jbd2: increase the journal IO's priorityZhang Yi2023-11-301-4/+5
* jbd2: Remove page size assumptionsRitesh Harjani (IBM)2023-09-071-10/+6
* jbd2: remove t_checkpoint_io_listZhang Yi2023-07-101-2/+1
* jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig2023-01-181-25/+0
* jbd2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-181-6/+2
* jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara2022-12-081-3/+2
* jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2022-09-301-1/+1
* jbd2: drop useless return value of submit_bhRitesh Harjani (IBM)2022-09-291-6/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-041-16/+16
|\
| * jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi2022-08-021-1/+1
| * jbd2: rename jbd_debug() to jbd2_debug()Jan Kara2022-08-021-15/+15
* | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-4/+4
|/
* fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* jbd2: Convert release_buffer_page() to use a folioMatthew Wilcox (Oracle)2022-05-091-6/+8
* jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin2022-04-211-1/+3
* jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani2022-02-031-16/+3
* ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-1/+1
* block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-2/+2
* jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar2020-11-061-0/+9
* jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-061-1/+1
* jbd2: add fast commit machineryHarshad Shirwadkar2020-10-211-0/+44
* jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira2020-10-181-12/+18
* jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira2020-10-181-20/+16
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-2/+2
* jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)2020-03-051-3/+4
* jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)2020-02-131-4/+21
* jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2020-02-131-28/+15
* jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)2020-01-251-2/+2
* Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o2019-11-051-5/+8
|\
| * jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara2019-11-051-2/+4
| * jbd2: Fix statistics for the number of logged blocksJan Kara2019-11-051-1/+3
| * jbd2: Fixup stale comment in commit codeJan Kara2019-11-051-2/+1
* | jbd2: Make state lock a spinlockThomas Gleixner2019-10-211-4/+4
* | jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara2019-10-211-1/+4
|/
* jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-06-201-6/+17
* jbd2: fix typo in comment of journal_submit_inode_data_buffersLiu Song2019-05-301-1/+1
* jbd2: fix invalid descriptor block checksumluojiajun2019-03-011-2/+4
* jbd2: avoid long hold times of j_state_lock while committing a transactionJan Kara2018-12-031-0/+3
* jbd2: replace current_kernel_time64 with ktime equivalentArnd Bergmann2018-07-291-1/+2
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-4/+1
* jbd2: don't clear and reset errors after waiting on writebackJeff Layton2017-07-061-12/+4
* fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkp...Tejun Heo2017-01-141-1/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-4/+5
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-111-2/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-261-1/+1
|\
| * jbd2: make journal y2038 safeArnd Bergmann2016-06-301-1/+1