aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-2/+1
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara1-2/+1
2017-01-25xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-49/+74
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner1-2/+1
2016-12-09xfs: Always flush caches when integrity is requiredDave Chinner1-2/+1
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach1-47/+73
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-08-26xfs: prevent dropping ioend completions during buftarg waitBrian Foster1-1/+1
2016-08-17xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster1-1/+0
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-70/+166
2016-07-20Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner1-43/+127
2016-07-20xfs: track and serialize in-flight async buffers against unmountBrian Foster1-41/+124
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster1-1/+2
2016-07-20xfs: remove extraneous buffer flag changesEric Sandeen1-1/+1
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner1-3/+5
2016-06-21xfs: enable buffer deadlock postmortem diagnosis via ftraceDarrick J. Wong1-3/+5
2016-06-09fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei1-3/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07xfs: use bio op accessorsMike Christie1-12/+14
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+2
2016-06-01xfs: reduce lock hold times in buffer writebackDave Chinner1-25/+35
2016-05-18xfs: buffer ->bi_end_io function requires irq-safe lockBrian Foster1-8/+4
2016-02-10xfs: remove XBF_DONE flag wrapper macrosDave Chinner1-1/+1
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-0/+10
2016-01-19Merge branch 'xfs-misc-fixes-for-4.5-3' into for-nextDave Chinner1-0/+10
2016-01-19xfs: log mount failures don't wait for buffers to be releasedDave Chinner1-0/+10
2016-01-13Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-1/+8
2016-01-12xfs: inode recovery readahead can race with inode buffer creationDave Chinner1-0/+7
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-6/+2
2016-01-04xfs: make xfs_buf_ioend_async() staticAlexander Kuleshov1-1/+1
2015-10-12Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner1-1/+2
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-9/+9
2015-10-12xfs: Print name and pid when memory allocation loopsTetsuo Handa1-1/+2
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-5/+4
2015-08-25Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner1-3/+1
2015-08-25xfs: fix non-debug build warningsDave Chinner1-3/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-4/+3
2015-07-29xfs: Use consistent logging message prefixesJoe Perches1-2/+3
2015-06-22xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig1-3/+3
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-2/+4
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-4/+3
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-3/+10
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster1-3/+10
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-1/+1
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+1
2014-11-28xfs: catch invalid negative blknos in _xfs_buf_find()Eric Sandeen1-1/+1
2014-11-28xfs: replace global xfslogd wq with per-mount wqBrian Foster1-11/+1
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0