aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner1-7/+8
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner1-2/+2
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-70/+26
2012-05-14xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig1-3/+8
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig1-1/+1
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-1/+2
2011-10-11xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig1-3/+1
2011-10-11xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig1-2/+0
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig1-2/+4
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig1-2/+2
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig1-1/+2
2011-08-10"xfs: fix error handling for synchronous writes" revisitedAjeet Yadav1-1/+0
2011-07-25xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman1-1/+1
2011-07-25xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman1-3/+3
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman1-1/+1
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-3/+3
2011-07-25xfs: Remove macro XFS_BUF_SET_STARTChandra Seetharaman1-1/+0
2011-07-25xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman1-1/+1
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman1-2/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-2/+2
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig1-8/+8
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig1-30/+21
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig1-2/+2
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-7/+8
2011-01-28xfs: fix efi item leak on forced shutdownDave Chinner1-5/+7
2011-01-11xfs: fix error handling for synchronous writesChristoph Hellwig1-102/+49
2010-12-03xfs: consume iodone callback items on buffers as they are processedDave Chinner1-11/+21
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-2/+2
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner1-2/+1
2010-07-26xfs: kill the b_strat callback in xfs_bufChristoph Hellwig1-1/+0
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig1-1/+1
2010-07-26xfs: simplify buffer pinningChristoph Hellwig1-6/+7
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig1-7/+6
2010-07-26xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig1-63/+66
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig1-46/+28
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-4/+1
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner1-0/+14
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner1-21/+21
2010-05-24xfs: modify buffer item reference countingDave Chinner1-60/+50
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner1-28/+22
2010-05-19xfs: factor log item initialisationDave Chinner1-4/+1
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner1-29/+35
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig1-4/+4
2009-12-14xfs: event tracing supportChristoph Hellwig1-62/+25
2008-12-22[XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy1-15/+1
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig1-2/+2