messages from 2024-09-06 10:39:05 to 2024-09-12 15:52:00 UTC [more...]
[PATCH v5 0/5] data placement hints and FDP
2024-09-12 15:51 UTC (14+ messages)
` [PATCH v5 1/5] fs, block: refactor enum rw_hint
` [PATCH v5 2/5] fcntl: rename rw_hint_* to rw_lifetime_hint_*
` [PATCH v5 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX
` [PATCH v5 4/5] sd: limit to use write life hints
` [PATCH v5 5/5] nvme: enable FDP support
[PATCH RFC 0/4] RAID0 atomic write support
2024-09-12 15:38 UTC (17+ messages)
` [PATCH RFC 1/4] block: Make bdev_can_atomic_write() robust against mis-aligned bdev size
` [PATCH RFC 2/4] block: Add BLK_FEAT_ATOMIC_WRITES flag
` [PATCH RFC 3/4] block: Support atomic writes limits for stacked devices
` [PATCH RFC 4/4] md/raid0: Atomic write support
[PATCH v8 0/4] shut down devices asynchronously
2024-09-12 14:30 UTC (10+ messages)
` [PATCH v8 3/4] driver core: "
[PATCH 0/3] nvme: NSHEAD_DISK_LIVE fixes
2024-09-12 14:30 UTC (9+ messages)
` [PATCH 1/3] nvme-multipath: fixup typo when clearing DISK_LIVE
` [PATCH 2/3] nvme-multipath: avoid hang on inaccessible namespaces
` [PATCH 3/3] nvme-multipath: stuck partition scan on inaccessible paths
[PATCH] nvme: tcp: avoid race between lock and destroy of queue_lock
2024-09-12 13:28 UTC (5+ messages)
[PATCH v3 00/10] Read/Write with meta/integrity
2024-09-12 12:40 UTC (7+ messages)
` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
[RFC v2 00/21] Provide a new two step DMA API mapping API
2024-09-12 11:15 UTC (22+ messages)
` [RFC v2 01/21] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC v2 02/21] iommu/dma: Implement link/unlink ranges callbacks
` [RFC v2 03/21] iommu/dma: Add check if IOVA can be used
` [RFC v2 04/21] dma-mapping: initialize IOVA state struct
` [RFC v2 05/21] dma-mapping: provide an interface to allocate IOVA
` [RFC v2 06/21] dma-mapping: set and query DMA IOVA state
` [RFC v2 07/21] dma-mapping: implement link range API
` [RFC v2 08/21] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC v2 09/21] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC v2 10/21] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC v2 11/21] RDMA/umem: Store ODP access mask information in PFN
` [RFC v2 12/21] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC v2 13/21] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC v2 14/21] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC v2 15/21] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC v2 16/21] vfio/mlx5: Explicitly store page list
` [RFC v2 17/21] vfio/mlx5: Convert vfio to use DMA link API
` [RFC v2 18/21] nvme-pci: remove optimizations for single DMA entry
` [RFC v2 19/21] nvme-pci: precalculate number of DMA entries for each command
` [RFC v2 20/21] nvme-pci: use new dma API
` [RFC v2 21/21] nvme-pci: don't allow mapping of bvecs with offset
[PATCH] nvme: Force ns info updates on validation if NID is bogus
2024-09-12 9:40 UTC (3+ messages)
[PATCH RFC V2 0/7] Support for Cancel commands for host (TCP and RDMA)
2024-09-12 8:15 UTC (8+ messages)
` [PATCH RFC V2 1/7] nvme: add definitions for cancel command
` [PATCH RFC V2 2/7] nvme-core: function to check if a controller supports a specific I/O cmd
` [PATCH RFC V2 3/7] nvme-core: reserve tags for cancel commands
` [PATCH RFC V2 4/7] nvme-core: add a function to submit a cancel command
` [PATCH RFC V2 5/7] nvme-tcp: use the cancel command to perform an abort if target supports it
` [PATCH RFC V2 6/7] nvme-rdma: "
` [PATCH RFC V2 7/7] nvmet: emulate basic support for cancel commands
[PATCHv4 00/10] block integrity merging and counting
2024-09-12 7:47 UTC (18+ messages)
` [PATCHv4 01/10] blk-mq: unconditional nr_integrity_segments
` [PATCHv4 02/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv4 03/10] blk-integrity: properly account for segments
` [PATCHv4 04/10] blk-integrity: consider entire bio list for merging
` [PATCHv4 05/10] block: provide a request helper for user integrity segments
` [PATCHv4 06/10] block: provide helper for nr_integrity_segments
` [PATCHv4 07/10] scsi: use request helper to get integrity segments
` [PATCHv4 08/10] nvme-rdma: "
` [PATCHv4 09/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv4 10/10] blk-integrity: improved sg segment mapping
[PATCHv3 00/10] block integrity merging and counting
2024-09-12 7:01 UTC (33+ messages)
` [PATCHv3 01/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv3 02/10] block: provide helper for nr_integrity_segments
` [PATCHv3 03/10] scsi: use request helper to get integrity segments
` [PATCHv3 04/10] nvme-rdma: "
` [PATCHv3 05/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv3 06/10] blk-integrity: simplify counting segments
` [PATCHv3 07/10] blk-integrity: simplify mapping sg
` [PATCHv3 08/10] blk-integrity: remove inappropriate limit checks
` [PATCHv3 09/10] blk-integrity: consider entire bio list for merging
` [PATCHv3 10/10] blk-merge: properly account for integrity segments
[PATCH] nvme-pci: qdepth 1 quirk
2024-09-12 6:57 UTC (2+ messages)
[PATCH 0/7] nvmet: support of Fused operations
2024-09-12 6:42 UTC (8+ messages)
` [PATCH 1/7] nvmet: add support of Compare command
` [PATCH 2/7] nvmet: bdev: "
` [PATCH 3/7] nvmet: file: "
` [PATCH 4/7] Revert "nvmet: Open code nvmet_req_execute()"
` [PATCH 5/7] nvmet: add support of fused operations
` [PATCH 6/7] nvmet: make fused commands be atomic
` [PATCH 7/7] nvme: allow send fused commands
possible regression fs corruption on 64GB nvme
2024-09-11 17:17 UTC (13+ messages)
[linux-nvme:nvme-6.12] BUILD SUCCESS 2d5a333e09c388189238291577e443221baacba0
2024-09-11 13:52 UTC
[PATCHv6 0/3] nvme: NSHEAD_DISK_LIVE fixes
2024-09-11 12:04 UTC (6+ messages)
` [PATCH 1/3] nvme-multipath: fixup typo when clearing DISK_LIVE
` [PATCH 2/3] nvme-multipath: avoid hang on inaccessible namespaces
` [PATCH 3/3] nvme-multipath: skip inaccessible paths during partition scan
Steel Structures
2024-09-11 8:00 UTC
[PATCHv4 RFC 0/1] Add visibility for native NVMe multipath using sysfs
2024-09-11 6:26 UTC (2+ messages)
` [PATCHv4 RFC 1/1] nvme-multipath: Add sysfs attributes for showing multipath info
[PATCH] Typo in the file 'feature-and-quirk-policy.rst'
2024-09-10 21:45 UTC (6+ messages)
` [PATCH v2] Remove duplicate "and" in 'Linux NVMe docs
[PATCH] nvme-tcp: fix link failure for TCP auth
2024-09-10 14:43 UTC (3+ messages)
[PATCH v4 0/5] Write-placement hints and FDP
2024-09-10 9:25 UTC (4+ messages)
` [PATCH v4 5/5] nvme: enable FDP support
[PATCHv5 0/3] nvme: NSHEAD_DISK_LIVE fixes
2024-09-10 8:23 UTC (6+ messages)
` [PATCH 1/3] nvme-multipath: fixup typo when clearing DISK_LIVE
` [PATCH 2/3] nvme-multipath: avoid hang on inaccessible namespaces
` [PATCH 3/3] nvme: 'nvme disconnect' hangs after remapping namespaces
[PATCHv3 RFC 0/1] Add visibility for native NVMe multipath using sysfs
2024-09-10 7:28 UTC (5+ messages)
` [PATCHv3 RFC 1/1] nvme-multipath: Add sysfs attributes for showing multipath info
test [IGNORE ME]
2024-09-09 14:14 UTC
[PATCH v3 1/3] blktests: nvme/{033-037,039}: skip passthru tests on multipath devices
2024-09-09 10:01 UTC (2+ messages)
Fotowoltaika - propozycja instalacji
2024-09-09 8:15 UTC
test [IGNORE ME]
2024-09-09 7:02 UTC
[PATCHv4 0/3] nvme: NSHEAD_DISK_LIVE fixes
2024-09-09 6:59 UTC (9+ messages)
` [PATCH 2/3] nvme-multipath: avoid hang on inaccessible namespaces
` [PATCH 3/3] nvme: 'nvme disconnect' hangs after remapping namespaces
test [IGNORE ME]
2024-09-09 0:10 UTC
[PATCH blktests v3] nvme/052: wait for namespace removal before recreating namespace
2024-09-08 23:36 UTC (4+ messages)
test
2024-09-08 21:04 UTC
test
2024-09-08 20:33 UTC
test
2024-09-08 20:00 UTC
[PATCH v1] nvme: Convert comma to semicolon
2024-09-08 19:35 UTC (4+ messages)
[linux-nvme:nvme-6.12] BUILD SUCCESS 389e72c5d1efcfd3962d29624c1b78cfa002911e
2024-09-07 20:21 UTC
[GIT PULL] nvme updates for Linux 6.12
2024-09-06 20:45 UTC (2+ messages)
[PATCH] nvme: check if the namespace supports metadata in nvme_map_user_request()
2024-09-06 18:07 UTC (4+ messages)
[PATCH-part-2 0/9] nvme support for sgl mptr, safe passthrough
2024-09-06 17:29 UTC (6+ messages)
` [PATCH-part-2 2/9] nvme-pci: provide prp selection helper
` [PATCH-part-2 5/9] nvme-pci: simplify io setup function parameters
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