messages from 2023-12-19 10:38:44 to 2023-12-26 12:58:59 UTC [more...]
[PATCH v22 00/20] nvme-tcp receive offloads
2023-12-26 12:58 UTC (23+ messages)
` [PATCH v22 01/20] net: Introduce direct data placement tcp offload
` [PATCH v22 02/20] netlink: add new family to manage ULP_DDP enablement and stats
` [PATCH v22 03/20] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v22 04/20] net/tls,core: export get_netdev_for_sock
` [PATCH v22 05/20] nvme-tcp: Add DDP offload control path
` [PATCH v22 06/20] nvme-tcp: Add DDP data-path
` [PATCH v22 07/20] nvme-tcp: RX DDGST offload
` [PATCH v22 08/20] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v22 09/20] Documentation: add ULP DDP offload documentation
` [PATCH v22 10/20] net/mlx5e: Rename from tls to transport static params
` [PATCH v22 11/20] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v22 12/20] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v22 13/20] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v22 14/20] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v22 15/20] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v22 16/20] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v22 17/20] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v22 18/20] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v22 19/20] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v22 20/20] net/mlx5e: NVMEoTCP, statistics
nvme discard limits fix and tidy ups
2023-12-26 8:58 UTC (5+ messages)
` [PATCH 1/4] nvme: update the explanation for not updating the limits in nvme_config_discard
` [PATCH 2/4] nvme: also skip discard granularity updates "
` [PATCH 3/4] nvme: fix max_discard_sectors calculation
` [PATCH 4/4] nvme: simplify the max_discard_segments calculation
[PATCH] nvme-common: mark nvme_tls_psk_prio static
2023-12-26 8:14 UTC
[PATCH] nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pdu
2023-12-26 8:13 UTC
[RFC] nvme-tcp: fix a possible double-free after failed to send request
2023-12-26 6:26 UTC
[PATCH AUTOSEL 6.6 30/39] Revert "nvme-fc: fix race between error recovery and creating association"
2023-12-26 0:19 UTC
[RFC PATCH V2 0/2] *** use rdma device capability to limit queue size ***
2023-12-25 12:36 UTC (10+ messages)
` [RFC PATCH V2 2/2] nvme: rdma: use ib_device's max_qp_wr to limit sqsize
[PATCH] nvme: don't set a virt_boundary unless needed
2023-12-25 12:31 UTC (13+ messages)
Should NVME_SC_INVALID_NS be translated to BLK_STS_IOERR instead of BLK_STS_NOTSUPP so that multipath(both native and dm) can failover on the failure?
2023-12-25 12:14 UTC (7+ messages)
[PATCH V2 0/3] Fix some kernel panics due to the host sending invalid PDUs
2023-12-25 10:28 UTC (7+ messages)
` [PATCH V2 1/3] nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
` [PATCH V2 2/3] nvmet-tcp: fix a crash in nvmet_req_complete()
` [PATCH V2 3/3] nvmet-tcp: remove boilerplate code
Make NVME shutdown two-pass - Version 3
2023-12-25 9:58 UTC (7+ messages)
` [PATCH 1/4] driver core: Support two-pass driver shutdown
` [PATCH 2/4] PCI: Support two-pass shutdown
` [PATCH 3/4] Change 'bool shutdown' into an enum shutdown_type { NVME_DISABLE_RESET = 0, NVME_DISABLE_SHUTDOWN_SYNC = 1 }
` [PATCH 4/4] nvme: Add two-pass shutdown support
[PATCH 1/1] nvme-fabrics: don't check ioccsz/iorcsz for discovery
2023-12-25 9:21 UTC (7+ messages)
[RFC] nvme-tcp: fix a possible double-free after failed to send request
2023-12-25 9:09 UTC (2+ messages)
LSF/MM/BPF: 2024: Call for Proposals
2023-12-25 8:55 UTC (15+ messages)
` [LSF/MM/BPF TOPIC] Large block for I/O
[linux-nvme:nvme-6.8] BUILD SUCCESS 5d51dc8db10190661232741c93a141bdfc05f5ee
2023-12-23 15:46 UTC
[linux-nvme:nvme-6.8-merge] BUILD SUCCESS 9b056d5835e288320e5a0b06a0917a4147958bd1
2023-12-22 23:35 UTC
[PATCH 0/2] Fix some kernel panics due to the host sending invalid PDUs
2023-12-22 8:41 UTC (6+ messages)
` [PATCH 1/2] nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
` [PATCH 2/2] nvmet-tcp: fix a crash in nvmet_req_complete()
[PATCH v19 00/12] Implement copy offload support
2023-12-22 6:13 UTC (13+ messages)
` [PATCH v19 01/12] block: Introduce queue limits and sysfs for copy-offload support
` [PATCH v19 02/12] Add infrastructure for copy offload in block and request layer
` [PATCH v19 03/12] block: add copy offload support
` [PATCH v19 04/12] block: add emulation for copy
` [PATCH v19 05/12] fs/read_write: Enable copy_file_range for block device
` [PATCH v19 06/12] fs, block: copy_file_range for def_blk_ops for direct "
` [PATCH v19 07/12] nvme: add copy offload support
` [PATCH v19 08/12] nvmet: add copy command support for bdev and file ns
` [PATCH v19 09/12] dm: Add support for copy offload
` [PATCH v19 10/12] dm: Enable copy offload for dm-linear target
` [PATCH v19 11/12] null: Enable trace capability for null block
` [PATCH v19 12/12] null_blk: add support for copy offload
[RFC 0/1] nvme: Add NVMe LBA Fault Injection
2023-12-21 23:10 UTC (2+ messages)
` [RFC 1/1] "
[GIT PULL] nvme updates for Linux 6.8
2023-12-21 21:48 UTC (2+ messages)
[GIT PULL] nvme fixes for Linux 6.7
2023-12-21 21:33 UTC (2+ messages)
[PATCH] nvme-fc: set numa_node after nvme_init_ctrl
2023-12-21 17:21 UTC (6+ messages)
[PATCH v2 00/16] block atomic writes
2023-12-21 13:56 UTC (18+ messages)
[PATCH] configurable NVME IO queue count
2023-12-21 9:22 UTC (3+ messages)
[PATCH v3 00/17] enable nvmet-fc for blktests
2023-12-21 9:15 UTC (25+ messages)
` [PATCH v3 01/16] nvmet: report ioccsz and iorcsz for disc ctrl
` [PATCH v3 08/16] nvmet-fc: untangle cross refcounting objects
` [PATCH v3 11/16] nvmet-fc: remove null hostport pointer check
` [PATCH v3 12/16] nvmet-fc: do not tack refs on tgtports from assoc
` [PATCH v3 13/16] nvmet-fc: abort command if when there is binding
` [PATCH v3 14/16] nvmet-fc: free hostport after release reference to tgtport
` [PATCH v3 15/16] nvmet-fc: avoid deadlock on delete association path
` [PATCH v3 16/16] nvmet-fc: take ref count on tgtport before delete assoc
` [PATCH v3 17/17] nvmet-fc: add extensive debug logging
[linux-nvme:nvme-6.7] BUILD SUCCESS f6fe0b2d35457c10ec37acc209d19726bdc16dbd
2023-12-20 22:06 UTC
[linux-nvme:nvme-6.8] BUILD SUCCESS 536ecccbaf1fe6319c3af635596748c19208e627
2023-12-20 18:04 UTC
[PATCH v21 00/20] nvme-tcp receive offloads
2023-12-20 13:35 UTC (7+ messages)
` [PATCH v21 05/20] nvme-tcp: Add DDP offload control path
` [PATCH v21 07/20] nvme-tcp: RX DDGST offload
ioccsz and iorcsz check failing
2023-12-20 9:13 UTC (14+ messages)
Nowe informacje na stronie www
2023-12-20 8:31 UTC
[PATCHv2] nvmet: implement unique discovery NQN
2023-12-20 7:41 UTC (4+ messages)
Performance drop due to alloc_workqueue() misuse and recent change
2023-12-20 7:14 UTC (2+ messages)
[PATCH] nvme-pci: disable write zeroes for SK Hynix BC901
2023-12-20 6:04 UTC (5+ messages)
remove support for the host aware zoned model
2023-12-20 3:18 UTC (11+ messages)
` [PATCH 3/5] block: remove support for the host aware zone model
[PATCH V3] nvme-pci: fix sleeping function called from interrupt context
2023-12-19 20:38 UTC (4+ messages)
[PATCH v6 0/6] nvme: add csi, ms and nuse to sysfs
2023-12-19 16:26 UTC (18+ messages)
` [PATCH v6 1/6] nvme: move ns id info to struct nvme_ns_head
` [PATCH v6 2/6] nvme: refactor ns info helpers
` [PATCH v6 3/6] nvme: refactor ns info setup function
` [PATCH v6 4/6] nvme: rename ns attribute group
` [PATCH v6 5/6] nvme: add csi, ms and nuse to sysfs
` [PATCH v6 6/6] nvme: repack struct nvme_ns_head
[PATCH V2] nvme-pci: fix sleeping function called from interrupt context
2023-12-19 16:22 UTC (2+ messages)
[PATCHv2] nvme-pci: enhance timeout kernel log
2023-12-19 16:21 UTC (6+ messages)
[PATCH] nvme-pci: fix sleeping function called from interrupt context
2023-12-19 14:27 UTC (7+ messages)
[PATCH] Revert "nvme-fc: fix race between error recovery and creating association"
2023-12-19 14:15 UTC (2+ messages)
Make NVME shutdown async - version 2
2023-12-19 14:12 UTC (8+ messages)
` [PATCH 1/3] driver core: Support asynchronous driver shutdown
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