| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-10 | Merge tag 'vfs-6.10.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Christian Brauner | 1 | -1/+1 |
| 2024-04-07 | fs: claw back a few FMODE_* bits | Christian Brauner | 1 | -1/+1 |
| 2024-04-05 | io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure | Alexey Izbyshev | 1 | -13/+13 |
| 2024-04-02 | io_uring/kbuf: hold io_buffer_list reference over mmap | Jens Axboe | 1 | -5/+6 |
| 2024-04-02 | io_uring/kbuf: get rid of lower BGID lists | Jens Axboe | 1 | -2/+0 |
| 2024-04-02 | io_uring: use private workqueue for exit work | Jens Axboe | 1 | -1/+4 |
| 2024-04-01 | io_uring: disable io-wq execution of multishot NOWAIT requests | Jens Axboe | 1 | -4/+9 |
| 2024-03-16 | io_uring: clear opcode specific data for an early failure | Jens Axboe | 1 | -9/+16 |
| 2024-03-13 | io_uring: Fix release of pinned pages when __io_uaddr_map fails | Gabriel Krisman Bertazi | 1 | -9/+13 |
| 2024-03-13 | io_uring: simplify io_pages_free | Pavel Begunkov | 1 | -5/+1 |
| 2024-03-12 | io_uring: clean rings on NO_MMAP alloc fail | Pavel Begunkov | 1 | -2/+3 |
| 2024-03-11 | io_uring: don't save/restore iowait state | Jens Axboe | 1 | -3/+2 |
| 2024-03-08 | io_uring: refactor DEFER_TASKRUN multishot checks | Pavel Begunkov | 1 | -0/+20 |
| 2024-02-15 | io_uring: kill stale comment for io_cqring_overflow_kill() | Jens Axboe | 1 | -1/+0 |
| 2024-02-14 | io_uring: wake SQPOLL task when task_work is added to an empty queue | Jens Axboe | 1 | -1/+6 |
| 2024-02-14 | io_uring/napi: ensure napi polling is aborted when work is available | Jens Axboe | 1 | -11/+0 |
| 2024-02-12 | io_uring: Don't include af_unix.h. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2024-02-09 | io-uring: add napi busy poll support | Stefan Roesch | 1 | -0/+8 |
| 2024-02-09 | io-uring: move io_wait_queue definition to header file | Stefan Roesch | 1 | -21/+0 |
| 2024-02-08 | io_uring: Simplify the allocation of slab caches | Kunwu Chan | 1 | -3/+2 |
| 2024-02-08 | io_uring/sqpoll: manage task_work privately | Jens Axboe | 1 | -10/+36 |
| 2024-02-08 | io_uring: pass in counter to handle_tw_list() rather than return it | Jens Axboe | 1 | -5/+3 |
| 2024-02-08 | io_uring: cleanup handle_tw_list() calling convention | Jens Axboe | 1 | -16/+13 |
| 2024-02-08 | io_uring: remove unconditional looping in local task_work handling | Jens Axboe | 1 | -15/+29 |
| 2024-02-08 | io_uring: remove next io_kiocb fetch in task_work running | Jens Axboe | 1 | -3/+0 |
| 2024-02-08 | io_uring: handle traditional task_work in FIFO order | Jens Axboe | 1 | -1/+1 |
| 2024-02-08 | io_uring: remove 'loops' argument from trace_io_uring_task_work_run() | Jens Axboe | 1 | -1/+1 |
| 2024-02-08 | io_uring: remove looping around handling traditional task_work | Jens Axboe | 1 | -38/+7 |
| 2024-02-08 | io_uring: cleanup io_req_complete_post() | Jens Axboe | 1 | -4/+4 |
| 2024-02-08 | io_uring: add io_file_can_poll() helper | Jens Axboe | 1 | -1/+1 |
| 2024-02-08 | io_uring/cancel: don't default to setting req->work.cancel_seq | Jens Axboe | 1 | -1/+0 |
| 2024-02-08 | io_uring: expand main struct io_kiocb flags to 64-bits | Jens Axboe | 1 | -4/+5 |
| 2024-01-18 | Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -18/+45 |
| 2024-01-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+2 |
| 2024-01-17 | io_uring: combine cq_wait_nr checks | Pavel Begunkov | 1 | -7/+27 |
| 2024-01-17 | io_uring: clean *local_work_add var naming | Pavel Begunkov | 1 | -7/+7 |
| 2024-01-17 | io_uring: clean up local tw add-wait sync | Pavel Begunkov | 1 | -2/+8 |
| 2024-01-17 | io_uring: adjust defer tw counting | Pavel Begunkov | 1 | -1/+1 |
| 2024-01-11 | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -633/+30 |
| 2024-01-11 | io_uring/rsrc: improve code generation for fixed file assignment | Jens Axboe | 1 | -2/+3 |
| 2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -2/+2 |
| 2024-01-04 | io_uring: ensure local task_work is run on wait timeout | Jens Axboe | 1 | -2/+12 |
| 2024-01-02 | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 1 | -50/+54 |
| 2023-12-19 | io_uring: drop any code related to SCM_RIGHTS | Jens Axboe | 1 | -30/+2 |
| 2023-12-19 | io_uring/unix: drop usage of io_uring socket | Jens Axboe | 1 | -13/+0 |
| 2023-12-19 | io_uring/register: move io_uring_register(2) related code to register.c | Jens Axboe | 1 | -579/+3 |
| 2023-12-12 | io_uring: split out cmd api into a separate header | Pavel Begunkov | 1 | -0/+1 |
| 2023-12-12 | io_uring: optimise ltimeout for inline execution | Pavel Begunkov | 1 | -10/+9 |
| 2023-12-12 | io_uring: don't check iopoll if request completes | Pavel Begunkov | 1 | -1/+5 |
| 2023-12-03 | io_uring: fix mutex_unlock with unreferenced ctx | Pavel Begunkov | 1 | -6/+3 |
| 2023-11-28 | io_uring: use fget/fput consistently | Jens Axboe | 1 | -18/+18 |
| 2023-11-28 | io_uring: free io_buffer_list entries via RCU | Jens Axboe | 1 | -2/+2 |
| 2023-11-28 | io_uring/kbuf: defer release of mapped buffer rings | Jens Axboe | 1 | -0/+2 |
| 2023-11-28 | eventfd: simplify eventfd_signal_mask() | Christian Brauner | 1 | -2/+2 |
| 2023-11-27 | io_uring: enable io_mem_alloc/free to be used in other parts | Jens Axboe | 1 | -2/+2 |
| 2023-11-27 | io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP | Jens Axboe | 1 | -4/+6 |
| 2023-11-27 | io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP | Jens Axboe | 1 | -18/+21 |
| 2023-11-14 | Merge branch 'kvm-guestmemfd' into HEAD | Paolo Bonzini | 1 | -1/+2 |
| 2023-11-14 | fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure() | Paolo Bonzini | 1 | -1/+2 |
| 2023-11-01 | Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+7 |
| 2023-11-01 | Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+42 |
| 2023-10-18 | io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring address | Jens Axboe | 1 | -0/+6 |
| 2023-10-05 | io_uring/kbuf: Use slab for struct io_buffer objects | Gabriel Krisman Bertazi | 1 | -1/+3 |
| 2023-10-03 | io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pages | Jens Axboe | 1 | -1/+15 |
| 2023-09-29 | io_uring: add support for futex wake and wait | Jens Axboe | 1 | -0/+7 |
| 2023-09-28 | io_uring: cancelable uring_cmd | Ming Lei | 1 | -0/+33 |
| 2023-09-28 | io_uring: retain top 8bits of uring_cmd flags for kernel internal use | Ming Lei | 1 | -0/+3 |
| 2023-09-21 | io_uring: add IORING_OP_WAITID support | Jens Axboe | 1 | -0/+3 |
| 2023-09-07 | Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()" | Jens Axboe | 1 | -32/+0 |
| 2023-09-07 | io_uring: fix unprotected iopoll overflow | Pavel Begunkov | 1 | -2/+2 |
| 2023-09-07 | io_uring: break out of iowq iopoll on teardown | Pavel Begunkov | 1 | -0/+2 |
| 2023-09-05 | io_uring: add a sysctl to disable io_uring system-wide | Matteo Rizzo | 1 | -0/+50 |
| 2023-09-01 | io_uring: fix IO hang in io_wq_put_and_exit from do_exit() | Ming Lei | 1 | -0/+32 |
| 2023-08-29 | Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -102/+123 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+1 |
| 2023-08-24 | io_uring: move multishot cqe cache in ctx | Pavel Begunkov | 1 | -3/+3 |
| 2023-08-24 | io_uring: add option to remove SQ indirection | Pavel Begunkov | 1 | -20/+32 |
| 2023-08-24 | io_uring: merge iopoll and normal completion paths | Pavel Begunkov | 1 | -6/+12 |
| 2023-08-24 | io_uring: reorder cqring_flush and wakeups | Pavel Begunkov | 1 | -11/+3 |
| 2023-08-24 | io_uring: optimise extra io_get_cqe null check | Pavel Begunkov | 1 | -4/+3 |
| 2023-08-24 | io_uring: refactor __io_get_cqe() | Pavel Begunkov | 1 | -9/+4 |
| 2023-08-24 | io_uring: simplify big_cqe handling | Pavel Begunkov | 1 | -5/+3 |
| 2023-08-24 | io_uring: cqe init hardening | Pavel Begunkov | 1 | -1/+1 |
| 2023-08-21 | io_uring: stop calling free_compound_page() | Matthew Wilcox (Oracle) | 1 | -5/+1 |
| 2023-08-16 | io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used | Jens Axboe | 1 | -11/+18 |
| 2023-08-11 | io_uring: simplify io_run_task_work_sig return | Pavel Begunkov | 1 | -2/+2 |
| 2023-08-11 | io_uring/rsrc: keep one global dummy_ubuf | Pavel Begunkov | 1 | -9/+0 |
| 2023-08-11 | io_uring: never overflow io_aux_cqe | Pavel Begunkov | 1 | -4/+7 |
| 2023-08-11 | io_uring: remove return from io_req_cqe_overflow() | Pavel Begunkov | 1 | -4/+4 |
| 2023-08-11 | io_uring: open code io_fill_cqe_req() | Pavel Begunkov | 1 | -3/+5 |
| 2023-08-10 | io_uring: remove unnecessary forward declaration | Jens Axboe | 1 | -1/+0 |
| 2023-08-10 | io_uring: have io_file_put() take an io_kiocb rather than the file | Jens Axboe | 1 | -4/+2 |
| 2023-08-09 | io_uring: cleanup 'ret' handling in io_iopoll_check() | Jens Axboe | 1 | -7/+10 |
| 2023-08-09 | io_uring: break iopolling on signal | Pavel Begunkov | 1 | -0/+3 |
| 2023-08-09 | io_uring: fix false positive KASAN warnings | Pavel Begunkov | 1 | -1/+0 |
| 2023-08-09 | io_uring: fix drain stalls by invalid SQE | Pavel Begunkov | 1 | -0/+2 |
| 2023-08-09 | io_uring: annotate the struct io_kiocb slab for appropriate user copy | Jens Axboe | 1 | -2/+14 |
| 2023-08-08 | io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc | Helge Deller | 1 | -0/+3 |
| 2023-07-24 | io_uring: gate iowait schedule on having pending requests | Jens Axboe | 1 | -6/+17 |
| 2023-07-21 | io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area() | Helge Deller | 1 | -25/+17 |
| 2023-07-20 | io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq | Jens Axboe | 1 | -0/+8 |
| 2023-07-18 | io_uring: don't audit the capability check in io_uring_create() | Ondrej Mosnacek | 1 | -1/+1 |
| 2023-07-07 | io_uring: Use io_schedule* in cqring wait | Andres Freund | 1 | -2/+13 |
| 2023-06-28 | io_uring: flush offloaded and delayed task_work on exit | Jens Axboe | 1 | -3/+19 |
| 2023-06-27 | io_uring: remove io_fallback_tw() forward declaration | Jens Axboe | 1 | -15/+14 |
| 2023-06-23 | io_uring: merge conditional unlock flush helpers | Pavel Begunkov | 1 | -12/+1 |
| 2023-06-23 | io_uring: make io_cq_unlock_post static | Pavel Begunkov | 1 | -1/+1 |
| 2023-06-23 | io_uring: inline __io_cq_unlock | Pavel Begunkov | 1 | -8/+4 |
| 2023-06-23 | io_uring: fix acquire/release annotations | Pavel Begunkov | 1 | -3/+0 |
| 2023-06-23 | io_uring: kill io_cq_unlock() | Pavel Begunkov | 1 | -8/+2 |
| 2023-06-23 | io_uring: remove IOU_F_TWQ_FORCE_NORMAL | Pavel Begunkov | 1 | -11/+14 |
| 2023-06-23 | io_uring: don't batch task put on reqs free | Pavel Begunkov | 1 | -22/+10 |
| 2023-06-23 | io_uring: move io_clean_op() | Pavel Begunkov | 1 | -34/+33 |
| 2023-06-23 | io_uring: inline io_dismantle_req() | Pavel Begunkov | 1 | -12/+5 |
| 2023-06-23 | io_uring: remove io_free_req_tw | Pavel Begunkov | 1 | -18/+5 |
| 2023-06-23 | io_uring: open code io_put_req_find_next | Pavel Begunkov | 1 | -18/+7 |
| 2023-06-20 | io_uring: add helpers to decode the fixed file file_ptr | Christoph Hellwig | 1 | -6/+4 |
| 2023-06-20 | io_uring: return REQ_F_ flags from io_file_get_flags | Christoph Hellwig | 1 | -3/+3 |
| 2023-06-20 | io_uring: remove io_req_ffs_set | Christoph Hellwig | 1 | -1/+1 |
| 2023-06-20 | io_uring: remove a confusing comment above io_file_get_flags | Christoph Hellwig | 1 | -5/+0 |
| 2023-06-20 | io_uring: remove the mode variable in io_file_get_flags | Christoph Hellwig | 1 | -2/+1 |
| 2023-06-20 | io_uring: remove __io_file_supports_nowait | Christoph Hellwig | 1 | -14/+1 |
| 2023-06-12 | io_uring: wait interruptibly for request completions on exit | Jens Axboe | 1 | -2/+18 |
| 2023-06-07 | io_uring: get rid of unnecessary 'length' variable | Jens Axboe | 1 | -4/+1 |
| 2023-06-07 | io_uring: cleanup io_aux_cqe() API | Jens Axboe | 1 | -1/+3 |
| 2023-06-02 | io_uring: avoid indirect function calls for the hottest task_work | Jens Axboe | 1 | -2/+7 |
| 2023-05-19 | io_uring: maintain ordering for DEFER_TASKRUN tw list | Jens Axboe | 1 | -1/+5 |
| 2023-05-16 | io_uring: Add io_uring_setup flag to pre-register ring fd and never install it | Josh Triplett | 1 | -15/+22 |
| 2023-05-16 | io_uring: support for user allocated memory for rings/sqes | Jens Axboe | 1 | -9/+97 |
| 2023-05-16 | io_uring: add ring freeing helper | Jens Axboe | 1 | -6/+11 |
| 2023-05-16 | io_uring: return error pointer from io_mem_alloc() | Jens Axboe | 1 | -6/+12 |
| 2023-05-16 | io_uring: remove sq/cq_off memset | Jens Axboe | 1 | -2/+4 |
| 2023-05-15 | io_uring: rely solely on FMODE_NOWAIT | Jens Axboe | 1 | -21/+0 |
| 2023-04-26 | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -111/+237 |
| 2023-04-15 | io_uring/rsrc: remove rsrc_data refs | Pavel Begunkov | 1 | -2/+2 |
| 2023-04-15 | io_uring/rsrc: use wq for quiescing | Pavel Begunkov | 1 | -0/+1 |
| 2023-04-14 | io_uring: complete request via task work in case of DEFER_TASKRUN | Ming Lei | 1 | -1/+1 |
| 2023-04-12 | io_uring/rsrc: refactor io_rsrc_node_switch | Pavel Begunkov | 1 | -3/+2 |
| 2023-04-12 | io_uring/rsrc: consolidate node caching | Pavel Begunkov | 1 | -2/+0 |
| 2023-04-12 | io_uring: shut io_prep_async_work warning | Pavel Begunkov | 1 | -1/+1 |
| 2023-04-06 | io_uring: optimise io_req_local_work_add | Pavel Begunkov | 1 | -8/+16 |
| 2023-04-06 | io_uring: refactor __io_cq_unlock_post_flush() | Pavel Begunkov | 1 | -10/+12 |
| 2023-04-06 | io_uring: reduce scheduling due to tw | Pavel Begunkov | 1 | -21/+47 |
| 2023-04-06 | io_uring: inline llist_add() | Pavel Begunkov | 1 | -1/+8 |
| 2023-04-06 | io_uring: add tw add flags | Pavel Begunkov | 1 | -3/+4 |
| 2023-04-06 | io_uring: refactor io_cqring_wake() | Pavel Begunkov | 1 | -4/+2 |
| 2023-04-06 | io_uring: optimize local tw add ctx pinning | Pavel Begunkov | 1 | -2/+6 |
| 2023-04-06 | io_uring: move pinning out of io_req_local_work_add | Pavel Begunkov | 1 | -7/+4 |
| 2023-04-04 | io_uring/rsrc: add custom limit for node caching | Pavel Begunkov | 1 | -3/+6 |
| 2023-04-04 | io_uring/rsrc: add lockdep sanity checks | Pavel Begunkov | 1 | -2/+2 |
| 2023-04-04 | io_uring/rsrc: cache struct io_rsrc_node | Pavel Begunkov | 1 | -2/+9 |
| 2023-04-04 | io_uring/rsrc: don't offload node free | Pavel Begunkov | 1 | -6/+0 |
| 2023-04-04 | io_uring/rsrc: kill rsrc_ref_lock | Pavel Begunkov | 1 | -1/+0 |
| 2023-04-04 | io_uring/rsrc: protect node refs with uring_lock | Pavel Begunkov | 1 | -6/+12 |
| 2023-04-04 | io_uring: io_free_req() via tw | Pavel Begunkov | 1 | -1/+7 |
| 2023-04-04 | io_uring: don't put nodes under spinlocks | Pavel Begunkov | 1 | -2/+5 |
| 2023-04-03 | io_uring: cap io_sqring_entries() at SQ ring size | Jens Axboe | 1 | -1/+1 |
| 2023-04-03 | io_uring: rename trace_io_uring_submit_sqe() tracepoint | Jens Axboe | 1 | -2/+1 |
| 2023-04-03 | io_uring: encapsulate task_work state | Pavel Begunkov | 1 | -35/+36 |
| 2023-04-03 | io_uring: remove extra tw trylocks | Pavel Begunkov | 1 | -2/+1 |
| 2023-04-03 | io_uring: Add KASAN support for alloc_caches | Breno Leitao | 1 | -2/+2 |
| 2023-04-03 | io_uring: add support for user mapped provided buffer ring | Jens Axboe | 1 | -1/+12 |
| 2023-04-03 | io_uring: Adjust mapping wrt architecture aliasing requirements | Helge Deller | 1 | -0/+51 |
| 2023-04-03 | io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need it | Jens Axboe | 1 | -1/+7 |
| 2023-04-01 | io_uring: fix memory leak when removing provided buffers | Wojciech Lukowicz | 1 | -1/+1 |
| 2023-03-09 | io_uring: silence variable ‘prev’ set but not used warning | Jens Axboe | 1 | -2/+2 |
| 2023-03-03 | Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -16/+16 |
| 2023-02-28 | io_uring: fix fget leak when fs don't support nowait buffered read | Joseph Qi | 1 | -1/+1 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-22 | io_uring: rename 'in_idle' to 'in_cancel' | Jens Axboe | 1 | -9/+9 |
| 2023-02-22 | io_uring: consolidate the put_ref-and-return section of adding work | Jens Axboe | 1 | -6/+6 |
| 2023-02-16 | io_uring: Support calling io_uring_register with a registered ring fd | Josh Triplett | 1 | -7/+26 |
| 2023-01-29 | io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async | Dylan Yudaken | 1 | -3/+5 |
| 2023-01-29 | io_uring: add reschedule point to handle_tw_list() | Jens Axboe | 1 | -1/+7 |
| 2023-01-29 | io_uring: add a conditional reschedule to the IOPOLL cancelation loop | Jens Axboe | 1 | -0/+1 |
| 2023-01-29 | io_uring: return normal tw run linking optimisation | Pavel Begunkov | 1 | -0/+9 |
| 2023-01-29 | io_uring: refactor tctx_task_work | Pavel Begunkov | 1 | -8/+5 |
| 2023-01-29 | io_uring: refactor io_put_task helpers | Pavel Begunkov | 1 | -5/+12 |
| 2023-01-29 | io_uring: refactor req allocation | Pavel Begunkov | 1 | -4/+3 |
| 2023-01-29 | io_uring: improve io_get_sqe | Pavel Begunkov | 1 | -5/+5 |
| 2023-01-29 | io_uring: kill outdated comment about overflow flush | Pavel Begunkov | 1 | -1/+0 |
| 2023-01-29 | io_uring: use user visible tail in io_uring_poll() | Pavel Begunkov | 1 | -1/+1 |
| 2023-01-29 | io_uring: pass in io_issue_def to io_assign_file() | Jens Axboe | 1 | -4/+5 |
| 2023-01-29 | io_uring: Enable KASAN for request cache | Breno Leitao | 1 | -1/+2 |
| 2023-01-29 | io_uring: Split io_issue_def struct | Breno Leitao | 1 | -7/+8 |
| 2023-01-29 | io_uring: Rename struct io_op_def | Breno Leitao | 1 | -13/+13 |
| 2023-01-29 | io_uring: refactor __io_req_complete_post | Pavel Begunkov | 1 | -2/+2 |
| 2023-01-29 | io_uring: simplify fallback execution | Pavel Begunkov | 1 | -8/+6 |
| 2023-01-29 | io_uring: don't export io_put_task() | Pavel Begunkov | 1 | -1/+10 |
| 2023-01-29 | io_uring: return back links tw run optimisation | Pavel Begunkov | 1 | -1/+4 |
| 2023-01-29 | io_uring: make io_sqpoll_wait_sq return void | Quanfa Fu | 1 | -5/+3 |
| 2023-01-29 | io_uring: optimise deferred tw execution | Pavel Begunkov | 1 | -17/+7 |
| 2023-01-29 | io_uring: add io_req_local_work_add wake fast path | Pavel Begunkov | 1 | -1/+6 |
| 2023-01-29 | io_uring: waitqueue-less cq waiting | Pavel Begunkov | 1 | -7/+12 |
| 2023-01-29 | io_uring: wake up optimisations | Pavel Begunkov | 1 | -1/+20 |
| 2023-01-29 | io_uring: add lazy poll_wq activation | Pavel Begunkov | 1 | -1/+59 |
| 2023-01-29 | io_uring: separate wq for ring polling | Pavel Begunkov | 1 | -1/+2 |
| 2023-01-29 | io_uring: move io_run_local_work_locked | Pavel Begunkov | 1 | -1/+17 |
| 2023-01-29 | io_uring: mark io_run_local_work static | Pavel Begunkov | 1 | -1/+1 |
| 2023-01-29 | io_uring: don't set TASK_RUNNING in local tw runner | Pavel Begunkov | 1 | -3/+2 |