linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-14 12:11:28 to 2021-10-19 13:50:10 UTC [more...]

[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'

[PATCH v1 0/7] Centrelize common fabrics code to core drivers
 2021-10-19 13:41 UTC  (30+ 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

Deadlock on failure to read NVMe namespace
 2021-10-19 12:40 UTC  (3+ messages)

[PATCH] nvmet_tcp: fix header digest verification
 2021-10-19 12:18 UTC 

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 00/13] block: add_disk() error handling stragglers
 2021-10-18 16:15 UTC  (20+ 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 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  (63+ 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: "

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

[PATCH V4 0/6] blk-mq: support concurrent queue quiescing
 2021-10-18  1:19 UTC  (6+ messages)
` [PATCH V4 3/6] nvme: prepare for pairing quiescing and unquiescing

[PATCH] nvmet: prefer struct_size over open coded arithmetic
 2021-10-17 17:23 UTC  (2+ 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)

switch block layer polling to a bio based model v4
 2021-10-15 13:24 UTC  (4+ messages)
` [PATCH 14/16] block: switch polling to be bio based

[linux-nvme:nvme-5.15] BUILD SUCCESS be5eb933542629ad6a7d4c92097b1b472b1612d0
 2021-10-15  2:55 UTC 

[PATCHv2 0/2] nvme shadow doorbel buf fixes
 2021-10-14 21:21 UTC  (8+ messages)
` [PATCHv2 1/2] nvme-pci: clear shadow doorbell memory on resets
` [PATCHv2 2/2] nvme-pci: remove cached shadow doorbell offsets

don't use ->bd_inode to access the block device size
 2021-10-14 15:35 UTC  (6+ messages)

[GIT PULL] nvme fixes for Linux 5.15
 2021-10-14 15:07 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;
as well as URLs for NNTP newsgroup(s).