aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] use scalable vmap APINick Piggin2009-01-061-3/+3
* [XFS] remove old vmap cacheNick Piggin2009-01-061-74/+1
* 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/+1
|/
* 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/+1
* [XFS] sort out opening and closing of the block devicesChristoph Hellwig2008-07-281-4/+1
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-5/+4
* [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-071-51/+6
|\
| * [XFS] kill superflous buffer locking (2nd attempt)Christoph Hellwig2008-02-071-50/+5
| * [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/+5
| * [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/+1
|/
* [XFS] Make xfsbufd threads freezableRafael J. Wysocki2007-12-101-0/+2
* [XFS] Clear XBF_READ_AHEAD flag on I/O completion.Lachlan McIlroy2007-12-101-1/+1
* [XFS] Fixed a few bugs in xfs_buf_associate_memory()Lachlan McIlroy2007-12-101-20/+13
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-171-1/+25
|\
| * [XFS] eagerly remove vmap mappings to avoid upsetting XenJeremy Fitzhardinge2007-10-171-0/+13
| * [XFS] Barriers need to be dynamically checked and switched offDavid Chinner2007-10-151-1/+12
* | Fix up more bio falloutAl Viro2007-10-121-2/+1
* | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-4/+0
|/
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-171-8/+6
* [XFS] Flush the block device before closing it on unmount.David Chinner2007-07-141-0/+1
* [XFS] Use generic shrinker interfaces in XFS.Andrew Morton2007-07-141-3/+3
* [XFS] Fix double free in xfs_buf_get_noaddr error handling pathChristoph Hellwig2007-07-141-1/+2
* [XFS] Only use refcounted pages for I/OChristoph Hellwig2007-07-141-28/+21
* [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin2007-05-081-1/+9