summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-27xfs: fix unused variable warning in xfs_buf_set_ref()Brian Foster
2017-10-26xfs: buffer lru reference count error injection tagBrian Foster
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesColin Ian King
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-31xfs: perform dax_device lookup at mountDan Williams
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster
2017-05-31xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-03xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko
2017-04-25xfs: fix up quotacheck buffer list error handlingBrian Foster
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2017-01-25xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner
2016-12-09xfs: Always flush caches when integrity is requiredDave Chinner
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-08-26xfs: prevent dropping ioend completions during buftarg waitBrian Foster
2016-08-17xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-20Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner
2016-07-20xfs: track and serialize in-flight async buffers against unmountBrian Foster
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster
2016-07-20xfs: remove extraneous buffer flag changesEric Sandeen
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner
2016-06-21xfs: enable buffer deadlock postmortem diagnosis via ftraceDarrick J. Wong
2016-06-09fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07xfs: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-06-01xfs: reduce lock hold times in buffer writebackDave Chinner
2016-05-18xfs: buffer ->bi_end_io function requires irq-safe lockBrian Foster
2016-02-10xfs: remove XBF_DONE flag wrapper macrosDave Chinner
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-01-19Merge branch 'xfs-misc-fixes-for-4.5-3' into for-nextDave Chinner
2016-01-19xfs: log mount failures don't wait for buffers to be releasedDave Chinner
2016-01-13Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-12xfs: inode recovery readahead can race with inode buffer creationDave Chinner
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2016-01-04xfs: make xfs_buf_ioend_async() staticAlexander Kuleshov