linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH v20 00/12] Implement copy offload support
 2024-05-20 15:00 UTC  (15+ messages)
    ` [PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v20 03/12] block: add copy offload support
    ` [PATCH v20 04/12] block: add emulation for copy
    ` [PATCH v20 05/12] fs/read_write: Enable copy_file_range for block device
    ` [PATCH v20 06/12] fs, block: copy_file_range for def_blk_ops for direct "
    ` [PATCH v20 07/12] nvme: add copy offload support
    ` [PATCH v20 08/12] nvmet: add copy command support for bdev and file ns
    ` [PATCH v20 09/12] dm: Add support for copy offload
    ` [PATCH v20 10/12] dm: Enable copy offload for dm-linear target
    ` [PATCH v20 11/12] null: Enable trace capability for null block
    ` [PATCH v20 12/12] null_blk: add support for copy offload

[PATCH v4 0/6] block,nvme: queue-depth and latency I/O schedulers
 2024-05-20 14:46 UTC  (8+ messages)
` [PATCH v4 1/6] nvme: multipath: Implemented new iopolicy "queue-depth"
` [PATCH v4 2/6] nvme: multipath: only update ctrl->nr_active when using queue-depth iopolicy
` [PATCH v4 3/6] nvme: multipath: Invalidate current_path when changing iopolicy
` [PATCH v4 4/6] block: track per-node I/O latency
` [PATCH v4 5/6] nvme: add 'latency' iopolicy
` [PATCH v4 6/6] nvme: multipath: pr_notice when iopolicy changes

[RFC PATCH 0/2] dm-crypt support for per-sector NVMe metadata
 2024-05-20 13:19 UTC  (8+ messages)
` [RFC PATCH 1/2] block: change rq_integrity_vec to respect the iterator
` [RFC PATCH 2/2] dm-crypt: support per-sector NVMe metadata

[PATCH] nvme-multipath: find NUMA path only for online numa-node
 2024-05-20 12:42 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-05-17 21:32 UTC  (2+ messages)

[PATCH] nvme: enable FDP support
 2024-05-17 17:22 UTC  (11+ messages)

[PATCH v6 0/4] shut down devices asynchronously
 2024-05-16 15:49 UTC  (5+ messages)
` [PATCH v6 1/4] driver core: don't always lock parent in shutdown
` [PATCH v6 2/4] driver core: separate function to shutdown one device
` [PATCH v6 3/4] driver core: shut down devices asynchronously
` [PATCH v6 4/4] nvme-pci: Make driver prefer asynchronous shutdown

nvme-cli : attaching a namespace to an undiscovered nvme controller on multi-controller nvme disk
 2024-05-16  6:25 UTC  (4+ messages)

[PATCHv2 0/6] enable bs > ps for block devices
 2024-05-15 15:21 UTC  (14+ messages)
` [PATCH 1/6] fs/mpage: avoid negative shift for large blocksize
` [PATCH 2/6] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH 3/6] blk-merge: split bio by max_segment_size, not PAGE_SIZE
` [PATCH 4/6] block/bdev: enable large folio support for large logical block sizes
` [PATCH 5/6] block/bdev: lift restrictions on supported blocksize
` [PATCH 6/6] nvme: enable logical block size > PAGE_SIZE

[GIT PULL] nvme updates for Linux 6.10
 2024-05-14 15:30 UTC  (2+ messages)

[PATCH 0/5] enable bs > ps for block devices
 2024-05-14  5:08 UTC  (33+ messages)
` [PATCH 1/5] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH 2/5] fs/mpage: avoid negative shift for large blocksize
` [PATCH 3/5] block/bdev: lift restrictions on supported blocksize
` [PATCH 4/5] block/bdev: enable large folio support for large logical block sizes
` [PATCH 5/5] nvme: enable logical block size > PAGE_SIZE

[PATCH 1/2] genirq/affinity: remove rsvd check against minvec
 2024-05-13 13:12 UTC  (16+ messages)
` [PATCH 2/2] nvme-pci: allow unmanaged interrupts

[PATCH v2] block: unmap and free user mapped integrity via submitter
 2024-05-13  8:42 UTC 

Fotowoltaika - propozycja instalacji
 2024-05-13  8:15 UTC 

[PATCHv2] nvme-pci: allow unmanaged interrupts
 2024-05-13  4:09 UTC  (8+ messages)

[PATCH 0/5] Support for Cancel commands for host (TCP and RDMA)
 2024-05-12 14:06 UTC  (7+ messages)
