aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-01xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu1-7/+4
2013-02-01xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu1-1/+1
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-3/+3
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-11/+8
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2012-07-31xfs: Convert to new freezing codeJan Kara1-0/+2
2012-07-01xfs: add discontiguous buffer support to transactionsDave Chinner1-5/+45
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro1-1/+1
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-11/+7
2011-12-08xfs: remove the lid_size field in struct log_item_descChristoph Hellwig1-2/+1
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig1-3/+3
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-1/+1
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-2/+1
2011-10-11xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig1-4/+1
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig1-1/+1
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig1-2/+0
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner1-1/+1
2010-10-18xfs: remove unused t_callback field in struct xfs_transChristoph Hellwig1-2/+0
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-0/+1
2010-07-26xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flagsChristoph Hellwig1-2/+0
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+2
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig1-4/+2
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-98/+7
2010-05-28xfs: cleanup log reservation calculactionsChristoph Hellwig1-411/+0
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner1-0/+1
2010-05-24xfs: Introduce delayed logging core codeDave Chinner1-1/+7
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner1-33/+2
2010-05-19xfs: add log item recovery tracingDave Chinner1-0/+9
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner1-3/+2
2010-03-01xfs: stop passing opaque handles to xfs_log.c routinesChristoph Hellwig1-1/+1
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner1-2/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+47
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig1-1/+1
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-1/+1
2009-03-29xfs: fix various typosMalcolm Parsons1-6/+6
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig1-6/+6
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-3/+0
2008-10-30[XFS] Add ail pointer into log itemsDavid Chinner1-0/+1
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceDavid Chinner1-1/+0
2008-10-30[XFS] Sync up kernel and user-space headersBarry Naujok1-161/+156
2008-08-13[XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen1-11/+0
2008-08-13[XFS] Move xfs_attr_rolltrans to xfs_trans_rollNiv Sardi1-0/+1
2008-04-18[XFS] Replace custom AIL linked-list code with struct list_headJosef 'Jeff' Sipek1-6/+1
2008-04-18[XFS] kill t_sema member of struct xfs_transNiv Sardi1-1/+0
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner1-2/+3