io_uring: remove sequence from io_kiocb
[linux-2.6-microblaze.git] / fs /
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 Pavel Begunkovio-wq: compact io-wq flags numbers
2020-06-26 Jens Axboeio_uring: use task_work for links if possible
2020-06-25 Jens Axboeio_uring: enable READ/WRITE to use deferred completions
2020-06-25 Jens Axboeio_uring: pass in completion state to appropriate issue...
2020-06-25 Jens Axboeio_uring: pass down completion state on the issue side
2020-06-25 Jens Axboeio_uring: add 'io_comp_state' to struct io_submit_state
2020-06-25 Jens Axboeio_uring: provide generic io_req_complete() helper
2020-06-25 Pavel Begunkovio_uring: fix NULL-mm for linked reqs
2020-06-25 Pavel Begunkovio_uring: fix current->mm NULL dereference on exit
2020-06-25 Pavel Begunkovio_uring: fix hanging iopoll in case of -EAGAIN
2020-06-23 Xuan Zhuoio_uring: fix io_sq_thread no schedule when busy
2020-06-22 Pavel Begunkovio_uring: kill NULL checks for submit state
2020-06-22 Pavel Begunkovio_uring: set @poll->file after @poll init
2020-06-22 Pavel Begunkovio_uring: remove REQ_F_MUST_PUNT
2020-06-22 Pavel Begunkovio_uring: remove setting REQ_F_MUST_PUNT in rw
2020-06-22 Jens AxboeMerge branch 'async-buffered.8' into for-5.9/io_uring
2020-06-22 Jens Axboeio_uring: support true async buffered reads, if file...
2020-06-22 Jens Axboebtrfs: flag files as supporting buffered async reads
2020-06-22 Jens Axboexfs: flag files as supporting buffered async reads
2020-06-22 Jens Axboeblock: flag block devices as supporting IOCB_WAITQ
next