summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
* fs/io_uring: set FOLL_PIN via pin_user_pages()John Hubbard2020-01-311-1/+1
* Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-291-380/+1820
|\
| * io_uring: add support for epoll_ctl(2)Jens Axboe2020-01-291-0/+71
| * io_uring: fix linked command file table usageJens Axboe2020-01-291-11/+20
| * io_uring: support using a registered personality for commandsJens Axboe2020-01-281-1/+19
| * io_uring: allow registering credentialsJens Axboe2020-01-281-7/+68
| * io_uring: add io-wq workqueue sharingPavel Begunkov2020-01-281-14/+50
| * io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-281-5/+31
| * io_uring: fix refcounting with batched allocations at OOMPavel Begunkov2020-01-271-2/+5
| * io_uring: add comment for drain_nextPavel Begunkov2020-01-271-0/+7
| * io_uring: don't attempt to copy iovec for READ/WRITEJens Axboe2020-01-271-2/+1
| * io_uring: honor IOSQE_ASYNC for linked reqsPavel Begunkov2020-01-221-0/+4
| * io_uring: prep req when do IOSQE_ASYNCPavel Begunkov2020-01-221-0/+4
| * io_uring: use labeled array init in io_op_defsPavel Begunkov2020-01-201-62/+29
| * io_uring: optimise sqe-to-req flags translationPavel Begunkov2020-01-201-29/+63
| * io_uring: remove REQ_F_IO_DRAINEDPavel Begunkov2020-01-201-5/+2
| * io_uring: file switch work needs to get flushed on exitJens Axboe2020-01-201-1/+4
| * io_uring: hide uring_fd in ctxPavel Begunkov2020-01-201-15/+12
| * io_uring: remove extra check in __io_commit_cqringPavel Begunkov2020-01-201-7/+5
| * io_uring: optimise use of ctx->drain_nextPavel Begunkov2020-01-201-20/+21
| * io_uring: add support for probing opcodesJens Axboe2020-01-201-2/+51
| * io_uring: account fixed file references correctly in batchJens Axboe2020-01-201-5/+9
| * io_uring: add opcode to issue trace eventJens Axboe2020-01-201-1/+2
| * io_uring: add support for IORING_OP_OPENAT2Jens Axboe2020-01-201-6/+63
| * io_uring: remove 'fname' from io_open structureJens Axboe2020-01-201-5/+6
| * io_uring: add 'struct open_how' to the openat request contextJens Axboe2020-01-201-9/+8
| * io_uring: enable option to only trigger eventfd for async completionsJens Axboe2020-01-201-1/+16
| * io_uring: change io_ring_ctx bool fields into bit fieldsJens Axboe2020-01-201-7/+7
| * io_uring: file set registration should use interruptible waitsJens Axboe2020-01-201-2/+8
| * io_uring: Remove unnecessary null checkYueHaibing2020-01-201-2/+1
| * io_uring: add support for send(2) and recv(2)Jens Axboe2020-01-201-5/+135
| * io_uring: remove extra io_wq_current_is_worker()Pavel Begunkov2020-01-201-2/+1
| * io_uring: optimise commit_sqring() for common casePavel Begunkov2020-01-201-8/+6
| * io_uring: optimise head checks in io_get_sqring()Pavel Begunkov2020-01-201-9/+4
| * io_uring: clamp to_submit in io_submit_sqes()Pavel Begunkov2020-01-201-2/+2
| * io_uring: add support for IORING_SETUP_CLAMPJens Axboe2020-01-201-3/+14
| * io_uring: extend batch freeing to cover more casesJens Axboe2020-01-201-31/+69
| * io_uring: wrap multi-req freeing in struct req_batchJens Axboe2020-01-201-34/+31
| * io_uring: batch getting pcpu referencesPavel Begunkov2020-01-201-9/+17
| * io_uring: add IORING_OP_MADVISEJens Axboe2020-01-201-0/+59
| * io_uring: add IORING_OP_FADVISEJens Axboe2020-01-201-0/+53
| * io_uring: allow use of offset == -1 to mean file positionJens Axboe2020-01-201-1/+10
| * io_uring: add non-vectored read/write commandsJens Axboe2020-01-201-0/+23
| * io_uring: improve poll completion performanceJens Axboe2020-01-201-20/+88
| * io_uring: split overflow state into SQ and CQ sideJens Axboe2020-01-201-13/+27
| * io_uring: add lookup table for various opcode needsJens Axboe2020-01-201-53/+155
| * io_uring: remove two unnecessary function declarationsJens Axboe2020-01-201-2/+0
| * io_uring: move *queue_link_head() from common pathPavel Begunkov2020-01-201-17/+15
| * io_uring: rename prev to headPavel Begunkov2020-01-201-5/+5
OpenPOWER on IntegriCloud