aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-326/+0
2011-07-25xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman1-4/+7
2011-07-25xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman1-1/+0
2011-07-25xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman1-1/+0
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman1-1/+4
2011-07-25xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman1-1/+0
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-1/+0
2011-07-25xfs: Remove macro XFS_BUF_SET_STARTChandra Seetharaman1-2/+0
2011-07-25xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman1-1/+0
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman1-4/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-4/+0
2011-07-25xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman1-1/+0
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig1-4/+0
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig1-2/+0
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig1-3/+1
2011-07-08xfs: cleanup I/O-related buffer flagsChristoph Hellwig1-20/+20
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig1-6/+3
2011-07-08xfs: remove the unused xfs_bufhash structureChristoph Hellwig1-5/+0
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner1-0/+1
2011-03-26xfs: stop using the page cache to back the buffer cacheDave Chinner1-36/+4
2011-01-11xfs: fix error handling for synchronous writesChristoph Hellwig1-6/+1
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner1-2/+8
2010-12-02xfs: add a lru to the XFS buffer cacheDave Chinner1-1/+7
2010-11-30xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner1-1/+3
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-40/+30
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-1/+0
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-17/+3
2010-10-18xfs: pack xfs_buf structure more tightlyDave Chinner1-11/+19
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner1-6/+2
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner1-4/+0
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner1-2/+3
2010-10-18xfs: introduced uncached buffer read primitveDave Chinner1-0/+3
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner1-1/+1
2010-09-10xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-10/+1
2010-09-02xfs: improve buffer cache hash scalabilityDave Chinner1-1/+0
2010-07-26xfs: kill the b_strat callback in xfs_bufChristoph Hellwig1-8/+0
2010-07-26xfs: do not use emums for flags used in tracingChristoph Hellwig1-51/+51
2010-07-26xfs: simplify buffer pinningChristoph Hellwig1-8/+1
2010-05-19xfs: add blockdev name to kthreadsJan Engelhardt1-1/+1
2010-02-04xfs: kill xfs_bawriteDave Chinner1-1/+0
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner1-0/+2
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-18/+4
2010-01-20xfs: xfs_buf_iomove() doesn't care about signednessDave Chinner1-1/+1
2010-01-15xfs: move more buffer helpers into xfs_buf.cChristoph Hellwig1-0/+4
2010-01-15xfs: clean up xfs_bwriteChristoph Hellwig1-18/+1
2010-01-15xfs: clean up log buffer writesChristoph Hellwig1-2/+0
2009-12-16xfs: improve metadata I/O merging in the elevatorDave Chinner1-0/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-11/+22
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-7/+2
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig1-1/+1