..
Makefile
…
advise.c
…
advise.h
…
alloc_cache.h
…
cancel.c
io_uring/cancel: re-grab ctx mutex after finishing wait
2023-01-12 12:02:38 +01:00
cancel.h
…
epoll.c
…
epoll.h
…
fdinfo.c
io_uring/fdinfo: include locked hash table in fdinfo output
2023-01-18 11:58:15 +01:00
fdinfo.h
…
filetable.c
io_uring/filetable: fix file reference underflow
2022-11-25 06:54:46 -07:00
filetable.h
io_uring: kill hot path fixed file bitmap debug checks
2022-10-16 17:07:53 -06:00
fs.c
…
fs.h
…
io-wq.c
io_uring/io-wq: only free worker if it was allocated for creation
2023-01-18 11:58:33 +01:00
io-wq.h
…
io_uring.c
io_uring: always prep_async for drain requests
2023-02-01 08:34:42 +01:00
io_uring.h
io_uring: remove io_req_tw_post_queue
2023-02-01 08:34:41 +01:00
kbuf.c
io_uring: check for rollover of buffer ID when providing buffers
2022-11-10 11:07:41 -07:00
kbuf.h
io_uring: allow buffer recycling in READV
2022-09-21 10:30:43 -06:00
msg_ring.c
io_uring/msg_ring: fix remote queue to disabled ring
2023-02-01 08:34:35 +01:00
msg_ring.h
…
net.c
use less confusing names for iov_iter direction initializers
2023-02-09 11:28:04 +01:00
net.h
io_uring/net: zerocopy sendmsg
2022-09-21 13:15:02 -06:00
nop.c
…
nop.h
…
notif.c
io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag
2022-12-31 13:33:11 +01:00
notif.h
io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag
2022-12-31 13:33:11 +01:00
opdef.c
io_uring: dont remove file from msg_ring reqs
2022-12-31 13:33:12 +01:00
opdef.h
io_uring: dont remove file from msg_ring reqs
2022-12-31 13:33:12 +01:00
openclose.c
…
openclose.h
…
poll.c
io_uring/poll: don't reissue in case of poll race on multishot request
2023-01-24 07:24:37 +01:00
poll.h
…
refs.h
…
rsrc.c
io_uring: remove FFS_SCM
2022-10-16 17:07:12 -06:00
rsrc.h
io_uring: remove FFS_SCM
2022-10-16 17:07:12 -06:00
rw.c
use less confusing names for iov_iter direction initializers
2023-02-09 11:28:04 +01:00
rw.h
io_uring/rw: don't lose partial IO result on fail
2022-09-21 13:15:02 -06:00
slist.h
…
splice.c
…
splice.h
…
sqpoll.c
…
sqpoll.h
…
statx.c
…
statx.h
…
sync.c
…
sync.h
…
tctx.c
io_uring: remove io_register_submitter
2022-10-07 12:25:30 -06:00
tctx.h
io_uring: simplify __io_uring_add_tctx_node
2022-10-07 12:25:30 -06:00
timeout.c
io_uring: remove io_req_tw_post_queue
2023-02-01 08:34:41 +01:00
timeout.h
io_uring: remove unused return from io_disarm_next
2022-09-21 13:15:01 -06:00
uring_cmd.c
io_uring: introduce fixed buffer support for io_uring_cmd
2022-09-30 07:50:59 -06:00
uring_cmd.h
…
xattr.c
__io_setxattr(): constify path
2022-09-01 17:39:05 -04:00
xattr.h
…