summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xfs: synchronous buffer IO needs a referenceDave Chinner2014-10-021-9/+42
| * | xfs: Don't use xfs_buf_iowait in the delwri buffer codeDave Chinner2014-10-021-5/+13
| |/
* | xfs: mark all internal workqueues as freezableBrian Foster2014-09-091-1/+1
|/
* xfs: catch buffers written without verifiers attachedDave Chinner2014-08-041-0/+14
* xfs: global error sign conversionDave Chinner2014-06-251-13/+13
* Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-151-11/+6
|\
| * xfs: remove unused flags arg from _xfs_buf_get_pages()Eric Sandeen2014-04-141-5/+4
| * xfs: remove unused args from xfs_alloc_buftarg()Eric Sandeen2014-04-141-3/+1
| * xfs: remove unused blocksize arg from xfs_setsize_buftarg()Eric Sandeen2014-04-141-3/+1
* | xfs: fix buffer use after free on IO errorEric Sandeen2014-04-171-4/+12
|/
* xfs: use NOIO contexts for vm_map_ramDave Chinner2014-03-071-0/+11
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-2/+2
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-23/+14
| |\
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-231-2/+2
* | | xfs: allow logical-sector sized O_DIRECTEric Sandeen2014-01-241-0/+5
* | | xfs: rename xfs_buftarg structure membersEric Sandeen2014-01-241-4/+4
OpenPOWER on IntegriCloud