` [PATCH 1/5] nvme: add definitions for cancel command
` [PATCH 2/5] nvme-core: add a function to submit a "
` [PATCH 3/5] nvme-tcp: use the cancel command to perform an abort if target supports it
` [PATCH 4/5] nvme-rdma: "
` [donotmerge PATCH 5/5] nvmet: target support for cancel commands

[PATCH] block: unmap and free user mapped integrity via submitter
 2024-05-11 11:22 UTC  (5+ messages)

[bug report] kmemleak observed during nvme connect with host authentication and invalid ctrl key(blktests nvme/044)
 2024-05-11 10:19 UTC 

[LSF/MM/BPF TOPIC] Running BOF
 2024-05-10 23:35 UTC  (2+ messages)

[PATCH net-next v3 06/13] mm: page_frag: add '_va' suffix to page_frag API
 2024-05-08 13:34 UTC 

[bug report] nvme-fc: fix io timeout to abort I/O
 2024-05-10 14:10 UTC  (2+ messages)

[PATCHv2 0/2] block,nvme: latency-based I/O scheduler
 2024-05-10 10:03 UTC  (12+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] block: track per-node I/O latency
` [PATCH v3 2/3] nvme: add 'latency' iopolicy
` [PATCH v3 3/3] nvme: multipath: pr_notice when iopolicy changes

[PATCH 1/3] nvme: multipath: Implemented new iopolicy "queue-depth"
 2024-05-09 20:29 UTC  (5+ messages)
` [PATCH v2 0/3] nvme: queue-depth multipath iopolicy
` [PATCH v2 1/3] nvme: multipath: Implemented new iopolicy "queue-depth"
` [PATCH v2 2/3] nvme: multipath: only update ctrl->nr_active when using queue-depth iopolicy
` [PATCH v2 3/3] nvme: multipath: Invalidate current_path when changing iopolicy

[GIT PULL] nvme fixes for Linux 6.9
 2024-05-09 17:50 UTC  (2+ messages)

[linux-nvme:nvme-6.9] BUILD SUCCESS 73964c1d07c054376f1b32a62548571795159148
 2024-05-09 13:55 UTC 

[PATCH blktests v4 00/17] support test case repeat by different conditions
 2024-05-09 10:43 UTC  (2+ messages)

[PATCH blktests] nvme/039: adjust to util-linux v2.40 dmesg format change
 2024-05-09 10:41 UTC  (2+ messages)

WQ_UNBOUND workqueue warnings from multiple drivers
 2024-05-09  6:36 UTC  (7+ messages)

[bug report] RIP: 0010:blk_flush_complete_seq+0x450/0x1060 observed during blktests nvme/tcp nvme/012
 2024-05-09  6:15 UTC  (10+ messages)

[linux-nvme:nvme-6.10] BUILD SUCCESS 54a76c8732b265aa86030134d4af6a5a3c59fe52
 2024-05-08 17:04 UTC 

Fwd: Regression: Kernel 6.4 rc1 and higher causes Steam Deck to fail to wake from suspend (bisected)
 2024-05-08 15:49 UTC  (2+ messages)

[PATCH v2] nvmet-rdma: fix possible bad dereference when freeing rsps
 2024-05-08 13:20 UTC  (3+ messages)

[PATCH] nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()
 2024-05-08 13:13 UTC  (3+ messages)

[PATCH] nvmet-rdma: fix possible bad dereference when freeing rsps
 2024-05-08 11:34 UTC  (2+ messages)

[PATCHv4 00/19] nvme: implement secure concatenation
 2024-05-08 10:23 UTC  (20+ messages)
` [PATCH 01/19] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH 02/19] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 03/19] nvme: add nvme_auth_generate_psk()
` [PATCH 04/19] nvme: add nvme_auth_generate_digest()
` [PATCH 05/19] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 06/19] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 07/19] nvme-tcp: sanitize TLS key handling
` [PATCH 08/19] nvme-tcp: check for invalidated or revoked key
` [PATCH 09/19] nvme: add a newline to the 'tls_key' sysfs attribute
` [PATCH 10/19] nvme-sysfs: add 'tls_configured_key' "
` [PATCH 11/19] nvme-sysfs: add 'tls_keyring' attribute
` [PATCH 12/19] nvme-tcp: request secure channel concatenation
` [PATCH 13/19] nvme-fabrics: reset connection for secure concatenation
` [PATCH 14/19] nvme-tcp: reset after recovery "
` [PATCH 15/19] nvme-tcp: do not start queues when TLS is not enabled "
` [PATCH 16/19] nvmet-auth: allow to clear DH-HMAC-CHAP keys
` [PATCH 17/19] nvme-target: do not check authentication status for admin commands twice
` [PATCH 18/19] nvme-target: do not check authentication status for I/O "
` [PATCH 19/19] nvmet-tcp: support secure channel concatenation

[LSF/MM/BPF TOPIC] nvme-of connect retries
 2024-05-08  9:52 UTC 

[PATCHv3 00/17] nvme: implement secure concatenation
 2024-05-08  9:21 UTC  (8+ messages)
` [PATCH 12/17] nvme-fabrics: reset connection for "

[bug report] nvmet: implement unique discovery NQN
 2024-05-08  7:39 UTC 

[PATCH AUTOSEL 5.4 6/6] nvme: find numa distance only if controller has valid numa id
 2024-05-07 23:14 UTC 


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).