summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove subdirectoriesChristoph Hellwig2011-08-121-326/+0
* xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman2011-07-251-4/+7
* xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman2011-07-251-1/+0
* xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman2011-07-251-1/+0
* Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman2011-07-251-1/+4
* xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman2011-07-251-1/+0
* xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-1/+0
* xfs: Remove macro XFS_BUF_SET_STARTChandra Seetharaman2011-07-251-2/+0
* xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman2011-07-251-1/+0
* xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-4/+0
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-4/+0
* xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman2011-07-251-1/+0
* xfs: remove wrappers around b_iodoneChristoph Hellwig2011-07-131-4/+0
* xfs: remove wrappers around b_fsprivChristoph Hellwig2011-07-131-2/+0
* xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig2011-07-131-3/+1
* xfs: cleanup I/O-related buffer flagsChristoph Hellwig2011-07-081-20/+20
* xfs: clean up buffer locking helpersChristoph Hellwig2011-07-081-6/+3
* xfs: remove the unused xfs_bufhash structureChristoph Hellwig2011-07-081-5/+0
* xfs: reset buffer pointers before freeing themDave Chinner2011-05-191-0/+1
* xfs: stop using the page cache to back the buffer cacheDave Chinner2011-03-261-36/+4
* xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-111-6/+1
* xfs: connect up buffer reclaim priority hooksDave Chinner2010-12-021-2/+8
* xfs: add a lru to the XFS buffer cacheDave Chinner2010-12-021-1/+7
* xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner2010-11-301-1/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-10-221-40/+30
|\
| * xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-17/+3
| * xfs: pack xfs_buf structure more tightlyDave Chinner2010-10-181-11/+19
| * xfs: convert buffer cache hash to rbtreeDave Chinner2010-10-181-6/+2
| * xfs: kill XBF_FS_MANAGED buffersDave Chinner2010-10-181-4/+0
| * xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner2010-10-181-2/+3
| * xfs: introduced uncached buffer read primitveDave Chinner2010-10-181-0/+3
| * xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner2010-10-181-1/+1
* | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-1/+0
|\ \ | |/
| * xfs: improve buffer cache hash scalabilityDave Chinner2010-09-021-1/+0
* | xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-10/+1
|/
* xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2010-07-261-8/+0
* xfs: do not use emums for flags used in tracingChristoph Hellwig2010-07-261-51/+51
* xfs: simplify buffer pinningChristoph Hellwig2010-07-261-8/+1
* xfs: add blockdev name to kthreadsJan Engelhardt2010-05-191-1/+1
* xfs: kill xfs_bawriteDave Chinner2010-02-041-1/+0
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-021-0/+2
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-18/+4
* xfs: xfs_buf_iomove() doesn't care about signednessDave Chinner2010-01-201-1/+1
* xfs: move more buffer helpers into xfs_buf.cChristoph Hellwig2010-01-151-0/+4
* xfs: clean up xfs_bwriteChristoph Hellwig2010-01-151-18/+1
* xfs: clean up log buffer writesChristoph Hellwig2010-01-151-2/+0
* xfs: improve metadata I/O merging in the elevatorDave Chinner2009-12-161-0/+1
* xfs: event tracing supportChristoph Hellwig2009-12-141-11/+22
* xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2009-12-111-7/+2
* xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig2009-03-061-1/+1
OpenPOWER on IntegriCloud