linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 15:48:43 to 2023-01-30 10:14:57 UTC [more...]

[PATCH] nvme-pci: fix resume after AER recovery
 2023-01-30 10:14 UTC 

[PATCH] nvme: fix potential invalid pointer dereference
 2023-01-30 10:13 UTC  (4+ messages)

Option to never do BLKRRPART ioctl in nvme format?
 2023-01-30  9:47 UTC  (2+ messages)

add bvec initialization helpers
 2023-01-30  9:21 UTC  (24+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

nvme/pcie hot plug results in /dev name change
 2023-01-29 10:28 UTC  (4+ messages)

[linux-nvme:nvme-6.2] BUILD SUCCESS 85eee6341abb81ac6a35062ffd5c3029eb53be6b
 2023-01-28  1:07 UTC 

[RESEND PATCHv3 0/2] nvme effects handling updates
 2023-01-27 16:56 UTC  (3+ messages)
` [RESEND PATCHv3 1/2] nvme: always initialize known command effects
` [RESEND PATCHv3 2/2] nvme: mask CSE effects for security receive

regression on aarch64? panic on boot
 2023-01-27 11:11 UTC  (10+ messages)

[GIT PULL] nvme fixes for Linux 6.2
 2023-01-26 18:44 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] State Of The Page
 2023-01-26 16:40 UTC 

[PATCH v10 00/25] nvme-tcp receive offloads
 2023-01-26 16:21 UTC  (26+ messages)
` [PATCH v10 01/25] net: Introduce direct data placement tcp offload
` [PATCH v10 02/25] net/ethtool: add new stringset ETH_SS_ULP_DDP_{CAPS,STATS}
` [PATCH v10 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats
` [PATCH v10 04/25] Documentation: document netlink ULP_DDP_GET/SET messages
` [PATCH v10 05/25] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v10 06/25] net/tls,core: export get_netdev_for_sock
` [PATCH v10 07/25] nvme-tcp: Add DDP offload control path
` [PATCH v10 08/25] nvme-tcp: Add DDP data-path
` [PATCH v10 09/25] nvme-tcp: RX DDGST offload
` [PATCH v10 10/25] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v10 11/25] nvme-tcp: Add modparam to control the ULP offload enablement
` [PATCH v10 12/25] Documentation: add ULP DDP offload documentation
` [PATCH v10 13/25] net/mlx5e: Rename from tls to transport static params
` [PATCH v10 14/25] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v10 15/25] net/mlx5e: Have mdev pointer directly on the icosq structure
` [PATCH v10 16/25] net/mlx5e: Refactor doorbell function to allow avoiding a completion
` [PATCH v10 17/25] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v10 18/25] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v10 19/25] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v10 20/25] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v10 21/25] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v10 22/25] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v10 23/25] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v10 24/25] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v10 25/25] net/mlx5e: NVMEoTCP, statistics

[PATCH v9 00/25] nvme-tcp receive offloads
 2023-01-26 12:53 UTC  (22+ messages)
` [PATCH v9 01/25] net: Introduce direct data placement tcp offload
` [PATCH v9 02/25] net/ethtool: add new stringset ETH_SS_ULP_DDP_{CAPS,STATS}
` [PATCH v9 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats
` [PATCH v9 22/25] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v9 23/25] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v9 24/25] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v9 25/25] net/mlx5e: NVMEoTCP, statistics

[PATCH] fc: add a missing release get taken in nvmet_fc_alloc_target_assoc
 2023-01-25 18:50 UTC  (2+ messages)

[PATCH] nvme-fc: Fix initialization order
 2023-01-25 18:40 UTC  (4+ messages)

[PATCHv3 0/2] nvme effects handling updates
 2023-01-25 18:11 UTC  (3+ messages)
` [PATCHv3 1/2] nvme: always initialize known command effects
` [PATCHv3 2/2] nvme: mask CSE effects for security receive

[PATCH] nvme: fix passthrough csi check
 2023-01-25  6:10 UTC  (2+ messages)

