io_uring: deduplicate io_grab_files() calls
[linux-2.6-microblaze.git] / fs / io_uring.c
2020-07-24 Pavel Begunkovio_uring: deduplicate io_grab_files() calls
2020-07-24 Pavel Begunkovio_uring: don't do opcode prep twice
2020-07-24 Xiaoguang Wangio_uring: clear IORING_SQ_NEED_WAKEUP after executing...
2020-07-24 Pavel Begunkovio_uring: batch put_task_struct()
2020-07-24 Pavel Begunkovio_uring: return locked and pinned page accounting
2020-07-24 Pavel Begunkovio_uring: don't miscount pinned memory
2020-07-24 Pavel Begunkovio_uring: don't open-code recv kbuf managment
2020-07-24 Pavel Begunkovio_uring: extract io_put_kbuf() helper
2020-07-24 Pavel Begunkovio_uring: move BUFFER_SELECT check into *recv[msg]
2020-07-24 Pavel Begunkovio_uring: free selected-bufs if error'ed
2020-07-24 Pavel Begunkovio_uring: don't forget cflags in io_recv()
2020-07-24 Pavel Begunkovio_uring: remove extra checks in send/recv
2020-07-24 Pavel Begunkovio_uring: indent left {send,recv}[msg]()
2020-07-24 Pavel Begunkovio_uring: simplify file ref tracking in submission...
2020-07-24 Pavel Begunkovio_uring/io-wq: move RLIMIT_FSIZE to io-wq
2020-07-24 Pavel Begunkovio_uring: alloc ->io in io_req_defer_prep()
2020-07-24 Pavel Begunkovio_uring: remove empty cleanup of OP_OPEN* reqs
2020-07-24 Pavel Begunkovio_uring: inline io_req_work_grab_env()
2020-07-24 Pavel Begunkovio_uring: place cflags into completion data
2020-07-24 Pavel Begunkovio_uring: remove sequence from io_kiocb
2020-07-24 Pavel Begunkovio_uring: use non-intrusive list for defer
2020-07-24 Pavel Begunkovio_uring: remove init for unused list
2020-07-24 Pavel Begunkovio_uring: add req->timeout.list
2020-07-24 Pavel Begunkovio_uring: use completion list for CQ overflow
2020-07-24 Pavel Begunkovio_uring: use inflight_entry list for iopoll'ing
2020-07-24 Pavel Begunkovio_uring: rename ctx->poll into ctx->iopoll
2020-07-24 Pavel Begunkovio_uring: share completion list w/ per-op space
2020-07-24 Pavel Begunkovio_uring: follow **iovec idiom in io_import_iovec
2020-07-24 Pavel Begunkovio_uring: add a helper for async rw iovec prep
2020-07-24 Pavel Begunkovio_uring: simplify io_req_map_rw()
2020-07-24 Pavel Begunkovio_uring: replace rw->task_work with rq->task_work
2020-07-24 Pavel Begunkovio_uring: extract io_sendmsg_copy_hdr()
2020-07-24 Pavel Begunkovio_uring: use more specific type in rcv/snd msg cp
2020-07-24 Pavel Begunkovio_uring: rename sr->msg into umsg
2020-07-24 Dmitry Vyukovio_uring: fix sq array offset calculation
2020-07-24 Jens AxboeMerge branch 'io_uring-5.8' into for-5.9/io_uring
2020-07-24 Pavel Begunkovio_uring: fix lockup in io_fail_links()
2020-07-24 Pavel Begunkovio_uring: fix ->work corruption with poll_add
2020-07-23 Pavel Begunkovio_uring: missed req_init_async() for IOSQE_ASYNC
2020-07-18 Daniele Albanoio_uring: always allow drain/link/hardlink/async sqe...
2020-07-18 Jens Axboeio_uring: ensure double poll additions work with both...
2020-07-15 Pavel Begunkovio_uring: fix recvmsg memory leak with buffer selection
2020-07-12 Pavel Begunkovio_uring: fix not initialised work->flags
2020-07-12 Pavel Begunkovio_uring: fix missing msg_name assignment
2020-07-10 Jens Axboeio_uring: account user memory freed when exit has been...
2020-07-10 Yang Yingliangio_uring: fix memleak in io_sqe_files_register()
2020-07-09 Jens Axboeio_uring: remove dead 'ctx' argument and move forward...
2020-07-09 Jens Axboeio_uring: get rid of __req_need_defer()
2020-07-09 Yang Yingliangio_uring: fix memleak in __io_sqe_files_update()
2020-07-09 Xiaoguang Wangio_uring: export cq overflow status to userspace
2020-07-08 Jens Axboeio_uring: only call kfree() for a non-zero pointer
2020-07-08 Dan Carpenterio_uring: fix a use after free in io_async_task_func()
2020-07-07 Pavel Begunkovio_uring: don't burn CPU for iopoll on exit
2020-07-07 Pavel Begunkovio_uring: remove nr_events arg from iopoll_check()
2020-07-07 Pavel Begunkovio_uring: partially inline io_iopoll_getevents()
2020-07-06 Pavel Begunkovio_uring: briefly loose locks while reaping events
2020-07-06 Pavel Begunkovio_uring: fix stopping iopoll'ing too early
2020-07-06 Pavel Begunkovio_uring: don't delay iopoll'ed req completion
2020-07-05 Pavel Begunkovio_uring: fix lost cqe->flags
2020-07-05 Pavel Begunkovio_uring: keep queue_sqe()'s fail path separately
2020-07-05 Pavel Begunkovio_uring: fix mis-refcounting linked timeouts
2020-07-05 Jens Axboeio_uring: use new io_req_task_work_add() helper throughout
2020-07-05 Jens Axboeio_uring: abstract out task work running
2020-07-05 Jens AxboeMerge branch 'io_uring-5.8' into for-5.9/io_uring
2020-07-04 Jens Axboeio_uring: fix regression with always ignoring signals...
2020-06-30 Jens Axboeio_uring: use signal based task_work running
2020-06-30 Pavel Begunkovio_uring: fix missing ->mm on exit
2020-06-30 Pavel Begunkovio_uring: optimise io_req_find_next() fast check
2020-06-30 Pavel Begunkovio_uring: simplify io_async_task_func()
2020-06-30 Pavel Begunkovio_uring: fix NULL mm in io_poll_task_func()
2020-06-30 Pavel Begunkovio_uring: don't fail iopoll requeue without ->mm
2020-06-30 Jens Axboeio_uring: clean up io_kill_linked_timeout() locking
2020-06-30 Pavel Begunkovio_uring: do grab_env() just before punting
2020-06-30 Pavel Begunkovio_uring: factor out grab_env() from defer_prep()
2020-06-30 Pavel Begunkovio_uring: do init work in grab_env()
2020-06-30 Pavel Begunkovio_uring: don't pass def into io_req_work_grab_env
2020-06-30 Pavel Begunkovio_uring: fix potential use after free on fallback...
2020-06-30 Pavel Begunkovio_uring: kill REQ_F_TIMEOUT_NOSEQ
2020-06-30 Pavel Begunkovio_uring: kill REQ_F_TIMEOUT
2020-06-30 Pavel Begunkovio_uring: replace find_next() out param with ret
2020-06-30 Pavel Begunkovio_uring: deduplicate freeing linked timeouts
2020-06-29 Pavel Begunkovio_uring: fix missing wake_up io_rw_reissue()
2020-06-28 Pavel Begunkovio_uring: fix iopoll -EAGAIN handling
2020-06-28 Pavel Begunkovio_uring: do task_work_run() during iopoll
2020-06-28 Pavel Begunkovio_uring: clean up req->result setting by rw
2020-06-28 Pavel Begunkovio_uring: kill REQ_F_LINK_NEXT
2020-06-28 Pavel Begunkovio_uring: cosmetic changes for batch free
2020-06-28 Pavel Begunkovio_uring: batch-free linked requests as well
2020-06-28 Pavel Begunkovio_uring: dismantle req early and remove need_iter
2020-06-28 Pavel Begunkovio_uring: remove inflight batching in free_many()
2020-06-28 Pavel Begunkovio_uring: fix refs underflow in io_iopoll_queue()
2020-06-28 Pavel Begunkovio_uring: fix missing io_grab_files()
2020-06-28 Pavel Begunkovio_uring: don't mark link's head for_async
2020-06-28 Pavel Begunkovio_uring: fix feeding io-wq with uninit reqs
2020-06-28 Pavel Begunkovio_uring: fix punting req w/o grabbed env
2020-06-28 Pavel Begunkovio_uring: fix req->work corruption
2020-06-27 Randy Dunlapio_uring: fix function args for !CONFIG_NET
2020-06-26 Jens AxboeMerge branch 'io_uring-5.8' into for-5.9/io_uring
2020-06-26 Pavel Begunkovio-wq: return next work from ->do_work() directly
2020-06-26 Jens Axboeio_uring: use task_work for links if possible
next