aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+5
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-12/+26
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-2/+5
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsGravatar Brian Foster 1-1/+1
2017-05-31xfs: use ->b_state to fix buffer I/O accounting release raceGravatar Brian Foster 1-12/+26
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+24
2017-05-03xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Gravatar Michal Hocko 1-4/+4
2017-04-25xfs: fix up quotacheck buffer list error handlingGravatar Brian Foster 1-0/+24
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Gravatar Ingo Molnar 1-0/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-2/+1
2017-02-02block: Get rid of blk_get_backing_dev_info()Gravatar Jan Kara 1-2/+1
2017-01-25xfs: clear _XBF_PAGES from buffers when readahead pageGravatar Darrick J. Wong 1-0/+1
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-49/+74
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextGravatar Dave Chinner 1-2/+1
2016-12-09xfs: Always flush caches when integrity is requiredGravatar Dave Chinner 1-2/+1
2016-12-07xfs: use rhashtable to track buffer cacheGravatar Lucas Stach 1-47/+73
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1
2016-08-26xfs: prevent dropping ioend completions during buftarg waitGravatar Brian Foster 1-1/+1
2016-08-17xfs: don't assert fail on non-async buffers on ioacct decrementGravatar Brian Foster 1-1/+0
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-70/+166
2016-07-20Merge branch 'xfs-4.8-buf-fixes' into for-nextGravatar Dave Chinner 1-43/+127
2016-07-20xfs: track and serialize in-flight async buffers against unmountGravatar Brian Foster 1-41/+124
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingGravatar Brian Foster 1-1/+2
2016-07-20xfs: remove extraneous buffer flag changesGravatar Eric Sandeen 1-1/+1
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextGravatar Dave Chinner 1-3/+5
2016-06-21xfs: enable buffer deadlock postmortem diagnosis via ftraceGravatar Darrick J. Wong 1-3/+5
2016-06-09fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESGravatar Ming Lei 1-3/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHGravatar Mike Christie 1-1/+1
2016-06-07xfs: use bio op accessorsGravatar Mike Christie 1-12/+14
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-2/+2
2016-06-01xfs: reduce lock hold times in buffer writebackGravatar Dave Chinner 1-25/+35
2016-05-18xfs: buffer ->bi_end_io function requires irq-safe lockGravatar Brian Foster 1-8/+4
2016-02-10xfs: remove XBF_DONE flag wrapper macrosGravatar Dave Chinner 1-1/+1
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+10
2016-01-19Merge branch 'xfs-misc-fixes-for-4.5-3' into for-nextGravatar Dave Chinner 1-0/+10
2016-01-19xfs: log mount failures don't wait for buffers to be releasedGravatar Dave Chinner 1-0/+10
2016-01-13Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+8
2016-01-12xfs: inode recovery readahead can race with inode buffer creationGravatar Dave Chinner 1-0/+7
2016-01-06fs: use block_device name vsprintf helperGravatar Dmitry Monakhov 1-6/+2
2016-01-04xfs: make xfs_buf_ioend_async() staticGravatar Alexander Kuleshov 1-1/+1
2015-10-12Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextGravatar Dave Chinner 1-1/+2
2015-10-12xfs: per-filesystem stats counter implementationGravatar Bill O'Donnell 1-9/+9
2015-10-12xfs: Print name and pid when memory allocation loopsGravatar Tetsuo Handa 1-1/+2
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+4
2015-08-25Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextGravatar Dave Chinner 1-3/+1
2015-08-25xfs: fix non-debug build warningsGravatar Dave Chinner 1-3/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-4/+3
2015-07-29xfs: Use consistent logging message prefixesGravatar Joe Perches 1-2/+3
2015-06-22xfs: return a void pointer from xfs_buf_offsetGravatar Christoph Hellwig 1-3/+3
2015-02-12list_lru: add helpers to isolate itemsGravatar Vladimir Davydov 1-2/+4