messages from 2026-07-03 10:31:18 to 2026-07-09 15:34:25 UTC [more...]
[PATCH v5 00/10] dmaengine: dw-edma: flatten desc structions and simplify code
2026-07-09 15:33 UTC (9+ messages)
` [PATCH v5 01/10] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v5 02/10] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v5 03/10] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v5 04/10] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v5 05/10] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v5 06/10] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v5 07/10] dmaengine: dw-edma: Add non_ll_start() callback
` [PATCH v5 08/10] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
[PATCH] nvme: make firmware activation poll interval configurable
2026-07-09 15:07 UTC (5+ messages)
[linux-nvme:nvme-7.3] BUILD SUCCESS 77c57daf98a2ad95ec9ac1371caeff8939cc1f58
2026-07-09 14:51 UTC
[PATCH] nvmet-tcp: bound SGL data length before allocating command buffers
2026-07-09 13:25 UTC
[PATCH] nvmet-auth: fix uninitialized-memory leak in AUTH_RECEIVE
2026-07-09 13:25 UTC
[PATCH v2 0/2] nvmet: add namespace-level debugfs for reservation state
2026-07-09 13:15 UTC (5+ messages)
` [PATCH v2 1/2] nvmet: add namespace-level debugfs directory
` [PATCH v2 2/2] nvmet: expose reservation state through debugfs
[PATCH v4 0/3] nvme: add ABI documentation for sysfs and configfs interfaces
2026-07-09 13:12 UTC (6+ messages)
` [PATCH v4 1/3] nvme: add ABI documentation for host sysfs interfaces
` [PATCH v4 2/3] nvmet: add ABI documentation for target configfs interfaces
` [PATCH v4 3/3] MAINTAINERS: add missing NVMe documentation files
[PATCH 1/2] nvme: bound ns descriptor header and body to identify buffer
2026-07-09 12:30 UTC (2+ messages)
` [PATCH 2/2] nvme: clamp FDP nruhsd to allocated RUH status descriptor count
[PATCH v4 00/10] dmaengine: dw-edma: flatten desc structions and simple code
2026-07-09 11:33 UTC (12+ messages)
` [PATCH v4 01/10] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v4 02/10] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v4 03/10] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v4 04/10] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v4 05/10] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v4 06/10] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v4 07/10] dmaengine: dw-edma: Add non_ll_start() callback
` [PATCH v4 08/10] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v4 09/10] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v4 10/10] dmaengine: dw-edma: Remove struct dw_edma_chunk
[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
2026-07-09 10:08 UTC (28+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work
` [RFC PATCH v1 02/17] dm thin: avoid bio_set_dev under pool lock
` [RFC PATCH v1 03/17] dm snapshot: avoid bio_set_dev in locked map paths
` [RFC PATCH v1 04/17] blk-throttle: protect throttle state with td lock
` [RFC PATCH v1 05/17] block: add bio_alloc_atomic() for atomic bio users
` [RFC PATCH v1 06/17] blk-cgroup: support non-blocking bio association
` [RFC PATCH v1 07/17] block: support non-blocking bio allocation with a bdev
` [RFC PATCH v1 08/17] bcache: avoid sleeping blkg association from locked paths
` [RFC PATCH v1 09/17] dm bufio: avoid blkg association from GFP_NOWAIT bio init
` [RFC PATCH v1 10/17] dm pcache: handle non-blocking bio clone init failure
` [RFC PATCH v1 11/17] block: avoid scheduling from non-blocking helper allocations
` [RFC PATCH v1 12/17] dm: avoid sleeping blkg association from NOWAIT remaps
` [RFC PATCH v1 13/17] bfq: avoid blkg lookup from locked cgroup update
` [RFC PATCH v1 14/17] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v1 15/17] blk-cgroup: remove blkg radix tree preloading
` [RFC PATCH v1 16/17] blk-cgroup: allocate blkgs in blkg_create
` [RFC PATCH v1 17/17] blk-cgroup: share blkg creation between lookup and config prep
[RFC PATCH v1 0/2] nvme: use local limits for namespace heads
2026-07-09 8:48 UTC (4+ messages)
` [RFC PATCH v1 1/2] nvme: factor namespace-head queue-limit update
` [RFC PATCH v1 2/2] nvme: stop using queue_limits_stack_bdev for namespace heads
` [RFC PATCH blktests v1] nvme: check user queue limits across namespace rescans
[PATCH nvmet-v1 0/1] nvmet: zns: reject full zone report when buffer is too small
2026-07-09 6:51 UTC (2+ messages)
` [PATCH nvmet-v1 1/1] "
[PATCH RFC] nvme: fix NS head cdev lifetime
2026-07-09 7:33 UTC (6+ messages)
[PATCHv2 00/17] Support Clang context analysis for NVMe host drivers
2026-07-09 7:24 UTC (8+ messages)
` [PATCHv2 07/17] nvme: add Clang context annotations for nvme_subsystem::lock
[PATCH v3 00/18] Support Clang context analysis for NVMe host drivers
2026-07-09 6:32 UTC (26+ messages)
` [PATCH v3 01/18] nvme: update nvme_passthru_end() signature
` [PATCH v3 02/18] nvme: add context annotations for nvme_passthru_{start|stop}
` [PATCH v3 03/18] nvme: add context annotations for nvme_ns_head::srcu
` [PATCH v3 04/18] nvme: add context annotations for nvme_ns_head::requeue_list
` [PATCH v3 05/18] nvme: add context annotations for nvme_ns_head::current_path
` [PATCH v3 06/18] nvme: add context annotations for nvme_dev::shutdown_lock
` [PATCH v3 07/18] nvme: add context annotations for nvme_subsystem::lock
` [PATCH v3 08/18] nvme: add context annotations for nvme_ctrl::ana_lock
` [PATCH v3 09/18] list: introduce LIST_HEAD_GUARDED
` [PATCH v3 10/18] nvme: add context annotations for nvme_subsystems_lock
` [PATCH v3 11/18] nvme: add context annotations in fabric.c
` [PATCH v3 12/18] nvme: add context annotations for nvme_queue::sq_lock
` [PATCH v3 13/18] nvme: add context annotations in rdma.c
` [PATCH v3 14/18] list: Permit context-unguarded access with list_empty_careful()
` [PATCH v3 15/18] nvme: fix context analysis warning in rdma.c
` [PATCH v3 16/18] nvme: add context annotations in tcp.c
` [PATCH v3 17/18] nvme: fix context analysis warning "
` [PATCH v3 18/18] nvme: enable context analysis support for nvme host driver
[PATCH v4] nvme-rdma: hold nvme_rdma_device reference in remove_one
2026-07-09 6:01 UTC (2+ messages)
[PATCH v10 rdma-next] RDMA: Change capability fields in ib_device_attr from int to u32
2026-07-09 5:51 UTC
[PATCH blktests] nvme/039: drain udev events before passthru error injection
2026-07-09 3:22 UTC (3+ messages)
[PATCH v3 00/10] dmaengine: dw-edma: flatten desc structions and simple code
2026-07-08 20:55 UTC (4+ messages)
[PATCH] nvme: swap synchronization ordering in nvme_remove_head()
2026-07-08 19:14 UTC (4+ messages)
[PATCH] nvme: don't reference NS after unlocking in nvme_ns_head_ctrl_ioctl()
2026-07-08 19:14 UTC (3+ messages)
[PATCH] nvmetcli: allow running arbitrary commands non-interactively
2026-07-08 8:35 UTC (3+ messages)
[PATCH rdma-next v9] RDMA: Change capability fields in ib_device_attr from int to u32
2026-07-08 7:35 UTC (5+ messages)
[linux-nvme:nvme-7.3] BUILD SUCCESS 3ddcfb013322aa37eaa7a0d344b73079c38dfa21
2026-07-08 0:41 UTC
[PATCH] When kmodpy is not available call kmod binary directly
2026-07-07 13:37 UTC (2+ messages)
[PATCH v3 0/3] nvme: add ABI documentation for sysfs and configfs interfaces
2026-07-07 9:45 UTC (14+ messages)
` [PATCH v3 1/3] nvme: add ABI documentation for host sysfs interfaces
` [PATCH v3 2/3] nvmet: add ABI documentation for target configfs interfaces
` [PATCH v3 3/3] MAINTAINERS: add missing NVMe documentation files
[PATCH v3] nvme-multipath: expose path_state via sysfs
2026-07-07 1:47 UTC (6+ messages)
[PATCH 0/2] nvmet: add namespace-level debugfs for reservation state
2026-07-07 1:42 UTC (8+ messages)
[PATCH] nvmet-auth: zero the AUTH_RECEIVE response buffer
2026-07-06 18:57 UTC (2+ messages)
[PATCH] nvme: handle positive error codes in nuse_show()
2026-07-06 18:57 UTC (2+ messages)
[PATCH 0/2] nvmet-rdma: fix response resource leak on queue teardown
2026-07-06 18:57 UTC (2+ messages)
[PATCH v4 0/2] nvme-rdma: parallelize I/O queue setup
2026-07-06 18:56 UTC (2+ messages)
[PATCH] nvme-auth: Avoid C=1 warning in nvme_auth_derive_tls_psk()
2026-07-06 18:55 UTC (2+ messages)
[PATCH v1 0/1] nvme: zns: cap zone report nr_zones by DMA buffer size
2026-07-06 18:55 UTC (3+ messages)
` [PATCH v2 0/2] "
[PATCH] nvme: fix typos in reservation related constants
2026-07-06 18:54 UTC (2+ messages)
[PATCH v2] nvme-apple: Use acquire/release for queue enabled state
2026-07-06 18:54 UTC (2+ messages)
[PATCH v2] nvme-multipath: revalidate zones for namespace heads
2026-07-06 18:53 UTC (2+ messages)
blktests failures with v7.2-rc1 kernel
2026-07-06 0:10 UTC
[PATCH rdma-next v8] RDMA: Change capability fields in ib_device_attr from int to u32
2026-07-03 5:59 UTC (4+ messages)
[PATCH v3 00/17] Native SCSI multipath support
2026-07-03 10:34 UTC (18+ messages)
` [PATCH v3 01/17] scsi-multipath: introduce basic SCSI device support
` [PATCH v3 02/17] scsi-multipath: introduce scsi_device head structure
` [PATCH v3 03/17] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v3 04/17] scsi-multipath: support iopolicy
` [PATCH v3 05/17] scsi-multipath: clone each bio
` [PATCH v3 06/17] scsi-multipath: clear path when device is blocked
` [PATCH v3 07/17] scsi-multipath: failover handling
` [PATCH v3 08/17] scsi-multipath: provide callbacks for path state
` [PATCH v3 09/17] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v3 10/17] scsi-multipath: block PR commands
` [PATCH v3 11/17] scsi-multipath: add delayed disk removal support
` [PATCH v3 12/17] scsi: sd: add multipath disk class
` [PATCH v3 13/17] scsi: sd: support multipath disk
` [PATCH v3 14/17] scsi: sd: add multipath disk attr groups
` [PATCH v3 15/17] scsi: sd: add mpath_dev file
` [PATCH v3 16/17] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v3 17/17] scsi: sd: add mpath_queue_depth "
[PATCH v3 00/10] nvme: switch to libmultipath
2026-07-03 10:32 UTC (11+ messages)
` [PATCH v3 01/10] nvme-multipath: add initial support for using libmultipath
` [PATCH v3 02/10] nvme-multipath: add nvme_mpath_available_path()
` [PATCH v3 03/10] nvme-multipath: add nvme_mpath_{add, remove}_cdev()
` [PATCH v3 04/10] nvme-multipath: add nvme_mpath_is_{disabled, optimised}
` [PATCH v3 05/10] nvme-multipath: add nvme_mpath_cdev_ioctl()
` [PATCH v3 06/10] nvme-multipath: add uring_cmd support
` [PATCH v3 07/10] nvme-multipath: add nvme_mpath_synchronize()
` [PATCH v3 08/10] nvme-multipath: add nvme_{add,delete}_ns()
` [PATCH v3 09/10] nvme-multipath: add nvme_mpath_head_queue_if_no_path()
` [PATCH v3 10/10] nvme-multipath: switch to use libmultipath
[PATCH v3 00/13] libmultipath: a generic multipath lib for block drivers
2026-07-03 10:29 UTC (7+ messages)
` [PATCH v3 03/13] libmultipath: Add path selection support
` [PATCH v3 09/13] libmultipath: Add PR support
` [PATCH v3 10/13] libmultipath: Add mpath_bdev_report_zones()
` [PATCH v3 11/13] libmultipath: Add support for block device IOCTL
` [PATCH v3 12/13] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v3 13/13] libmultipath: Add mpath_bdev_get_unique_id()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox