summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: prevent dropping ioend completions during buftarg waitBrian Foster2016-08-261-1/+1
* xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster2016-08-171-1/+0
* Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-70/+166
|\
| * Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner2016-07-201-43/+127
| |\
| | * xfs: track and serialize in-flight async buffers against unmountBrian Foster2016-07-201-41/+124
| | * xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster2016-07-201-1/+2
| | * xfs: remove extraneous buffer flag changesEric Sandeen2016-07-201-1/+1
| * | Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-211-3/+5
| |\ \
| | * | xfs: enable buffer deadlock postmortem diagnosis via ftraceDarrick J. Wong2016-06-211-3/+5
| | |/
| * | xfs: reduce lock hold times in buffer writebackDave Chinner2016-06-011-25/+35
| |/
* | fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei2016-06-091-3/+1
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* | xfs: use bio op accessorsMike Christie2016-06-071-12/+14
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-2/+2
|/
* xfs: buffer ->bi_end_io function requires irq-safe lockBrian Foster2016-05-181-8/+4
* xfs: remove XBF_DONE flag wrapper macrosDave Chinner2016-02-101-1/+1
* Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-221-0/+10
|\
| * Merge branch 'xfs-misc-fixes-for-4.5-3' into for-nextDave Chinner2016-01-191-0/+10
| |\
| | * xfs: log mount failures don't wait for buffers to be releasedDave Chinner2016-01-191-0/+10
* | | Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-1/+8
|\ \ \ | |/ /
| * | xfs: inode recovery readahead can race with inode buffer creationDave Chinner2016-01-121-0/+7
| * | xfs: make xfs_buf_ioend_async() staticAlexander Kuleshov2016-01-041-1/+1
| |/
* | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-6/+2
|/
* Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner2015-10-121-1/+2
|\
| * xfs: Print name and pid when memory allocation loopsTetsuo Handa2015-10-121-1/+2
* | xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-9/+9
|/
* Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-071-5/+4
|\
| * Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner2015-08-251-3/+1
| |\
| | * xfs: fix non-debug build warningsDave Chinner2015-08-251-3/+1
| * | xfs: Use consistent logging message prefixesJoe Perches2015-07-291-2/+3
| |/
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-4/+3
|/
* xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig2015-06-221-3/+3
* list_lru: add helpers to isolate itemsVladimir Davydov2015-02-121-2/+4
* list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-121-4/+3
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-3/+10
|\
| * xfs: split metadata and log buffer completion to separate workqueuesBrian Foster2014-12-041-3/+10
* | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-281-1/+1
|\ \ | |/ |/|
| * xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+1
* | xfs: catch invalid negative blknos in _xfs_buf_find()Eric Sandeen2014-11-281-1/+1
* | xfs: replace global xfslogd wq with per-mount wqBrian Foster2014-11-281-11/+1
|/
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-2/+0
|\
| * block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2014-09-081-2/+0
* | Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner2014-10-021-176/+177
|\ \
| * | xfs: check xfs_buf_read_uncached returns correctlyDave Chinner2014-10-021-4/+14
| * | xfs: introduce xfs_buf_submit[_wait]Dave Chinner2014-10-021-76/+93
| * | xfs: kill xfs_bioerror_relseDave Chinner2014-10-021-39/+0
| * | xfs: xfs_bioerror can die.Dave Chinner2014-10-021-46/+12
| * | xfs: kill xfs_bdstrat_cbDave Chinner2014-10-021-23/+25
| * | xfs: rework xfs_buf_bio_endio error handlingDave Chinner2014-10-021-2/+16
| * | xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionalityDave Chinner2014-10-021-49/+39
OpenPOWER on IntegriCloud