fs: don't randomize struct kiocb fields
[linux-block.git] / io_uring / poll.c
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 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: 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 Jens Axboeio_uring: move POLLFREE handling to separate function
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 Pavel Begunkovio_uring: add a warn_once for poll_find
2022-07-25 Pavel Begunkovio_uring: fix io_poll_remove_all clang warnings
2022-07-25 Pavel Begunkovio_uring: clean up tracing events
2022-07-25 Pavel Begunkovio_uring: kill extra io_uring_types.h includes
2022-07-25 Pavel Begunkovio_uring: don't expose io_fill_cqe_aux()
2022-07-25 Pavel Begunkovio_uring: mutex locked poll hashing
2022-07-25 Pavel Begunkovio_uring: propagate locking state to poll cancel
2022-07-25 Pavel Begunkovio_uring: introduce a struct for hash table
2022-07-25 Pavel Begunkovio_uring: pass hash table into poll_find
2022-07-25 Pavel Begunkovio_uring: use state completion infra for poll reqs
2022-07-25 Pavel Begunkovio_uring: pass poll_find lock back
2022-07-25 Hao Xuio_uring: switch cancel_hash to use per entry spinlock
2022-07-25 Hao Xuio_uring: poll: remove unnecessary req->ref set
2022-07-25 Jens Axboeio_uring: add support for level triggered poll
2022-07-25 Jens Axboeio_uring: split provided buffers handling into its...
2022-07-25 Jens Axboeio_uring: move poll handling into its own file