linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-01 14:04:34 to 2020-12-09 04:20:09 UTC [more...]

[RFC PATCH v2 0/2] add simple copy support
 2020-12-09  4:19 UTC  (23+ messages)
    ` [RFC PATCH v2 1/2] block: "
      ` [dm-devel] "
    ` [RFC PATCH v2 2/2] nvme: "

split hard read-only vs read-only policy v3
 2020-12-09  2:54 UTC  (13+ messages)
` [PATCH 1/6] dm: use bdev_read_only to check if a device is read-only
` [PATCH 2/6] block: remove the NULL bdev check in bdev_read_only
` [PATCH 3/6] block: add a hard-readonly flag to struct gendisk
` [PATCH 4/6] block: propagate BLKROSET on the whole device to all partitions
` [PATCH 5/6] rbd: remove the ->set_read_only method
` [PATCH 6/6] nvme: allow revalidate to set a namespace read-only

split hard read-only vs read-only policy v2
 2020-12-09  1:23 UTC  (25+ messages)
` [PATCH 1/6] dm: use bdev_read_only to check if a device is read-only
` [PATCH 2/6] block: remove the NULL bdev check in bdev_read_only
` [PATCH 3/6] block: add a hard-readonly flag to struct gendisk
` [PATCH 4/6] block: propagate BLKROSET on the whole device to all partitions
` [PATCH 5/6] rbd: remove the ->set_read_only method
` [PATCH 6/6] nvme: allow revalidate to set a namespace read-only

[PATCH v1 net-next 00/15] nvme-tcp receive offloads
 2020-12-09  1:11 UTC  (24+ messages)
` [PATCH v1 net-next 01/15] iov_iter: Skip copy in memcpy_to_page if src==dst
` [PATCH v1 net-next 02/15] net: Introduce direct data placement tcp offload
` [PATCH v1 net-next 03/15] net: Introduce crc offload for tcp ddp ulp
` [PATCH v1 net-next 04/15] net/tls: expose get_netdev_for_sock
` [PATCH v1 net-next 05/15] nvme-tcp: Add DDP offload control path
` [PATCH v1 net-next 06/15] nvme-tcp: Add DDP data-path
` [PATCH v1 net-next 07/15] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH v1 net-next 08/15] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v1 net-next 09/15] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v1 net-next 10/15] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v1 net-next 11/15] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v1 net-next 12/15] net/mlx5e: NVMEoTCP DDP offload control path
` [PATCH v1 net-next 13/15] net/mlx5e: NVMEoTCP, data-path for DDP offload
` [PATCH v1 net-next 14/15] net/mlx5e: NVMEoTCP statistics
` [PATCH v1 net-next 15/15] net/mlx5e: NVMEoTCP workaround CRC after resync

[PATCH] nvme-core: update NS Attr Changed AEN handling for ANA group
 2020-12-09  0:20 UTC  (21+ messages)

[PATCH] [PATCH] Keep offset when mapping data via SWIOTLB
 2020-12-08 22:16 UTC  (2+ messages)

[PATCH] nvme: retrigger ANA log update if group descriptor isn't found
 2020-12-08 19:17 UTC  (7+ messages)

[PATCH] nvme: Added QUIRK for Samsung PM1725a
 2020-12-08 19:11 UTC  (9+ messages)

[PATCH V2] nvme: enable char device per namespace
 2020-12-08 19:03 UTC  (3+ messages)

[PATCH] nvme-fcloop: Fix sscanf type and list_first_entry_or_null warnings
 2020-12-08 13:56 UTC  (2+ messages)

[linux-nvme:nvme-5.11] BUILD SUCCESS bd784fbde2c74c870e8fd187efea10ce2f8fea89
 2020-12-08  2:50 UTC 

[PATCH] nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt context
 2020-12-07 14:12 UTC  (2+ messages)

[PATCH 0/4] nvme: enable per-namespace char device
 2020-12-07 14:06 UTC  (16+ messages)
` [PATCH 1/4] nvme: remove unnecessary return values
` [PATCH 2/4] nvme: rename controller base dev_t char device
` [PATCH 3/4] nvme: rename bdev operations
` [PATCH 4/4] nvme: enable char device per namespace

GPF on 0xdead000000000100 in nvme_map_data - Linux 5.9.9
 2020-12-07 13:00 UTC  (14+ messages)

[PATCH] nvme: re-read ANA log on NS CHANGED AEN
 2020-12-05  9:50 UTC  (5+ messages)

[PATCH v2] iosched: Add i10 I/O Scheduler
 2020-12-04 20:01 UTC  (2+ messages)

[PATCH V4 0/9] nvmet: add ZBD backend support
 2020-12-04  9:28 UTC  (25+ messages)
` [PATCH V4 1/9] block: allow bvec for zone append get pages
` [PATCH V4 2/9] nvmet: add ZNS support for bdev-ns
` [PATCH V4 3/9] nvmet: trim down id-desclist to use req->ns
` [PATCH V4 4/9] nvmet: add NVME_CSI_ZNS in ns-desc for zbdev
` [PATCH V4 5/9] nvmet: add cns-cs-ctrl in id-ctrl for ZNS bdev
` [PATCH V4 6/9] nvmet: add cns-cs-ns "
` [PATCH V4 7/9] nvmet: add zns cmd effects to support zbdev
` [PATCH V4 8/9] nvmet: add zns bdev config support
` [PATCH V4 9/9] nvmet: add ZNS based I/O cmds handlers

