public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-03-12 19:33:05 to 2025-03-21 20:36:55 UTC [more...]

[PATCH 0/3] nvme_map_user_request() cleanup
 2025-03-21 20:36 UTC  (4+ messages)
` [PATCH 1/3] nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
` [PATCH 2/3] nvme/ioctl: don't call blk_mq_free_request() in nvme_map_user_request()
` [PATCH 3/3] nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()

[PATCH 0/3] Consistently look up fixed buffers before going async
 2025-03-21 20:35 UTC  (7+ messages)
` [PATCH 1/3] io_uring/net: only import send_zc buffer once
` [PATCH 2/3] io_uring/net: import send_zc fixed buffer before going async
` [PATCH 3/3] io_uring/uring_cmd: import "

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-21 16:05 UTC  (16+ messages)
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface

[PATCH v3 00/18] nvmet-fcloop: track resources via reference counting
 2025-03-21 14:16 UTC  (53+ messages)
` [PATCH v3 01/18] nvmet-fcloop: remove nport from list on last user
` [PATCH v3 02/18] nvmet-fcloop: replace kref with refcount
` [PATCH v3 03/18] nvmet-fcloop: add ref counting to lport
` [PATCH v3 04/18] nvmet-fcloop: refactor fcloop_nport_alloc
` [PATCH v3 05/18] nvmet-fcloop: track ref counts for nports
` [PATCH v3 06/18] nvmet-fcloop: sync targetport removal
` [PATCH v3 07/18] nvmet-fcloop: update refs on tfcp_req
` [PATCH v3 08/18] nvmet-fcloop: add missing fcloop_callback_host_done
` [PATCH v3 09/18] nvmet-fcloop: prevent double port deletion
` [PATCH v3 10/18] nvmet-fcloop: allocate/free fcloop_lsreq directly
` [PATCH v3 11/18] nvmet-fc: inline nvmet_fc_delete_assoc
` [PATCH v3 12/18] nvmet-fc: inline nvmet_fc_free_hostport
` [PATCH v3 13/18] nvmet-fc: update tgtport ref per assoc
` [PATCH v3 14/18] nvmet-fc: take tgtport reference only once
` [PATCH v3 15/18] nvmet-fc: free pending reqs on tgtport unregister
` [PATCH v3 16/18] nvmet-fc: take tgtport refs for portentry
` [PATCH v3 17/18] nvmet-fc: put ref when assoc->del_work is already scheduled
` [PATCH v3 18/18] nvme-fc: do not reference lsrsp after failure

[PATCH] When kmodpy is not available call kmod binary directly
 2025-03-21 12:39 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Enhancing NVMe target
 2025-03-21  7:43 UTC 

[LSF/MM/BPF TOPIC] NVMe-TCP performance improvements
 2025-03-21  7:30 UTC 

[RFC PATCH 0/2] improve NVMe multipath handling
 2025-03-21  6:37 UTC  (3+ messages)
` [RFC PATCH 1/2] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCH 2/2] nvme-multipath: remove multipath module param

[PATCH] nvme-tcp: fix selinux denied when calling sock_sendmsg
 2025-03-21  5:05 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] NVMe Cancel support
 2025-03-21  1:39 UTC 

[GIT PULL] nvme updates for Linux 6.15
 2025-03-21  0:40 UTC  (3+ messages)

[PATCH v2] nvmet: replace max(a, min(b, c)) by clamp(val, lo, hi)
 2025-03-20 20:14 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] File system checksum offload
 2025-03-20  5:48 UTC  (13+ messages)

[PATCH] nvme: replace max(a, min(b, c)) by clamp(b, a, c)
 2025-03-19 21:33 UTC  (4+ messages)

[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-03-19 19:50 UTC  (12+ messages)
` [RFC PATCH -next v3 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH -next v3 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH -next v3 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH -next v3 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH -next v3 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH -next v3 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH -next v3 08/10] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH -next v3 09/10] block: factor out common part in blkdev_fallocate()
` [RFC PATCH -next v3 10/10] ext4: add FALLOC_FL_WRITE_ZEROES support

[PATCH RFC 0/1] C2HTermReq support for nvmet-tcp
 2025-03-19 16:34 UTC  (3+ messages)
` [PATCH RFC 1/1] nvmet-tcp: add support for C2HTermReq

nvme interrupt counters got reset after suspend/resume
 2025-03-19 16:23 UTC  (3+ messages)

lists.infradead.org
 2025-03-18 16:03 UTC 

[PATCH v2] nvmet: pci-epf: Always configure BAR0 as 64-bit
 2025-03-18 15:46 UTC  (4+ messages)

