index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-15
io_uring: refactor io_get_sqe()
Pavel Begunkov
1
-2
/
+2
2021-06-15
io_uring: shuffle more fields into SQ ctx section
Pavel Begunkov
1
-18
/
+17
2021-06-15
io_uring: move ctx->flags from SQ cacheline
Pavel Begunkov
1
-4
/
+4
2021-06-15
io_uring: keep SQ pointers in a single cacheline
Pavel Begunkov
1
-2
/
+1
2021-06-15
io_uring: Fix incorrect sizeof operator for copy_from_user call
Colin Ian King
1
-2
/
+4
2021-06-14
io_uring: inline io_iter_do_read()
Pavel Begunkov
1
-1
/
+1
2021-06-14
io_uring: unify SQPOLL and user task cancellations
Pavel Begunkov
1
-59
/
+30
2021-06-14
io_uring: cache task struct refs
Pavel Begunkov
1
-9
/
+28
2021-06-14
io_uring: don't vmalloc rsrc tags
Pavel Begunkov
1
-16
/
+36
2021-06-14
io_uring: add helpers for 2 level table alloc
Pavel Begunkov
1
-30
/
+43
2021-06-14
io_uring: remove rsrc put work irq save/restore
Pavel Begunkov
1
-3
/
+2
2021-06-14
io_uring: hide rsrc tag copy into generic helpers
Pavel Begunkov
1
-28
/
+27
2021-06-14
io_uring: rename function *task_file
Pavel Begunkov
1
-9
/
+9
2021-06-14
io_uring: refactor io_iopoll_req_issued
Pavel Begunkov
1
-23
/
+21
2021-06-14
io_uring: fix blocking inline submission
Pavel Begunkov
1
-1
/
+1
2021-06-14
io_uring: enable shmem/memfd memory registration
Pavel Begunkov
1
-0
/
+2
2021-06-14
io_uring: don't bounce submit_state cachelines
Pavel Begunkov
1
-11
/
+9
2021-06-14
io_uring: rename io_get_cqring
Pavel Begunkov
1
-4
/
+4
2021-06-14
io_uring: kill cached_cq_overflow
Pavel Begunkov
1
-6
/
+12
2021-06-14
io_uring: deduce cq_mask from cq_entries
Pavel Begunkov
1
-8
/
+4
2021-06-14
io_uring: remove dependency on ring->sq/cq_entries
Pavel Begunkov
1
-4
/
+3
2021-06-14
io_uring: better locality for rsrc fields
Pavel Begunkov
1
-16
/
+17
2021-06-14
io_uring: shuffle rarely used ctx fields
Pavel Begunkov
1
-19
/
+17
2021-06-14
io_uring: make fail flag not link specific
Pavel Begunkov
1
-44
/
+43
2021-06-14
io_uring: get rid of files in exit cancel
Pavel Begunkov
1
-32
/
+31
2021-06-14
io_uring: simplify waking sqo_sq_wait
Pavel Begunkov
1
-3
/
+3
2021-06-14
io_uring: remove unused park_task_work
Pavel Begunkov
1
-7
/
+0
2021-06-14
io_uring: improve sq_thread waiting check
Pavel Begunkov
1
-3
/
+2
2021-06-14
io_uring: improve sqpoll event/state handling
Pavel Begunkov
1
-17
/
+28
2021-06-10
io_uring: add feature flag for rsrc tags
Pavel Begunkov
1
-1
/
+2
2021-06-10
io_uring: change registration/upd/rsrc tagging ABI
Pavel Begunkov
1
-12
/
+27
2021-05-29
io_uring: fix misaccounting fix buf pinned pages
Pavel Begunkov
1
-0
/
+1
2021-05-27
io_uring: fix data race to avoid potential NULL-deref
Marco Elver
1
-2
/
+7
2021-05-25
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
1
-0
/
+6
2021-05-20
io_uring: fortify tctx/io_wq cleanup
Pavel Begunkov
1
-4
/
+4
2021-05-17
io_uring: don't modify req->poll for rw
Pavel Begunkov
1
-3
/
+3
2021-05-14
io_uring: increase max number of reg buffers
Pavel Begunkov
1
-1
/
+3
2021-05-14
io_uring: further remove sqpoll limits on opcodes
Pavel Begunkov
1
-4
/
+2
2021-05-14
io_uring: fix ltout double free on completion race
Pavel Begunkov
1
-3
/
+4
2021-05-08
io_uring: fix link timeout refs
Pavel Begunkov
1
-1
/
+1
2021-05-05
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
1
-2
/
+2
2021-04-30
io_uring: Fix memory leak in io_sqe_buffers_register()
Zqiang
1
-2
/
+2
2021-04-29
io_uring: Fix premature return from loop and memory leak
Colin Ian King
1
-4
/
+8
2021-04-29
io_uring: fix unchecked error in switch_start()
Pavel Begunkov
1
-1
/
+3
2021-04-29
io_uring: allow empty slots for reg buffers
Pavel Begunkov
1
-7
/
+29
2021-04-29
io_uring: add more build check for uapi
Pavel Begunkov
1
-0
/
+7
2021-04-29
io_uring: dont overlap internal and user req flags
Pavel Begunkov
1
-6
/
+3
2021-04-29
io_uring: fix drain with rsrc CQEs
Pavel Begunkov
1
-0
/
+1
2021-04-28
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1232
/
+1370
2021-04-27
io_uring: maintain drain logic for multishot poll requests
Hao Xu
1
-1
/
+5
[prev]
[next]