summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: use blocks for storing the desired IO sizeDave Chinner2012-05-141-7/+8
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-141-2/+2
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-70/+26
* xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig2012-05-141-3/+8
* 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-111-3/+1
* | xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig2011-10-111-2/+0
* | xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-111-2/+4
* | xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig2011-10-111-2/+2
|/
* "xfs: fix error handling for synchronous writes" revisitedAjeet Yadav2011-08-101-1/+0
* 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/+0
* xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman2011-07-251-1/+1
* xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-2/+0
* 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/+21
* 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-111-102/+49
* 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/+1
* xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2010-07-261-1/+0
* 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/+6
* 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/+28
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-4/+1
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* 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/+50
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-28/+22
* xfs: factor log item initialisationDave Chinner2010-05-191-4/+1
* 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-141-62/+25
* [XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy2008-12-221-15/+1
* [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-111-2/+2