[PATCH util-linux] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-03-18  7:32 UTC 

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-03-18  7:28 UTC  (4+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "

[PATCH xfstests 0/5] fstests: add fallocate write zeroes tests
 2025-03-18  7:26 UTC  (6+ messages)
` [PATCH xfstests 1/5] generic/764: add page boundaries tests for fallocate write zeroes
` [PATCH xfstests 2/5] generic/765: add generic "
` [PATCH xfstests 3/5] generic/766: test fallocate write zeroes on block device
` [PATCH xfstests 4/5] fstress: add fallocate write zeroes support
` [PATCH xfstests 5/5] fsx: "

[PATCH xfsprogs] xfs_io: add FALLOC_FL_WRITE_ZEROES support
 2025-03-18  7:23 UTC 

[PATCH 0/4] nvme: make core.nvme_multipath configurable
 2025-03-17 18:00 UTC  (7+ messages)
` [PATCH 2/4] nvme-multipath: add the NVME_MULTIPATH_PARAM config option

[PATCH AUTOSEL 6.13 11/16] nvme-pci: fix stuck reset on concurrent DPC and HP
 2025-03-17 16:37 UTC 

[PATCH AUTOSEL 6.12 09/13] nvme-pci: fix stuck reset on concurrent DPC and HP
 2025-03-17 16:38 UTC 

[PATCH AUTOSEL 6.6 6/8] nvme-pci: fix stuck reset on concurrent DPC and HP
 2025-03-17 16:39 UTC 

[ANNOUNCE] nvme-cli v2.12 and libnvme v1.12 release
 2025-03-17 10:08 UTC 

[PATCH] nvme: replace max(a, min(b, c)) by clamp(b, a, c)
 2025-03-17  9:31 UTC 

[PATCH] block: remove unused parameter
 2025-03-13 13:24 UTC  (5+ messages)

[PATCH] nvme-fc: Replace nested min() with single min3()
 2025-03-15  3:08 UTC 

[linux-nvme:nvme-6.15] BUILD SUCCESS a34c8d812a0a4b3259614bfca6f3c7e78056d7fc
 2025-03-14 18:23 UTC 

[PATCH] nvmet: pci-epf: Always configure BAR0 as 64-bit
 2025-03-14 11:06 UTC  (3+ messages)

[PATCH RFC 00/11] nvmet: Add NVMe target mdev/vfio driver
 2025-03-14  8:31 UTC  (29+ messages)
` [PATCH RFC 01/11] nvmet: Remove duplicate uuid_copy
` [PATCH RFC 02/11] nvmet: Export nvmet_add_async_event and add definitions
` [PATCH RFC 03/11] nvmet: Add nvmet_fabrics_ops flag to indicate SGLs not supported
` [PATCH RFC 04/11] nvmet: Add function to get nvmet_fabrics_ops from trtype
` [PATCH RFC 05/11] nvmet: Add function to print trtype
` [PATCH RFC 06/11] nvmet: Allow nvmet_alloc_ctrl users to specify the cntlid
` [PATCH RFC 07/11] nvmet: Add static controller support to configfs
` [PATCH RFC 08/11] nvmet: Add shadow doorbell support
` [PATCH RFC 09/11] nvmet: Add helpers to find and get static controllers
` [PATCH RFC 10/11] nvmet: Add addr fam and trtype for mdev pci driver
` [PATCH RFC 11/11] nvmet: Add nvmet-mdev-pci driver

[PATCHv2 0/2] nvme: restrict authentication to the admin queue
 2025-03-14  7:59 UTC  (2+ messages)

[PATCH v2] nvmet: pci-epf: Keep completion queues mapped
 2025-03-13 17:15 UTC  (3+ messages)

[PATCH] nvme: zns: Simplify nvme_zone_parse_entry()
 2025-03-13 17:02 UTC  (3+ messages)

[GIT PULL] nvme fixes for Linux 6.14
 2025-03-13 15:42 UTC  (2+ messages)

nvme-tcp: fix a possible UAF when failing to send request
 2025-03-13  9:01 UTC  (9+ messages)
  ` Re: nvme-tcp: fix a possible UAF when failing to send request【请注意,邮件由sagigrim@gmail.com代发】
    `  "

Kernel oops with 6.14 when enabling TLS
 2025-03-13  9:43 UTC  (12+ messages)
                  ` Networking people smell funny and make poor life choices

[PATCH] nvmet: pci-epf: Remove nvmet_pci_epf_[un]map_queue()
 2025-03-13  8:10 UTC  (2+ messages)

[PATCH] nvmet: pci-epf: Keep completion queues mapped
 2025-03-13  6:35 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