Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-10 16:20:32 to 2024-06-13 08:48:50 UTC [more...]

move integrity settings to queue_limits v3
 2024-06-13  8:48 UTC  (3+ messages)
` [PATCH 01/12] block: initialize integrity buffer to zero before writing it to media
` [PATCH 02/12] md/raid0: don't free conf on raid0_run failure

[PATCH 1/2] list: introduce a new cutting helper
 2024-06-13  8:10 UTC  (7+ messages)
` [PATCH 2/2] nvme: fix namespace removal list

[PATCH v3 0/1] nvme-pci: recover from NVM subsystem reset
 2024-06-13  7:02 UTC  (7+ messages)
` [PATCH v3 1/1] nvme-pci : Fix EEH failure on ppc after "

move integrity settings to queue_limits v2
 2024-06-13  5:35 UTC  (15+ messages)
` [PATCH 02/11] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags
` [PATCH 03/11] block: remove the BIP_IP_CHECKSUM flag

[PATCH v6 0/4] shut down devices asynchronously
 2024-06-12 21:02 UTC  (4+ messages)
` [PATCH v6 3/4] driver core: "

[PATCH v5 0/7] nvmet: debugfs support
 2024-06-12 18:20 UTC  (3+ messages)

[PATCH] nvme: avoid double free special payload
 2024-06-12 18:01 UTC  (4+ messages)

[PATCH] nvmet-passthru: propagate status from id override functions
 2024-06-12 17:56 UTC  (4+ messages)

[PATCH] nvmet: always initialize cqe.result
 2024-06-12 17:56 UTC  (3+ messages)

[PATCH v3] block: unmap and free user mapped integrity via submitter
 2024-06-12 17:01 UTC  (4+ messages)

move features flags into queue_limits
 2024-06-12 15:00 UTC  (97+ messages)
` [PATCH 01/26] sd: fix sd_is_zoned
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O
` [PATCH 06/26] loop: also use the default block size from an underlying block device
` [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_write flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the feature field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the feature field

[PATCH v6 0/1] nvme: queue-depth multipath iopolicy
 2024-06-12 13:07 UTC  (5+ messages)
` [PATCH v6 1/1] nvme-multipath: implement "queue-depth" iopolicy

[RFC blktests v2 00/03] Add support to run against real target
 2024-06-12 12:21 UTC  (5+ messages)
` [RFC blktests v2 1/3] nvme/rc: introduce remote target support
` [RFC blktests v2 2/3] nvme/030: only run against kernel soft target
` [RFC blktests v2 3/3] contrib: add remote target setup/cleanup script

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-06-11 19:11 UTC  (14+ messages)

[PATCH v2] nvme: enable FDP support
 2024-06-11 22:42 UTC  (11+ messages)

[PATCH v1 0/2]: nvme-fc: fix race with connectivity loss with nvme_fc_create_association
 2024-06-11 19:06 UTC  (3+ messages)
` [PATCH v1 1/2] nvme-fc: go straight to connecting state when initializing
` [PATCH v1 2/2] nvme-fc: fix race with connectivity loss with nvme_fc_create_association

[PATCH] nvme: fix namespace removal list
 2024-06-11 17:47 UTC  (9+ messages)

[PATCH v25 00/20] nvme-tcp receive offloads
 2024-06-11 11:01 UTC  (8+ messages)

[PATCH] block: bio-integrity: fix potential null-ptr-deref in bio_integrity_free
 2024-06-11  9:15 UTC 

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2024
 2024-06-11  8:10 UTC 

Innovative tools for effective teaching
 2024-06-11  7:30 UTC 

[PATCH v4 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-11  6:36 UTC  (5+ messages)
` [PATCH v4 1/4] net: introduce helper sendpages_ok()
` [PATCH v4 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v4 3/4] drbd: "
` [PATCH v4 4/4] libceph: "

[PATCH v3 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-11  6:33 UTC  (4+ messages)
` [PATCH v3 1/4] net: introduce helper sendpages_ok()

Kernel OOPS while creating a NVMe Namespace
 2024-06-10 19:33 UTC  (7+ messages)

[PATCH v8 00/10] block atomic writes
 2024-06-10 10:43 UTC  (11+ messages)
` [PATCH v8 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v8 02/10] block: Generalize chunk_sectors support as boundary support
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx
` [PATCH v8 05/10] block: Add core atomic write support
` [PATCH v8 06/10] block: Add atomic write support for statx
` [PATCH v8 07/10] block: Add fops atomic write support
` [PATCH v8 08/10] scsi: sd: Atomic "
` [PATCH v8 09/10] scsi: scsi_debug: "
` [PATCH v8 10/10] nvme: "


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