aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-08-081-0/+3
|\
| * xfs: flag all buffers as metadataChristoph Hellwig2011-07-261-0/+3
* | xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman2011-07-251-1/+1
* | Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman2011-07-251-1/+1
* | xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-1/+1
* | xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-1/+0
* | xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-3/+3
* | xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman2011-07-251-1/+1
|/
* xfs: remove the unused xfs_buf_delwri_sort functionChristoph Hellwig2011-07-131-8/+0
* xfs: remove wrappers around b_iodoneChristoph Hellwig2011-07-131-1/+1
* xfs: cleanup I/O-related buffer flagsChristoph Hellwig2011-07-081-20/+15
* xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig2011-07-081-3/+0
* xfs: clean up buffer locking helpersChristoph Hellwig2011-07-081-20/+11
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-2/+2
* xfs: reset buffer pointers before freeing themDave Chinner2011-05-191-0/+21
* xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-281-1/+0
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-111-15/+9
|\
| * xfs: use proper interfaces for on-stack pluggingChristoph Hellwig2011-04-081-11/+9
| * xfs: fix variable set but not used warningsChristoph Hellwig2011-04-081-2/+0
| * xfs: fix unreferenced var error in xfs_buf.cDave Chinner2011-03-301-2/+0
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-281-258/+86
|\
| * xfs: stop using the page cache to back the buffer cacheDave Chinner2011-03-261-261/+80
| * vmap: flush vmap aliases when mapping failsDave Chinner2011-03-261-3/+11
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-8/+5
|\ \
| * | block: remove per-queue pluggingJens Axboe2011-03-101-8/+5
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-211-9/+8
|\ \ \ | | |/ | |/|
| * | xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-071-9/+8
| |/
* | xfs: convert to alloc_workqueue()Tejun Heo2011-02-011-2/+3
|/
* xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-111-6/+1
* xfs: add a lru to the XFS buffer cacheDave Chinner2010-12-021-21/+143
* xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner2010-11-301-65/+24
* xfs: push stale, pinned buffers on trylock failuresDave Chinner2010-12-011-19/+16
* xfs: move delayed write buffer traceDave Chinner2010-11-101-1/+1
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* 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
|/