summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe2023-05-2468-621/+694
|\
| * splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells2023-05-242-5/+37
| * iov_iter: Kill ITER_PIPEDavid Howells2023-05-243-444/+4
| * splice: Remove generic_file_splice_read()David Howells2023-05-242-45/+0
| * splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-2437-39/+39
| * cifs: Use filemap_splice_read()David Howells2023-05-243-23/+4
| * trace: Convert trace/seq to use copy_splice_read()David Howells2023-05-241-1/+1
| * zonefs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+39
| * xfs: Provide a splice-read wrapperDavid Howells2023-05-242-2/+30
| * orangefs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+21
| * ocfs2: Provide a splice-read wrapperDavid Howells2023-05-242-2/+42
| * ntfs3: Provide a splice-read wrapperDavid Howells2023-05-241-1/+30
| * nfs: Provide a splice-read wrapperDavid Howells2023-05-243-2/+25
| * f2fs: Provide a splice-read wrapperDavid Howells2023-05-241-8/+35
| * ext4: Provide a splice-read wrapperDavid Howells2023-05-241-1/+12
| * ecryptfs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+26
| * ceph: Provide a splice-read wrapperDavid Howells2023-05-241-1/+64
| * afs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+19
| * 9p: Add splice_read wrapperDavid Howells2023-05-241-2/+24
| * net: Make sock_splice_read() use copy_splice_read() by defaultDavid Howells2023-05-241-1/+1
| * tty, proc, kernfs, random: Use copy_splice_read()David Howells2023-05-246-11/+11
| * coda: Implement splice-readDavid Howells2023-05-241-1/+28
| * overlayfs: Implement splice-readDavid Howells2023-05-241-1/+22
| * shmem: Implement splice-readDavid Howells2023-05-241-1/+133
| * splice: Make splice from a DAX file use copy_splice_read()David Howells2023-05-241-3/+3
| * splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells2023-05-241-0/+6
| * splice: Check for zero count in vfs_splice_read()David Howells2023-05-241-0/+2
| * splice: Make do_splice_to() generic and export itDavid Howells2023-05-242-7/+23
| * splice: Clean up copy_splice_read() a bitDavid Howells2023-05-241-12/+7
| * splice: Rename direct_splice_read() to copy_splice_read()David Howells2023-05-244-12/+11
| * splice: Make filemap_splice_read() check s_maxbytesDavid Howells2023-05-241-0/+3
| * splice: Fix filemap_splice_read() to use the correct inodeDavid Howells2023-05-241-2/+2
* | block: introduce block_io_start/block_io_done tracepointsHengqi Chen2023-05-242-0/+30
* | block/rq_qos: protect rq_qos apis with a new lockYu Kuai2023-05-235-14/+19
* | block: remove redundant req_op in blk_rq_is_passthroughLi Nan2023-05-231-1/+1
* | ublk: fix build warning on iov_iter_get_pages2Ming Lei2023-05-201-1/+2
* | block: don't plug in blkdev_write_iterChristoph Hellwig2023-05-201-3/+0
* | block: BFQ: Move an invariant checkBart Van Assche2023-05-191-1/+1
* | ublk: support user copyMing Lei2023-05-192-11/+50
* | ublk: add read()/write() support for ublk char deviceMing Lei2023-05-192-1/+172
* | ublk: support to copy any part of request pagesMing Lei2023-05-191-7/+24
* | ublk: grab request reference when the request is handled by userspaceMing Lei2023-05-191-3/+64
* | ublk: cleanup ublk_copy_user_pagesMing Lei2023-05-191-63/+49
* | ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei2023-05-191-9/+11
* | ublk: kill queuing request by task_work_addMing Lei2023-05-191-38/+2
* | blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig2023-05-196-36/+22
* | blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig2023-05-191-1/+1
* | blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig2023-05-191-0/+11
* | blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche2023-05-192-18/+13
* | blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig2023-05-194-23/+13