summaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-3/+3
|/
* jbd2: add support for avoiding data writes during transaction commitsJan Kara2016-04-241-0/+4
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* jbd2: save some atomic ops in __JI_COMMIT_RUNNING handlingJan Kara2016-02-221-6/+6
* jbd2: unify revoke and tag block checksum handlingJan Kara2016-02-221-17/+1
* jbd2: factor out common descriptor block initializationJan Kara2016-02-221-11/+5
* jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara2016-02-221-2/+1
* jbd2: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-14/+8
* jbd2: avoid infinite loop when destroying aborted journalJan Kara2015-07-281-1/+1
* jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong2014-08-281-9/+12
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
* jbd2: add transaction to checkpoint list earlierTheodore Ts'o2014-03-081-19/+20
* jbd2: calculate statistics without holding j_state_lock and j_list_lockTheodore Ts'o2014-03-081-18/+18
* jbd2: don't unplug after writing revoke recordsTheodore Ts'o2014-03-081-2/+0
* jbd2: Fix endian mixing problems in the checksumming codeDarrick J. Wong2013-08-281-3/+3
* jbd2: fix duplicate debug label for phase 2Paul Gortmaker2013-06-121-2/+2
* jbd2: relocate assert after state lock in journal_commit_transaction()Paul Gortmaker2013-06-121-1/+1
* jbd2: transaction reservation supportJan Kara2013-06-041-0/+6
* jbd2: refine waiting for shadow buffersJan Kara2013-06-041-9/+9
* jbd2: remove journal_head from descriptor buffersJan Kara2013-06-041-47/+31
* jbd2: don't create journal_head for temporary journal buffersJan Kara2013-06-041-43/+22