summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
Commit message (Expand)AuthorAgeFilesLines
* 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-301-1/+1
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-11/+7Star
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-081-2/+1Star
* 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-121-2/+1Star
* | xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig2011-10-121-4/+1Star
|/
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-231-2/+0Star
* 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/+0Star
* 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/+0Star
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-2/+2
* xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-261-4/+2Star
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-98/+7Star
* xfs: cleanup log reservation calculactionsChristoph Hellwig2010-05-281-411/+0Star
* 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/+2Star
* xfs: add log item recovery tracingDave Chinner2010-05-191-0/+9
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-3/+2Star
* 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/+1Star
* xfs: event tracing supportChristoph Hellwig2009-12-151-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/+0Star
* [XFS] Add ail pointer into log itemsDavid Chinner2008-10-301-0/+1
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-301-1/+0Star
* [XFS] Sync up kernel and user-space headersBarry Naujok2008-10-301-161/+156Star
* [XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen2008-08-131-11/+0Star
* [XFS] Move xfs_attr_rolltrans to xfs_trans_rollNiv Sardi2008-08-131-0/+1
* [XFS] Replace custom AIL linked-list code with struct list_headJosef 'Jeff' Sipek2008-04-181-6/+1Star
* [XFS] kill t_sema member of struct xfs_transNiv Sardi2008-04-181-1/+0Star
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-2/+3
* [XFS] Fix up sparse warnings.David Chinner2008-02-071-0/+2
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-1/+2
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-3/+1Star
* [XFS] Make growfs work for amounts greater than 2TBDavid Chinner2007-02-101-21/+21
* [XFS] Get rid of old 5.3/6.1 v1 log items. Cleanup patch sent in by EricEric Sandeen2007-02-101-4/+0Star
* [XFS] Remove unused iop_abort log item operationEric Sandeen2006-09-281-2/+0Star
* [XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back --Alexey Dobriyan2006-06-271-2/+2
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-5/+2Star
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-1/+1