index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-24
io_uring/msg_ring: add an alloc cache for io_kiocb entries
Jens Axboe
3
-2
/
+36
2024-06-24
io_uring/msg_ring: improve handling of target CQE posting
Jens Axboe
1
-43
/
+47
2024-06-24
io_uring: add io_add_aux_cqe() helper
Jens Axboe
2
-2
/
+22
2024-06-24
io_uring: add remote task_work execution helper
Jens Axboe
2
-8
/
+18
2024-06-24
io_uring/msg_ring: tighten requirement for remote posting
Jens Axboe
1
-3
/
+1
2024-06-20
fs: Initial atomic write support
Prasad Singamsetty
1
-5
/
+4
2024-06-20
io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
Chenliang Li
1
-1
/
+0
2024-06-19
io_uring: Allocate only necessary memory in io_probe
Gabriel Krisman Bertazi
1
-4
/
+3
2024-06-19
io_uring: Fix probe of disabled operations
Gabriel Krisman Bertazi
3
-3
/
+11
2024-06-19
io_uring: Introduce IORING_OP_LISTEN
Gabriel Krisman Bertazi
3
-0
/
+44
2024-06-19
io_uring: Introduce IORING_OP_BIND
Gabriel Krisman Bertazi
3
-0
/
+52
2024-06-16
io_uring/advise: support 64-bit lengths
Jens Axboe
1
-6
/
+10
2024-06-16
io_uring/rsrc: remove redundant __set_current_state() post schedule()
Jens Axboe
1
-2
/
+1
2024-06-16
io_uring/io-wq: make io_wq_work flags atomic
Jens Axboe
3
-16
/
+17
2024-06-16
io_uring: use 'state' consistently
Jens Axboe
1
-1
/
+1
2024-06-16
io_uring/eventfd: move eventfd handling to separate file
Jens Axboe
6
-145
/
+173
2024-06-16
io_uring/eventfd: move to more idiomatic RCU free usage
Jens Axboe
3
-28
/
+31
2024-06-16
io_uring/rsrc: Drop io_copy_iov in favor of iovec API
Gabriel Krisman Bertazi
1
-39
/
+21
2024-06-13
io_uring: fix cancellation overwriting req->flags
Pavel Begunkov
2
-2
/
+3
2024-06-12
io_uring/rsrc: don't lock while !TASK_RUNNING
Pavel Begunkov
1
-0
/
+1
2024-06-05
vfs: retire user_path_at_empty and drop empty arg from getname_flags
Mateusz Guzik
2
-4
/
+3
2024-06-04
io_uring: fix possible deadlock in io_register_iowq_max_workers()
Hagar Hemdan
1
-0
/
+4
2024-06-04
io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()
Su Hui
1
-5
/
+5
2024-06-04
io_uring/napi: fix timeout calculation
Jens Axboe
1
-11
/
+13
2024-06-01
io_uring: check for non-NULL file pointer in io_file_can_poll()
Jens Axboe
1
-1
/
+1
2024-05-30
io_uring/net: assign kmsg inq/flags before buffer selection
Jens Axboe
1
-3
/
+3
2024-05-30
io_uring/rw: Free iovec before cleaning async data
Breno Leitao
1
-0
/
+5
2024-05-29
io_uring: don't attempt to mmap larger than what the user asks for
Jens Axboe
1
-2
/
+3
2024-05-23
Merge tag 'io_uring-6.10-20240523' of git://git.kernel.dk/linux
Linus Torvalds
2
-6
/
+6
2024-05-22
io_uring: remove checks for NULL 'sq_offset'
Jens Axboe
1
-4
/
+2
2024-05-21
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2024-05-21
io_uring/sqpoll: ensure that normal task_work is also run timely
Jens Axboe
1
-2
/
+4
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+20
2024-05-13
io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept
Jens Axboe
1
-4
/
+16
2024-05-13
net: have do_accept() take a struct proto_accept_arg argument
Jens Axboe
1
-2
/
+4
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
35
-1698
/
+1898
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-5
/
+6
2024-05-10
io_uring: support to inject result for NOP
Ming Lei
1
-5
/
+21
2024-05-10
io_uring: fail NOP if non-zero op flags is passed in
Ming Lei
1
-0
/
+2
2024-05-09
io_uring/net: add IORING_ACCEPT_POLL_FIRST flag
Jens Axboe
1
-1
/
+8
2024-05-09
io_uring/net: add IORING_ACCEPT_DONTWAIT flag
Jens Axboe
1
-6
/
+9
2024-05-08
io_uring/filetable: don't unnecessarily clear/reset bitmap
Jens Axboe
1
-2
/
+2
2024-05-07
io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
Breno Leitao
1
-23
/
+24
2024-05-01
io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
Jens Axboe
1
-6
/
+4
2024-05-01
io_uring: Require zeroed sqe->len on provided-buffers send
Gabriel Krisman Bertazi
1
-1
/
+3
2024-04-30
io_uring/notif: disable LAZY_WAKE for linked notifs
Pavel Begunkov
1
-1
/
+4
2024-04-30
io_uring/net: fix sendzc lazy wake polling
Pavel Begunkov
1
-0
/
+1
2024-04-26
io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of ...
linke li
1
-1
/
+1
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-1
/
+1
[prev]
[next]