linux-block.git
2024-05-10 Ming Leiio_uring: support to inject result for NOP for-6.10/io_uring for-6.10/io_uring-20240511
2024-05-10 Ming Leiio_uring: fail NOP if non-zero op flags is passed in
2024-05-09 Jens Axboeio_uring/net: add IORING_ACCEPT_POLL_FIRST flag
2024-05-09 Jens Axboeio_uring/net: add IORING_ACCEPT_DONTWAIT flag
2024-05-08 Jens Axboeio_uring/filetable: don't unnecessarily clear/reset...
2024-05-07 Breno Leitaoio_uring/io-wq: Use set_bit() and test_bit() at worker...
2024-05-01 Jens Axboeio_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL...
2024-05-01 Gabriel Krisman... io_uring: Require zeroed sqe->len on provided-buffers...
2024-04-30 Pavel Begunkovio_uring/notif: disable LAZY_WAKE for linked notifs
2024-04-30 Pavel Begunkovio_uring/net: fix sendzc lazy wake polling
2024-04-26 linke liio_uring/msg_ring: reuse ctx->submitter_task read using...
2024-04-25 Jens Axboeio_uring/rw: reinstate thread check for retries
2024-04-23 Pavel Begunkovio_uring/notif: implement notification stacking
2024-04-23 Pavel Begunkovio_uring/notif: simplify io_notif_flush()
2024-04-23 Jens AxboeMerge branch 'for-uring-ubufops' of git://git./linux...
2024-04-22 Pavel Begunkovnet: add callback for setting a ubuf_info to skb
2024-04-22 Pavel Begunkovnet: extend ubuf_info callback to ops structure
2024-04-22 Jens Axboeio_uring/net: support bundles for recv
2024-04-22 Jens Axboeio_uring/net: support bundles for send
2024-04-22 Jens Axboeio_uring/kbuf: add helpers for getting/peeking multiple...
2024-04-22 Jens Axboeio_uring/net: add provided buffer support for IORING_OP...
2024-04-22 Jens Axboeio_uring/net: add generic multishot retry helper
2024-04-17 Jens Axboeio_uring/rw: ensure retry condition isn't lost
2024-04-17 Gabriel Krisman... io-wq: Drop intermediate step between pending list...
2024-04-17 Gabriel Krisman... io-wq: write next_work before dropping acct_lock
2024-04-15 Jens Axboeio_uring/sqpoll: work around a potential audit memory...
2024-04-15 Pavel Begunkovio_uring/notif: shrink account_pages to u32
2024-04-15 Pavel Begunkovio_uring/notif: remove ctx var from io_notif_tw_complete
2024-04-15 Pavel Begunkovio_uring/notif: refactor io_tx_ubuf_complete()
2024-04-15 Jens Axboeio_uring: ensure overflow entries are dropped when...
2024-04-15 Ruyi Zhangio_uring/timeout: remove duplicate initialization of...
2024-04-15 Pavel Begunkovio_uring: consolidate overflow flushing
2024-04-15 Pavel Begunkovio_uring: always lock __io_cqring_overflow_flush
2024-04-15 Pavel Begunkovio_uring: open code io_cqring_overflow_flush()
2024-04-15 Pavel Begunkovio_uring: remove extra SQPOLL overflow flush
2024-04-15 Pavel Begunkovio_uring: unexport io_req_cqe_overflow()
2024-04-15 Pavel Begunkovio_uring: separate header for exported net bits
2024-04-15 Pavel Begunkovio_uring/net: set MSG_ZEROCOPY for sendzc in advance
2024-04-15 Pavel Begunkovio_uring/net: get rid of io_notif_complete_tw_ext
2024-04-15 Pavel Begunkovio_uring/net: merge ubuf sendzc callbacks
2024-04-15 Ming Leiio_uring: return void from io_put_kbuf_comp()
2024-04-15 Pavel Begunkovio_uring: remove io_req_put_rsrc_locked()
2024-04-15 Pavel Begunkovio_uring: remove async request cache
2024-04-15 Pavel Begunkovio_uring: turn implicit assumptions into a warning
2024-04-15 Ming Leiio_uring: kill dead code in io_req_complete_post
2024-04-15 Jens Axboeio_uring/kbuf: remove dead define
2024-04-15 Jens Axboeio_uring: fix warnings on shadow variables
2024-04-15 Jens Axboeio_uring: move mapping/allocation helpers to a separate...
2024-04-15 Jens Axboeio_uring: use unpin_user_pages() where appropriate
2024-04-15 Jens Axboeio_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf...
2024-04-15 Jens Axboeio_uring/kbuf: vmap pinned buffer ring
2024-04-15 Jens Axboeio_uring: unify io_pin_pages()
2024-04-15 Jens Axboeio_uring: use vmap() for ring mapping
2024-04-15 Jens Axboeio_uring: get rid of remap_pfn_range() for mapping...
2024-04-15 Jens Axboemm: add nommu variant of vm_insert_pages()
2024-04-15 Gabriel Krisman... io_uring: Avoid anonymous enums in io_uring uapi
2024-04-15 Jens Axboeio_uring: use the right type for work_llist empty check
2024-04-15 Joel Granadosio_uring: Remove the now superfluous sentinel elements...
2024-04-15 Jiapeng Chongio_uring: Remove unused function
2024-04-15 Jens Axboeio_uring: re-arrange Makefile order
2024-04-15 Jens Axboeio_uring: refill request cache in memory order
2024-04-15 Jens Axboeio_uring/poll: shrink alloc cache size to 32
2024-04-15 Jens Axboeio_uring/alloc_cache: switch to array based caching
2024-04-15 Jens Axboeio_uring: drop ->prep_async()
2024-04-15 Jens Axboeio_uring/uring_cmd: defer SQE copying until it's needed
2024-04-15 Jens Axboeio_uring/uring_cmd: switch to always allocating async...
2024-04-15 Jens Axboeio_uring/net: move connect to always using async data
2024-04-15 Jens Axboeio_uring/rw: add iovec recycling
2024-04-15 Jens Axboeio_uring/rw: cleanup retry path
2024-04-15 Jens Axboeio_uring: get rid of struct io_rw_state
2024-04-15 Jens Axboeio_uring/rw: always setup io_async_rw for read/write...
2024-04-15 Jens Axboeio_uring/net: drop 'kmsg' parameter from io_req_msg_cle...
2024-04-15 Jens Axboeio_uring/net: add iovec recycling
2024-04-15 Jens Axboeio_uring/net: remove (now) dead code in io_netmsg_recycle()
2024-04-15 Jens Axboeio_uring: kill io_msg_alloc_async_prep()
2024-04-15 Jens Axboeio_uring/net: get rid of ->prep_async() for send side
2024-04-15 Jens Axboeio_uring/net: get rid of ->prep_async() for receive...
2024-04-15 Jens Axboeio_uring/net: always set kmsg->msg.msg_control_user...
2024-04-15 Jens Axboeio_uring/net: always setup an io_async_msghdr
2024-04-15 Jens Axboeio_uring/net: unify cleanup handling
2024-04-15 Jens Axboeio_uring/net: switch io_recv() to using io_async_msghdr
2024-04-15 Jens Axboeio_uring/net: switch io_send() and io_send_zc() to...
2024-04-15 Jens Axboeio_uring/alloc_cache: shrink default max entries from...
2024-04-15 Jens Axboeio_uring: remove timeout/poll specific cancelations
2024-04-15 Jens Axboeio_uring: flush delayed fallback task_work in cancelation
2024-04-15 Pavel Begunkovio_uring: clean up io_lockdep_assert_cq_locked
2024-04-15 Pavel Begunkovio_uring: refactor io_req_complete_post()
2024-04-15 Pavel Begunkovio_uring: remove current check from complete_post
2024-04-15 Pavel Begunkovio_uring: get rid of intermediate aux cqe caches
2024-04-15 Pavel Begunkovio_uring: refactor io_fill_cqe_req_aux
2024-04-15 Pavel Begunkovio_uring: remove struct io_tw_state::locked
2024-04-15 Pavel Begunkovio_uring: force tw ctx locking
2024-04-15 Pavel Begunkovio_uring/rw: avoid punting to io-wq directly
2024-04-15 Jens Axboenvme/io_uring: use helper for polled completions
2024-04-15 Pavel Begunkovio_uring/cmd: document some uring_cmd related helpers
2024-04-15 Pavel Begunkovio_uring/cmd: fix tw <-> issue_flags conversion
2024-04-15 Pavel Begunkovio_uring/cmd: kill one issue_flags to tw conversion
2024-04-15 Pavel Begunkovio_uring/cmd: move io_uring_try_cancel_uring_cmd()
2024-04-14 Linus TorvaldsLinux 6.9-rc4 v6.9-rc4
2024-04-14 Linus TorvaldsMerge tag 'pull-sysfs-annotation-fix' of git://git...
next