index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
2024-04-15
io_uring: use unpin_user_pages() where appropriate
Jens Axboe
2024-04-15
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
2024-04-15
io_uring: unify io_pin_pages()
Jens Axboe
2024-04-15
io_uring: use vmap() for ring mapping
Jens Axboe
2024-04-15
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
2024-04-15
io_uring: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-15
io_uring: Remove unused function
Jiapeng Chong
2024-04-15
io_uring: refill request cache in memory order
Jens Axboe
2024-04-15
io_uring/poll: shrink alloc cache size to 32
Jens Axboe
2024-04-15
io_uring/alloc_cache: switch to array based caching
Jens Axboe
2024-04-15
io_uring: drop ->prep_async()
Jens Axboe
2024-04-15
io_uring/uring_cmd: switch to always allocating async data
Jens Axboe
2024-04-15
io_uring/rw: always setup io_async_rw for read/write requests
Jens Axboe
2024-04-15
io_uring: remove timeout/poll specific cancelations
Jens Axboe
2024-04-15
io_uring: flush delayed fallback task_work in cancelation
Jens Axboe
2024-04-15
io_uring: refactor io_req_complete_post()
Pavel Begunkov
2024-04-15
io_uring: remove current check from complete_post
Pavel Begunkov
2024-04-15
io_uring: get rid of intermediate aux cqe caches
Pavel Begunkov
2024-04-15
io_uring: refactor io_fill_cqe_req_aux
Pavel Begunkov
2024-04-15
io_uring: remove struct io_tw_state::locked
Pavel Begunkov
2024-04-15
io_uring: force tw ctx locking
Pavel Begunkov
2024-04-15
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
2024-04-15
io_uring/cmd: move io_uring_try_cancel_uring_cmd()
Pavel Begunkov
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
2024-04-05
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Alexey Izbyshev
2024-04-02
io_uring/kbuf: hold io_buffer_list reference over mmap
Jens Axboe
2024-04-02
io_uring/kbuf: get rid of lower BGID lists
Jens Axboe
2024-04-02
io_uring: use private workqueue for exit work
Jens Axboe
2024-04-01
io_uring: disable io-wq execution of multishot NOWAIT requests
Jens Axboe
2024-03-16
io_uring: clear opcode specific data for an early failure
Jens Axboe
2024-03-13
io_uring: Fix release of pinned pages when __io_uaddr_map fails
Gabriel Krisman Bertazi
2024-03-13
io_uring: simplify io_pages_free
Pavel Begunkov
2024-03-12
io_uring: clean rings on NO_MMAP alloc fail
Pavel Begunkov
2024-03-11
io_uring: don't save/restore iowait state
Jens Axboe
2024-03-08
io_uring: refactor DEFER_TASKRUN multishot checks
Pavel Begunkov
2024-02-15
io_uring: kill stale comment for io_cqring_overflow_kill()
Jens Axboe
2024-02-14
io_uring: wake SQPOLL task when task_work is added to an empty queue
Jens Axboe
2024-02-14
io_uring/napi: ensure napi polling is aborted when work is available
Jens Axboe
2024-02-12
io_uring: Don't include af_unix.h.
Kuniyuki Iwashima
2024-02-09
io-uring: add napi busy poll support
Stefan Roesch
2024-02-09
io-uring: move io_wait_queue definition to header file
Stefan Roesch
2024-02-08
io_uring: Simplify the allocation of slab caches
Kunwu Chan
2024-02-08
io_uring/sqpoll: manage task_work privately
Jens Axboe
2024-02-08
io_uring: pass in counter to handle_tw_list() rather than return it
Jens Axboe
2024-02-08
io_uring: cleanup handle_tw_list() calling convention
Jens Axboe
2024-02-08
io_uring: remove unconditional looping in local task_work handling
Jens Axboe
2024-02-08
io_uring: remove next io_kiocb fetch in task_work running
Jens Axboe
2024-02-08
io_uring: handle traditional task_work in FIFO order
Jens Axboe
2024-02-08
io_uring: remove 'loops' argument from trace_io_uring_task_work_run()
Jens Axboe
2024-02-08
io_uring: remove looping around handling traditional task_work
Jens Axboe
[prev]
[next]