summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-16/+0Star
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-17/+15Star
* xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig2019-06-291-3/+2Star
* xfs: remove unused buffer cache APIsChristoph Hellwig2019-06-291-81/+2Star
* xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig2019-06-291-12/+1Star
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-0/+1
* xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2019-06-121-20/+5Star
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-1/+19
* xfs: distinguish between inobt and finobt magic valuesBrian Foster2019-02-121-0/+19
* xfs: clarify documentation for the function to reverify buffersBrian Foster2019-02-121-20/+15Star
* xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-031-0/+16
* xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-02-031-2/+1Star
* xfs: xfs_buf: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0Star
* 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/+2Star
* xfs: kill __xfs_buf_submit_common()Brian Foster2018-07-121-49/+34Star
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-121-49/+23Star
* xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster2018-07-121-39/+41
* xfs: refactor buffer submission into a common helperBrian Foster2018-07-121-48/+37Star
* xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-081-1/+0Star
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* 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/+0Star
* xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2018-03-121-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-101-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/+2Star
* xfs: buffer lru reference count error injection tagBrian Foster2017-10-271-0/+16
* xfs: remove redundant re-initialization of total_nr_pagesColin Ian King2017-09-261-2/+0Star
* 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-041-4/+4
|/