aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-11xfs: fix error handling for synchronous writesChristoph Hellwig1-6/+1
2010-12-02xfs: add a lru to the XFS buffer cacheDave Chinner1-21/+143
2010-11-30xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner1-65/+24
2010-12-01xfs: push stale, pinned buffers on trylock failuresDave Chinner1-19/+16
2010-11-10xfs: move delayed write buffer traceDave Chinner1-1/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-99/+120
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-8/+3
2010-10-18xfs: semaphore cleanupThomas Gleixner1-1/+1
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-10/+9
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner1-70/+66
2010-10-18xfs: remove buftarg hash for external devicesDave Chinner1-1/+5
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner1-16/+4
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner1-5/+4
2010-10-18xfs: introduced uncached buffer read primitveDave Chinner1-0/+34
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner1-4/+5
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-1/+1
2010-09-10xfs: log IO completion workqueue is a high priority queueDave Chinner1-1/+2
2010-09-10xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-14/+2
2010-09-02xfs: improve buffer cache hash scalabilityDave Chinner1-7/+1
2010-07-26xfs: kill the b_strat callback in xfs_bufChristoph Hellwig1-7/+3
2010-07-26xfs: don't block on buffer read errorsDave Chinner1-4/+15
2010-07-26xfs: simplify buffer pinningChristoph Hellwig1-31/+1
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-2/+3
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner1-0/+9
2010-05-19xfs: enforce synchronous writes in xfs_bwriteChristoph Hellwig1-11/+6
2010-05-19xfs: add blockdev name to kthreadsJan Engelhardt1-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-16xfs: use scalable vmap APIAlex Elder1-3/+4
2010-03-16xfs: remove old vmap cacheAlex Elder1-75/+1
2010-02-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-45/+245
2010-02-05xfs: fix xfs to work with Virtually Indexed architecturesJames Bottomley1-1/+29
2010-02-04xfs: kill xfs_bawriteDave Chinner1-19/+0
2010-01-26xfs: Sort delayed write buffers before dispatchDave Chinner1-27/+60
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner1-0/+29
2010-01-21xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig1-3/+3
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-1/+1
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/+120
2010-01-15xfs: clean up xfs_bwriteChristoph Hellwig1-0/+27
2010-01-15xfs: Don't wake xfsbufd when idleDave Chinner1-5/+15
2009-12-16XFS: Free buffer pages array unconditionallyDave Chinner1-2/+2
2009-12-16xfs: improve metadata I/O merging in the elevatorDave Chinner1-1/+5
2009-12-14xfs: event tracing supportChristoph Hellwig1-76/+41
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig1-3/+3
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-4/+4
2009-08-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_buf_associate_memoryChristoph Hellwig1-1/+1