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