index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
uring_cmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9 days
1
-7
/
+16
|
\
|
*
io_uring/cmd: add per-op data to struct io_uring_cmd_data
Jens Axboe
12 days
1
-2
/
+11
|
*
io_uring/cmd: rename struct uring_cache to io_uring_cmd_data
Jens Axboe
12 days
1
-5
/
+5
*
|
io_uring: Change res2 parameter type in io_uring_cmd_done
Bernd Schubert
2024-12-03
1
-1
/
+1
*
|
Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-19
1
-9
/
+18
|
\
\
|
|
/
|
/
|
|
*
io_uring/uring_cmd: fix buffer index retrieval
Ming Lei
2024-11-11
1
-1
/
+2
|
*
io_uring/rsrc: add & apply io_req_assign_buf_node()
Ming Lei
2024-11-07
1
-1
/
+1
|
*
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
2024-11-06
1
-1
/
+1
|
*
io_uring: move cancelations to be io_uring_task based
Jens Axboe
2024-11-06
1
-2
/
+2
|
*
io_uring/rsrc: split io_kiocb node type assignments
Jens Axboe
2024-11-06
1
-2
/
+2
|
*
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
2024-11-02
1
-5
/
+4
|
*
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
2024-11-02
1
-3
/
+3
|
*
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
2024-11-02
1
-8
/
+4
|
*
io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
Jens Axboe
2024-10-29
1
-1
/
+1
|
*
io_uring/uring_cmd: get rid of using req->imu
Jens Axboe
2024-10-29
1
-5
/
+18
*
|
io_uring/cmd: let cmds to know about dying task
Pavel Begunkov
2024-11-11
1
-1
/
+5
|
/
*
io_uring/cmd: expose iowq to cmds
Pavel Begunkov
2024-09-11
1
-0
/
+7
*
io_uring: simplify io_uring_cmd return
Pavel Begunkov
2024-07-24
1
-1
/
+1
*
io_uring: fix lost getsockopt completions
Pavel Begunkov
2024-07-20
1
-1
/
+1
*
io_uring: separate header for exported net bits
Pavel Begunkov
2024-04-15
1
-0
/
+1
*
io_uring/alloc_cache: switch to array based caching
Jens Axboe
2024-04-15
1
-10
/
+4
*
io_uring/uring_cmd: defer SQE copying until it's needed
Jens Axboe
2024-04-15
1
-6
/
+19
*
io_uring/uring_cmd: switch to always allocating async data
Jens Axboe
2024-04-15
1
-21
/
+56
*
io_uring: remove struct io_tw_state::locked
Pavel Begunkov
2024-04-15
1
-6
/
+2
*
io_uring/cmd: fix tw <-> issue_flags conversion
Pavel Begunkov
2024-04-15
1
-3
/
+10
*
io_uring/cmd: kill one issue_flags to tw conversion
Pavel Begunkov
2024-04-15
1
-4
/
+4
*
io_uring/cmd: move io_uring_try_cancel_uring_cmd()
Pavel Begunkov
2024-04-15
1
-0
/
+30
*
io_uring: Don't include af_unix.h.
Kuniyuki Iwashima
2024-02-13
1
-0
/
+1
*
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-11
1
-14
/
+1
|
\
|
*
io_uring/cmd: inline io_uring_cmd_get_task
Pavel Begunkov
2023-12-12
1
-6
/
+0
|
*
io_uring/cmd: inline io_uring_cmd_do_in_task_lazy
Pavel Begunkov
2023-12-12
1
-7
/
+0
|
*
io_uring: split out cmd api into a separate header
Pavel Begunkov
2023-12-12
1
-1
/
+1
*
|
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-11
1
-1
/
+0
|
\
\
|
*
|
io_uring: remove uring_cmd cookie
Keith Busch
2023-12-02
1
-1
/
+0
|
|
/
*
/
io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation
Al Viro
2023-12-15
1
-1
/
+1
|
/
*
io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
Breno Leitao
2023-10-20
1
-0
/
+21
*
io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
Breno Leitao
2023-10-20
1
-0
/
+28
*
io_uring/cmd: return -EOPNOTSUPP if net is disabled
Breno Leitao
2023-10-20
1
-0
/
+2
*
io_uring/cmd: Pass compat mode in issue_flags
Breno Leitao
2023-10-20
1
-0
/
+2
*
io_uring: cancelable uring_cmd
Ming Lei
2023-09-28
1
-0
/
+47
*
io_uring: retain top 8bits of uring_cmd flags for kernel internal use
Ming Lei
2023-09-28
1
-1
/
+1
*
io_uring: simplify big_cqe handling
Pavel Begunkov
2023-08-25
1
-3
/
+2
*
io_uring: Add io_uring command support for sockets
Breno Leitao
2023-08-09
1
-0
/
+28
*
io_uring/cmd: add cmd lazy tw wake helper
Pavel Begunkov
2023-05-25
1
-4
/
+12
*
io_uring: Remove unnecessary BUILD_BUG_ON
Breno Leitao
2023-05-04
1
-3
/
+0
*
io_uring: Pass whole sqe to commands
Breno Leitao
2023-05-04
1
-6
/
+3
*
io_uring/uring_cmd: take advantage of completion batching
Jens Axboe
2023-04-12
1
-3
/
+7
*
io_uring/uring_cmd: assign ioucmd->cmd at async prep time
Jens Axboe
2023-04-05
1
-3
/
+1
*
io_uring: encapsulate task_work state
Pavel Begunkov
2023-04-03
1
-2
/
+2
*
Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-24
1
-4
/
+6
|
\
[next]