aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-10-221-99/+120
|\
| * xfs: semaphore cleanupThomas Gleixner2010-10-181-1/+1
| * xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-10/+9
| * xfs: convert buffer cache hash to rbtreeDave Chinner2010-10-181-70/+66
| * xfs: remove buftarg hash for external devicesDave Chinner2010-10-181-1/+5
| * xfs: kill XBF_FS_MANAGED buffersDave Chinner2010-10-181-16/+4
| * xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner2010-10-181-5/+4
| * xfs: introduced uncached buffer read primitveDave Chinner2010-10-181-0/+34
| * xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner2010-10-181-4/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-1/+1
|\ \
| * | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-111-1/+1
| |/
* | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-8/+3
|\ \ | |/
| * xfs: log IO completion workqueue is a high priority queueDave Chinner2010-09-101-1/+2
| * xfs: improve buffer cache hash scalabilityDave Chinner2010-09-021-7/+1
* | xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-14/+2
|/
* xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2010-07-261-7/+3
* xfs: don't block on buffer read errorsDave Chinner2010-07-261-4/+15
* xfs: simplify buffer pinningChristoph Hellwig2010-07-261-31/+1
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* mm: add context argument to shrinker callbackDave Chinner2010-07-191-2/+3
* xfs: Improve scalability of busy extent trackingDave Chinner2010-05-241-0/+9
* xfs: enforce synchronous writes in xfs_bwriteChristoph Hellwig2010-05-191-11/+6
* xfs: add blockdev name to kthreadsJan Engelhardt2010-05-191-4/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* xfs: use scalable vmap APIAlex Elder2010-03-161-3/+4
* xfs: remove old vmap cacheAlex Elder2010-03-161-75/+1
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-02-261-45/+245
|\
| * xfs: kill xfs_bawriteDave Chinner2010-02-041-19/+0
| * xfs: Sort delayed write buffers before dispatchDave Chinner2010-01-261-27/+60
| * xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-021-0/+29
| * xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig2010-01-211-3/+3
| * xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-1/+1
| * 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/+120
| * xfs: clean up xfs_bwriteChristoph Hellwig2010-01-151-0/+27
| * xfs: Don't wake xfsbufd when idleDave Chinner2010-01-151-5/+15
* | xfs: fix xfs to work with Virtually Indexed architecturesJames Bottomley2010-02-051-1/+29
|/
* XFS: Free buffer pages array unconditionallyDave Chinner2009-12-161-2/+2
* xfs: improve metadata I/O merging in the elevatorDave Chinner2009-12-161-1/+5
* xfs: event tracing supportChristoph Hellwig2009-12-141-76/+41
* xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-111-3/+3
* xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2009-12-111-4/+4
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-08-121-1/+1
|\
| * xfs: switch to NOFS allocation under i_lock in xfs_buf_associate_memoryChristoph Hellwig2009-08-121-1/+1
* | Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
|/
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner2009-04-061-0/+9
* xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig2009-03-041-2/+10
* Revert "[XFS] remove old vmap cache"Felix Blyakher2009-02-181-1/+74
* Revert "[XFS] use scalable vmap API"Felix Blyakher2009-02-181-3/+3