- ecc53c4 io-wq: check max_worker limits if a worker transitions bound state by Jens Axboe · 3 years, 4 months ago
- f1042b6 io_uring: allow updating linked timeouts by Pavel Begunkov · 3 years, 4 months ago
- ef9dd63 io_uring: keep ltimeouts in a list by Pavel Begunkov · 3 years, 4 months ago
- 50c1df2 io_uring: support CLOCK_BOOTTIME/REALTIME for timeouts by Jens Axboe · 3 years, 4 months ago
- 2e48005 io-wq: provide a way to limit max number of workers by Jens Axboe · 3 years, 4 months ago
- 90499ad io_uring: add build check for buf_index overflows by Pavel Begunkov · 3 years, 4 months ago
- b18a1a4 io_uring: clarify io_req_task_cancel() locking by Pavel Begunkov · 3 years, 4 months ago
- 9a10867 io_uring: add task-refs-get helper by Pavel Begunkov · 3 years, 4 months ago
- a8295b9 io_uring: fix failed linkchain code logic by Hao Xu · 3 years, 4 months ago
- 14afdd6 io_uring: remove redundant req_set_fail() by Hao Xu · 3 years, 4 months ago
- 0c6e1d7 io_uring: don't free request to slab by Hao Xu · 3 years, 4 months ago
- aaa4db1 io_uring: accept directly into fixed file table by Pavel Begunkov · 3 years, 4 months ago
- a7083ad io_uring: hand code io_accept() fd installing by Pavel Begunkov · 3 years, 4 months ago
- b944559 io_uring: openat directly into fixed fd table by Pavel Begunkov · 3 years, 4 months ago
- d32f89d net: add accept helper not installing fd by Pavel Begunkov · 3 years, 4 months ago
- dadebc3 io_uring: fix io_try_cancel_userdata race for iowq by Pavel Begunkov · 3 years, 4 months ago
- 126180b io_uring: IRQ rw completion batching by Pavel Begunkov · 3 years, 4 months ago
- f237c30 io_uring: batch task work locking by Pavel Begunkov · 3 years, 4 months ago
- 5636c00 io_uring: flush completions for fallbacks by Pavel Begunkov · 3 years, 4 months ago
- 26578cd io_uring: add ->splice_fd_in checks by Pavel Begunkov · 3 years, 4 months ago
- 2c5d763 io_uring: add clarifying comment for io_cqring_ev_posted() by Jens Axboe · 3 years, 4 months ago
- 0bea96f io_uring: place fixed tables under memcg limits by Pavel Begunkov · 3 years, 4 months ago
- 3a1b8a4 io_uring: limit fixed table size by RLIMIT_NOFILE by Pavel Begunkov · 3 years, 4 months ago
- 99c8bc5 io_uring: fix lack of protection for compl_nr by Hao Xu · 3 years, 4 months ago
- 187f08c io_uring: Add register support for non-4k PAGE_SIZE by wangyangbo · 3 years, 4 months ago
- e98e49b io_uring: extend task put optimisations by Pavel Begunkov · 3 years, 4 months ago
- 316319e io_uring: add comments on why PF_EXITING checking is safe by Jens Axboe · 3 years, 4 months ago
- 79dca18 io-wq: move nr_running and worker_refs out of wqe->lock protection by Hao Xu · 3 years, 5 months ago
- ec3c3d0 io_uring: fix io_timeout_remove locking by Pavel Begunkov · 3 years, 4 months ago
- 23a65db io_uring: improve same wq polling by Pavel Begunkov · 3 years, 4 months ago
- 505657b io_uring: reuse io_req_complete_post() by Pavel Begunkov · 3 years, 4 months ago
- ae421d9 io_uring: better encapsulate buffer select for rw by Pavel Begunkov · 3 years, 4 months ago
- 906c6ca io_uring: optimise io_prep_linked_timeout() by Pavel Begunkov · 3 years, 5 months ago
- 0756a86 io_uring: cancel not-armed linked touts separately by Pavel Begunkov · 3 years, 5 months ago
- 4d13d1a io_uring: simplify io_prep_linked_timeout by Pavel Begunkov · 3 years, 5 months ago
- b97e736 io_uring: kill REQ_F_LTIMEOUT_ACTIVE by Pavel Begunkov · 3 years, 5 months ago
- 8cb01fa io_uring: deduplicate cancellation code by Pavel Begunkov · 3 years, 5 months ago
- a8576af io_uring: kill not necessary resubmit switch by Pavel Begunkov · 3 years, 5 months ago
- fb68209 io_uring: optimise initial ltimeout refcounting by Pavel Begunkov · 3 years, 5 months ago
- 761bcac io_uring: don't inflight-track linked timeouts by Pavel Begunkov · 3 years, 5 months ago
- 48dcd38 io_uring: optimise iowq refcounting by Pavel Begunkov · 3 years, 5 months ago
- a141dd8 io_uring: correct __must_hold annotation by Jens Axboe · 3 years, 5 months ago
- 41a5169 io_uring: code clean for completion_lock in io_arm_poll_handler() by Hao Xu · 3 years, 5 months ago
- f552a27 io_uring: remove files pointer in cancellation functions by Hao Xu · 3 years, 5 months ago
- a4aadd1 io_uring: extract io_uring_files_cancel() in io_uring_task_cancel() by Hao Xu · 3 years, 5 months ago
- fd08e53 io_uring: optimise hot path of ltimeout prep by Pavel Begunkov · 3 years, 5 months ago
- 20e60a3 io_uring: skip request refcounting by Pavel Begunkov · 3 years, 5 months ago
- 5d5901a io_uring: remove submission references by Pavel Begunkov · 3 years, 5 months ago
- 91c2f69 io_uring: remove req_ref_sub_and_test() by Pavel Begunkov · 3 years, 5 months ago
- 21c843d io_uring: move req_ref_get() and friends by Pavel Begunkov · 3 years, 5 months ago
- 79ebeae io_uring: remove IRQ aspect of io_ring_ctx completion lock by Jens Axboe · 3 years, 5 months ago
- 8ef12ef io_uring: run regular file completions from task_work by Jens Axboe · 3 years, 5 months ago
- 89b263f io_uring: run linked timeouts from task_work by Jens Axboe · 3 years, 5 months ago
- 89850fc io_uring: run timeouts from task_work by Jens Axboe · 3 years, 5 months ago
- 62906e8 io_uring: remove file batch-get optimisation by Pavel Begunkov · 3 years, 5 months ago
- 6294f36 io_uring: clean up tctx_task_work() by Pavel Begunkov · 3 years, 5 months ago
- 5d70904 io_uring: inline io_poll_remove_waitqs by Pavel Begunkov · 3 years, 5 months ago
- 90f6736 io_uring: remove extra argument for overflow flush by Pavel Begunkov · 3 years, 5 months ago
- cd0ca2e io_uring: inline struct io_comp_state by Pavel Begunkov · 3 years, 5 months ago
- bb943b8 io_uring: use inflight_entry instead of compl.list by Pavel Begunkov · 3 years, 5 months ago
- 7255834 io_uring: remove redundant args from cache_free by Pavel Begunkov · 3 years, 5 months ago
- c34b025 io_uring: cache __io_free_req()'d requests by Pavel Begunkov · 3 years, 5 months ago
- f56165e io_uring: move io_fallback_req_func() by Pavel Begunkov · 3 years, 5 months ago
- e9dbe22 io_uring: optimise putting task struct by Pavel Begunkov · 3 years, 5 months ago
- af066f3 io_uring: drop exec checks from io_req_task_submit by Pavel Begunkov · 3 years, 5 months ago
- bbbca09 io_uring: kill unused IO_IOPOLL_BATCH by Pavel Begunkov · 3 years, 5 months ago
- 58d3be2 io_uring: improve ctx hang handling by Pavel Begunkov · 3 years, 5 months ago
- d3fddf6 io_uring: deduplicate open iopoll check by Pavel Begunkov · 3 years, 5 months ago
- 543af3a io_uring: inline io_free_req_deferred by Pavel Begunkov · 3 years, 5 months ago
- b9bd2be io_uring: move io_rsrc_node_alloc() definition by Pavel Begunkov · 3 years, 5 months ago
- 6a290a1 io_uring: move io_put_task() definition by Pavel Begunkov · 3 years, 5 months ago
- e73c5c7 io_uring: extract a helper for ctx quiesce by Pavel Begunkov · 3 years, 5 months ago
- 90291099 io_uring: optimise io_cqring_wait() hot path by Pavel Begunkov · 3 years, 5 months ago
- 282cdc8 io_uring: add more locking annotations for submit by Pavel Begunkov · 3 years, 5 months ago
- a2416e1 io_uring: don't halt iopoll too early by Pavel Begunkov · 3 years, 5 months ago
- 864ea92 io_uring: refactor io_alloc_req by Pavel Begunkov · 3 years, 5 months ago
- 8724dd8 io-wq: improve wq_list_add_tail() by Pavel Begunkov · 3 years, 5 months ago
- 2215bed io_uring: remove unnecessary PF_EXITING check by Pavel Begunkov · 3 years, 5 months ago
- ebc11b6 io_uring: clean io-wq callbacks by Pavel Begunkov · 3 years, 5 months ago
- c97d8a0 io_uring: avoid touching inode in rw prep by Pavel Begunkov · 3 years, 5 months ago
- b191e2d io_uring: rename io_file_supports_async() by Pavel Begunkov · 3 years, 5 months ago
- ac17705 io_uring: inline fixed part of io_file_get() by Pavel Begunkov · 3 years, 5 months ago
- 042b0d8 io_uring: use kvmalloc for fixed files by Pavel Begunkov · 3 years, 5 months ago
- 5fd4617 io_uring: be smarter about waking multiple CQ ring waiters by Jens Axboe · 3 years, 5 months ago
- d3e9f73 io-wq: remove GFP_ATOMIC allocation off schedule out path by Jens Axboe · 3 years, 5 months ago
- e22ce8e Linux 5.14-rc7 by Linus Torvalds · 3 years, 4 months ago
- 1bdc3d5 Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 4 months ago
- 9ff50bf Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 4 months ago
- 9085423 Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 4 months ago
- f4ff9e6 Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 4 months ago
- a09434f Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 4 months ago
- 5479a7fe Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago
- 15517c7 Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 3 years, 4 months ago
- 002c0ae Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- 1e6907d58 Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- fdd92b6 fs: warn about impending deprecation of mandatory locks by Jeff Layton · 3 years, 4 months ago
- a30f895 io_uring: fix xa_alloc_cycle() error return value check by Jens Axboe · 3 years, 4 months ago
- fa54d36 Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 4 months ago
- cae6876 Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 4 months ago
- ed3bad2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago