linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-28 12:36:29 to 2020-10-02 08:28:03 UTC [more...]

[PATCH v10 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-02  8:27 UTC 

[PATCH blk-next 0/2] Delete the get_vector_affinity leftovers
 2020-10-02  6:45 UTC  (9+ messages)
` [PATCH blk-next 1/2] blk-mq-rdma: Delete not-used multi-queue RDMA map queue code
` [PATCH blk-next 2/2] RDMA/core: Delete not-implemented get_vector_affinity

refactor the nvme scanning and validation code
 2020-10-02  6:41 UTC  (88+ messages)
` [PATCH 01/20] block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONED
` [PATCH 02/20] nvme: fix initialization of the zone bitmaps
` [PATCH 03/20] nvme: remove the disk argument to nvme_update_zone_info
` [PATCH 04/20] nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns
` [PATCH 05/20] nvme: rename _nvme_revalidate_disk
` [PATCH 06/20] nvme: rename __nvme_revalidate_disk
` [PATCH 07/20] nvme: lift the check for an unallocated namespace into nvme_identify_ns
` [PATCH 08/20] nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_block
` [PATCH 09/20] nvme: factor out a nvme_configure_metadata helper
` [PATCH 10/20] nvme: freeze the queue over ->lba_shift updates
` [PATCH 11/20] nvme: clean up the check for too large logic block sizes
` [PATCH 12/20] nvme: remove the 0 lba_shift check in nvme_update_ns_info
` [PATCH 13/20] nvme: set the queue limits "
` [PATCH 14/20] nvme: update the known admin effects
` [PATCH 15/20] nvme: remove nvme_update_formats
` [PATCH 16/20] nvme: revalidate zone bitmaps in nvme_update_ns_info
` [PATCH 17/20] nvme: query namespae identifiers before adding the namespace
` [PATCH 18/20] nvme: move nvme_validate_ns
` [PATCH 19/20] nvme: refactor nvme_validate_ns
` [PATCH 20/20] nvme: remove nvme_identify_ns_list

[linux-nvme:nvme-5.10] BUILD SUCCESS 5ad9675443f6e73deeb2245bf2affb73c92ae363
 2020-10-02  5:18 UTC 

[PATCH V2 0/4] nvmet: allow target to export readonly ns
 2020-10-02  2:56 UTC  (5+ messages)
` [PATCH V2 1/4] nvmet: change the type of the ns->readonly
` [PATCH V2 2/4] nvmet: allow user to set the ns readonly
` [PATCH V2 3/4] nvmet: allow readonly bdev-ns to be configured
` [PATCH V2 4/4] nvmet: allow readonly file-ns "

[PATCHv4 0/3] zoned block device specific errors
 2020-10-01 21:35 UTC  (3+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses

[PATCH V2 0/2] nvme-core: increamental cleanup
 2020-10-01 20:51 UTC  (4+ messages)
` [PATCH V2 1/2] nvme-core: remove extra variable
` [PATCH V2 2/2] nvme-core: remove extra condition for vwc

[PATCH v9 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-01 19:48 UTC  (11+ messages)
` [PATCH v9 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v9 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v9 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v9 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v9 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v9 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v9 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH 0/2] nvme-core: increamental cleanup
 2020-10-01 18:06 UTC  (4+ messages)
` [PATCH 1/2] nvme-core: remove extra variable
` [PATCH 2/2] nvme-core: remove extra condition for vwc

[PATCH 0/3] nvmet: allow target to export readonly ns
 2020-10-01 17:24 UTC  (5+ messages)
` [PATCH 1/3] nvmet: allow user to set the ns readonly
` [PATCH 2/3] nvmet: allow readonly bdev-ns to be configured
` [PATCH 3/3] nvmet: allow readonly file-ns "

[PATCH v9] nvme-fabrics: reject I/O to offline device
 2020-10-01  8:55 UTC  (5+ messages)

Exporting NVMe-oF devices read-only enforced on export from the NVMe-oF target
 2020-10-01  1:41 UTC  (4+ messages)

[PATCH 00/22] add Object Storage Media Pool (mpool)
 2020-09-30 21:49 UTC  (28+ messages)
` [PATCH 01/22] mpool: add utility routines and ioctl definitions
    ` [EXT] "
` [PATCH 02/22] mpool: add in-memory struct definitions
` [PATCH 03/22] mpool: add on-media "
` [PATCH 04/22] mpool: add pool drive component which handles mpool IO using the block layer API
` [PATCH 05/22] mpool: add space map component which manages free space on mpool devices
` [PATCH 06/22] mpool: add on-media pack, unpack and upgrade routines
` [PATCH 07/22] mpool: add superblock management routines
` [PATCH 08/22] mpool: add pool metadata routines to manage object lifecycle and IO
` [PATCH 09/22] mpool: add mblock lifecycle management and IO routines
` [PATCH 10/22] mpool: add mlog IO utility routines
` [PATCH 11/22] mpool: add mlog lifecycle management and IO routines
` [PATCH 12/22] mpool: add metadata container or mlog-pair framework
` [PATCH 13/22] mpool: add utility routines for mpool lifecycle management
` [PATCH 14/22] mpool: add pool metadata routines to create persistent mpools
` [PATCH 15/22] mpool: add mpool lifecycle management routines
` [PATCH 16/22] mpool: add mpool control plane utility routines
` [PATCH 17/22] mpool: add mpool lifecycle management ioctls
    ` [EXT] "
` [PATCH 18/22] mpool: add object "
` [PATCH 19/22] mpool: add support to mmap arbitrary collection of mblocks
` [PATCH 20/22] mpool: add support to proactively evict cached mblock data from the page-cache
` [PATCH 21/22] mpool: add documentation
` [PATCH 22/22] mpool: add Kconfig and Makefile

[PATCH blktests v2 00/11] NVMe Target Passthru Block Tests
 2020-09-30 18:54 UTC  (12+ messages)
` [PATCH blktests v2 01/11] common/fio: Remove state file in common helper
` [PATCH blktests v2 02/11] common/xfs: Create common helper to check for XFS support
` [PATCH blktests v2 03/11] common/xfs: Create common helper to verify block device with xfs
` [PATCH blktests v2 04/11] nvme: Search for specific subsysnqn in _find_nvme_loop_dev
` [PATCH blktests v2 05/11] nvme: Add common helpers for passthru tests
` [PATCH blktests v2 06/11] nvme/033: Simple test to create and connect to a passthru target
` [PATCH blktests v2 07/11] nvme/034: Add test for passthru data verification
` [PATCH blktests v2 08/11] nvme/035: Add test to verify passthru controller with a filesystem
` [PATCH blktests v2 09/11] nvme/036: Add test for testing reset command on nvme-passthru
` [PATCH blktests v2 10/11] nvme/037: Add test which loops passthru connect and disconnect
` [PATCH blktests v2 11/11] nvme/038: Test removal of un-enabled subsystem and ports

[linux-nvme:nvme-5.10] BUILD SUCCESS 9e0a7d23d7565098941549509c4ae2fbd73764a1
 2020-09-30 18:48 UTC 

[PATCH net-next RFC v1 00/10] nvme-tcp receive offloads
 2020-09-30 16:20 UTC  (11+ messages)
` [PATCH net-next RFC v1 01/10] iov_iter: Skip copy in memcpy_to_page if src==dst
` [PATCH net-next RFC v1 02/10] net: Introduce direct data placement tcp offload
` [PATCH net-next RFC v1 03/10] net: Introduce crc offload for tcp ddp ulp
` [PATCH net-next RFC v1 04/10] net/tls: expose get_netdev_for_sock
` [PATCH net-next RFC v1 05/10] nvme-tcp: Add DDP offload control path
` [PATCH net-next RFC v1 06/10] nvme-tcp: Add DDP data-path
` [PATCH net-next RFC v1 07/10] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH net-next RFC v1 08/10] nvme-tcp: Deal with netdevice DOWN events
` [PATCH net-next RFC v1 09/10] net/mlx5e: Add NVMEoTCP offload
` [PATCH net-next RFC v1 10/10] net/mlx5e: NVMEoTCP, data-path for DDP offload

[PATCH v9] nvme-fabrics: reject I/O to offline device
 2020-09-30 13:14 UTC 

kernel panic in nvmet_tcp when receiving malformed admin command
 2020-09-30 11:28 UTC  (3+ messages)

[PATCH] nvme-loop: don't put ctrl on nvme_init_ctrl error
 2020-09-30  6:40 UTC  (2+ messages)

[RFC] nvme-mpath: delete disk after last connection
 2020-09-30  5:36 UTC  (8+ messages)

[PATCH V2 0/2] nvme-loop: use xarray for ctrl and port list
 2020-09-30  4:55 UTC  (3+ messages)
` [PATCH V2 1/2] nvme-loop: use xarray for loop ctrl tracking
` [PATCH V2 2/2] nvme-loop: use xarray for loop port tracking

lockdep splat when disconnecting NVMe oF TCP inititator
 2020-09-29  8:20 UTC  (2+ messages)

[PATCH] [v2] nvme: replace meaningless judgement by checking whether req is null
 2020-09-29  8:14 UTC  (2+ messages)

[PATCH v8] nvme-fabrics: reject I/O to offline device
 2020-09-29  8:10 UTC  (4+ messages)

Kernel panic is seen while running iozone over multiple ports and toggling the link on TOT kernel
 2020-09-29  8:05 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 9/9] nvme-fc: fail new connections to a deleted host or remote port
 2020-09-29  1:31 UTC 

[PATCH AUTOSEL 4.19 05/11] nvme-core: get/put ctrl and transport module in nvme_dev_open/release()
 2020-09-29  1:31 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 11/11] nvme-fc: fail new connections to a deleted host or remote port

[PATCH AUTOSEL 5.4 07/18] nvme-core: get/put ctrl and transport module in nvme_dev_open/release()
 2020-09-29  1:31 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 17/18] nvme-pci: fix NULL req in completion handler
` [PATCH AUTOSEL 5.4 18/18] nvme-fc: fail new connections to a deleted host or remote port

[PATCH AUTOSEL 5.8 12/29] nvme-pci: disable the write zeros command for Intel 600P/P3100
 2020-09-29  1:30 UTC  (4+ messages)
` [PATCH AUTOSEL 5.8 13/29] nvme-core: get/put ctrl and transport module in nvme_dev_open/release()
` [PATCH AUTOSEL 5.8 26/29] nvme-pci: fix NULL req in completion handler
` [PATCH AUTOSEL 5.8 27/29] nvme-fc: fail new connections to a deleted host or remote port

[GIT PULL] nvme updates for 5.10
 2020-09-28 15:03 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).