index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
uring_cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-13
io_uring: Don't include af_unix.h.
Kuniyuki Iwashima
1
-0
/
+1
2024-01-12
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-14
/
+1
2024-01-12
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2023-12-15
io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation
Al Viro
1
-1
/
+1
2023-12-12
io_uring/cmd: inline io_uring_cmd_get_task
Pavel Begunkov
1
-6
/
+0
2023-12-12
io_uring/cmd: inline io_uring_cmd_do_in_task_lazy
Pavel Begunkov
1
-7
/
+0
2023-12-12
io_uring: split out cmd api into a separate header
Pavel Begunkov
1
-1
/
+1
2023-12-02
io_uring: remove uring_cmd cookie
Keith Busch
1
-1
/
+0
2023-10-20
io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
Breno Leitao
1
-0
/
+21
2023-10-20
io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
Breno Leitao
1
-0
/
+28
2023-10-20
io_uring/cmd: return -EOPNOTSUPP if net is disabled
Breno Leitao
1
-0
/
+2
2023-10-20
io_uring/cmd: Pass compat mode in issue_flags
Breno Leitao
1
-0
/
+2
2023-09-28
io_uring: cancelable uring_cmd
Ming Lei
1
-0
/
+47
2023-09-28
io_uring: retain top 8bits of uring_cmd flags for kernel internal use
Ming Lei
1
-1
/
+1
2023-08-25
io_uring: simplify big_cqe handling
Pavel Begunkov
1
-3
/
+2
2023-08-09
io_uring: Add io_uring command support for sockets
Breno Leitao
1
-0
/
+28
2023-05-25
io_uring/cmd: add cmd lazy tw wake helper
Pavel Begunkov
1
-4
/
+12
2023-05-04
io_uring: Remove unnecessary BUILD_BUG_ON
Breno Leitao
1
-3
/
+0
2023-05-04
io_uring: Pass whole sqe to commands
Breno Leitao
1
-6
/
+3
2023-04-12
io_uring/uring_cmd: take advantage of completion batching
Jens Axboe
1
-3
/
+7
2023-04-05
io_uring/uring_cmd: assign ioucmd->cmd at async prep time
Jens Axboe
1
-3
/
+1
2023-04-03
io_uring: encapsulate task_work state
Pavel Begunkov
1
-2
/
+2
2023-03-25
Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+6
2023-03-21
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
1
-4
/
+6
2023-03-09
io_uring/uring_cmd: ensure that device supports IOPOLL
Jens Axboe
1
-1
/
+3
2022-11-23
io_uring: iopoll protect complete_post
Pavel Begunkov
1
-1
/
+1
2022-09-30
io_uring: introduce fixed buffer support for io_uring_cmd
Anuj Gupta
1
-1
/
+18
2022-09-30
io_uring: add io_uring_cmd_import_fixed
Anuj Gupta
1
-0
/
+10
2022-09-21
io_uring: add iopoll infrastructure for io_uring_cmd
Kanchan Joshi
1
-2
/
+9
2022-08-31
Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+5
2022-08-26
lsm,io_uring: add LSM hooks for the new uring_cmd file op
Luis Chamberlain
1
-0
/
+5
2022-08-23
io_uring: fix submission-failure handling for uring-cmd
Kanchan Joshi
1
-1
/
+1
2022-08-13
io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fields
Stefan Metzmacher
1
-0
/
+3
2022-08-13
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
1
-4
/
+4
2022-08-11
io_uring: fix error handling for io_uring_cmd
Anuj Gupta
1
-1
/
+3
2022-08-03
io_uring: pass correct parameters to io_req_set_res
Ming Lei
1
-1
/
+1
2022-07-25
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
1
-1
/
+0
2022-07-25
io_uring: move uring_cmd handling to its own file
Jens Axboe
1
-0
/
+115