Merge tag 'docs-6.0' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / io_uring /
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-zerocopy-send-2022-07...
2022-08-02 Linus TorvaldsMerge tag 'for-5.20/io_uring-buffered-writes-2022-07...
2022-08-02 Linus TorvaldsMerge tag 'for-5.20/io_uring-2022-07-29' of git://git...
2022-07-27 Pavel Begunkovio_uring: notification completion optimisation
2022-07-27 Pavel Begunkovio_uring: export req alloc from core
2022-07-25 Pavel Begunkovio_uring/net: use unsigned for flags
2022-07-25 Pavel Begunkovio_uring/net: make page accounting more consistent
2022-07-25 Pavel Begunkovio_uring/net: checks errors of zc mem accounting
2022-07-25 Pavel Begunkovio_uring/net: improve io_get_notif_slot types
2022-07-25 Pavel Begunkovio_uring: enable managed frags with register buffers
2022-07-25 Pavel Begunkovio_uring: add zc notification flush requests
2022-07-25 Pavel Begunkovio_uring: rename IORING_OP_FILES_UPDATE
2022-07-25 Pavel Begunkovio_uring: flush notifiers after sendzc
2022-07-25 Pavel Begunkovio_uring: sendzc with fixed buffers
2022-07-25 Pavel Begunkovio_uring: allow to pass addr into sendzc
2022-07-25 Pavel Begunkovio_uring: account locked pages for non-fixed zc
2022-07-25 Pavel Begunkovio_uring: wire send zc request type
2022-07-25 Pavel Begunkovio_uring: add notification slot registration
2022-07-25 Pavel Begunkovio_uring: add rsrc referencing for notifiers
2022-07-25 Pavel Begunkovio_uring: complete notifiers in tw
2022-07-25 Pavel Begunkovio_uring: cache struct io_notif
2022-07-25 Pavel Begunkovio_uring: add zc notification infrastructure
2022-07-25 Pavel Begunkovio_uring: export io_put_task()
2022-07-25 Pavel Begunkovio_uring: initialise msghdr::msg_ubuf
2022-07-25 Jens AxboeMerge branch 'for-5.20/io_uring' into for-5.20/io_uring...
2022-07-25 Stefan Roeschio_uring: Add tracepoint for short writes
2022-07-25 Jens Axboeio_uring: fix issue with io_write() not always undoing...
2022-07-25 Stefan Roeschio_uring: Add support for async buffered writes
2022-07-25 Jens Axboeio_uring: ensure REQ_F_ISREG is set async offload
2022-07-25 Jens Axboenet: fix compat pointer in get_compat_msghdr()
2022-07-25 Michal Koutnýio_uring: Don't require reinitable percpu_ref
2022-07-25 Dylan Yudakenio_uring: fix types in io_recvmsg_multishot_overflow
2022-07-25 Uros Bizjakio_uring: Use atomic_long_try_cmpxchg in __io_account_mem
2022-07-25 Dylan Yudakenio_uring: support multishot in recvmsg
2022-07-25 Dylan Yudakennet: copy from user before calling __get_compat_msghdr
2022-07-25 Dylan Yudakennet: copy from user before calling __copy_msghdr
2022-07-25 Dylan Yudakenio_uring: support 0 length iov in buffer select in...
2022-07-25 Dylan Yudakenio_uring: fix multishot ending when not polled
2022-07-25 Jens Axboeio_uring: add netmsg cache
2022-07-25 Jens Axboeio_uring: impose max limit on apoll cache
2022-07-25 Jens Axboeio_uring: add abstraction around apoll cache
2022-07-25 Jens Axboeio_uring: move apoll cache to poll.c
2022-07-25 Pavel Begunkovio_uring: consolidate hash_locked io-wq handling
2022-07-25 Pavel Begunkovio_uring: clear REQ_F_HASH_LOCKED on hash removal
2022-07-25 Pavel Begunkovio_uring: don't race double poll setting REQ_F_ASYNC_DATA
2022-07-25 Pavel Begunkovio_uring: don't miss setting REQ_F_DOUBLE_POLL
2022-07-25 Dylan Yudakenio_uring: disable multishot recvmsg
2022-07-25 Dylan Yudakenio_uring: only trace one of complete or overflow
2022-07-25 Dylan Yudakenio_uring: multishot recv
2022-07-25 Dylan Yudakenio_uring: fix multishot accept ordering
2022-07-25 Dylan Yudakenio_uring: fix multishot poll on overflow
2022-07-25 Dylan Yudakenio_uring: add allow_overflow to io_post_aux_cqe
2022-07-25 Dylan Yudakenio_uring: add IOU_STOP_MULTISHOT return code
2022-07-25 Dylan Yudakenio_uring: clean up io_poll_check_events return values
2022-07-25 Dylan Yudakenio_uring: recycle buffers on error
2022-07-25 Dylan Yudakenio_uring: allow iov_len = 0 for recvmsg and buffer...
2022-07-25 Dylan Yudakenio_uring: restore bgid in io_put_kbuf
2022-07-25 Dylan Yudakenio_uring: allow 0 length for buffer select
2022-07-25 Pavel Begunkovio_uring: let to set a range for file slot allocation
2022-07-25 Jens Axboeio_uring: add support for passing fixed file descriptors
2022-07-25 Jens Axboeio_uring: split out fixed file installation and removal
2022-07-25 Pavel Begunkovio_uring: remove ctx->refs pinning on enter
2022-07-25 Pavel Begunkovio_uring: don't check file ops of registered rings
2022-07-25 Pavel Begunkovio_uring: remove extra TIF_NOTIFY_SIGNAL check
2022-07-25 Pavel Begunkovio_uring: fuse fallback_node and normal tw node
2022-07-25 Pavel Begunkovio_uring: improve io_fail_links()
2022-07-25 Jens Axboeio_uring: move POLLFREE handling to separate function
2022-07-25 Hao Xuio_uring: kbuf: inline io_kbuf_recycle_ring()
2022-07-25 Pavel Begunkovio_uring: optimise submission side poll_refs
2022-07-25 Pavel Begunkovio_uring: refactor poll arm error handling
2022-07-25 Pavel Begunkovio_uring: change arm poll return values
2022-07-25 Pavel Begunkovio_uring: add a helper for apoll alloc
2022-07-25 Pavel Begunkovio_uring: remove events caching atavisms
2022-07-25 Pavel Begunkovio_uring: clean poll ->private flagging
2022-07-25 Jens Axboeio_uring: add sync cancelation API through io_uring_reg...
2022-07-25 Jens Axboeio_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag
2022-07-25 Jens Axboeio_uring: have cancelation API accept io_uring_task...
2022-07-25 Hao Xuio_uring: kbuf: kill __io_kbuf_recycle()
2022-07-25 Dylan Yudakenio_uring: trace task_work_run
2022-07-25 Dylan Yudakenio_uring: batch task_work
2022-07-25 Dylan Yudakenio_uring: introduce llist helpers
2022-07-25 Dylan Yudakenio_uring: lockless task list
next