summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: xfs_buf: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
* xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2018-10-181-0/+7
* xfs: fix use-after-free race in xfs_buf_releDave Chinner2018-10-181-1/+37
* xfs: always assign buffer verifiers when one is providedDarrick J. Wong2018-10-181-17/+47
* xfs: remove b_last_holder & associated macrosEric Sandeen2018-08-121-18/+2
* xfs: kill __xfs_buf_submit_common()Brian Foster2018-07-111-49/+34
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-111-49/+23
* xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster2018-07-111-39/+41
* xfs: refactor buffer submission into a common helperBrian Foster2018-07-111-48/+37
* xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-081-1/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: don't retry xfs_buf_find on XBF_TRYLOCK failureDave Chinner2018-05-091-28/+65
* xfs: make xfs_buf_incore out of lineDave Chinner2018-05-091-5/+16
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+0
* xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2018-03-111-1/+1
* Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-0/+1
* xfs: clarify units in the failed metadata io messageDarrick J. Wong2018-01-091-5/+6
* xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong2018-01-081-1/+2
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-3/+4
* xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko2017-11-281-5/+10
* 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
|\