public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-10-15 16:56:39 to 2021-10-26 03:41:32 UTC [more...]

nvme may get timeout from dd when using different non-prefetch mmio outbound/ranges
 2021-10-26  3:40 UTC  (3+ messages)
    ` [EXT] "

[PATCH] nvmet: prefer flex_array_size and struct_size over open coded arithmetic
 2021-10-25 21:05 UTC  (3+ messages)

[PATCH] nvme-tcp: Fix H2CData PDU send accounting (again)
 2021-10-25 20:35 UTC  (4+ messages)

[PATCH] nvme-tcp: fix data digest pointer calculation
 2021-10-25 17:17 UTC 

[PATCH] nvmet-tcp: fix data digest pointer calculation
 2021-10-25 17:16 UTC 

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-10-25 16:55 UTC  (24+ messages)
` [PATCH 01/13] block/brd: add error handling support for add_disk()
` [PATCH 02/13] nvme-multipath: "
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 05/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 07/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH 08/13] zram: "
` [PATCH 09/13] z2ram: "
` [PATCH 10/13] ps3disk: "
` [PATCH 11/13] ps3vram: "
` [PATCH 12/13] block/sunvdc: "
` [PATCH 13/13] mtd/ubi/block: "

[PATCH] nvmet_tcp: fix header digest verification
 2021-10-25  8:47 UTC  (4+ messages)

[PATCH] nvmet: prefer struct_size over open coded arithmetic
 2021-10-23 20:14 UTC  (5+ messages)

[PATCH 0/2] Fix a race condition when performing a controller reset
 2021-10-21 14:58 UTC  (6+ messages)
` [PATCH 1/2] nvmet: add an helper to free the iovec
` [PATCH 2/2] nvmet: fix a race condition between release_queue and io_work

[GIT PULL] first round of nvme updates for Linux 5.16
 2021-10-21 14:26 UTC  (2+ messages)

[linux-nvme:nvme-5.16] BUILD SUCCESS 117d5b6d00ee02f73d7065fe906e2ef1af74bb68
 2021-10-21 11:17 UTC 

[PATCH] nvme: drop scan_lock and always kick requeue list when removing namespaces
 2021-10-20 17:25 UTC  (4+ messages)

[PATCHv2 0/2] nvme shadow doorbel buf fixes
 2021-10-20 17:23 UTC  (3+ messages)
` [PATCHv2 1/2] nvme-pci: clear shadow doorbell memory on resets

Namespaces on MZQL2960HCJR-00A07
 2021-10-20 16:19 UTC  (4+ messages)

nvmet-tcp: dead lock on host disconnect
 2021-10-20 15:41 UTC 

[PATCH v1 0/7] Centrelize common fabrics code to core drivers
 2021-10-20 13:34 UTC  (34+ messages)
` [PATCH 1/7] nvme: add connect_work attribute to nvme ctrl
` [PATCH 2/7] nvme-fabrics: introduce nvmf_reconnect_or_remove API
` [PATCH 3/7] nvme: add err_work attribute to nvme ctrl
` [PATCH 4/7] nvme-fabrics: introduce nvmf_error_recovery API
` [PATCH 5/7] nvme/nvme-fabrics: introduce nvmf_error_recovery_work API
` [PATCH 6/7] nvme/nvme-fabrics: introduce nvmf_reconnect_ctrl_work API
` [PATCH 7/7] nvme-fabrics: add nvmf_init_ctrl/nvmf_teardown_ctrl API

[PATCH v2 0/10] Centrelize common fabrics code to core drivers
 2021-10-20 11:05 UTC  (12+ messages)
` [PATCH 01/10] nvme: add connect_work attribute to nvme ctrl
` [PATCH 02/10] nvme-fabrics: introduce nvmf_reconnect_or_remove API
` [PATCH 03/10] nvme: add err_work attribute to nvme ctrl
` [PATCH 04/10] nvme-fabrics: introduce nvmf_error_recovery API
` [PATCH 05/10] nvme/nvme-fabrics: introduce nvmf_error_recovery_work API
` [PATCH 06/10] nvme/nvme-fabrics: introduce nvmf_reconnect_ctrl_work API
` [PATCH 07/10] nvme-fabrics: add nvmf_init_ctrl/nvmf_uninit_ctrl API
` [PATCH 08/10] nvme-rdma: update WARN_ON condition during reset
` [PATCH 09/10] nvme/nvme-fabrics: move reset ctrl flow to common code
` [PATCH 10/10] nvme-fabrics: set common attributes during nvmf_init_ctrl

[PATCH] nvme: invalidate paths when removing contoller
 2021-10-20  5:58 UTC  (2+ messages)

[PATCH V4 0/6] blk-mq: support concurrent queue quiescing
 2021-10-20  0:28 UTC  (6+ messages)

Deadlock on failure to read NVMe namespace
 2021-10-19 20:13 UTC  (10+ messages)

[PATCH] nvme/mpath: fix hang when disk goes live over reconnect
 2021-10-19 15:13 UTC  (8+ messages)

[PATCHv2 0/3] nvmet: discovery controller discovery support
 2021-10-19 13:50 UTC  (6+ messages)
` [PATCH 1/3] nvmet: switch check for subsystem type
` [PATCH 2/3] nvme: add new discovery log page entry definitions
` [PATCH 3/3] nvmet: register discovery subsystem as 'current'

SK hynix BC511: warning: nvme nvme0: missing or invalid SUBNQN field
 2021-10-19  9:01 UTC  (7+ messages)

[linux-nvme:nvme-5.16] BUILD SUCCESS 9c3eb80060c56f1be78cd87c537539ecd22f01dd
 2021-10-19  8:00 UTC 

don't use ->bd_inode to access the block device size v3
 2021-10-19  1:04 UTC  (40+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "

[linux-nvme:nvme-5.16] BUILD SUCCESS 1b05b7825ef38c7e8969e111360ec13520cb4ea9
 2021-10-18 17:19 UTC 

[PATCH nvme-cli] huawei: filter out the partition disks
 2021-10-18  7:06 UTC  (4+ messages)

don't use ->bd_inode to access the block device size v2
 2021-10-18  6:22 UTC  (30+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 11/30] affs: "
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks

[PATCH 1/1] nvme-rdma: fix error code in nvme_rdma_setup_ctrl
 2021-10-18  4:50 UTC  (3+ messages)

[linux-nvme:nvme-5.15] BUILD SUCCESS 857fca76fb4392c0d11c7819fcaaba029c2e1721
 2021-10-16 17:20 UTC 

[linux-nvme:nvme-5.16] BUILD SUCCESS 1e4d14b5752641d774124e239c1101ff7860a0a1
 2021-10-16 16:51 UTC 

[PATCH] nvmet-tcp: fix a memory leak when releasing a queue
 2021-10-16  4:42 UTC  (3+ messages)

[PATCH] nvme: rename 'subtype' attribute to 'subsystype'
 2021-10-16  4:39 UTC  (2+ messages)


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