This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 910bfc26d16d Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux new e1c5ae59c0f2 fs: don't allow non-init s_user_ns for filesystems without [...] new ef9ca17ca458 hostfs: fix the host directory parse when mounting. new bc4eee85ca6c Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/p [...] new f8b632e89a10 io_uring: tighten task exit cancellations new bd44d7e902c2 io_uring: don't allow netpolling with SETUP_IOPOLL new e142e9cd8891 io_uring: fix io_match_task must_hold new f1dcdfcadb0c io_uring: simplify io_uring_cmd return new a2b72b81fb3b io_uring: kill REQ_F_CANCEL_SEQ new 29d63b94036e io_uring: align iowq and task request error handling new 0db4618e8fab io_uring/msg_ring: fix uninitialized use of target_req->flags new 342b2e395d5f io_uring/napi: use ktime in busy polling new 358169617602 io_uring/napi: pass ktime to io_napi_adjust_timeout new 8c9307474333 Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linux new b8a4518b5c2d drbd: Add peer_device to Kernel doc new 7e04da2dc701 block: fix deadlock between sd_remove & sd_release new 55fbb9a5d64e ublk: fix UBLK_CMD_DEL_DEV_ASYNC handling new ab091ec536cb nvme/pci: Add APST quirk for Lenovo N60z laptop new 1a7812b25e69 nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens() new 88c918d1ee2c nvme: remove redundant bdev local variable new 92fc2c469eb2 nvme-pci: Fix the instructions for disabling power management new 415fb383ec2b nvme-core: choose PIF from QPIF if QPIFS supports and PIF [...] new c31fad147038 nvme-pci: add missing condition check for existence of map [...] new f6bb5254b777 Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.or [...] new 6342649c33d2 Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linux
The 24 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: block/genhd.c | 2 +- drivers/block/drbd/drbd_main.c | 4 +++ drivers/block/ublk_drv.c | 5 +++- drivers/nvme/host/core.c | 8 +++++- drivers/nvme/host/fabrics.c | 4 +-- drivers/nvme/host/pci.c | 12 ++++++-- drivers/nvme/host/sysfs.c | 5 ++-- fs/hostfs/hostfs_kern.c | 65 +++++++++++++++++++++++++++++++++++------- fs/super.c | 11 +++++++ include/linux/io_uring_types.h | 5 +--- include/linux/nvme.h | 9 ++++++ io_uring/io_uring.c | 13 ++++++--- io_uring/io_uring.h | 2 +- io_uring/msg_ring.c | 6 ++-- io_uring/napi.c | 60 +++++++++++++++++++------------------- io_uring/napi.h | 10 +++---- io_uring/timeout.c | 2 +- io_uring/uring_cmd.c | 2 +- 18 files changed, 156 insertions(+), 69 deletions(-)