summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] Make XFS workqueues nonfreezableRafael J. Wysocki2007-03-221-2/+2
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-12/+12
* [XFS] Current usage of buftarg flags is incorrect.David Chinner2007-02-101-8/+7
* [XFS] Fix a synchronous buftarg flush deadlock when freezing.David Chinner2007-02-101-57/+60
* [PATCH] Use freezeable workqueues in XFSRafael J. Wysocki2006-12-071-2/+2
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+5
* [XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem whenVlad Apostolov2006-11-111-2/+2
* [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-201-1/+2
* [XFS] Be more defensive with page flags (error/private) for metadataNathan Scott2006-09-281-3/+8
* [XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott2006-09-281-1/+1
* [XFS] When issuing metadata readahead, submit bio with READA not READ.Nathan Scott2006-09-281-7/+7
* [XFS] Improve xfsbufd delayed write submission patterns, after blktraceNathan Scott2006-09-281-10/+14
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] Add GFP_NOWAITJeff Dike2006-04-111-1/+1
OpenPOWER on IntegriCloud