index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: check for non-NULL file pointer in io_file_can_poll()
Jens Axboe
2024-06-01
1
-1
/
+1
*
io_uring/rw: reinstate thread check for retries
Jens Axboe
2024-04-25
1
-1
/
+0
*
io_uring/rw: ensure retry condition isn't lost
Jens Axboe
2024-04-17
1
-0
/
+1
*
io_uring: unexport io_req_cqe_overflow()
Pavel Begunkov
2024-04-15
1
-1
/
+0
*
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
2024-04-15
1
-9
/
+0
*
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
2024-04-15
1
-2
/
+4
*
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
2024-04-15
1
-0
/
+2
*
io_uring: use the right type for work_llist empty check
Jens Axboe
2024-04-15
1
-1
/
+1
*
io_uring: drop ->prep_async()
Jens Axboe
2024-04-15
1
-1
/
+0
*
io_uring: clean up io_lockdep_assert_cq_locked
Pavel Begunkov
2024-04-15
1
-6
/
+2
*
io_uring: refactor io_req_complete_post()
Pavel Begunkov
2024-04-15
1
-1
/
+0
*
io_uring: get rid of intermediate aux cqe caches
Pavel Begunkov
2024-04-15
1
-1
/
+1
*
io_uring: refactor io_fill_cqe_req_aux
Pavel Begunkov
2024-04-15
1
-1
/
+1
*
io_uring: remove struct io_tw_state::locked
Pavel Begunkov
2024-04-15
1
-4
/
+1
*
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
2024-04-15
1
-1
/
+0
*
io_uring/cmd: move io_uring_try_cancel_uring_cmd()
Pavel Begunkov
2024-04-15
1
-0
/
+7
*
io_uring/napi: ensure napi polling is aborted when work is available
Jens Axboe
2024-02-14
1
-0
/
+11
*
io-uring: add napi busy poll support
Stefan Roesch
2024-02-09
1
-0
/
+4
*
io-uring: move io_wait_queue definition to header file
Stefan Roesch
2024-02-09
1
-0
/
+22
*
io_uring/sqpoll: manage task_work privately
Jens Axboe
2024-02-08
1
-6
/
+18
*
io_uring: mark the need to lock/unlock the ring as unlikely
Jens Axboe
2024-02-08
1
-2
/
+2
*
io_uring: add io_file_can_poll() helper
Jens Axboe
2024-02-08
1
-0
/
+12
*
io_uring/poll: add requeue return code from poll multishot handling
Jens Axboe
2024-01-29
1
-1
/
+7
*
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2023-12-19
1
-1
/
+0
*
io_uring/register: move io_uring_register(2) related code to register.c
Jens Axboe
2023-12-19
1
-0
/
+8
*
io_uring/cmd: inline io_uring_cmd_do_in_task_lazy
Pavel Begunkov
2023-12-12
1
-10
/
+0
*
io_uring: enable io_mem_alloc/free to be used in other parts
Jens Axboe
2023-11-27
1
-0
/
+3
*
Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-11-01
1
-0
/
+1
|
\
|
*
io_uring/kbuf: Use slab for struct io_buffer objects
Gabriel Krisman Bertazi
2023-10-05
1
-0
/
+1
*
|
io_uring: ensure io_lockdep_assert_cq_locked() handles disabled rings
Jens Axboe
2023-10-03
1
-14
/
+27
|
/
*
io_uring: force inline io_fill_cqe_req
Pavel Begunkov
2023-08-24
1
-1
/
+2
*
io_uring: merge iopoll and normal completion paths
Pavel Begunkov
2023-08-24
1
-1
/
+1
*
io_uring: optimise extra io_get_cqe null check
Pavel Begunkov
2023-08-24
1
-11
/
+9
*
io_uring: refactor __io_get_cqe()
Pavel Begunkov
2023-08-24
1
-11
/
+12
*
io_uring: simplify big_cqe handling
Pavel Begunkov
2023-08-24
1
-12
/
+3
*
io_uring: improve cqe !tracing hot path
Pavel Begunkov
2023-08-24
1
-4
/
+5
*
io_uring: never overflow io_aux_cqe
Pavel Begunkov
2023-08-11
1
-2
/
+1
*
io_uring: remove return from io_req_cqe_overflow()
Pavel Begunkov
2023-08-11
1
-1
/
+1
*
io_uring: open code io_fill_cqe_req()
Pavel Begunkov
2023-08-11
1
-10
/
+1
*
io_uring: have io_file_put() take an io_kiocb rather than the file
Jens Axboe
2023-08-10
1
-3
/
+3
*
io_uring: fix false positive KASAN warnings
Pavel Begunkov
2023-08-09
1
-1
/
+0
*
io_uring: make io_cq_unlock_post static
Pavel Begunkov
2023-06-23
1
-2
/
+0
*
io_uring: remove IOU_F_TWQ_FORCE_NORMAL
Pavel Begunkov
2023-06-23
1
-4
/
+1
*
io_uring: remove io_req_ffs_set
Christoph Hellwig
2023-06-20
1
-5
/
+0
*
io_uring: cleanup io_aux_cqe() API
Jens Axboe
2023-06-07
1
-1
/
+1
*
io_uring: Add io_uring_setup flag to pre-register ring fd and never install it
Josh Triplett
2023-05-16
1
-0
/
+3
*
io_uring: Create a helper to return the SQE size
Breno Leitao
2023-05-04
1
-0
/
+10
*
io_uring: add irq lockdep checks
Pavel Begunkov
2023-04-12
1
-0
/
+2
*
io_uring: reduce scheduling due to tw
Pavel Begunkov
2023-04-06
1
-0
/
+9
*
io_uring: add tw add flags
Pavel Begunkov
2023-04-06
1
-2
/
+7
[next]