aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-22[XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy1-4/+0
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig1-3/+1
2008-12-04kill xfs_buf_iostartChristoph Hellwig1-20/+2
2008-10-10Fix barrier fail detection in XFSChristoph Hellwig1-0/+8
2008-08-13[XFS] replace the XFS buf iodone semaphore with a completionDavid Chinner1-2/+2
2008-07-28[XFS] sort out opening and closing of the block devicesChristoph Hellwig1-1/+1
2008-05-23[XFS] Fix memory corruption with small buffer readsChristoph Hellwig1-0/+19
2008-04-18[XFS] xfs_bdwrite() does not return errors.David Chinner1-2/+6
2008-02-07[XFS] kill superflous buffer locking (2nd attempt)Christoph Hellwig1-1/+0
2008-02-07[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regressionLachlan McIlroy1-0/+1
2008-02-07[XFS] kill superflous buffer lockingChristoph Hellwig1-1/+0
2007-07-14[XFS] Only use refcounted pages for I/OChristoph Hellwig1-1/+1
2007-05-08[XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin1-0/+3
2007-02-10[XFS] Current usage of buftarg flags is incorrect.David Chinner1-2/+2
2006-09-28[XFS] Remove several macros that are no longer used anywhereEric Sandeen1-2/+0
2006-09-28[XFS] Remove a couple of unused BUF macrosEric Sandeen1-5/+0
2006-07-28[XFS] Fix remount vs no/barrier options by ensuring we clear unwantedNathan Scott1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott1-413/+280