public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-11-14 06:00:57 to 2025-11-24 07:02:01 UTC [more...]

[PATCH 0/2] nvme: blktests bug fix for 6.19
 2025-11-24  7:01 UTC  (7+ messages)
` [PATCH BUF FIX 1/2] nvme-tcp: use __fput_sync() to avoid use-after-free on reset
` [PATCH BUG FIX 2/2] nvme-multipath: clear BIO_QOS flags on requeue

[PATCH 1/2] nvmet-rdma: Use kvcalloc for commands and responses arrays
 2025-11-24  6:49 UTC  (2+ messages)
` [PATCH 2/2] nvmet-tcp: Use kvcalloc for commands array

[PATCH V2 0/5] block: ignore __blkdev_issue_discard() ret value
 2025-11-24  6:31 UTC  (12+ messages)
` [PATCH V2 1/5] block: ignore discard return value
` [PATCH V2 2/5] dm: "
` [PATCH V2 3/5] nvmet: "
` [PATCH V2 4/5] f2fs: "
` [PATCH V2 5/5] xfs: "

[PATCH] nvme-auth: Use kvfree() for memory allocated with kvcalloc()
 2025-11-24  6:23 UTC  (2+ messages)

Fix potential data loss and corruption due to Incorrect BIO Chain Handling
 2025-11-24  6:22 UTC  (31+ messages)
` [PATCH 1/9] block: fix data loss and stale date exposure problems during append write
` [PATCH 2/9] block: export bio_chain_and_submit
` [PATCH 3/9] gfs2: use bio_chain_and_submit for simplification
` [PATCH 4/9] xfs: "
` [PATCH 5/9] block: "
` [PATCH 6/9] fs/ntfs3: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] nvmet: fix the potential bug and "
` [PATCH 9/9] nvdimm: "

[PATCH v2 0/1] nvme: Convert tag_list mutex to rwsemaphore to avoid deadlock
 2025-11-24  4:00 UTC  (17+ messages)
` [PATCH v2 1/1] "

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2025-11-23 22:51 UTC  (12+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests
` [RFC v2 08/11] io_uring/rsrc: add imu flags
` [RFC v2 09/11] io_uring/rsrc: extended reg buffer registration
` [RFC v2 10/11] io_uring/rsrc: add dmabuf-backed buffer registeration
` [RFC v2 11/11] io_uring/rsrc: implement dmabuf regbuf import

GOOD NEWS
 2025-11-21 22:34 UTC 

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 14:52 UTC  (5+ messages)
` [PATCH 22/44] drivers/nvme: use min() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

"controller is down; will reset" on SK Hynix NVMe drive in Lenovo IdeaPad Pro 5
 2025-11-21 13:06 UTC  (5+ messages)

[bug report] kernel BUG at mm/hugetlb.c:5868! triggered by blktests nvme/tcp nvme/029
 2025-11-21  7:44 UTC  (6+ messages)

[GIT PULL] nvme fixes for Linux 6.18
 2025-11-20 15:42 UTC  (2+ messages)

[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
 2025-11-20 13:51 UTC  (10+ messages)
` [PATCH v5 2/6] net/handshake: Define handshake_sk_destruct_req

Subject: [PATCH] nvme: Call nvme_setup_cmd before check host_pathing_error
 2025-11-20  7:13 UTC 

[PATCH] nvme-pci: deduplicate empty request list checks in nvme_queue_rqs()
 2025-11-20  6:49 UTC  (4+ messages)

[PATCH v2 0/2] block: Generalize physical entry definition
 2025-11-19 14:44 UTC  (15+ messages)
` [PATCH v2 1/2] nvme-pci: Use size_t for length fields to handle larger sizes
` [PATCH v2 2/2] types: move phys_vec definition to common header

[PATCH v3 0/4] Support PSK reauthentication (REPLACETLSPSK)
 2025-11-19 10:21 UTC  (13+ messages)
` [PATCH v3 2/4] nvmet-tcp: Don't free SQ on authentication success
` [PATCH v3 3/4] nvme: Expose the tls_configured sysfs for secure concat connections
` [PATCH v3 4/4] nvme: Allow reauth from sysfs

[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
 2025-11-19  1:52 UTC  (8+ messages)

[RFC PATCH] block: change __blkdev_issue_discard() return type to void
 2025-11-19  1:48 UTC  (3+ messages)

[linux-nvme:nvme-6.18] BUILD SUCCESS 0a2c5495b6d1ecb0fa18ef6631450f391a888256
 2025-11-18 21:32 UTC 

[PATCH v5 0/6] lib/base64: add generic encoder/decoder, migrate users
 2025-11-18 17:24 UTC  (17+ messages)
` [PATCH v5 1/6] lib/base64: Add support for multiple variants
` [PATCH v5 2/6] lib/base64: Optimize base64_decode() with reverse lookup tables
` [PATCH v5 3/6] lib/base64: rework encode/decode for speed and stricter validation
` [PATCH v5 4/6] lib: add KUnit tests for base64 encoding/decoding
` [PATCH v5 5/6] fscrypt: replace local base64url helpers with lib/base64
` [PATCH v5 6/6] ceph: replace local base64 "

[PATCH] nvme: fc: stop lsrcv workqueue before freeing a rport
 2025-11-18 14:45 UTC  (8+ messages)

[PATCH 1/1] nvme-fabrics: add ENOKEY to no retry criteria for authentication failures
 2025-11-18  7:01 UTC  (2+ messages)

[PATCH V2] nvme: expose active quirks in sysfs
 2025-11-18  1:46 UTC  (3+ messages)

[PATCH 0/2] Two NVMe/FC bug fixes for -stable
 2025-11-17 16:59 UTC  (2+ messages)

[PATCH v2] nvme-multipath: fix lockdep WARN due to partition scan work
 2025-11-17 16:14 UTC  (2+ messages)

[PATCH v3] nvmet-auth: update sc_c in target host hash calculation
 2025-11-17 16:06 UTC  (4+ messages)

[PATCH] nvme: Convert tag_list mutex to rwsemaphore to avoid deadlock
 2025-11-17  2:30 UTC  (7+ messages)

[PATCH 0/2] block: Generalize physical entry definition
 2025-11-16  7:14 UTC  (9+ messages)
` [PATCH 1/2] nvme-pci: Use size_t for length fields to handle larger sizes
` [PATCH 2/2] types: move phys_vec definition to common header

[PATCH v5 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-11-14 12:19 UTC  (4+ messages)
` [PATCH v5 1/2] nvme-pci: migrate to dma_map_phys instead of map_page
` [PATCH v5 2/2] block-dma: properly take MMIO path

[PATCH v4 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-11-14 12:08 UTC  (11+ messages)

[PATCH v3 0/2] block: enable per-cpu bio cache by default
 2025-11-14  9:21 UTC  (3+ messages)
` [PATCH v3 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v3 2/2] block: enable per-cpu bio cache "

[PATCH blktests 1/2] common/rc: add _have_kernel_options helper function
 2025-11-14  8:54 UTC  (4+ messages)


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