io_uring: enumerate dynamic resources
[linux-2.6-microblaze.git] / fs / io_uring.c
2021-04-25 Pavel Begunkovio_uring: enumerate dynamic resources
2021-04-25 Pavel Begunkovio_uring: add generic path for rsrc update
2021-04-25 Pavel Begunkovio_uring: preparation for rsrc tagging
2021-04-25 Pavel Begunkovio_uring: decouple CQE filling from requests
2021-04-25 Pavel Begunkovio_uring: return back rsrc data free helper
2021-04-25 Pavel Begunkovio_uring: move __io_sqe_files_unregister
2021-04-23 Hao Xuio_uring: check sqring and iopoll_list before shedule
2021-04-20 Pavel Begunkovio_uring: refactor io_sq_offload_create()
2021-04-20 Pavel Begunkovio_uring: safer sq_creds putting
2021-04-20 Pavel Begunkovio_uring: move inflight un-tracking into cleanup
2021-04-19 Pavel Begunkovio_uring: fix shared sqpoll cancellation hangs
2021-04-19 Pavel Begunkovio_uring: remove extra sqpoll submission halting
2021-04-18 Pavel Begunkovio_uring: check register restriction afore quiesce
2021-04-18 Pavel Begunkovio_uring: fix overflows checks in provide buffers
2021-04-18 Pavel Begunkovio_uring: don't fail submit with overflow backlog
2021-04-16 Jens Axboeio_uring: fix merge error for async resubmit
2021-04-16 Jens Axboeio_uring: tie req->apoll to request lifetime
2021-04-16 Jens Axboeio_uring: put flag checking for needing req cleanup...
2021-04-16 Jens Axboeio_uring: disable multishot poll for double poll add...
2021-04-14 Pavel Begunkovio_uring: move poll update into remove not add
2021-04-14 Pavel Begunkovio_uring: add helper for parsing poll events
2021-04-14 Pavel Begunkovio_uring: fix POLL_REMOVE removing apoll
2021-04-14 Pavel Begunkovio_uring: refactor io_ring_exit_work()
2021-04-13 Pavel Begunkovio_uring: inline io_iopoll_getevents()
2021-04-13 Pavel Begunkovio_uring: skip futile iopoll iterations
2021-04-13 Pavel Begunkovio_uring: don't fail overflow on in_idle
2021-04-13 Pavel Begunkovio_uring: clean up io_poll_remove_waitqs()
2021-04-13 Pavel Begunkovio_uring: refactor hrtimer_try_to_cancel uses
2021-04-13 Pavel Begunkovio_uring: add timeout completion_lock annotation
2021-04-13 Pavel Begunkovio_uring: split poll and poll update structures
2021-04-13 Pavel Begunkovio_uring: fix uninit old data for poll event upd
2021-04-13 Pavel Begunkovio_uring: fix leaking reg files on exit
2021-04-12 Pavel Begunkovio_uring: return back safer resurrect
2021-04-12 Pavel Begunkovio_uring: improve hardlink code generation
2021-04-12 Pavel Begunkovio_uring: improve sqo stop
2021-04-12 Pavel Begunkovio_uring: split file table from rsrc nodes
2021-04-12 Pavel Begunkovio_uring: cleanup buffer register
2021-04-12 Pavel Begunkovio_uring: add buffer unmap helper
2021-04-12 Pavel Begunkovio_uring: simplify io_rsrc_data refcounting
2021-04-12 Jens Axboeio_uring: provide io_resubmit_prep() stub for !CONFIG_BLOCK
2021-04-12 Pavel Begunkovio_uring: optimise fill_event() by inlining
2021-04-12 Pavel Begunkovio_uring: always pass cflags into fill_event()
2021-04-12 Pavel Begunkovio_uring: optimise non-eventfd post-event
2021-04-12 Pavel Begunkovio_uring: refactor compat_msghdr import
2021-04-12 Pavel Begunkovio_uring: enable inline completion for more cases
2021-04-12 Pavel Begunkovio_uring: refactor io_close
2021-04-12 Pavel Begunkovio_uring: unify files and task cancel
2021-04-12 Pavel Begunkovio_uring: track inflight requests through counter
2021-04-12 Pavel Begunkovio_uring: unify task and files cancel loops
2021-04-12 Pavel Begunkovio_uring: simplify apoll hash removal
2021-04-12 Pavel Begunkovio_uring: refactor io_poll_complete()
2021-04-12 Pavel Begunkovio_uring: clean up io_poll_task_func()
2021-04-12 Jens Axboeio_uring: don't attempt re-add of multishot poll reques...
2021-04-12 Pavel Begunkovio_uring: kill outdated comment about splice punt
2021-04-12 Pavel Begunkovio_uring: encapsulate fixed files into struct
2021-04-12 Pavel Begunkovio_uring: refactor file tables alloc/free
2021-04-12 Pavel Begunkovio_uring: don't quiesce intial files register
2021-04-12 Pavel Begunkovio_uring: set proper FFS* flags on reg file update
2021-04-12 Pavel Begunkovio_uring: deduplicate NOSIGNAL setting
2021-04-12 Pavel Begunkovio_uring: put link timeout req consistently
2021-04-12 Pavel Begunkovio_uring: simplify overflow handling
2021-04-12 Pavel Begunkovio_uring: lock annotate timeouts and poll
2021-04-12 Pavel Begunkovio_uring: kill unused forward decls
2021-04-12 Pavel Begunkovio_uring: store reg buffer end instead of length
2021-04-12 Pavel Begunkovio_uring: improve import_fixed overflow checks
2021-04-12 Pavel Begunkovio_uring: refactor io_async_cancel()
2021-04-12 Pavel Begunkovio_uring: remove unused hash_wait
2021-04-12 Pavel Begunkovio_uring: better ref handling in poll_remove_one
2021-04-12 Pavel Begunkovio_uring: combine lock/unlock sections on exit
2021-04-12 Pavel Begunkovio_uring: remove useless is_dying check on quiesce
2021-04-12 Pavel Begunkovio_uring: reuse io_rsrc_node_destroy()
2021-04-12 Pavel Begunkovio_uring: ctx-wide rsrc nodes
2021-04-12 Pavel Begunkovio_uring: refactor io_queue_rsrc_removal()
2021-04-12 Pavel Begunkovio_uring: move rsrc_put callback into io_rsrc_data
2021-04-12 Pavel Begunkovio_uring: encapsulate rsrc node manipulations
2021-04-12 Pavel Begunkovio_uring: use rsrc prealloc infra for files reg
2021-04-12 Pavel Begunkovio_uring: simplify io_rsrc_node_ref_zero
2021-04-12 Pavel Begunkovio_uring: name rsrc bits consistently
2021-04-12 Jens Axboeio_uring: fix race around poll update and poll triggering
2021-04-11 Pavel Begunkovio_uring: reg buffer overflow checks hardening
2021-04-11 Jens Axboeio_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS...
2021-04-11 Jens Axboeio-wq: eliminate the need for a manager thread
2021-04-11 Jens Axboeio_uring: allow events and user_data update of running...
2021-04-11 Jens Axboeio_uring: abstract out a io_poll_find_helper()
2021-04-11 Jens Axboeio_uring: terminate multishot poll for CQ ring overflow
2021-04-11 Jens Axboeio_uring: abstract out helper for removing poll waitqs...
2021-04-11 Jens Axboeio_uring: add multishot mode for IORING_OP_POLL_ADD
2021-04-11 Jens Axboeio_uring: include cflags in completion trace event
2021-04-11 Pavel Begunkovio_uring: allocate memory for overflowed CQEs
2021-04-11 Jens Axboeio_uring: mask in error/nval/hangup consistently for...
2021-04-11 Pavel Begunkovio_uring: optimise rw complete error handling
2021-04-11 Pavel Begunkovio_uring: hide iter revert in resubmit_prep
2021-04-11 Pavel Begunkovio_uring: don't alter iopoll reissue fail ret code
2021-04-11 Pavel Begunkovio_uring: optimise kiocb_end_write for !ISREG
2021-04-11 Pavel Begunkovio_uring: kill unused REQ_F_NO_FILE_TABLE
2021-04-11 Pavel Begunkovio_uring: don't init req->work fully in advance
2021-04-11 Pavel Begunkovio_uring: remove tctx->sqpoll
2021-04-11 Pavel Begunkovio_uring: don't do extra EXITING cancellations
2021-04-11 Pavel Begunkovio_uring: don't clear REQ_F_LINK_TIMEOUT
2021-04-11 Pavel Begunkovio_uring: optimise io_req_task_work_add()
next