messages from 2023-04-21 06:41:05 to 2023-05-02 06:48:26 UTC [more...]
[RFC COMPILE ONLY PATCH 0/2] nvme-core: dhchap_secret code cleanup
2023-05-02 6:48 UTC (7+ messages)
` [RFC PATCH 1/2] nvme-core: factor out common code into helper
` [RFC PATCH 2/2] nvme-core: use macro defination to define dev attr
[PATCH blktests v2 0/2] nvme_trtype=fc fixes
2023-05-02 6:13 UTC (16+ messages)
` [PATCH blktests v2 1/2] nvme-rc: Cleanup fc ports in reverse order
` [PATCH blktests v2 2/2] nvme-rc: Cleanup fc resource before module unloading
[PATCH] nvmet-auth: remove some dead code
2023-05-02 6:04 UTC (2+ messages)
[PATCH] nvmet: dynamically allocate nvmet_ns->nguid
2023-05-02 5:30 UTC
[bug report] kmemleak observed during blktests nvme-tcp
2023-05-02 2:35 UTC (12+ messages)
[bug report] Duplicate IDs for nsid 1 on another drive
2023-05-02 4:44 UTC
[RFC 0/3] nvme uring passthrough diet
2023-05-01 19:31 UTC (6+ messages)
` [RFC 1/3] nvme: skip block cgroups for passthrough commands
` [RFC 2/3] nvme: fix cdev name leak
` [RFC 3/3] nvme: create special request queue for cdev
[PATCH 0/5] optimize some data structure in nvme
2023-05-01 13:57 UTC (7+ messages)
` [PATCH 1/5] nvmet: Reorder fields in 'struct nvmet_sq'
` [PATCH 2/5] nvmet: Reorder fields in 'struct nvme_ctrl'
` [PATCH 3/5] nvmet: Reorder fields in 'struct nvmf_ctrl_options'
` [PATCH 4/5] nvmet: Reorder fields in 'struct nvme_dhchap_queue_context'
` [PATCH 5/5] nvmet: Reorder fields in 'struct nvmefc_fcp_req'
[PATCH v2 1/1] nvme: move sysfs code to a dedicated sysfs.c file
2023-05-01 14:48 UTC (4+ messages)
[PATCH] nvmet: Reorder fields in 'struct nvmet_ns'
2023-05-01 13:58 UTC (9+ messages)
[PATCH V2 0/4] nvme: init ctrl memleak and debugfs fix
2023-05-01 13:14 UTC (10+ messages)
` [PATCH V2 1/4] nvme-core: fix memory leak in dhchap_secret_store
` [PATCH V2 2/4] nvme-core: fix memory leak in dhchap_ctrl_secret
` [PATCH V2 3/4] nvme-core: add missing fault-injection cleanup
` [PATCH V2 4/4] nvme-core: fix dev_pm_qos memleak
[RFC PATCH 00/12] io_uring attached nvme queue
2023-05-01 11:36 UTC (15+ messages)
` [RFC PATCH 01/12] nvme: refactor nvme_alloc_io_tag_set
` [RFC PATCH 02/12] pci: enable "raw_queues = N" module parameter
` [RFC PATCH 03/12] fs, block: interface to register/unregister the raw-queue
` [RFC PATCH 04/12] io_uring, fs: plumb support to register/unregister raw-queue
` [RFC PATCH 05/12] nvme: wire-up register/unregister queue f_op callback
` [RFC PATCH 06/12] pci: implement register/unregister functionality
` [RFC PATCH 07/12] io_uring: support for using registered queue in uring-cmd
` [RFC PATCH 08/12] block: add mq_ops to submit and complete commands from raw-queue
` [RFC PATCH 09/12] nvme: carve out a helper to prepare nvme_command from ioucmd->cmd
` [RFC PATCH 10/12] nvme: submisssion/completion of uring_cmd to/from the registered queue
` [RFC PATCH 11/12] pci: modify nvme_setup_prp_simple parameters
` [RFC PATCH 12/12] pci: implement submission/completion for rawq commands
blktests failures with v6.3
2023-05-01 8:40 UTC
[PATCH v3 0/4] io_uring: Pass the whole sqe to commands
2023-05-01 4:31 UTC (8+ messages)
` [PATCH v3 1/4] io_uring: Create a helper to return the SQE size
` [PATCH v3 2/4] io_uring: Pass whole sqe to commands
` [PATCH v3 3/4] io_uring: Remove unnecessary BUILD_BUG_ON
` [PATCH v3 4/4] block: ublk_drv: Add a helper instead of casting
[PATCH v2 0/3] io_uring: Pass the whole sqe to commands
2023-04-30 14:39 UTC (11+ messages)
` [PATCH v2 1/3] io_uring: Create a helper to return the SQE size
` [PATCH v2 2/3] io_uring: Pass whole sqe to commands
` [PATCH v2 3/3] io_uring: Remove unnecessary BUILD_BUG_ON
[PATCH 0/2] io_uring: Pass whole sqe to commands
2023-04-30 14:37 UTC (10+ messages)
` [PATCH 1/2] "
Seeking for help with NVMe arbitration questions
2023-04-28 20:06 UTC (10+ messages)
[BUG][6.2.11] WD SN770 nvme controller is down
2023-04-28 16:26 UTC (2+ messages)
[PATCH REPOST blktests v2 0/9] nvme testsuite runtime optimization
2023-04-28 4:29 UTC (27+ messages)
` [PATCH REPOST blktests v2 1/9] nvme-rc: Auto convert test device size info
` [PATCH REPOST blktests v2 2/9] nvme: Do not hard code device size for dd test
` [PATCH REPOST blktests v2 3/9] common-xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH REPOST blktests v2 4/9] nvme: Use runtime fio background jobs
` [PATCH REPOST blktests v2 5/9] nvme: Make test image size configurable
` [PATCH REPOST blktests v2 7/9] nvme-rc: Calculate IO size for fio jobs
` [PATCH REPOST blktests v2 8/9] nvme-rc: Move discovery generation counter code to rc
` [PATCH REPOST blktests v2 9/9] nvme: Make the number iterations configurable
[PATCHv2] nvme-fabrics: add queue setup helpers
2023-04-27 21:28 UTC (3+ messages)
[PATCH] nvme/tcp: Add support to set the tcp worker cpu affinity
2023-04-27 14:36 UTC (9+ messages)
[PATCH 1/2] nvme-core: fix memory leak in dhchap_secret_store
2023-04-27 12:32 UTC (5+ messages)
` [PATCH 2/2] nvme-core: fix memory leak in dhchap_ctrl_secret
[LSF/MM/BPF TOPIC] nvme state machine refactoring
2023-04-27 8:42 UTC (2+ messages)
[PATCH 1/1] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM173X
2023-04-27 7:37 UTC (4+ messages)
[PATCH 1/3] nvme-pci: add and use print io-queues helper
2023-04-26 16:37 UTC (5+ messages)
` [PATCH 2/3] nvme-rdma: use helper to reduce common code
` [PATCH 3/3] nvme-tcp: "
[PATCH] nvme-pci: add quirk for missing secondary temperature thresholds
2023-04-26 13:44 UTC (4+ messages)
[PATCH v2 0/2] Fix failover to non integrity NVMe path
2023-04-26 1:22 UTC (7+ messages)
` [PATCH v2 1/2] block: bio-integrity: export bio_integrity_free func
` [PATCH v2 2/2] nvme-multipath: fix path failover for integrity ns
[PATCH 0/3] Adjusting deref count in nvme_init_ctrl
2023-04-25 23:19 UTC (6+ messages)
` [PATCH 1/3] nvme-core: nvme_init_ctrl cleanup
` [PATCH 2/3] nvme-pci: Adjusting ctrl deref count
` [PATCH 3/3] nvme-core: preventing double freeing in ctrl release
Słowa kluczowe do wypozycjonowania
2023-04-25 9:42 UTC
[PATCH v9 0/9] Implement copy offload support
2023-04-25 8:26 UTC (4+ messages)
` [PATCH v9 6/9] nvmet: add copy command support for bdev and file ns
debugfs message during creation of the NVMeOf controller
2023-04-25 8:31 UTC (6+ messages)
Correcting erroneous patch
2023-04-25 4:54 UTC (2+ messages)
[PATCH v2 0/3] keepalive bugfixes
2023-04-24 23:22 UTC (4+ messages)
` [PATCH v2 1/3] nvme: double KA polling frequency to avoid KATO with TBKAS on
` [PATCH v2 2/3] nvme: check IO start time when deciding to defer KA
` [PATCH v2 3/3] nvme: improve handling of long keep alives
[PATCH 1/1] nvme: add a dedicated .c file for sysfs interface
2023-04-24 18:04 UTC (4+ messages)
[PATCH v2 1/1] nvme-pci: clamp max_hw_sectors based on DMA optimized limitation
2023-04-24 16:37 UTC (2+ messages)
[RFC PATCH 1/1] nvme: add a dedicated .c file for sysfs interface
2023-04-24 14:07 UTC (7+ messages)
[PATCH v1 0/2] Fix failover to non integrity NVMe path
2023-04-24 9:17 UTC (11+ messages)
` [PATCH v1 1/2] block: bio-integrity: export bio_integrity_free func
` [PATCH v1 2/2] nvme-multipath: fix path failover for integrity ns
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