aboutsummaryrefslogtreecommitdiff
path: root/io_uring/rw.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-20io_uring: return REQ_F_ flags from io_file_get_flagsGravatar Christoph Hellwig 1-1/+1
2023-06-20io_uring: remove io_req_ffs_setGravatar Christoph Hellwig 1-1/+1
2023-06-02io_uring: avoid indirect function calls for the hottest task_workGravatar Jens Axboe 1-1/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-4/+4
2023-04-06io_uring: reduce scheduling due to twGravatar Pavel Begunkov 1-1/+1
2023-04-03io_uring: encapsulate task_work stateGravatar Pavel Begunkov 1-3/+3
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersGravatar Jens Axboe 1-14/+13
2023-03-30iov_iter: add iter_iovec() helperGravatar Jens Axboe 1-4/+4
2023-03-20blk-mq: remove hybrid pollingGravatar Keith Busch 1-1/+1
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+6
2023-01-29io_uring: Split io_issue_def structGravatar Breno Leitao 1-1/+1
2023-01-29io_uring: Rename struct io_op_defGravatar Breno Leitao 1-1/+1
2023-01-29io_uring: remove excessive unlikely on IS_ERRGravatar Dmitrii Bundin 1-1/+1
2023-01-13io_uring: lock overflowing for IOPOLLGravatar Pavel Begunkov 1-1/+5
2023-01-08io_uring: use iter_ubuf for single range importsGravatar Jens Axboe 1-3/+6
2022-12-15io_uring: fix overflow handling regressionGravatar Pavel Begunkov 1-1/+1
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+2
2022-12-13Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+6
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-5/+5
2022-11-23io_uring: remove iopoll spinlockGravatar Pavel Begunkov 1-3/+2
2022-11-23io_uring: add completion locking for iopollGravatar Pavel Begunkov 1-2/+3
2022-11-21io_uring: move kbuf put out of generic tw completeGravatar Pavel Begunkov 1-0/+6
2022-11-16io_uring/rw: enable bio caches for IRQ rwGravatar Pavel Begunkov 1-1/+2
2022-10-16io_uring/rw: remove leftover debug statementGravatar Jens Axboe 1-2/+0
2022-10-12io_uring/rw: ensure kiocb_end_write() is always calledGravatar Jens Axboe 1-9/+29
2022-10-12io_uring: local variable rw shadows outer variable in io_writeGravatar Stefan Roesch 1-4/+4
2022-09-29io_uring/rw: defer fsnotify calls to task contextGravatar Jens Axboe 1-9/+15
2022-09-26io_uring/rw: don't lose short results on io_setup_async_rw()Gravatar Pavel Begunkov 1-3/+5
2022-09-26io_uring/rw: fix unexpected link breakageGravatar Pavel Begunkov 1-0/+1
2022-09-21io_uring/rw: don't lose partial IO result on failGravatar Pavel Begunkov 1-0/+8
2022-09-21io_uring: allow buffer recycling in READVGravatar Dylan Yudaken 1-82/+52
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerGravatar Jens Axboe 1-1/+2
2022-09-21io_uring: cleanly separate request types for iopollGravatar Jens Axboe 1-6/+9
2022-09-21io_uring: add iopoll infrastructure for io_uring_cmdGravatar Kanchan Joshi 1-1/+7
2022-09-13io_uring/rw: fix error'ed retry return valuesGravatar Pavel Begunkov 1-1/+1
2022-09-09io_uring/rw: fix short rw error handlingGravatar Pavel Begunkov 1-12/+18
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-14/+14
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeGravatar Stefan Metzmacher 1-14/+14
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2022-07-24io_uring: Add tracepoint for short writesGravatar Stefan Roesch 1-0/+3
2022-07-24io_uring: fix issue with io_write() not always undoing sb_start_write()Gravatar Jens Axboe 1-1/+8
2022-07-24io_uring: Add support for async buffered writesGravatar Stefan Roesch 1-5/+24
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadGravatar Jens Axboe 1-5/+0
2022-07-24io_uring: remove priority tw list optimisationGravatar Dylan Yudaken 1-1/+1
2022-07-24io_uring: move io_import_fixed()Gravatar Pavel Begunkov 1-60/+0
2022-07-24io_uring: opcode independent fixed buf importGravatar Pavel Begunkov 1-14/+7
2022-07-24io_uring: add io_commit_cqring_flush()Gravatar Pavel Begunkov 1-4/+1
2022-07-24io_uring: kill extra io_uring_types.h includesGravatar Pavel Begunkov 1-1/+0
2022-07-24io_uring: rw: delegate sync completions to core io_uringGravatar Pavel Begunkov 1-22/+19