io_uring: make io_kiocb_to_cmd() typesafe
[linux-block.git] / io_uring / uring_cmd.c
2022-08-12 Stefan Metzmacherio_uring: make io_kiocb_to_cmd() typesafe
2022-08-11 Anuj Guptaio_uring: fix error handling for io_uring_cmd
2022-08-03 Ming Leiio_uring: pass correct parameters to io_req_set_res
2022-08-03 Linus TorvaldsMerge tag 'flexible-array-transformations-UAPI-6.0...
2022-08-03 Linus TorvaldsMerge tag 'linux-kselftest-next-5.20-rc1' of git:/...
2022-08-03 Linus TorvaldsMerge tag 'linux-kselftest-kunit-5.20-rc1' of git:...
2022-08-03 Linus TorvaldsMerge tag 'docs-6.0' of git://git.lwn.net/linux
2022-08-03 Linus TorvaldsMerge tag 'nolibc.2022.07.27a' of git://git./linux...
2022-08-03 Linus TorvaldsMerge tag 'rcu.2022.07.26a' of git://git./linux/kernel...
2022-08-03 Linus TorvaldsMerge tag 'v5.20-p1' of git://git./linux/kernel/git...
2022-08-03 Linus TorvaldsMerge tag 'random-6.0-rc1-for-linus' of git://git....
2022-08-02 Linus TorvaldsMerge tag 'fsverity-for-linus' of git://git./fs/fscrypt...
2022-08-02 Linus TorvaldsMerge tag 'integrity-v6.0' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'safesetid-6.0' of https://github.com/micah...
2022-08-02 Linus TorvaldsMerge tag 'Smack-for-6.0' of https://github.com/cschauf...
2022-08-02 Linus TorvaldsMerge tag 'lsm-pr-20220801' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'audit-pr-20220801' of git://git./linux/kerne...
2022-08-02 Linus TorvaldsMerge tag 'selinux-pr-20220801' of git://git./linux...
2022-08-02 Linus TorvaldsMerge tag 'hardening-v5.20-rc1' of git://git./linux...
2022-08-02 Linus TorvaldsMerge tag 'execve-v5.20-rc1' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'seccomp-v5.20-rc1' of git://git./linux/kerne...
2022-08-02 Linus TorvaldsMerge tag 'pstore-v5.20-rc1' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'for-6.0/dm-changes' of git://git./linux...
2022-08-02 Linus TorvaldsMerge tag 'for-5.20/block-2022-07-29' of git://git...
2022-08-02 Linus TorvaldsMerge tag 'for-5.20/io_uring-2022-07-29' of git://git...
2022-07-25 Jens AxboeMerge branch 'for-5.20/io_uring' into for-5.20/io_uring...
2022-07-25 Pavel Begunkovio_uring: kill extra io_uring_types.h includes
2022-07-25 Jens Axboeio_uring: move uring_cmd handling to its own file