public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-06-07 05:59:45 to 2022-06-15 16:13:29 UTC [more...]

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-15 16:12 UTC  (3+ messages)
` [PATCH v7 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v7 21/21] nvme-pci: allow mmaping the CMB in userspace

[GIT PULL] nvmes fixes for Linux 5.19
 2022-06-15 15:39 UTC  (2+ messages)

[PATCH] x86/PCI: Revert: "Clip only host bridge windows for E820 regions"
 2022-06-15 15:11 UTC  (3+ messages)

[PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Phison E16
 2022-06-15 14:58 UTC  (2+ messages)

[PATCH v2 0/2] nvme: Enable generic interface (/dev/ngX) for unknown command sets
 2022-06-15 14:50 UTC  (8+ messages)
  ` [PATCH v2 1/2] nvme-multipath: refactor nvme_mpath_add_disk
  ` [PATCH v2 2/2] nvme: enable generic interface (/dev/ngXnY) for unknown command sets

[PATCH v7 00/13] support non power of 2 zoned device
 2022-06-15 14:19 UTC  (19+ messages)
  ` [PATCH v7 01/13] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH v7 02/13] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v7 03/13] nvme: zns: Allow ZNS drives that have non-power_of_2 "
  ` [PATCH v7 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
  ` [PATCH v7 05/13] null_blk: allow non power of 2 zoned devices
  ` [PATCH v7 06/13] null_blk: use zone_size_sects_shift for "
  ` [PATCH v7 07/13] zonefs: allow non "
  ` [PATCH v7 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
  ` [PATCH v7 09/13] dm-zone: use generic helpers to calculate offset from zone start
  ` [PATCH v7 10/13] dm-table: use bdev_is_zone_start helper in device_area_is_invalid()
  ` [PATCH v7 11/13] dm-table: allow non po2 zoned devices
  ` [PATCH v7 12/13] dm: call dm_zone_endio after the target endio callback for "
    ` [dm-devel] "
  ` [PATCH v7 13/13] dm: add non power of 2 zoned target

[bug report]nvme0: Admin Cmd(0x6), I/O Error (sct 0x0 / sc 0x2) MORE DNR observed during blktests
 2022-06-15 11:31 UTC  (16+ messages)
  ` 2 second nvme initialization delay regression in 5.18 [Was: Re: [bug report]nvme0: Admin Cmd(0x6), I/O Error (sct 0x0 / sc 0x2) MORE DNR observed during blktests]
      ` [PATCH] Revert "nvme-pci: add quirks for Samsung X5 SSDs"

[PATCH 1/2] nvme: Ensure char members of struct nvme_id_ctrl are null-terminated
 2022-06-15 11:04 UTC  (7+ messages)
` [PATCH 2/2] nvme: Report model,sn,fw,pci device information during init

Wycena paneli fotowoltaicznych
 2022-06-15  8:00 UTC 

[linux-nvme:nvme-5.20] BUILD SUCCESS df793a7e5bbf012c5a8c0a4d4e29512b9e6263e3
 2022-06-14  6:54 UTC 

[linux-nvme:nvme-5.19] BUILD SUCCESS 43047e082b90ead395c44b0e8497bc853bd13845
 2022-06-14  6:55 UTC 

[bug report] kmemleak observed from blktests on latest linux-block/for-next
 2022-06-14  5:35 UTC  (5+ messages)

[PATCHv5 blktests 00/10] Testsuite for nvme in-band authentication
 2022-06-14  5:07 UTC  (16+ messages)
` [PATCH 01/10] nvme/rc: do not print error message when no nvme device is found
` [PATCH 02/10] nvme/rc: clear allowed_hosts subdirectory
` [PATCH 03/10] nvme/rc: clear hosts directory in _cleanup_nvmet()
` [PATCH 04/10] nvme/rc: add functions for in-band authentication
` [PATCH 05/10] nvme/rc: add more arguments to _nvme_connect_subsys()
` [PATCH 06/10] nvme/040: create authenticated connections
` [PATCH 07/10] nvme/041: test dhchap key types for "
` [PATCH 08/10] nvme/042: test hash and dh group variations "
` [PATCH 09/10] nvme/043: test bi-directional authentication
` [PATCH 10/10] nvme/044: test re-authentication

blktests failures with v5.19-rc1
 2022-06-14  4:00 UTC  (12+ messages)

[PATCHv14 00/11] nvme: In-band authentication support
 2022-06-13 22:29 UTC  (26+ messages)
