summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: fix unused variable warning in xfs_buf_set_ref()Brian Foster2017-10-271-3/+2
* xfs: buffer lru reference count error injection tagBrian Foster2017-10-261-0/+16
* xfs: remove redundant re-initialization of total_nr_pagesColin Ian King2017-09-251-2/+0
* Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-1/+3
|\
| * xfs: perform dax_device lookup at mountDan Williams2017-08-311-1/+3
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
|/
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-1/+61
|\
| * xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
| * xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster2017-06-191-0/+60
* | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-2/+5
|\ \ | |/ |/|
| * Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-12/+26
| |\
| * | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+5
* | | xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2017-06-081-1/+1
| |/ |/|
* | xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2017-05-311-12/+26
|/
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-0/+24
|\
| * xfs: fix up quotacheck buffer list error handlingBrian Foster2017-04-251-0/+24
* | xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2017-05-031-4/+4
|/
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-2/+1
|\
| * block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-2/+1
* | xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-01-251-0/+1
|/
* Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-49/+74
|\
| * Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-091-2/+1
| |\
| | * xfs: Always flush caches when integrity is requiredDave Chinner2016-12-091-2/+1
| * | xfs: use rhashtable to track buffer cacheLucas Stach2016-12-071-47/+73
| |/
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
|/
* 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
|/
OpenPOWER on IntegriCloud