summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-for-linus-v3.13-rc5' into for-nextBen Myers2013-12-181-23/+14
|\
| * xfs: abort metadata writeback on permanent errorsDave Chinner2013-12-171-2/+8
| * xfs: remove xfsbdstrat errorChristoph Hellwig2013-12-171-21/+6
* | xfs: simplify xfs_setsize_buftarg callchain; remove unused argEric Sandeen2013-12-041-18/+8
|/
* xfs: decouple log and transaction headersDave Chinner2013-10-231-2/+3
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-171-3/+3
* super: fix for destroy lrusGlauber Costa2013-09-101-1/+1
* list_lru: dynamically adjust node arraysGlauber Costa2013-09-101-1/+5
* xfs: rework buffer dispose list trackingDave Chinner2013-09-101-54/+71
* xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton2013-09-101-3/+3
* xfs: convert buftarg LRU to generic codeDave Chinner2013-09-101-90/+80
* xfs: fix the comment of xfs_setsize_buftarg_early()Zhi Yong Wu2013-08-201-1/+1
* xfs: fix the comment of xfs_buf_free()Zhi Yong Wu2013-08-201-1/+1
* xfs: split out transaction reservation codeDave Chinner2013-08-121-0/+1
* xfs: rework remote attr CRCsDave Chinner2013-05-301-0/+1
* xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner2013-05-241-1/+1
* xfs: ensure we capture IO errors correctlyDave Chinner2013-03-141-0/+6
* xfs: don't verify buffers after IO errorsDave Chinner2013-03-071-1/+3
* xfs: remove log force from xfs_buf_trylock()Brian Foster2013-02-141-2/+0
* xfs: fix shutdown hang on invalid inode during createDave Chinner2013-01-261-0/+2
* xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner2013-01-241-0/+18
* xfs: use b_maps[] for discontiguous buffersMark Tinguely2012-12-171-6/+6
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-26/+37
* xfs: add buffer pre-write callbackDave Chinner2012-11-151-0/+16
* xfs: uncached buffer reads need to return an errorDave Chinner2012-11-151-7/+2
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-4/+9
* xfs: drop buffer io reference when a bad bio is builtDave Chinner2012-11-131-2/+12
* xfs: fix race while discarding buffers [V4]Carlos Maiolino2012-08-291-1/+4
* xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksChristoph Hellwig2012-07-131-29/+22
* xfs: prevent recursion in xfs_buf_iorequestChristoph Hellwig2012-07-131-1/+1
* xfs: add discontiguous buffer map interfaceDave Chinner2012-07-011-19/+18
* xfs: convert internal buffer functions to pass mapsDave Chinner2012-07-011-46/+156
* xfs: separate buffer indexing from block mapDave Chinner2012-07-011-9/+12
* xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara2012-06-211-14/+2
* xfs: make XBF_MAPPED the default behaviourDave Chinner2012-05-141-15/+13
* xfs: Properly exclude IO type flags from buffer flagsDave Chinner2012-05-141-2/+3
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: kill XBF_DONTBLOCKDave Chinner2012-05-141-11/+7
* xfs: kill XBF_LOCKDave Chinner2012-05-141-15/+5
* xfs: kill xfs_buf_btocDave Chinner2012-05-141-18/+21
* xfs: use blocks for storing the desired IO sizeDave Chinner2012-05-141-13/+13
* xfs: use blocks for counting length of buffersDave Chinner2012-05-141-10/+12
* xfs: kill b_file_offsetDave Chinner2012-05-141-10/+7
* xfs: clean up buffer get/read call APIDave Chinner2012-05-141-40/+46
* xfs: use kmem_zone_zalloc for buffersDave Chinner2012-05-141-2/+1
* xfs: fix incorrect b_offset initialisationDave Chinner2012-05-141-1/+0
* xfs: check for buffer errors before waitingDave Chinner2012-05-141-12/+10
* xfs: fix buffer lookup race on allocation failureDave Chinner2012-05-141-7/+9
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-210/+131
* xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig2012-03-051-17/+0
OpenPOWER on IntegriCloud