aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: Inode create log itemsDave Chinner2013-06-271-1/+3
* xfs: Introduce an ordered buffer itemDave Chinner2013-06-271-0/+1
* xfs: Remove two dead transaction log reservaion macrosJie Liu2013-06-191-8/+3
* xfs: introduce CONFIG_XFS_WARNDave Chinner2013-05-071-2/+2
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-4/+0
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-271-0/+2
* xfs: add support for large btree blocksChristoph Hellwig2013-04-211-0/+2
* xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu2013-02-011-7/+4
* xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu2013-02-011-0/+1
* xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu2013-02-011-0/+1
* xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu2013-02-011-0/+1
* xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu2013-02-011-0/+1
* xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu2013-02-011-0/+1
* xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu2013-02-011-1/+1
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-3/+3
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-11/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-0/+2
|\
| * xfs: Convert to new freezing codeJan Kara2012-07-311-0/+2
* | xfs: add discontiguous buffer support to transactionsDave Chinner2012-07-011-5/+45
|/
* xfs: switch to proper __bitwise type for KM_... flagsAl Viro2012-05-291-1/+1
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-11/+7
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-081-2/+1
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-081-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-171-1/+1
|\
| * xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-111-1/+1
* | xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-111-2/+1
* | xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig2011-10-111-4/+1
|/
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-221-2/+0
* xfs: connect up buffer reclaim priority hooksDave Chinner2010-12-021-1/+1
* xfs: remove unused t_callback field in struct xfs_transChristoph Hellwig2010-10-181-2/+0
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-181-0/+1
* xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flagsChristoph Hellwig2010-07-261-2/+0
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-2/+2
* xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-261-4/+2
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-98/+7
* xfs: cleanup log reservation calculactionsChristoph Hellwig2010-05-281-411/+0
* xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-241-0/+1
* xfs: Introduce delayed logging core codeDave Chinner2010-05-241-1/+7
* xfs: Improve scalability of busy extent trackingDave Chinner2010-05-241-33/+2
* xfs: add log item recovery tracingDave Chinner2010-05-191-0/+9
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-3/+2
* xfs: stop passing opaque handles to xfs_log.c routinesChristoph Hellwig2010-03-011-1/+1
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-021-2/+1
* xfs: event tracing supportChristoph Hellwig2009-12-141-0/+47
* xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig2009-12-111-1/+1
* xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-011-1/+1
* xfs: fix various typosMalcolm Parsons2009-03-291-6/+6
* xfs: remove superflous inobt macrosChristoph Hellwig2009-02-091-6/+6
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-3/+0
* [XFS] Add ail pointer into log itemsDavid Chinner2008-10-301-0/+1