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