summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-02-271-45/+245
|\
| * xfs: kill xfs_bawriteDave Chinner2010-02-041-19/+0Star
| * 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-151-76/+41Star
* 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
* [XFS] use scalable vmap APINick Piggin2009-01-061-3/+3
* [XFS] remove old vmap cacheNick Piggin2009-01-061-74/+1Star
* Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfsLachlan McIlroy2008-12-121-2/+2
|\
| * [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-111-2/+2
* | [XFS] set b_error from bio error in xfs_buf_bio_end_ioLachlan McIlroy2008-12-121-2/+1Star
|/
* kill xfs_buf_iostartChristoph Hellwig2008-12-041-36/+48
* Fix barrier fail detection in XFSChristoph Hellwig2008-10-101-1/+2
* [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-131-1/+1
* [XFS] replace the XFS buf iodone semaphore with a completionDavid Chinner2008-08-131-3/+3
* [XFS] Fix compile failure in xfs_buf_trace()Lachlan McIlroy2008-08-131-1/+1
* [XFS] Do not access buffers after dropping reference countLachlan McIlroy2008-08-131-5/+1Star
* [XFS] sort out opening and closing of the block devicesChristoph Hellwig2008-07-281-4/+1Star
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-5/+4Star
* [XFS] Fix memory corruption with small buffer readsChristoph Hellwig2008-05-231-4/+20
* [XFS] Fix build failure after enabling CONFIG_XFS_DEBUGStephen Rothwell2008-04-291-1/+1
* [XFS] xfs_bdwrite() does not return errors.David Chinner2008-04-181-1/+1
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-3/+3
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-02-081-51/+6Star
|\
| * [XFS] kill superflous buffer locking (2nd attempt)Christoph Hellwig2008-02-071-50/+5Star
| * [XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regressionLachlan McIlroy2008-02-071-5/+48
| * [XFS] kill superflous buffer lockingChristoph Hellwig2008-02-071-48/+5Star
| * [XFS] Remove spin.hEric Sandeen2008-02-071-1/+1
* | is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2008-02-051-2/+1Star
|/