` [PATCH 01/11] crypto: add crypto_has_shash()
` [PATCH 02/11] crypto: add crypto_has_kpp()
` [PATCH 03/11] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 04/11] nvme: add definitions for NVMe In-Band authentication
` [PATCH 05/11] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 06/11] nvme: Implement In-Band authentication
` [PATCH 07/11] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 08/11] nvmet: parse fabrics commands on io queues
` [PATCH 09/11] nvmet: Implement basic In-Band Authentication
` [PATCH 10/11] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 11/11] nvmet-auth: expire authentication sessions

[PATCHv6 00/11] direct-io dma alignment
 2022-06-13 21:22 UTC  (14+ messages)
` [PATCHv6 01/11] block: fix infinite loop for invalid zone append
` [PATCHv6 02/11] block/bio: remove duplicate append pages code
` [PATCHv6 03/11] block: export dma_alignment attribute
` [PATCHv6 04/11] block: introduce bdev_dma_alignment helper
` [PATCHv6 05/11] block: add a helper function for dio alignment
` [PATCHv6 06/11] block/merge: count bytes instead of sectors
` [PATCHv6 07/11] block/bounce: "
` [PATCHv6 08/11] iov: introduce iov_iter_aligned
` [PATCHv6 09/11] block: introduce bdev_iter_is_aligned helper
` [PATCHv6 10/11] block: relax direct io memory alignment
` [PATCHv6 11/11] iomap: add support for dma aligned direct-io

[PATCH 0/6] nvme: __nvme_submit_sync_command() cleanup
 2022-06-13 18:15 UTC  (7+ messages)
` [PATCH 3/6] nvme-core: remove qid parameter

[PATCH v4 1/1] nvme: handle persistent internal error AER from NVMe controller
 2022-06-13 18:08 UTC  (6+ messages)

[PATCH v1 0/1] nvme-pci: disable write zeros support on UMIC and Samsung SSDs
 2022-06-13 17:58 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH 1/3] nvme-pci: phison e12 has bogus namespace ids
 2022-06-13 17:58 UTC  (4+ messages)
` [PATCH 2/3] nvme-pci: smi "
` [PATCH 3/3] nvme-pci: sk hynix p31 "

[PATCH] nvme: add device name to warning in uuid_show()
 2022-06-13 17:58 UTC  (4+ messages)

[PATCHv2] nvme: add bug report info for global duplicate id
 2022-06-13 17:57 UTC  (5+ messages)

[PATCH] nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs
 2022-06-13 17:57 UTC  (2+ messages)

bug report: one of /dev/nvme*n1 is not created on 5.18.1 "globally duplicate IDs for nsid"
 2022-06-10 22:49 UTC  (3+ messages)

[linux-nvme:nvme-5.19] BUILD SUCCESS 91e85faffdfbe1612bf25bfdf37e7118a4a84998
 2022-06-10 17:21 UTC 

[PATCH] nvme-multipath: allocate MQ disk
 2022-06-10 14:25 UTC  (5+ messages)

[PATCH 4/4] nvme: check that EUI/GUID/UUID are globally unique
 2022-06-10 14:12 UTC  (24+ messages)

[PATCH] Revert "nvme: remove the .stop_ctrl callout"
 2022-06-10  9:56 UTC 

[BUG]LTS 5.10 regression NULL pointer deref in nvme_ioctl
 2022-06-09  7:47 UTC  (3+ messages)

[PATCH] nvme: don't send unsupported NVME_ID_CNS_CS_CTRL
 2022-06-08 16:05 UTC  (2+ messages)

Napływ Klientów ze strony
 2022-06-08  8:15 UTC 

[PATCHv13 0/9] nvme: In-band authentication support
 2022-06-08  6:07 UTC  (5+ messages)
` [PATCH 4/9] nvme: Implement In-Band authentication

[PATCH v3 1/2] nvme-pci: move nvme_should_reset() to core code
 2022-06-08  3:59 UTC  (4+ messages)
` [PATCH v3 2/2] nvme: handle persistent internal error AER from NVMe controller

[PATCH] nvme: add bug report info for global duplicate id
 2022-06-07 14:44 UTC  (4+ messages)

[PATCH V2 0/5] blk-mq: quiesce improvement
 2022-06-07 14:03 UTC  (3+ messages)
` [PATCH V2 4/5] nvme: quiesce namespace queue in parallel

[PATCHv12 00/11] nvme: In-band authentication support
 2022-06-07 10:46 UTC  (10+ messages)
` [PATCH 09/11] nvmet: Implement basic In-Band Authentication

[PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50
 2022-06-07 10:16 UTC  (2+ messages)

[PATCH] nvme-pci: add trouble shooting steps for timeouts
 2022-06-07 10:16 UTC  (2+ messages)

[PATCH] nvme: Fix syntax errors in comments
 2022-06-07 10:16 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox