aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster
2019-02-11xfs: clarify documentation for the function to reverify buffersBrian Foster
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster
2018-12-29xfs: xfs_buf: drop useless LIST_HEADJulia Lawall
2018-10-18xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster
2018-10-18xfs: fix use-after-free race in xfs_buf_releDave Chinner
2018-10-18xfs: always assign buffer verifiers when one is providedDarrick J. Wong
2018-08-12xfs: remove b_last_holder & associated macrosEric Sandeen
2018-07-11xfs: kill __xfs_buf_submit_common()Brian Foster
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster
2018-07-11xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster
2018-07-11xfs: refactor buffer submission into a common helperBrian Foster
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-09xfs: don't retry xfs_buf_find on XBF_TRYLOCK failureDave Chinner
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-11xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino
2018-01-09xfs: clarify units in the failed metadata io messageDarrick J. Wong
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-11-28xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko
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