public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-06-03 00:52:02 to 2025-06-16 12:34:47 UTC [more...]

new DMA API conversion for nvme-pci
 2025-06-16 11:33 UTC  (56+ messages)
` [PATCH 1/9] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH 2/9] block: add scatterlist-less DMA mapping helpers
` [PATCH 3/9] nvme-pci: simplify nvme_pci_metadata_use_sgls
` [PATCH 4/9] nvme-pci: refactor nvme_pci_use_sgls
` [PATCH 5/9] nvme-pci: merge the simple PRP and SGL setup into a common helper
` [PATCH 6/9] nvme-pci: remove superfluous arguments
` [PATCH 7/9] nvme-pci: convert the data mapping blk_rq_dma_map
` [PATCH 8/9] nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
` [PATCH 9/9] nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS

fix atomic limits check
 2025-06-16 10:19 UTC  (11+ messages)
` [PATCH 1/2] nvme: refactor the atomic write unit detection
` [PATCH 2/2] nvme: fix atomic write boundary validation

Karta lunchowa
 2025-06-16  8:10 UTC 

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-16  5:39 UTC  (25+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [PATCH 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [PATCH 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [PATCH 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 08/10] block: factor out common part in blkdev_fallocate()
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH 10/10] ext4: "

[PATCH] nvmetcli: add support for NVMe passthru target
 2025-06-16  4:28 UTC  (2+ messages)

[PATCH blktests 0/2] nvme: add nvme metadata passthrough test
 2025-06-16  4:26 UTC  (5+ messages)
` [PATCH blktests 1/2] nvme/rc: introduce helper functions to check namespace metadata
` [PATCH blktests 2/2] nvme: add nvme metadata passthrough test

[PATCH] nvme: always punt polled uring_cmd end_io work to task_work
 2025-06-13 21:23 UTC 

[PATCH RESEND] nvme-pci: refresh visible attrs after being checked
 2025-06-13 19:24 UTC  (2+ messages)

[PATCH 0/2] nvme-tcp: fix two problems found with blktests nvme/063
 2025-06-13  4:56 UTC  (10+ messages)
` [PATCH 1/2] nvme-tcp: avoid race between nvme scan and reset
` [PATCH 2/2] nvme-tcp: remove tag set when second admin queue config fails

blktests failures with v6.16-rc1 kernel
 2025-06-13  4:32 UTC 

[bug report] sysfs: cannot create duplicate filename '/devices/virtual/nvme-subsystem'
 2025-06-13  3:46 UTC  (3+ messages)
` Fwd: "
` [bug report][bisected] "

[linux-nvme:nvme-6.16] BUILD SUCCESS 34b38acc88c27ae7cded3b1d838a757f42e99d83
 2025-06-12  6:02 UTC 

[PATCH] Revert "block: don't reorder requests in blk_add_rq_to_plug"
 2025-06-11 15:26 UTC  (7+ messages)

[PATCHv2] block tests: nvme metadata passthrough
 2025-06-11 11:05 UTC  (4+ messages)

[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
 2025-06-11  6:18 UTC  (10+ messages)

[PATCH v2] nvme-pci: Mark Seagate FireCuda 530 as IGNORE_DEV_SUBNQN
 2025-06-11  5:56 UTC  (2+ messages)

[PATCH] nvme: reset delayed remve_work after reconnect
 2025-06-11  4:56 UTC  (3+ messages)

[bug report]BUG: workqueue leaked atomic, lock or RCU: kworker/u67:3[365] observed from v6.15-rc7
 2025-06-11  2:06 UTC  (4+ messages)

[PATCH nvme-pci] nvme-pci: Mark Seagate FireCuda 530 as IGNORE_DEV_SUBNQN
 2025-06-10 20:26 UTC 

[PATCH V4 0/2] Fix race conditions in the nvme-tcp driver
 2025-06-10 14:29 UTC  (9+ messages)
` [PATCH V4 1/2] nvme-tcp: Prevent infinite loop if socket closes during CONNECTING state

[PATCH] nvme: Support per-device timeout settings
 2025-06-09 16:21 UTC  (2+ messages)

[PATCH blktests] block tests: nvme metadata passthrough
 2025-06-09 15:24 UTC  (7+ messages)

[PATCH AUTOSEL 6.12 01/23] nvme-tcp: fix I/O stalls on congested sockets
 2025-06-09 13:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 02/23] nvme-tcp: sanitize request list handling

[PATCH AUTOSEL 6.14 01/29] nvme-tcp: fix I/O stalls on congested sockets
 2025-06-09 13:44 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 02/29] nvme-tcp: sanitize request list handling

[PATCH AUTOSEL 6.15 02/35] nvme-tcp: fix I/O stalls on congested sockets
 2025-06-09 13:43 UTC  (2+ messages)
` [PATCH AUTOSEL 6.15 03/35] nvme-tcp: sanitize request list handling

[PATCH 0/5] block: another block copy offload
 2025-06-09  9:29 UTC  (3+ messages)
` [PATCH 3/5] nvme: add support for "

[PATCH blktests] md/002: add atomic write tests for md/stacked devices
 2025-06-07  6:12 UTC  (2+ messages)

[PATCH 0/2] nvme/ioctl: improve user request allocation
 2025-06-06 20:16 UTC  (3+ messages)
` [PATCH 1/2] nvme/ioctl: split user request allocation from user command submission
` [PATCH 2/2] nvme/ioctl: fix unsigned value as unsigned int value

blktests failures with v6.15 kernel
 2025-06-06 15:31 UTC  (7+ messages)

[bug report] WARNING: possible circular locking dependency detected at: touch_wq_lockdep_map+0x7a/0x180 and bdev_release+0x133/0x610
 2025-06-06  3:37 UTC 

[GIT PULL] nvme updates for Linux 6.16
 2025-06-05 13:42 UTC  (2+ messages)

[PATCH v28 00/20] nvme-tcp receive offloads
 2025-06-05 12:44 UTC  (10+ messages)
` [PATCH v28 01/20] net: Introduce direct data placement tcp offload

[linux-nvme:nvme-6.16] BUILD SUCCESS 44e479d7202070c3bc7f084a4951ee8689769f71
 2025-06-05  9:16 UTC 

[PATCH v2 net-next 6/7] socket: Replace most sock_create() calls with sock_create_kern()
 2025-06-05  4:28 UTC  (5+ messages)

[PATCH v11 00/10] Read/Write with meta/integrity
 2025-06-04 19:53 UTC  (5+ messages)

[PATCH v2 net-next 3/7] socket: Restore sock_create_kern()
 2025-06-04 18:36 UTC  (5+ messages)

[PATCHv3 0/4] libnvme: add support for discovering multipath of a shared ns
 2025-06-04 14:47 UTC  (2+ messages)

[bug report] kmemleak osberved during blktests nvme/fc test
 2025-06-04 13:28 UTC  (2+ messages)

[PATCH] nvme: Allow sending of admin commands to inaccessible paths
 2025-06-04  8:07 UTC  (2+ messages)

[PATCHv4 0/3] nvme-tcp: fixup I/O stall on congested sockets
 2025-06-04  8:04 UTC  (2+ messages)

[PATCH] nvme: typo fix for nvme subsystem
 2025-06-04  8:04 UTC  (2+ messages)

[PATCH v2] nvme-pci: add NVMe controller statistics
 2025-06-03 14:10 UTC  (3+ messages)

[PATCH v3] nvme-pci: add NVMe controller statistics
 2025-06-03 14:08 UTC 

[PATCH net-next v2 0/8] net: Convert dev_set_mac_address() to struct sockaddr_storage
 2025-05-27 18:43 UTC  (5+ messages)
` [PATCH net-next v2 8/8] net: core: Convert dev_set_mac_address_user() to use "

[PATCHv2 0/9] nvme-auth: switch to use the kernel keyring
 2025-06-03  6:11 UTC  (4+ messages)
` [PATCH 2/9] nvme-keyring: add 'dhchap' key type


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox