..
Makefile
io_uring: move mapping/allocation helpers to a separate file
2024-04-15 08:10:26 -06:00
advise.c
…
advise.h
…
alloc_cache.h
io_uring/alloc_cache: switch to array based caching
2024-04-15 08:10:25 -06:00
cancel.c
io_uring: fix warnings on shadow variables
2024-04-15 08:10:26 -06:00
cancel.h
…
epoll.c
…
epoll.h
…
fdinfo.c
io_uring: fix warnings on shadow variables
2024-04-15 08:10:26 -06:00
fdinfo.h
…
filetable.c
io_uring/filetable: don't unnecessarily clear/reset bitmap
2024-05-08 08:27:45 -06:00
filetable.h
…
fs.c
…
fs.h
…
futex.c
io_uring/alloc_cache: switch to array based caching
2024-04-15 08:10:25 -06:00
futex.h
io_uring/alloc_cache: switch to array based caching
2024-04-15 08:10:25 -06:00
io-wq.c
io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
2024-05-07 13:17:19 -06:00
io-wq.h
…
io_uring.c
for-6.10/io_uring-20240511
2024-05-13 12:48:06 -07:00
io_uring.h
io_uring/rw: reinstate thread check for retries
2024-04-25 09:04:32 -06:00
kbuf.c
io_uring/kbuf: add helpers for getting/peeking multiple buffers
2024-04-22 11:26:01 -06:00
kbuf.h
io_uring/kbuf: add helpers for getting/peeking multiple buffers
2024-04-22 11:26:01 -06:00
memmap.c
The usual shower of singleton fixes and minor series all over MM,
2024-05-19 09:21:03 -07:00
memmap.h
io_uring: move mapping/allocation helpers to a separate file
2024-04-15 08:10:26 -06:00
msg_ring.c
io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
2024-05-01 17:13:51 -06:00
msg_ring.h
…
napi.c
…
napi.h
…
net.c
io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept
2024-05-13 18:19:23 -06:00
net.h
io_uring/alloc_cache: switch to array based caching
2024-04-15 08:10:25 -06:00
nop.c
io_uring: support to inject result for NOP
2024-05-10 06:09:45 -06:00
nop.h
…
notif.c
io_uring/notif: disable LAZY_WAKE for linked notifs
2024-04-30 13:06:27 -06:00
notif.h
io_uring/notif: implement notification stacking
2024-04-22 19:31:18 -06:00
opdef.c
io_uring/net: add provided buffer support for IORING_OP_SEND
2024-04-22 11:25:56 -06:00
opdef.h
io_uring: drop ->prep_async()
2024-04-15 08:10:25 -06:00
openclose.c
…
openclose.h
…
poll.c
io_uring/alloc_cache: switch to array based caching
2024-04-15 08:10:25 -06:00
poll.h
io_uring/poll: shrink alloc cache size to 32
2024-04-15 08:10:25 -06:00
refs.h
io_uring: kill dead code in io_req_complete_post
2024-04-15 08:10:26 -06:00
register.c
io_uring: fix warnings on shadow variables
2024-04-15 08:10:26 -06:00
register.h
…
rsrc.c
io_uring: move mapping/allocation helpers to a separate file
2024-04-15 08:10:26 -06:00
rsrc.h
io_uring: remove io_req_put_rsrc_locked()
2024-04-15 08:10:26 -06:00
rw.c
Assorted commits that had missed the last merge window...
2024-05-21 13:11:44 -07:00
rw.h
io_uring/alloc_cache: switch to array based caching
2024-04-15 08:10:25 -06:00
slist.h
…
splice.c
…
splice.h
…
sqpoll.c
io_uring/sqpoll: work around a potential audit memory leak
2024-04-15 13:06:19 -06:00
sqpoll.h
…
statx.c
…
statx.h
…
sync.c
…
sync.h
…
tctx.c
…
tctx.h
…
timeout.c
io_uring/timeout: remove duplicate initialization of the io_timeout list.
2024-04-15 08:10:27 -06:00
timeout.h
…
truncate.c
…
truncate.h
…
uring_cmd.c
io_uring: separate header for exported net bits
2024-04-15 08:10:26 -06:00
uring_cmd.h
io_uring/alloc_cache: switch to array based caching
2024-04-15 08:10:25 -06:00
waitid.c
io_uring: remove struct io_tw_state::locked
2024-04-15 08:10:24 -06:00
waitid.h
…
xattr.c
…
xattr.h
…