aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-16xfs: move the XLOG_REG_ constants out of xfs_log_format.hChristoph Hellwig1-0/+37
2025-07-24xfs: don't use a xfs_log_iovec for attr_item names and valuesChristoph Hellwig1-7/+0
2025-07-24xfs: use better names for size members in xfs_log_vecChristoph Hellwig1-4/+5
2024-10-07xfs: Remove empty declartion in header fileZhang Zekun1-2/+0
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner1-1/+0
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong1-2/+0
2022-07-07xfs: move CIL ordering to the logvec chainDave Chinner1-0/+1
2022-07-07xfs: convert log vector chain to use list headsDave Chinner1-1/+1
2022-05-23xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong1-0/+7
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson1-0/+1
2022-05-04xfs: hide log iovec alignment constraintsDave Chinner1-3/+39
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner1-41/+14
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner1-1/+1
2022-04-21xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner1-34/+8
2022-04-21xfs: move log iovec alignment to preparation functionDave Chinner1-11/+14
2022-04-21xfs: log tickets don't need log client idDave Chinner1-9/+5
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner1-0/+1
2021-08-16xfs: make forced shutdown processing atomicDave Chinner1-1/+1
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner1-1/+0
2021-08-09xfs: clear log incompat feature bits when the log is idleDarrick J. Wong1-0/+3
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-3/+1
2021-06-21xfs: journal IO cache flush reductionsDave Chinner1-1/+0
2021-01-22xfs: cover the log during log quiesceBrian Foster1-1/+1
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster1-0/+1
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster1-0/+1
2020-10-07xfs: expose the log push thresholdDarrick J. Wong1-0/+2
2020-03-27xfs: refactor and split xfs_log_done()Dave Chinner1-4/+0
2020-03-23xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig1-1/+1
2020-03-23xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig1-2/+1
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam1-1/+1
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig1-12/+3
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig1-1/+1
2018-08-01xfs: refactor log recovery checkDarrick J. Wong1-0/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig1-7/+2
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig1-5/+1
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-01-30xfs: remove unused struct declarationsEric Sandeen1-1/+0
2016-06-01xfs: make several functions staticEric Sandeen1-5/+0
2016-04-06xfs: remove transaction typesChristoph Hellwig1-2/+1
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster1-0/+1
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster1-0/+1
2015-06-04xfs: fix xfs_log_done interfaceChristoph Hellwig1-10/+1
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-1/+1
2014-05-20xfs: log vector rounding leaks log spaceDave Chinner1-6/+13
2014-02-07xfs: convert xfs_log_commit_cil() to voidJie Liu1-1/+1
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig1-4/+37
2013-12-13xfs: introduce xlog_copy_iovecChristoph Hellwig1-0/+13
2013-10-23xfs: decouple log and transaction headersDave Chinner1-8/+2
2013-08-13xfs: Reduce allocations during CIL insertionDave Chinner1-0/+1
2013-08-12xfs: separate out log format definitionsDave Chinner1-68/+21
2013-06-27xfs: Inode create log itemsDave Chinner1-1/+2
2013-06-27xfs: Introduce ordered log vector supportDave Chinner1-0/+2
2012-10-17xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner1-0/+1
2012-10-17xfs: sync work is now only periodic log workDave Chinner1-0/+3
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig1-0/+1
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig1-10/+2
2012-02-22xfs: cleanup xfs_log_space_wakeChristoph Hellwig1-2/+1
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig1-2/+3
2011-12-08xfs: cleanup the transaction commit path a bitChristoph Hellwig1-2/+1
2011-12-08xfs: remove the deprecated nodelaylog optionChristoph Hellwig1-5/+0
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig1-1/+1
2011-04-28xfs: exact busy extent trackingChristoph Hellwig1-2/+0
2011-01-28xfs: handle CIl transaction commit failures correctlyDave Chinner1-1/+1
2010-07-26xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig1-4/+0
2010-07-26xfs: kill the unused xlog_debug variableChristoph Hellwig1-5/+0
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig1-1/+1
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner1-0/+1
2010-05-24xfs: Introduce delayed logging core codeDave Chinner1-1/+8
2010-05-24xfs: make the log ticket ID available outside the log infrastructureDave Chinner1-1/+3
2010-05-19xfs: introduce new internal log vector structureDave Chinner1-0/+6
2010-05-19xfs: factor log item initialisationDave Chinner1-0/+7
2010-03-01xfs: stop passing opaque handles to xfs_log.c routinesChristoph Hellwig1-8/+8
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-8/+7
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig1-3/+1
2009-03-16xfs: cleanup log unmount handlingChristoph Hellwig1-2/+1
2008-11-17[XFS] Fix double free of log ticketsDave Chinner1-0/+4
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig1-1/+1
2008-04-18[XFS] Sanitise xfs_log_force error checking.David Chinner1-2/+3
2008-02-07[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotationsChristoph Hellwig1-1/+2
2006-09-28[XFS] Remove several macros that are no longer used anywhereEric Sandeen1-8/+0
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2006-01-11[XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time toTim Shimmin1-10/+1
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton1-7/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig1-3/+6
2005-09-02[XFS] 929956 add log debugging and tracing infoTim Shimmin1-1/+37
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+182