[PATCHv2] nvme: always initialize known command effects
 2023-01-24 21:42 UTC  (11+ messages)

[PATCH v2] nvme: Cache DMA descriptors to prevent corruption
 2023-01-24 17:24 UTC 

[PATCH] nvme-pci: flush initial scan_work for async probe
 2023-01-24 19:16 UTC  (3+ messages)

[PATCH 1/3] nvme-fabrics: introduce existing_ctrl operation
 2023-01-24 18:44 UTC  (5+ messages)

[PATCH] nvme-pci: Switch back to sync probe to fix rootfs mount regression
 2023-01-24 17:12 UTC  (6+ messages)

[PATCH AUTOSEL 6.1 26/35] nvme-apple: only reset the controller when RTKit is running
 2023-01-24 13:41 UTC 

[linux-nvme:nvme-6.3] BUILD SUCCESS 202708ad84639fb8a3ab06322a5117c390afc879
 2023-01-24  5:13 UTC 

[linux-nvme:nvme-6.2] BUILD SUCCESS 98e3528012cd571c48bbae7c7c0f868823254b6c
 2023-01-24  5:13 UTC 

[PATCH] nvme: mask CSE effects for security receive
 2023-01-23 16:47 UTC  (6+ messages)

[PATCH] nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()
 2023-01-23 16:46 UTC  (2+ messages)

[PATCH 2/2] nvme-tcp: add additional info for nvme_tcp_timeout log
 2023-01-23 16:46 UTC  (3+ messages)
` [PATCH 0/2] improve nvme error logging

[PATCH rdma-next 00/13] Add RDMA inline crypto support
 2023-01-23 12:57 UTC  (12+ messages)
` [PATCH rdma-next 06/13] RDMA/core: Introduce MR type for crypto operations

[PATCHv3] nvme-pci: fix timeout request state check
 2023-01-23  9:45 UTC  (3+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, an expansion plan for the storage stack test framework
 2023-01-23  0:59 UTC  (3+ messages)

[GIT PULL] nvme fixes for Linux 6.2
 2023-01-20 15:09 UTC  (2+ messages)

[PATCH] nvme-rdma: Distribute I/O queues across more completion vectors
 2023-01-20  0:16 UTC 

[linux-nvme:nvme-6.2] BUILD SUCCESS 1c5842085851f786eba24a39ecd02650ad892064
 2023-01-19 21:40 UTC 

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-19 14:32 UTC  (21+ messages)

[RFC PATCH 0/5] Add new VFIO PCI driver for NVMe devices
 2023-01-19 10:21 UTC  (3+ messages)
` [RFC PATCH 3/5] nvme-vfio: enable the function of VFIO live migration

[PATCH v2 1/2] nvme-apple: Reset controller during shutdown
 2023-01-19  8:12 UTC  (7+ messages)
` [PATCH v2 0/2] nvme-apple: Fix suspend-resume regression

[linux-nvme:nvme-6.3] BUILD SUCCESS 41b9cdf87cabe07490dfb149eb904c199972a49a
 2023-01-19  4:59 UTC 

[linux-nvme:nvme-6.2] BUILD SUCCESS b05ca78ac5843630cab41acd85809d3b63179d5a
 2023-01-18 20:09 UTC 

Virtio-blk extended lifetime feature
 2023-01-18 19:46 UTC  (3+ messages)

[PATCHv2] nvme-pci: fix timeout request state check
 2023-01-18 16:35 UTC  (6+ messages)

nvme nvme0: I/O 0 (I/O Cmd) QID 1 timeout, aborting, source drive corruption observed
 2023-01-18 10:27 UTC  (8+ messages)

[PATCH for-next v1 0/2] enable pcpu bio-cache for IRQ uring-passthru I/O
 2023-01-18  9:14 UTC  (4+ messages)

[PATCH] nvme-pci: fix timoeut request state check
 2023-01-18  5:02 UTC 

[PATCH v2 0/3] block zoned cleanups
 2023-01-17 17:42 UTC  (3+ messages)


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