split hard read-only vs read-only policy v2
 2020-12-03 14:01 UTC  (5+ messages)
` [PATCH 1/4] block: add a hard-readonly flag to struct gendisk

Disinfection
 2020-12-03  8:40 UTC 

[PATCH 0/3] blk-mq/nvme-loop: use nvme-loop's lock class for addressing lockdep false positive warning
 2020-12-03  1:23 UTC  (5+ messages)

[linux-nvme:nvme-5.11 1/23] drivers/nvme/target/fcloop.c:1506:6: warning: %x in format string (no. 1) requires 'unsigned int but the argument type is 'signed int
 2020-12-02 21:03 UTC 

[PATCH v2] nvme: Cache DMA descriptors to prevent corruption
 2020-12-02 16:31 UTC  (4+ messages)

[GIT PULL] first round of nvme updates for 5.11
 2020-12-02 15:57 UTC  (2+ messages)

[PATCH 0/2] nvme: Improve warnings for scan_work
 2020-12-02 10:06 UTC  (3+ messages)

[RFC PATCH 0/2] add simple copy support
 2020-12-02  8:29 UTC  (4+ messages)
  ` [RFC PATCH 2/2] nvme: "

[linux-nvme:nvme-5.11] BUILD SUCCESS 2f4c9ba23b887e7a69a474e9d53f38b5833a2119
 2020-12-02  7:38 UTC 

[PATCH V3 0/9] nvmet: add ZBD backend support
 2020-12-02  6:26 UTC  (5+ messages)

[PATCH 0/7] RFC patch series - NVMeTCP Offload ULP
 2020-12-01 22:38 UTC  (6+ messages)
` [PATCH 1/7] nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP
    ` [EXT] "
  ` [EXT] Re: [PATCH 0/7] RFC patch series - NVMeTCP Offload ULP

[PATCH 0/9] nvmet: add genblk ZBD backend
 2020-12-01 22:37 UTC  (10+ messages)
` [PATCH V2 2/9] nvmet: add ZNS support for bdev-ns

[V5] nvme: enable ro namespace for ZNS without append
 2020-12-01 19:35 UTC  (2+ messages)

[PATCH] nvmet: Kconfig: Fix spelling mistake "incuding" -> "including"
 2020-12-01 19:23 UTC  (2+ 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).