summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-21nvme: Add async passthru polling supportnvme-passthru-wip.2Pankaj Raghav
2021-12-21nvme: allow user passthrough commands to pollKeith Busch
2021-12-21nvme: enable bio-cache for fixed-buffer passthruKanchan Joshi
2021-12-21block: factor out helper for bio allocation from cacheKanchan Joshi
2021-12-21block: wire-up support for pluggingJens Axboe
2021-12-21io_uring: plug for async bypassJens Axboe
2021-12-21nvme: enable passthrough with fixed-bufferKanchan Joshi
2021-12-21io_uring: add support for uring_cmd with fixed-bufferAnuj Gupta
2021-12-21io_uring: add flag and helper for fixed-buffer uring-cmdKanchan Joshi
2021-12-21io_uring: modify unused field in io_uring_cmd to store flagsAnuj Gupta
2021-12-21io_uring: mark iopoll not supported for uring-cmdAnuj Gupta
2021-12-21nvme: wire-up support for async-passthru on char-device.Kanchan Joshi
2021-12-21io_uring: add infra for uring_cmd completion in submitter-taskKanchan Joshi
2021-12-17net: add example SOCKET_URING_OP_SIOCINQ/SOCKET_URING_OP_SIOCOUTQJens Axboe
2021-12-17net: wire up support for file_operations->async_cmd()Jens Axboe
2021-12-17block: add example ioctlJens Axboe
2021-12-17block: wire up support for file_operations->async_cmd()Jens Axboe
2021-12-17io_uring: add support for IORING_OP_URING_CMDJens Axboe
2021-12-17fs: add file_operations->async_cmd()Jens Axboe
2021-12-17io_uring: add infrastructure around io_uring_cmd_sqeJens Axboe
2021-12-17io_uring: split up io_uring_sqe into hdr + mainJens Axboe
2021-12-17Merge branch 'for-5.17/block' into nvme-passthru-wip.2Jens Axboe
2021-12-17Merge branch 'for-5.17/io_uring' into nvme-passthru-wip.2Jens Axboe
2021-12-16Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-16Merge tag 'soc-fixes-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-12-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-16bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov
2021-12-16bpf: Fix extable address check.Alexei Starovoitov
2021-12-16bpf: Fix extable fixup offset.Alexei Starovoitov
2021-12-16Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann
2021-12-16bpf: Fix signed bounds propagation after mov32Daniel Borkmann
2021-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-12-16Merge tag 'for-5.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-16block: only build the icq tracking code when neededChristoph Hellwig
2021-12-16block: fold create_task_io_context into ioc_find_get_icqChristoph Hellwig
2021-12-16block: open code create_task_io_context in set_task_ioprioChristoph Hellwig
2021-12-16block: fold get_task_io_context into set_task_ioprioChristoph Hellwig
2021-12-16block: move set_task_ioprio to blk-ioc.cChristoph Hellwig
2021-12-16block: cleanup ioc_clear_queueChristoph Hellwig
2021-12-16block: refactor put_io_contextChristoph Hellwig
2021-12-16block: remove the NULL ioc check in put_io_contextChristoph Hellwig
2021-12-16block: refactor put_iocontext_activeChristoph Hellwig
2021-12-16block: simplify struct io_context refcountingChristoph Hellwig
2021-12-16block: remove the nr_task field from struct io_contextChristoph Hellwig
2021-12-16nvme: add support for mq_ops->queue_rqs()Jens Axboe
2021-12-16nvme: separate command prep and issueJens Axboe