aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin1-0/+1
2023-11-30jbd2: increase the journal IO's priorityZhang Yi1-4/+5
2023-09-07jbd2: Remove page size assumptionsRitesh Harjani (IBM)1-10/+6
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi1-2/+1
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig1-25/+0
2023-01-18jbd2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)1-6/+2
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara1-3/+2
2022-09-30jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko1-1/+1
2022-09-29jbd2: drop useless return value of submit_bhRitesh Harjani (IBM)1-6/+4
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-16/+16
2022-08-02jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi1-1/+1
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Jan Kara1-15/+15
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-4/+4
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09jbd2: Convert release_buffer_page() to use a folioMatthew Wilcox (Oracle)1-6/+8
2022-04-21jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-02-03jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani1-16/+3
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-1/+1
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-2/+2
2020-11-06jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar1-0/+9
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar1-1/+1
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar1-0/+44
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira1-12/+18
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira1-20/+16
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-2/+2
2020-03-05jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)1-3/+4
2020-02-13jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)1-4/+21
2020-02-13jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)1-28/+15
2020-01-25jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)1-2/+2
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o1-5/+8
2019-11-05jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara1-2/+4
2019-11-05jbd2: Fix statistics for the number of logged blocksJan Kara1-1/+3
2019-11-05jbd2: Fixup stale comment in commit codeJan Kara1-2/+1
2019-10-21jbd2: Make state lock a spinlockThomas Gleixner1-4/+4
2019-10-21jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara1-1/+4
2019-06-20jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler1-6/+17
2019-05-30jbd2: fix typo in comment of journal_submit_inode_data_buffersLiu Song1-1/+1
2019-03-01jbd2: fix invalid descriptor block checksumluojiajun1-2/+4
2018-12-03jbd2: avoid long hold times of j_state_lock while committing a transactionJan Kara1-0/+3
2018-07-29jbd2: replace current_kernel_time64 with ktime equivalentArnd Bergmann1-1/+2
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-4/+1
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton1-12/+4
2017-01-14fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkp...Tejun Heo1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-4/+5
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-2/+1
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2016-06-30jbd2: make journal y2038 safeArnd Bergmann1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-3/+3
2016-04-24jbd2: add support for avoiding data writes during transaction commitsJan Kara1-0/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-02-22jbd2: save some atomic ops in __JI_COMMIT_RUNNING handlingJan Kara1-6/+6
2016-02-22jbd2: unify revoke and tag block checksum handlingJan Kara1-17/+1
2016-02-22jbd2: factor out common descriptor block initializationJan Kara1-11/+5
2016-02-22jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara1-2/+1
2015-10-17jbd2: clean up feature test macros with predicate functionsDarrick J. Wong1-14/+8
2015-07-28jbd2: avoid infinite loop when destroying aborted journalJan Kara1-1/+1
2014-08-28jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong1-9/+12
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-03-08jbd2: add transaction to checkpoint list earlierTheodore Ts'o1-19/+20
2014-03-08jbd2: calculate statistics without holding j_state_lock and j_list_lockTheodore Ts'o1-18/+18
2014-03-08jbd2: don't unplug after writing revoke recordsTheodore Ts'o1-2/+0
2013-08-28jbd2: Fix endian mixing problems in the checksumming codeDarrick J. Wong1-3/+3
2013-06-12jbd2: fix duplicate debug label for phase 2Paul Gortmaker1-2/+2
2013-06-12jbd2: relocate assert after state lock in journal_commit_transaction()Paul Gortmaker1-1/+1
2013-06-04jbd2: transaction reservation supportJan Kara1-0/+6
2013-06-04jbd2: refine waiting for shadow buffersJan Kara1-9/+9
2013-06-04jbd2: remove journal_head from descriptor buffersJan Kara1-47/+31
2013-06-04jbd2: don't create journal_head for temporary journal buffersJan Kara1-43/+22
2013-05-28jbd2: fix block tag checksum verification brokennessDarrick J. Wong1-6/+7
2013-04-03jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov1-22/+28
2013-02-06jbd2: track request delay statisticsTheodore Ts'o1-0/+8
2012-09-26jbd2: fix assertion failure in commit code due to lacking transaction creditsJan Kara1-11/+29
2012-07-23jbd2: remove the second argument of kmap_atomicCong Wang1-2/+2
2012-05-27jbd2: checksum data blocks that are stored in the journalDarrick J. Wong1-0/+22
2012-05-27jbd2: checksum commit blocksDarrick J. Wong1-0/+19
2012-05-27jbd2: checksum descriptor blocksDarrick J. Wong1-1/+24
2012-05-22jbd2: change disk layout for metadata checksummingDarrick J. Wong1-2/+2
2012-04-23jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+45
2012-03-20jbd2: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-13jbd2: cleanup journal tail after transaction commitJan Kara1-0/+32
2012-03-13jbd2: issue cache flush after checkpointing even with internal journalJan Kara1-1/+10
2012-03-13jbd2: protect all log tail updates with j_checkpoint_mutexJan Kara1-0/+2
2012-03-13jbd2: split updating of journal superblock and marking journal emptyJan Kara1-1/+1
2012-02-20jbd2: allocate transaction from separate slab cacheYongqiang Yang1-1/+1
2011-12-28jbd2: clear revoked flag on buffers before a new transaction startedYongqiang Yang1-0/+6
2011-11-01jbd2: Unify log messages in jbd2 codeEryu Guan1-13/+13
2011-06-13jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara1-14/+19
2011-05-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-5/+17
2011-05-24jbd2: Add function jbd2_trans_will_send_data_barrier()Jan Kara1-1/+9
2011-05-24jbd2: fix sending of data flush on journal commitJan Kara1-2/+1
2011-05-17jbd/jbd2: remove obsolete summarise_journal_usage.Tao Ma1-6/+0
2011-05-08jbd2: Fix forever sleeping process in do_get_write_access()Jan Kara1-2/+7
2011-04-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+3
2011-04-05jbd2: fix potential memory leak on transaction commitZhang Huan1-1/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingJens Axboe1-10/+8
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-3/+3
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-4/+8
2010-10-27jbd2: Fix I/O hang in jbd2_journal_release_jbd_inodeBrian King1-4/+8
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-54/+20
2010-09-20cfq: improve fsync performance for small filesCorrado Zoccolo1-1/+1
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-4/+2
2010-09-10jbd2: replace barriers with explicit flush / FUA usageChristoph Hellwig1-39/+4
2010-09-10jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrierJan Kara1-13/+16
2010-08-18kill BH_Ordered flagChristoph Hellwig1-24/+15
2010-08-03jbd2: Remove t_handle_lock from start_this_handle()Theodore Ts'o1-1/+2
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o1-13/+13
2010-08-02jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o1-6/+7
2010-07-27jbd2: Make barrier messages less scaryEric Sandeen1-4/+4
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-2/+4
2010-02-24jbd2: clean up an assertion in jbd2_journal_commit_transaction()dingdinghua1-2/+1
2010-02-15jbd2: delay discarding buffers in journal_unmap_bufferdingdinghua1-5/+5
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o1-8/+11
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig1-1/+1
2009-12-01jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer()Theodore Ts'o1-0/+4
2009-09-30jbd2: Use tracepoints for history fileTheodore Ts'o1-31/+28
2009-09-11ext4: Fix async commit mode to be safe by using a barrierTheodore Ts'o1-4/+7
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-06-17jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o1-6/+7
2009-04-14jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o1-1/+2
2009-04-06jbd2: use WRITE_SYNC_PLUG instead of WRITE_SYNCJens Axboe1-4/+9
2009-03-25ext4: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o1-1/+4
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-9/+49
2009-01-05jbd2: Add buffer triggersJoel Becker1-0/+9
2009-01-04jbd2: Submit writes to the journal using WRITE_SYNCTheodore Ts'o1-2/+2
2008-11-06jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V1-5/+8
2008-11-26jbd2: improve jbd2 fsync batchingJosef Bacik1-0/+14
2009-01-05jbd2: Add barrier not supported test to journal_wait_on_commit_recordTheodore Ts'o1-2/+25
2008-10-28jbd2: Call the commit callback before the transaction could get droppedTheodore Ts'o1-4/+4
2008-10-16ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o1-0/+3
2008-10-10ext4: add an option to control error handling on file dataHidehiro Kawai1-0/+2
2008-10-10jbd2: don't dirty original metadata buffer on abortHidehiro Kawai1-1/+4
2008-10-12jbd2: abort when failed to log metadata buffersHidehiro Kawai1-0/+3
2008-10-06jbd2: Fix buffer head leak when writing the commit blockTheodore Ts'o1-3/+2
2008-10-05ext4: Add debugging markers that can be used by systemtapTheodore Ts'o1-0/+6
2008-09-16jbd2: clean up how the journal device name is printedTheodore Ts'o1-8/+3
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-07-31jbd2: don't abort if flushing file data failedHidehiro Kawai1-4/+20
2008-07-11ext4: Add ordered mode support for delallocAneesh Kumar K.V1-5/+33
2008-07-11jbd2: Remove data=ordered mode support using jbd buffer headsJan Kara1-213/+8
2008-07-11jbd2: Implement data=ordered mode handling via inodesJan Kara1-0/+90
2008-07-11jbd2: Add commit time into the commit blockTheodore Ts'o1-0/+3
2008-06-03jbd2: Fix barrier fallback code to re-lock the buffer headTheodore Ts'o1-0/+1
2008-05-15jbd2: update transaction t_state to T_COMMIT fixMingming Cao1-0/+2
2008-04-17jbd2: fix possible journal overflow issuesJosef Bacik1-0/+3
2008-04-17jbd2: fix the way the b_modified flag is clearedJosef Bacik1-16/+0
2008-02-10JBD2: Clear buffer_ordered flag for barried IO request on successDave Kleikamp1-1/+2
2008-02-05JBD2: Use the incompat macro for testing the incompat feature.Aneesh Kumar K.V1-1/+1
2008-02-05jbd2: Fix reference counting on the journal commit block's buffer headAneesh Kumar K.V1-1/+1
2008-02-05jbd2: Add error check to journal_wait_on_commit_record to avoid oopsMingming Cao1-1/+2
2008-01-30spinlock: lockbreak cleanupNick Piggin1-1/+1
2008-01-28ext4: Add the journal checksum featureGirish Shilamkar1-49/+149
2008-01-28jbd2: jbd2 stats through procfsJohann Lombardi1-0/+49
2008-01-28jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara1-4/+4
2007-10-17jbd2: fix commit code to properly abort journalJan Kara1-4/+4
2007-10-17jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao1-1/+1
2007-10-17JBD2: jbd2 slab allocation cleanupsMingming Cao1-3/+3
2007-07-16jbd2 commit: fix transaction droppingJan Kara1-1/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-07[PATCH] jbd2: wait for already submitted t_sync_datalist buffer to completeHisashi Hifumi1-2/+6
2006-10-11[PATCH] jbd2: switch blks_type from sector_t to ullMingming Cao1-2/+2
2006-10-11[PATCH] jbd2: sector_t conversionMingming Cao1-1/+1
2006-10-11[PATCH] 64-bit jbd2 coreZach Brown1-4/+13
2006-10-11[PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbolsMingming Cao1-61/+61
2006-10-11[PATCH] jbd2: initial copy of files from jbdDave Kleikamp1-0/+911