aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-26xfs: kill the unused xlog_debug variableGravatar Christoph Hellwig 1-5/+0
2010-07-26xfs: fix the xfs_log_iovec i_addr typeGravatar Christoph Hellwig 1-1/+1
2010-05-24xfs: Ensure inode allocation buffers are fully replayedGravatar Dave Chinner 1-0/+1
2010-05-24xfs: Introduce delayed logging core codeGravatar Dave Chinner 1-1/+8
2010-05-24xfs: make the log ticket ID available outside the log infrastructureGravatar Dave Chinner 1-1/+3
2010-05-19xfs: introduce new internal log vector structureGravatar Dave Chinner 1-0/+6
2010-05-19xfs: factor log item initialisationGravatar Dave Chinner 1-0/+7
2010-03-01xfs: stop passing opaque handles to xfs_log.c routinesGravatar Christoph Hellwig 1-8/+8
2010-01-21xfs: cleanup up xfs_log_force calling conventionsGravatar Christoph Hellwig 1-8/+7
2010-01-21xfs: kill XLOG_VEC_SET_TYPEGravatar Christoph Hellwig 1-3/+1
2009-03-16xfs: cleanup log unmount handlingGravatar Christoph Hellwig 1-2/+1
2008-11-17[XFS] Fix double free of log ticketsGravatar Dave Chinner 1-0/+4
2008-08-13[XFS] cleanup xfs_mountfsGravatar Christoph Hellwig 1-1/+1
2008-04-18[XFS] Sanitise xfs_log_force error checking.Gravatar David Chinner 1-2/+3
2008-02-07[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotationsGravatar Christoph Hellwig 1-1/+2
2006-09-28[XFS] Remove several macros that are no longer used anywhereGravatar Eric Sandeen 1-8/+0
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allGravatar Nathan Scott 1-1/+1
2006-01-11[XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time toGravatar Tim Shimmin 1-10/+1
2006-01-08[PATCH] remove gcc-2 checksGravatar Andrew Morton 1-7/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGIGravatar Nathan Scott 1-25/+11
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedGravatar Christoph Hellwig 1-3/+6
2005-09-02[XFS] 929956 add log debugging and tracing infoGravatar Tim Shimmin 1-1/+37