index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
uring_cmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-12
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-01
1
-1
/
+0
|
|
/
*
/
io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation
Al Viro
2023-12-14
1
-1
/
+1
|
/
*
io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
Breno Leitao
2023-10-19
1
-0
/
+21
*
io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
Breno Leitao
2023-10-19
1
-0
/
+28
*
io_uring/cmd: return -EOPNOTSUPP if net is disabled
Breno Leitao
2023-10-19
1
-0
/
+2
*
io_uring/cmd: Pass compat mode in issue_flags
Breno Leitao
2023-10-19
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-24
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
|
\
|
*
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
2023-03-20
1
-4
/
+6
*
|
io_uring/uring_cmd: ensure that device supports IOPOLL
Jens Axboe
2023-03-09
1
-1
/
+3
|
/
*
io_uring: iopoll protect complete_post
Pavel Begunkov
2022-11-23
1
-1
/
+1
*
io_uring: introduce fixed buffer support for io_uring_cmd
Anuj Gupta
2022-09-30
1
-1
/
+18
*
io_uring: add io_uring_cmd_import_fixed
Anuj Gupta
2022-09-30
1
-0
/
+10
*
io_uring: add iopoll infrastructure for io_uring_cmd
Kanchan Joshi
2022-09-21
1
-2
/
+9
*
Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-31
1
-0
/
+5
|
\
|
*
lsm,io_uring: add LSM hooks for the new uring_cmd file op
Luis Chamberlain
2022-08-26
1
-0
/
+5
*
|
io_uring: fix submission-failure handling for uring-cmd
Kanchan Joshi
2022-08-23
1
-1
/
+1
|
/
*
io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fields
Stefan Metzmacher
2022-08-12
1
-0
/
+3
*
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
2022-08-12
1
-4
/
+4
*
io_uring: fix error handling for io_uring_cmd
Anuj Gupta
2022-08-11
1
-1
/
+3
*
io_uring: pass correct parameters to io_req_set_res
Ming Lei
2022-08-03
1
-1
/
+1
*
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
1
-1
/
+0
*
io_uring: move uring_cmd handling to its own file
Jens Axboe
2022-07-24
1
-0
/
+115