aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-1876/+0
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-0/+3
2011-07-26xfs: flag all buffers as metadataChristoph Hellwig1-0/+3
2011-07-25xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman1-1/+1
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman1-1/+1
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-1/+1
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman1-1/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-3/+3
2011-07-25xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman1-1/+1
2011-07-13xfs: remove the unused xfs_buf_delwri_sort functionChristoph Hellwig1-8/+0
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig1-1/+1
2011-07-08xfs: cleanup I/O-related buffer flagsChristoph Hellwig1-20/+15
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig1-3/+0
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig1-20/+11
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-2/+2
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner1-0/+21
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig1-1/+0
2011-04-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-15/+9
2011-04-08xfs: use proper interfaces for on-stack pluggingChristoph Hellwig1-11/+9
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-30xfs: fix unreferenced var error in xfs_buf.cDave Chinner1-2/+0
2011-03-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-258/+86
2011-03-26xfs: stop using the page cache to back the buffer cacheDave Chinner1-261/+80
2011-03-26vmap: flush vmap aliases when mapping failsDave Chinner1-3/+11
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-8/+5
2011-03-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-9/+8
2011-03-10block: remove per-queue pluggingJens Axboe1-8/+5
2011-03-07xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner1-9/+8
2011-02-01xfs: convert to alloc_workqueue()Tejun Heo1-2/+3
2011-01-11xfs: fix error handling for synchronous writesChristoph Hellwig1-6/+1
2010-12-02xfs: add a lru to the XFS buffer cacheDave Chinner1-21/+143
2010-11-30xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner1-65/+24
2010-12-01xfs: push stale, pinned buffers on trylock failuresDave Chinner1-19/+16
2010-11-10xfs: move delayed write buffer traceDave Chinner1-1/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-99/+120
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-8/+3
2010-10-18xfs: semaphore cleanupThomas Gleixner1-1/+1
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-10/+9
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner1-70/+66
2010-10-18xfs: remove buftarg hash for external devicesDave Chinner1-1/+5
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner1-16/+4
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner1-5/+4
2010-10-18xfs: introduced uncached buffer read primitveDave Chinner1-0/+34
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner1-4/+5
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-1/+1
2010-09-10xfs: log IO completion workqueue is a high priority queueDave Chinner1-1/+2
2010-09-10xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-14/+2