summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-081-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-171-1/+2
|\
| * xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-111-1/+2
* | xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig2011-10-121-3/+1Star
* | xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig2011-10-121-2/+0Star
* | xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-121-2/+4
* | xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig2011-10-121-2/+2
|/
* "xfs: fix error handling for synchronous writes" revisitedAjeet Yadav2011-08-111-1/+0Star
* xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman2011-07-251-1/+1
* xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman2011-07-251-3/+3
* Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman2011-07-251-1/+1
* xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-3/+3
* xfs: Remove macro XFS_BUF_SET_STARTChandra Seetharaman2011-07-251-1/+0Star
* xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman2011-07-251-1/+1
* xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-2/+0Star
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-2/+2
* xfs: remove wrappers around b_iodoneChristoph Hellwig2011-07-131-8/+8
* xfs: remove wrappers around b_fsprivChristoph Hellwig2011-07-131-30/+21Star
* xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig2011-07-131-2/+2
* xfs: clean up buffer locking helpersChristoph Hellwig2011-07-081-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-7/+8
* xfs: fix efi item leak on forced shutdownDave Chinner2011-01-281-5/+7
* xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-121-102/+49Star
* xfs: consume iodone callback items on buffers as they are processedDave Chinner2010-12-031-11/+21
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-2/+2
* xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner2010-10-181-2/+1Star
* xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2010-07-261-1/+0Star
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-261-1/+1
* xfs: simplify buffer pinningChristoph Hellwig2010-07-261-6/+7
* xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-261-7/+6Star
* xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig2010-07-261-63/+66
* xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-261-46/+28Star
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-4/+1Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-241-0/+14
* xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-241-21/+21
* xfs: modify buffer item reference countingDave Chinner2010-05-241-60/+50Star
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-28/+22Star
* xfs: factor log item initialisationDave Chinner2010-05-191-4/+1Star
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-021-29/+35
* xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig2010-01-211-4/+4
* xfs: event tracing supportChristoph Hellwig2009-12-151-62/+25Star
* [XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy2008-12-221-15/+1Star
* [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-111-2/+2
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-15/+9Star
* [XFS] Add ail pointer into log itemsDavid Chinner2008-10-301-1/+4
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-2/+2
* [XFS] Fix use-after-free with buffersLachlan McIlroy2008-09-171-24/+20Star
* [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-131-1/+1