messages from 2022-08-03 09:52:21 to 2022-08-12 12:03:59 UTC [more...]
[PATCH v10 00/13] support zoned block devices with non-power-of-2 zone sizes
2022-08-12 12:03 UTC (18+ messages)
` [PATCH v10 01/13] block: make bdev_nr_zones and disk_zone_no generic for npo2 zone size
` [PATCH v10 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h
` [PATCH v10 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
` [PATCH v10 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
` [PATCH v10 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
` [PATCH v10 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
` [PATCH v10 07/13] zonefs: allow non power of 2 zoned devices
` [PATCH v10 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
` [PATCH v10 09/13] dm-zone: use generic helpers to calculate offset from zone start
` [PATCH v10 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
` [PATCH v10 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
` [PATCH v10 12/13] dm: introduce DM_EMULATED_ZONES target type
` [PATCH v10 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes
[PATCH 1/2] nvmet-auth: clean up with done_kfree
2022-08-12 6:02 UTC (4+ messages)
` [PATCH 2/2] nvme-auth: remove the redundant req->cqe->result.u16 assignment operation
[PATCH] nvme: do not update kato from a dsm io command
2022-08-12 5:33 UTC (3+ messages)
[linux-nvme:nvme-6.0] BUILD SUCCESS f37527a09dac324c74bb341c841096395a2f2566
2022-08-12 0:16 UTC
[GIT PULL] nvme fixes for Linux 6.0
2022-08-11 14:38 UTC (2+ messages)
[PATCH v9 00/13] support zoned block devices with non-power-of-2 zone sizes
2022-08-11 13:17 UTC (27+ messages)
` [PATCH v9 10/13] dm-table: allow zoned devices with non power-of-2 "
` [dm-devel] "
` [PATCH v9 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
` [PATCH v9 12/13] dm: introduce DM_EMULATED_ZONES target type
` [PATCH v9 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes
` [PATCH v9 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
` [dm-devel] "
` [PATCH v9 09/13] dm-zone: use generic helpers to calculate offset from zone start
` [PATCH v9 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h
` [dm-devel] [PATCH v9 02/13] block:rearrange bdev_{is_zoned, zone_sectors, get_queue} "
` [PATCH v9 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
` [dm-devel] "
` [PATCH v9 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
` [PATCH v9 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
[bug report] blktests nvme/tcp nvme/030 failed on latest linux-block/for-next
2022-08-11 12:32 UTC (10+ messages)
` [bug report][bisected] "
[PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70
2022-08-11 12:10 UTC (2+ messages)
[PATCH] nvme: align "fake" nqn with spec 1.3
2022-08-11 7:40 UTC (3+ messages)
` [PATCH] nvme: add comment for unaligned "fake" nqn
[PATCHv3 0/7] dma mapping optimisations
2022-08-11 7:22 UTC (22+ messages)
` [PATCHv3 1/7] blk-mq: add ops to dma map bvec
` [PATCHv3 2/7] file: "
` [PATCHv3 3/7] iov_iter: introduce type for preregistered dma tags
` [PATCHv3 4/7] block: add dma tag bio type
` [PATCHv3 5/7] io_uring: introduce file slot release helper
` [PATCHv3 6/7] io_uring: add support for dma pre-mapping
` [PATCHv3 7/7] nvme-pci: implement dma_map support
[PATCH linux-next] nvme:Use the function kobj_to_dev()
2022-08-11 5:59 UTC (3+ messages)
[linux-nvme:nvme-6.0] BUILD SUCCESS 2bff487f9a9085c9c877b55579b153691f0e5245
2022-08-11 2:51 UTC
[PATCH v2] lsm,io_uring: add LSM hooks for the new uring_cmd file op
2022-08-10 22:15 UTC (8+ messages)
[PATCH] nvme-fc: fix the fc_appid_store return value
2022-08-10 14:23 UTC (4+ messages)
[PATCH] nvme-fabrics: Fix a typo in an error message
2022-08-10 14:23 UTC (3+ messages)
[PATCH] nvme-host tcp: check if the queue is allocated before stopping it
2022-08-10 14:22 UTC (4+ messages)
[PATCH] nvme-target tcp: fix unhandled tcp states in nvmet_tcp_state_change()
2022-08-10 13:07 UTC (2+ messages)
[PATCH 0/20] Use block pr_ops in LIO
2022-08-10 4:54 UTC (47+ messages)
` [PATCH v2 01/20] block: Add PR callouts for read keys and reservation
` [PATCH v2 02/20] scsi: Rename sd_pr_command
` [PATCH v2 03/20] scsi: Move sd_pr_type to header to share
` [PATCH v2 04/20] scsi: Add support for block PR read keys/reservation
` [PATCH v2 05/20] dm: "
` [PATCH v2 06/20] nvme: Fix reservation status related structs
` [PATCH v2 07/20] nvme: Don't hardcode the data len for pr commands
` [PATCH v2 08/20] nvme: Add helper to convert to a pr_ops PR type
` [PATCH v2 09/20] nvme: Add helper to execute Reservation Report
` [PATCH v2 10/20] nvme: Add pr_ops read_keys support
` [PATCH v2 11/20] nvme: Add pr_ops read_reservation support
` [PATCH v2 12/20] block,nvme,scsi,dm: Add blk_status to pr_ops callouts
` [PATCH v2 13/20] nvme: Have nvme pr_ops return a blk_status_t
` [PATCH v2 14/20] scsi: Retry pr_ops commands if a UA is returned
` [PATCH v2 15/20] scsi: Export scsi_result_to_blk_status
` [PATCH v2 16/20] scsi: Have sd pr_ops return a blk_status_t
` [PATCH v2 17/20] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH v2 18/20] scsi: target: Allow backends to hook into PR handling
` [PATCH v2 19/20] scsi: target: Don't support SCSI-2 RESERVE/RELEASE
` [PATCH v2 20/20] scsi: target: Add block PR support to iblock
[PATCH] fabrics: parse nvme connect Linux error codes
2022-08-09 6:50 UTC (2+ messages)
[linux-nvme:nvme-5.20] BUILD SUCCESS ed169e9a1f2281da3a20ce221663665b71c84bbc
2022-08-08 19:32 UTC
[PATCH 0/4] iopoll support for io_uring/nvme passthrough
2022-08-07 18:46 UTC (20+ messages)
` [PATCH 1/4] fs: add file_operations->uring_cmd_iopoll
` [PATCH 2/4] io_uring: add iopoll infrastructure for io_uring_cmd
` [PATCH 3/4] block: export blk_rq_is_poll
` [PATCH 4/4] nvme: wire up async polling for io passthrough commands
[PATCH for-next v2 0/4] iopoll support for io_uring/nvme
2022-08-07 18:36 UTC (5+ messages)
` [PATCH for-next v2 1/4] fs: add file_operations->uring_cmd_iopoll
` [PATCH for-next v2 2/4] io_uring: add iopoll infrastructure for io_uring_cmd
` [PATCH for-next v2 3/4] block: export blk_rq_is_poll
` [PATCH for-next v2 4/4] nvme: wire up async polling for io passthrough commands
[PATCH] nvme: hwmon: Add support for throttling temperature feature
2022-08-07 15:06 UTC (7+ messages)
お問い合わせありがとうございます
2022-08-06 21:30 UTC
NVMe write protection support
2022-08-06 8:35 UTC (4+ messages)
[PATCH] nvme-pci: fix race between pci reset and nvme probe
2022-08-05 12:34 UTC (3+ messages)
[PATCHv2 0/7] dma mapping optimisations
2022-08-04 16:42 UTC (4+ messages)
[PATCH blktests] nvme/040: fix write file path
2022-08-04 7:54 UTC (3+ messages)
[PATCH v3] nvmet: avoid unnecessary flush bio
2022-08-04 6:46 UTC (2+ messages)
[PATCH] nvme: allow ioctl to submit io command with dif for NVMeoF
2022-08-04 3:00 UTC (3+ messages)
[PATCH] Revert "nvme-fc: fold t fc_update_appid into fc_appid_store"
2022-08-03 16:34 UTC (5+ messages)
[PATCH v3 1/3] driver core: Support asynchronous driver shutdown
2022-08-03 15:04 UTC (3+ messages)
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