summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: move CIL ordering to the logvec chainDave Chinner2022-07-071-0/+1
* xfs: convert log vector chain to use list headsDave Chinner2022-07-071-1/+1
* xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong2022-05-231-0/+7
* xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson2022-05-111-0/+1
* xfs: hide log iovec alignment constraintsDave Chinner2022-05-041-3/+39
* Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner2022-04-211-41/+14
|\
| * xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner2022-04-211-34/+8
| * xfs: move log iovec alignment to preparation functionDave Chinner2022-04-211-11/+14
| * xfs: log tickets don't need log client idDave Chinner2022-04-211-9/+5
* | xfs: convert shutdown reasons to unsigned.Dave Chinner2022-04-211-1/+1
|/
* xfs: AIL needs asynchronous CIL forcingDave Chinner2021-08-161-0/+1
* xfs: make forced shutdown processing atomicDave Chinner2021-08-161-1/+1
* xfs: convert log flags to an operational state fieldDave Chinner2021-08-161-1/+0
* xfs: clear log incompat feature bits when the log is idleDarrick J. Wong2021-08-091-0/+3
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-3/+1
* xfs: journal IO cache flush reductionsDave Chinner2021-06-211-1/+0
* xfs: cover the log during log quiesceBrian Foster2021-01-221-1/+1
* xfs: separate log cleaning from log quiesceBrian Foster2021-01-221-0/+1
* xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster2021-01-221-0/+1
* xfs: expose the log push thresholdDarrick J. Wong2020-10-071-0/+2
* xfs: refactor and split xfs_log_done()Dave Chinner2020-03-271-4/+0
* xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig2020-03-231-1/+1
* xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig2020-03-231-2/+1
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-031-1/+1
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-281-12/+3
* xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-281-1/+1
* xfs: refactor log recovery checkDarrick J. Wong2018-08-011-0/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+1
* xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-141-7/+2
* xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-141-5/+1
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: remove unused struct declarationsEric Sandeen2017-01-301-1/+0
* xfs: make several functions staticEric Sandeen2016-06-011-5/+0
* xfs: remove transaction typesChristoph Hellwig2016-04-061-2/+1
* xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-0/+1
* xfs: don't leave EFIs on AIL on mount failureBrian Foster2015-08-191-0/+1
* xfs: fix xfs_log_done interfaceChristoph Hellwig2015-06-041-10/+1
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
* xfs: log vector rounding leaks log spaceDave Chinner2014-05-201-6/+13
* xfs: convert xfs_log_commit_cil() to voidJie Liu2014-02-071-1/+1
* xfs: format log items write directly into the linear CIL bufferChristoph Hellwig2013-12-131-4/+37
* xfs: introduce xlog_copy_iovecChristoph Hellwig2013-12-131-0/+13
* xfs: decouple log and transaction headersDave Chinner2013-10-231-8/+2
* xfs: Reduce allocations during CIL insertionDave Chinner2013-08-131-0/+1
* xfs: separate out log format definitionsDave Chinner2013-08-121-68/+21
* xfs: Inode create log itemsDave Chinner2013-06-271-1/+2
* xfs: Introduce ordered log vector supportDave Chinner2013-06-271-0/+2
* xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner2012-10-171-0/+1
* xfs: sync work is now only periodic log workDave Chinner2012-10-171-0/+3