aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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