io_uring: name rsrc bits consistently
[linux-2.6-microblaze.git] / fs / io_uring.c
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()
2021-04-11 Pavel Begunkovio_uring: abolish old io_put_file()
2021-04-11 Pavel Begunkovio_uring: optimise io_dismantle_req() fast path
2021-04-11 Pavel Begunkovio_uring: inline io_clean_op()'s fast path
2021-04-11 Pavel Begunkovio_uring: remove __io_req_task_cancel()
2021-04-11 Pavel Begunkovio_uring: add helper flushing locked_free_list
2021-04-11 Pavel Begunkovio_uring: refactor io_free_req_deferred()
2021-04-11 Pavel Begunkovio_uring: inline io_put_req and friends
2021-04-11 Pavel Begunkovio_uring: refactor rsrc refnode allocation
2021-04-11 Pavel Begunkovio_uring: refactor io_flush_cached_reqs()
2021-04-11 Pavel Begunkovio_uring: optimise success case of __io_queue_sqe
2021-04-11 Pavel Begunkovio_uring: inline __io_queue_linked_timeout()
2021-04-11 Pavel Begunkovio_uring: keep io_req_free_batch() call locality
2021-04-11 Pavel Begunkovio_uring: optimise tctx node checks/alloc
2021-04-11 Pavel Begunkovio_uring: optimise io_uring_enter()
2021-04-11 Pavel Begunkovio_uring: don't take ctx refs in task_work handler
2021-04-11 Jens Axboeio_uring: transform ret == 0 for poll cancelation compl...
2021-04-11 Jens Axboeio_uring: correct comment on poll vs iopoll
2021-04-11 Jens Axboeio_uring: cache async and regular file state for fixed...
2021-04-11 Jens Axboeio_uring: don't check for io_uring_fops for fixed files
2021-04-11 Pavel Begunkovio_uring: simplify io_sqd_update_thread_idle()
2021-04-11 Jens Axboeio_uring: switch to atomic_t for io_kiocb reference...
2021-04-11 Jens Axboeio_uring: wrap io_kiocb reference count manipulation...
2021-04-11 Pavel Begunkovio_uring: simplify io_resubmit_prep()
2021-04-11 Pavel Begunkovio_uring: merge defer_prep() and prep_async()
2021-04-11 Pavel Begunkovio_uring: rethink def->needs_async_data
2021-04-11 Pavel Begunkovio_uring: untie alloc_async_data and needs_async_data
2021-04-11 Pavel Begunkovio_uring: refactor out send/recv async setup
2021-04-11 Pavel Begunkovio_uring: use better types for cflags
2021-04-11 Pavel Begunkovio_uring: refactor provide/remove buffer locking
2021-04-11 Pavel Begunkovio_uring: add a helper failing not issued requests
2021-04-11 Pavel Begunkovio_uring: further deduplicate file slot selection
2021-04-11 Pavel Begunkovio_uring: reuse io_req_task_queue_fail()
2021-04-11 Pavel Begunkovio_uring: avoid taking ctx refs for task-cancel
2021-04-11 Linus TorvaldsMerge tag 'for-5.12-rc6-tag' of git://git./linux/kernel...
2021-04-11 Linus TorvaldsMerge tag 'locking-urgent-2021-04-11' of git://git...
2021-04-11 Linus TorvaldsMerge tag 'x86_urgent_for_v5.12-rc7' of git://git....
2021-04-10 Linus TorvaldsMerge branch 'for-5.12-fixes' of git://git./linux/kerne...
2021-04-10 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-04-10 Linus TorvaldsMerge tag 'powerpc-5.12-6' of git://git./linux/kernel...
2021-04-10 Linus TorvaldsMerge tag 'driver-core-5.12-rc7' of git://git./linux...
2021-04-10 Linus TorvaldsMerge tag 'usb-5.12-rc7' of git://git./linux/kernel...
2021-04-10 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2021-04-10 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2021-04-10 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.12-2020-04-09' of...
2021-04-10 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-04-09 Linus TorvaldsMerge tag 'net-5.12-rc7' of git://git./linux/kernel...
2021-04-09 Linus TorvaldsMerge tag 'io_uring-5.12-2021-04-09' of git://git.kerne...
2021-04-09 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.12-2' of git://git...
2021-04-09 Dave AirlieMerge tag 'drm-misc-fixes-2021-04-09' of git://anongit...
2021-04-09 Linus TorvaldsMerge tag 'selinux-pr-20210409' of git://git./linux...
2021-04-09 Linus TorvaldsMerge tag 'rproc-v5.12-fixes' of git://git./linux/kerne...
2021-04-09 Linus TorvaldsMerge tag 'for-linus-5.12b-rc7-tag' of git://git./linux...
2021-04-09 Dave AirlieMerge tag 'drm-msm-fixes-2021-04-02' of https://gitlab...
2021-04-08 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2021-04-08 Pavel Begunkovio_uring: fix rw req completion
2021-04-08 Linus TorvaldsMerge tag 's390-5.12-6' of git://git./linux/kernel...
2021-04-08 Linus TorvaldsMerge tag 'sound-5.12-rc7' of git://git./linux/kernel...
2021-04-08 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-04-08 Linus TorvaldsMerge tag 'for-linus-2021-04-08' of git://git./linux...
2021-04-08 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2021-04-08 Greg Kroah-HartmanMerge tag 'thunderbolt-for-v5.12-rc7' of git://git...
2021-04-08 Dave AirlieMerge tag 'amd-drm-fixes-5.12-2021-04-08' of https...
2021-04-08 Pavel Begunkovio_uring: clear F_REISSUE right after getting it
2021-04-07 David S. MillerMerge tag 'ieee802154-for-davem-2021-04-07' of git...
2021-04-07 David S. MillerMerge tag 'wireless-drivers-2021-04-07' of git://git...
2021-04-07 Linus TorvaldsMerge tag 'arc-5.12-rc7' of git://git./linux/kernel...
2021-04-07 Linus TorvaldsMerge tag 'arm-fixes-5.11-2' of git://git./linux/kernel...
2021-04-07 Linus TorvaldsMerge tag 'platform-drivers-x86-v5.12-3' of git://git...
2021-04-07 Linus TorvaldsMerge tag 'regulator-fix-v5.12-rc6' of git://git./linux...
2021-04-06 Arnd BergmannMerge tag 'mvebu-fixes-5.12-1' of git://git./linux...
2021-04-06 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2021-04-05 Greg Kroah-HartmanMerge tag 'v5.12-rc5' of git://git./linux/kernel/git...
2021-04-03 Linus TorvaldsMerge tag 'for-linus' of git://github.com/openrisc...
2021-04-03 Linus TorvaldsMerge tag 'io_uring-5.12-2021-04-03' of git://git.kerne...
2021-04-03 Linus TorvaldsMerge tag 'gfs2-v5.12-rc2-fixes2' of git://git./linux...
2021-04-03 Linus TorvaldsMerge tag 'riscv-for-linus-5.12-rc6' of git://git....
2021-04-03 Linus TorvaldsMerge tag 'powerpc-5.12-5' of git://git./linux/kernel...
next