summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen
2013-09-10super: fix for destroy lrusGlauber Costa
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa
2013-09-10xfs: rework buffer dispose list trackingDave Chinner
2013-09-10xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton
2013-09-10xfs: convert buftarg LRU to generic codeDave Chinner
2013-08-20xfs: fix the comment of xfs_setsize_buftarg_early()Zhi Yong Wu
2013-08-20xfs: fix the comment of xfs_buf_free()Zhi Yong Wu
2013-08-12xfs: split out transaction reservation codeDave Chinner
2013-05-30xfs: rework remote attr CRCsDave Chinner
2013-05-24xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner
2013-03-14xfs: ensure we capture IO errors correctlyDave Chinner
2013-03-07xfs: don't verify buffers after IO errorsDave Chinner
2013-02-14xfs: remove log force from xfs_buf_trylock()Brian Foster
2013-01-26xfs: fix shutdown hang on invalid inode during createDave Chinner
2013-01-24xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner
2012-12-17xfs: use b_maps[] for discontiguous buffersMark Tinguely
2012-11-16xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-16xfs: add buffer pre-write callbackDave Chinner
2012-11-16xfs: uncached buffer reads need to return an errorDave Chinner
2012-11-16xfs: make buffer read verication an IO completion functionDave Chinner
2012-11-13xfs: drop buffer io reference when a bad bio is builtDave Chinner
2012-08-29xfs: fix race while discarding buffers [V4]Carlos Maiolino
2012-07-13xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksChristoph Hellwig
2012-07-13xfs: prevent recursion in xfs_buf_iorequestChristoph Hellwig
2012-07-01xfs: add discontiguous buffer map interfaceDave Chinner
2012-07-01xfs: convert internal buffer functions to pass mapsDave Chinner
2012-07-01xfs: separate buffer indexing from block mapDave Chinner
2012-06-21xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner
2012-05-14xfs: Properly exclude IO type flags from buffer flagsDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: kill XBF_DONTBLOCKDave Chinner
2012-05-14xfs: kill XBF_LOCKDave Chinner
2012-05-14xfs: kill xfs_buf_btocDave Chinner
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner
2012-05-14xfs: use blocks for counting length of buffersDave Chinner
2012-05-14xfs: kill b_file_offsetDave Chinner
2012-05-14xfs: clean up buffer get/read call APIDave Chinner
2012-05-14xfs: use kmem_zone_zalloc for buffersDave Chinner
2012-05-14xfs: fix incorrect b_offset initialisationDave Chinner
2012-05-14xfs: check for buffer errors before waitingDave Chinner
2012-05-14xfs: fix buffer lookup race on allocation failureDave Chinner
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-03-05xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-12-16xfs: remove unused XBT_FORCE_SLEEP bitEric Sandeen