messages from 2025-06-09 19:42:38 to 2025-06-23 08:18:19 UTC [more...]
[PATCH 1/1] nvme: correctly account for namespace head reference counter
2025-06-23 8:18 UTC (2+ messages)
[PATCH 1/5] nvme: Fix multiple spelling and grammar issues in host drivers
2025-06-23 6:40 UTC (5+ messages)
` [PATCH 2/5] nvme: Fix incorrect variable in io cqes error message
` [PATCH 3/5] nvmet: Remove redundant assignment of error code in nvmet_ns_enable()
` [PATCH 4/5] nvme: Fix typo in status code constant for self-test in progress
` [PATCH 5/5] docs: nvme: fix grammar in nvme-pci-endpoint-target.rst
[PATCH 0/5] nvme: typo and minor cleanup fixes across host and target driver
2025-06-23 6:44 UTC
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-23 5:40 UTC (13+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
` [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
` [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation
` [PATCH v2 4/9] scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP
` [PATCH v2 5/9] dm: clear unmap write zeroes limits when disabling write zeroes
` [PATCH v2 6/9] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH v2 7/9] block: factor out common part in blkdev_fallocate()
` [PATCH v2 8/9] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH v2 9/9] ext4: "
[PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities
2025-06-23 5:32 UTC (9+ messages)
` [PATCH for-next v4 1/4] block: rename tuple_size field in blk_integrity to metadata_size
` [PATCH for-next v4 2/4] block: introduce pi_tuple_size field in blk_integrity
` [PATCH for-next v4 3/4] set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
` [PATCH for-next v4 4/4] fs: add ioctl to query metadata and protection info capabilities
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-23 5:19 UTC (7+ messages)
` [PATCH 1/5] lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
` [PATCH 2/5] blk-mq: add number of queue calc helper
` [PATCH 3/5] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: blk/scsi: "
[PATCH v6 6/6] nvme: sysfs: emit the marginal path state in show_state()
2025-06-21 13:36 UTC (2+ messages)
[PATCH] block: Fix blk_sync_queue() to properly stop timeout timer
2025-06-20 18:34 UTC (4+ messages)
[PATCH v6 5/6] qla2xxx: enable FPIN notification for NVMe
2025-06-20 17:58 UTC
[PATCH v6 1/6] fc_els: use 'union fc_tlv_desc'
2025-06-20 17:55 UTC
[PATCH v6 4/6] lpfc: enable FPIN notification for NVMe
2025-06-20 17:57 UTC
[PATCH v6 3/6] nvme-fc: nvme_fc_fpin_rcv() callback
2025-06-20 17:57 UTC
[PATCH v6 0/6] nvme-fc: FPIN link integrity handling
2025-06-20 17:55 UTC
[PATCH v6 2/6] nvme-fc: marginal path handling
2025-06-20 17:56 UTC
[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
2025-06-20 6:47 UTC (10+ messages)
[bug report] sysfs: cannot create duplicate filename '/devices/virtual/nvme-subsystem'
2025-06-19 16:30 UTC (4+ messages)
` Fwd: "
` [bug report][bisected] "
[linux-nvme:nvme-6.16] BUILD SUCCESS 563b5394838edf8d17bb57d7b51016549c441983
2025-06-19 6:36 UTC
fix atomic limits check
2025-06-18 18:30 UTC (21+ messages)
` [PATCH 1/2] nvme: refactor the atomic write unit detection
` [PATCH 2/2] nvme: fix atomic write boundary validation
[PATCH] chore: remove use of the Python six package
2025-06-18 15:08 UTC
new DMA API conversion for nvme-pci
2025-06-17 23:25 UTC (65+ 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
[PATCH] nvme: Fix incorrect cdw15 value in passthru error logging
2025-06-17 6:26 UTC (3+ messages)
[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-17 2:25 UTC (21+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support
Karta lunchowa
2025-06-16 8:10 UTC
[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 (7+ messages)
` [PATCH 1/2] nvme-tcp: avoid race between nvme scan and reset
blktests failures with v6.16-rc1 kernel
2025-06-13 4:32 UTC
[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)
[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
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;
as well as URLs for NNTP newsgroup(s).