summaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_lock.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells2-5/+37
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells3-444/+4
2023-05-24splice: Remove generic_file_splice_read()David Howells2-45/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells37-39/+39
2023-05-24cifs: Use filemap_splice_read()David Howells3-23/+4
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells1-1/+1
2023-05-24zonefs: Provide a splice-read wrapperDavid Howells1-1/+39
2023-05-24xfs: Provide a splice-read wrapperDavid Howells2-2/+30
2023-05-24orangefs: Provide a splice-read wrapperDavid Howells1-1/+21
2023-05-24ocfs2: Provide a splice-read wrapperDavid Howells2-2/+42
2023-05-24ntfs3: Provide a splice-read wrapperDavid Howells1-1/+30
2023-05-24nfs: Provide a splice-read wrapperDavid Howells3-2/+25
2023-05-24f2fs: Provide a splice-read wrapperDavid Howells1-8/+35
2023-05-24ext4: Provide a splice-read wrapperDavid Howells1-1/+12
2023-05-24ecryptfs: Provide a splice-read wrapperDavid Howells1-1/+26
2023-05-24ceph: Provide a splice-read wrapperDavid Howells1-1/+64
2023-05-24afs: Provide a splice-read wrapperDavid Howells1-1/+19
2023-05-249p: Add splice_read wrapperDavid Howells1-2/+24
2023-05-24net: Make sock_splice_read() use copy_splice_read() by defaultDavid Howells1-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells6-11/+11
2023-05-24coda: Implement splice-readDavid Howells1-1/+28
2023-05-24overlayfs: Implement splice-readDavid Howells1-1/+22
2023-05-24shmem: Implement splice-readDavid Howells1-1/+133
2023-05-24splice: Make splice from a DAX file use copy_splice_read()David Howells1-3/+3
2023-05-24splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells1-0/+6
2023-05-24splice: Check for zero count in vfs_splice_read()David Howells1-0/+2
2023-05-24splice: Make do_splice_to() generic and export itDavid Howells2-7/+23
2023-05-24splice: Clean up copy_splice_read() a bitDavid Howells1-12/+7
2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells4-12/+11
2023-05-24splice: Make filemap_splice_read() check s_maxbytesDavid Howells1-0/+3
2023-05-24splice: Fix filemap_splice_read() to use the correct inodeDavid Howells1-2/+2
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen2-0/+30
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai5-14/+19
2023-05-23block: remove redundant req_op in blk_rq_is_passthroughLi Nan1-1/+1
2023-05-21ublk: fix build warning on iov_iter_get_pages2Ming Lei1-1/+2
2023-05-20block: don't plug in blkdev_write_iterChristoph Hellwig1-3/+0
2023-05-20block: BFQ: Move an invariant checkBart Van Assche1-1/+1
2023-05-20ublk: support user copyMing Lei2-11/+50
2023-05-20ublk: add read()/write() support for ublk char deviceMing Lei2-1/+172
2023-05-20ublk: support to copy any part of request pagesMing Lei1-7/+24
2023-05-20ublk: grab request reference when the request is handled by userspaceMing Lei1-3/+64
2023-05-20ublk: cleanup ublk_copy_user_pagesMing Lei1-63/+49
2023-05-20ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei1-9/+11
2023-05-20ublk: kill queuing request by task_work_addMing Lei1-38/+2
2023-05-20blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig6-36/+22
2023-05-20blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig1-1/+1
2023-05-20blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig1-0/+11
2023-05-20blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche2-18/+13
2023-05-20blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig4-23/+13
2023-05-20blk-mq: reflow blk_insert_flushChristoph Hellwig1-27/+26