messages from 2023-01-09 13:35:00 to 2023-01-18 07:38:56 UTC [more...]
[PATCHv2] nvme-pci: fix timeout request state check
2023-01-18 7:33 UTC (4+ messages)
[PATCH rdma-next 00/13] Add RDMA inline crypto support
2023-01-18 7:17 UTC (28+ messages)
` [PATCH mlx5-next 01/13] net/mlx5: Introduce crypto IFC bits and structures
` [PATCH mlx5-next 02/13] net/mlx5: Introduce crypto capabilities macro
` [PATCH rdma-next 03/13] RDMA: Split kernel-only create QP flags from uverbs create QP flags
` [PATCH rdma-next 04/13] RDMA/core: Add cryptographic device capabilities
` [PATCH rdma-next 05/13] RDMA/core: Add DEK management API
` [PATCH rdma-next 06/13] RDMA/core: Introduce MR type for crypto operations
` [PATCH rdma-next 07/13] RDMA/core: Add support for creating crypto enabled QPs
` [PATCH rdma-next 08/13] RDMA/mlx5: Add cryptographic device capabilities
` [PATCH rdma-next 09/13] RDMA/mlx5: Add DEK management API
` [PATCH rdma-next 10/13] RDMA/mlx5: Add AES-XTS crypto support
` [PATCH rdma-next 11/13] nvme: Introduce a local variable
` [PATCH rdma-next 12/13] nvme: Add crypto profile at nvme controller
` [PATCH rdma-next 13/13] nvme-rdma: Add inline encryption support
[PATCH 1/3] nvme-fabrics: introduce existing_ctrl operation
2023-01-18 6:48 UTC (7+ messages)
` [PATCH 2/3] nvme-rdma: implement "
` [PATCH 3/3] nvme-tcp: "
[PATCH v2 1/2] nvme-apple: Reset controller during shutdown
2023-01-18 5:25 UTC (2+ messages)
` [PATCH v2 0/2] nvme-apple: Fix suspend-resume regression
[PATCH] nvme-pci: fix timoeut request state check
2023-01-18 5:02 UTC
completion timeouts with pin-based interrupts in QEMU hw/nvme
2023-01-18 4:17 UTC (22+ messages)
Virtio-blk extended lifetime feature
2023-01-17 22:30 UTC (2+ messages)
[PATCH v2 0/3] block zoned cleanups
2023-01-17 17:42 UTC (8+ messages)
` [PATCH v2 1/3] block: remove superfluous check for request queue in bdev_is_zoned()
` [PATCH v2 2/3] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
` [PATCH v2 3/3] block: introduce bdev_zone_no helper
[PATCH for-next v1 0/2] enable pcpu bio-cache for IRQ uring-passthru I/O
2023-01-17 17:23 UTC (5+ messages)
` [PATCH for-next v1 1/2] nvme: set REQ_ALLOC_CACHE for uring-passthru request
` [PATCH for-next v1 2/2] block: extend bio-cache for non-polled requests
[PATCH v9 00/25] nvme-tcp receive offloads
2023-01-17 15:35 UTC (26+ 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 04/25] Documentation: document netlink ULP_DDP_GET/SET messages
` [PATCH v9 05/25] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v9 06/25] net/tls,core: export get_netdev_for_sock
` [PATCH v9 07/25] nvme-tcp: Add DDP offload control path
` [PATCH v9 08/25] nvme-tcp: Add DDP data-path
` [PATCH v9 09/25] nvme-tcp: RX DDGST offload
` [PATCH v9 10/25] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v9 11/25] nvme-tcp: Add modparam to control the ULP offload enablement
` [PATCH v9 12/25] Documentation: add ULP DDP offload documentation
` [PATCH v9 13/25] net/mlx5e: Rename from tls to transport static params
` [PATCH v9 14/25] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v9 15/25] net/mlx5e: Have mdev pointer directly on the icosq structure
` [PATCH v9 16/25] net/mlx5e: Refactor doorbell function to allow avoiding a completion
` [PATCH v9 17/25] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v9 18/25] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v9 19/25] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v9 20/25] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v9 21/25] net/mlx5e: NVMEoTCP, queue init/teardown
` [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
nvme-fabrics: devices are uninterruptable
2023-01-17 15:28 UTC (7+ messages)
regression on aarch64? panic on boot
2023-01-17 12:11 UTC (6+ messages)
[syzbot] possible deadlock in br_multicast_rcv (3)
2023-01-16 16:40 UTC
[PATCH v8 00/25] nvme-tcp receive offloads
2023-01-13 14:17 UTC (26+ messages)
` [PATCH v8 01/25] net: Introduce direct data placement tcp offload
` [PATCH v8 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats
` [PATCH v8 09/25] nvme-tcp: RX DDGST offload
` [PATCH v8 10/25] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v8 11/25] nvme-tcp: Add modparam to control the ULP offload enablement
` [PATCH v8 12/25] Documentation: add ULP DDP offload documentation
` [PATCH v8 13/25] net/mlx5e: Rename from tls to transport static params
` [PATCH v8 14/25] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v8 15/25] net/mlx5e: Have mdev pointer directly on the icosq structure
` [PATCH v8 16/25] net/mlx5e: Refactor doorbell function to allow avoiding a completion
` [PATCH v8 17/25] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v8 18/25] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v8 19/25] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v8 20/25] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v8 21/25] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v8 22/25] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v8 23/25] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v8 24/25] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v8 25/25] net/mlx5e: NVMEoTCP, statistics
[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
2023-01-13 9:46 UTC
[PATCH v6 0/9] Implement copy offload support
2023-01-13 8:26 UTC (13+ messages)
` [PATCH v6 1/9] block: Introduce queue limits for copy-offload support
` [PATCH v6 2/9] block: Add copy offload support infrastructure
` [PATCH v6 3/9] block: add emulation for copy
` [PATCH v6 4/9] block: Introduce a new ioctl "
` [PATCH v6 5/9] nvme: add copy offload support
` [PATCH v6 6/9] nvmet: add copy command support for bdev and file ns
` [PATCH v6 7/9] dm: Add support for copy offload
` [PATCH v6 9/9] dm kcopyd: use copy offload support
[GIT PULL] nvme fixes for Linux 6.2
2023-01-12 17:37 UTC (2+ messages)
Regression in Kernel 6.0: System partially freezes with "nvme controller is down"
2023-01-12 16:42 UTC (4+ messages)
don't allow unprivileged passthrough on partitions
2023-01-12 14:03 UTC (9+ messages)
` [PATCH 1/3] nvme: remove __nvme_ioctl
` [PATCH 2/3] nvme: replace the "bool vec" arguments with flags in the ioctl path
` [PATCH 3/3] nvme: don't allow unprivileged passthrough on partitions
Silikonmischungen
2023-01-12 8:31 UTC
[LSF/MM/BPF TOPIC] Limits of development
2023-01-11 14:04 UTC (4+ messages)
remove path cleanups
2023-01-11 9:30 UTC (6+ messages)
` [PATCH 1/9] nvme-apple: fix controller shutdown in apple_nvme_disable
[PATCH 0/2] nvme-apple: Fix suspend-resume regression
2023-01-11 6:41 UTC (9+ messages)
` [PATCH 1/2] nvme-apple: Do not try to shut down the controller twice
` [PATCH 2/2] nvme: Handle shut down controllers during initialization
[linux-nvme:nvme-6.2] BUILD SUCCESS c7c0644ead24c59cc5e0f2ff0ade89b21783614a
2023-01-10 19:54 UTC
[PATCH 0/7] block zoned cleanups
2023-01-10 9:43 UTC (17+ messages)
` [PATCH 1/7] block: remove superfluous check for request queue in bdev_is_zoned
` [PATCH 2/7] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
` [PATCH 3/7] nvmet: introduce bdev_zone_no helper
` [PATCH 5/7] dm-zoned: ensure only power of 2 zone sizes are allowed
` [PATCH 6/7] dm-zone: use generic helpers to calculate offset from zone start
` [PATCH 7/7] dm: call dm_zone_endio after the target endio callback for zoned devices
Słowa kluczowe do wypozycjonowania
2023-01-10 8:35 UTC
[PATCH] MAINTAINERS: stop nvme matching for nvmem files
2023-01-10 7:19 UTC (4+ messages)
[PATCH v8 06/25] net/tls,core: export get_netdev_for_sock
2023-01-09 19:10 UTC (3+ messages)
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