summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-061-50/+204
|\
| * io_uring: cleanup fixed file data table referencesJens Axboe2020-02-041-13/+19
| * io_uring: spin for sq thread to idle on shutdownJens Axboe2020-02-041-1/+12
| * io_uring: put the flag changing code in the same spotPavel Begunkov2020-02-031-5/+4
| * io_uring: iterate req cache backwardsPavel Begunkov2020-02-031-8/+4
| * io_uring: punt even fadvise() WILLNEED to async contextJens Axboe2020-02-031-3/+10
| * io_uring: fix sporadic double CQE entry for closeJens Axboe2020-02-031-5/+8
| * io_uring: remove extra ->file checkPavel Begunkov2020-02-031-3/+0
| * io_uring: don't map read/write iovec potentially twiceJens Axboe2020-02-031-3/+5
| * io_uring: use the proper helpers for io_send/recvJens Axboe2020-02-031-2/+4
| * io_uring: prevent potential eventfd recursion on pollJens Axboe2020-02-031-7/+30
| * io_uring: add BUILD_BUG_ON() to assert the layout of struct io_uring_sqeStefan Metzmacher2020-01-301-0/+33
| * io_uring: add ->show_fdinfo() for the io_uring file descriptorJens Axboe2020-01-301-0/+75
* | 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