aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-16xfs: AIL needs asynchronous CIL forcingGravatar Dave Chinner 1-0/+1
2021-08-16xfs: make forced shutdown processing atomicGravatar Dave Chinner 1-1/+1
2021-08-16xfs: convert log flags to an operational state fieldGravatar Dave Chinner 1-1/+0
2021-08-09xfs: clear log incompat feature bits when the log is idleGravatar Darrick J. Wong 1-0/+3
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNGravatar Dave Chinner 1-3/+1
2021-06-21xfs: journal IO cache flush reductionsGravatar Dave Chinner 1-1/+0
2021-01-22xfs: cover the log during log quiesceGravatar Brian Foster 1-1/+1
2021-01-22xfs: separate log cleaning from log quiesceGravatar Brian Foster 1-0/+1
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsGravatar Brian Foster 1-0/+1
2020-10-07xfs: expose the log push thresholdGravatar Darrick J. Wong 1-0/+2
2020-03-27xfs: refactor and split xfs_log_done()Gravatar Dave Chinner 1-4/+0
2020-03-23xfs: remove the aborted parameter to xlog_state_done_syncingGravatar Christoph Hellwig 1-1/+1
2020-03-23xfs: simplify the xfs_log_release_iclog calling conventionGravatar Christoph Hellwig 1-2/+1
2019-07-03fs: xfs: xfs_log: Change return type from int to voidGravatar Hariprasad Kelam 1-1/+1
2019-06-28xfs: use a list_head for iclog callbacksGravatar Christoph Hellwig 1-12/+3
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagGravatar Christoph Hellwig 1-1/+1
2018-08-01xfs: refactor log recovery checkGravatar Darrick J. Wong 1-0/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-04-09xfs: non-scrub - remove unused function parametersGravatar Eric Sandeen 1-2/+1
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnGravatar Christoph Hellwig 1-7/+2
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceGravatar Christoph Hellwig 1-5/+1
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-1/+1
2017-01-30xfs: remove unused struct declarationsGravatar Eric Sandeen 1-1/+0
2016-06-01xfs: make several functions staticGravatar Eric Sandeen 1-5/+0
2016-04-06xfs: remove transaction typesGravatar Christoph Hellwig 1-2/+1
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksGravatar Brian Foster 1-0/+1
2015-08-19xfs: don't leave EFIs on AIL on mount failureGravatar Brian Foster 1-0/+1
2015-06-04xfs: fix xfs_log_done interfaceGravatar Christoph Hellwig 1-10/+1
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 1-1/+1
2014-05-20xfs: log vector rounding leaks log spaceGravatar Dave Chinner 1-6/+13
2014-02-07xfs: convert xfs_log_commit_cil() to voidGravatar Jie Liu 1-1/+1
2013-12-13xfs: format log items write directly into the linear CIL bufferGravatar Christoph Hellwig 1-4/+37
2013-12-13xfs: introduce xlog_copy_iovecGravatar Christoph Hellwig 1-0/+13
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-8/+2
2013-08-13xfs: Reduce allocations during CIL insertionGravatar Dave Chinner 1-0/+1
2013-08-12xfs: separate out log format definitionsGravatar Dave Chinner 1-68/+21
2013-06-27xfs: Inode create log itemsGravatar Dave Chinner 1-1/+2
2013-06-27xfs: Introduce ordered log vector supportGravatar Dave Chinner 1-0/+2
2012-10-17xfs: xfs_quiesce_attr() should quiesce the log like unmountGravatar Dave Chinner 1-0/+1
2012-10-17xfs: sync work is now only periodic log workGravatar Dave Chinner 1-0/+3
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldGravatar Christoph Hellwig 1-0/+1
2012-02-22xfs: split and cleanup xfs_log_reserveGravatar Christoph Hellwig 1-10/+2
2012-02-22xfs: cleanup xfs_log_space_wakeGravatar Christoph Hellwig 1-2/+1
2012-02-22xfs: split tail_lsn assignments from log space wakeupsGravatar Christoph Hellwig 1-2/+3
2011-12-08xfs: cleanup the transaction commit path a bitGravatar Christoph Hellwig 1-2/+1
2011-12-08xfs: remove the deprecated nodelaylog optionGravatar Christoph Hellwig 1-5/+0
2011-11-08xfs: constify xfs_item_opsGravatar Christoph Hellwig 1-1/+1
2011-04-28xfs: exact busy extent trackingGravatar Christoph Hellwig 1-2/+0
2011-01-28xfs: handle CIl transaction commit failures correctlyGravatar Dave Chinner 1-1/+1
2010-07-26xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsGravatar Christoph Hellwig 1-4/+0