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

refactor the nvme scanning and validation code
 2020-09-28 12:35 UTC  (21+ 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

[GIT PULL] nvme updates for 5.10
 2020-09-28  9:13 UTC  (4+ messages)

[PATCHv4 0/3] zoned block device specific errors
 2020-09-28  8:26 UTC  (5+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses
` [PATCHv4 2/3] nvme: translate zone resource errors
` [PATCHv4 3/3] scsi: handle zone resources errors

[linux-nvme:nvme-5.10] BUILD SUCCESS 21cc2f3f799fa228f812f7ab971fa8d43c893392
 2020-09-27 19:46 UTC 

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

[PATCH v8] nvme-fabrics: reject I/O to offline device
 2020-09-27 11:48 UTC  (4+ messages)

[RFC] nvme-mpath: delete disk after last connection
 2020-09-27  6:07 UTC  (3+ messages)

[PATCH v7 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
 2020-09-25 17:32 UTC  (2+ messages)

[linux-nvme:nvme-5.10] BUILD SUCCESS e865ff4810943111a25f8891d6ebac390cc57b93
 2020-09-25 16:41 UTC 

[bugzilla-daemon@bugzilla.kernel.org: [Bug 209149] New: "iommu/vt-d: Enable PCI ACS for platform opt in hint" makes NVMe config space not accessible after S3]
 2020-09-25  6:35 UTC  (9+ messages)

[linux-nvme:nvme-5.10] BUILD SUCCESS e4b896b9af1a78f671773e2ad9d3b6b2557c46eb
 2020-09-25  2:07 UTC 

[PATCHv4 0/3] zoned block device specific errors
 2020-09-25  1:28 UTC  (2+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses

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

[GIT PULL] nvme fixes for 5.9
 2020-09-24 19:43 UTC  (2+ messages)

[PATCH] nvme: fix error handling in nvme_ns_report_zones
 2020-09-24 10:47 UTC  (2+ messages)

[RFC] nvme/pci: allocate separate interrupt for reserved non-polled IO queue
 2020-09-24  8:51 UTC  (4+ messages)

[linux-nvme:nvme-5.9] BUILD SUCCESS 46d2613eae51d527ecaf0e8248a9bfcc0b92aa7e
 2020-09-24  6:14 UTC 

kernel panics when hot removing U.2 nvme disk
 2020-09-24  6:14 UTC  (6+ messages)

[PATCH] nvmet-fc: fix missing check for no hostport struct
 2020-09-24  5:10 UTC  (3+ messages)

[PATCH] nvme-core: use xarray for cel storing
 2020-09-24  5:07 UTC  (4+ messages)

[PATCH 0/1] nvmet: add ZNS passthru support
 2020-09-24  5:07 UTC  (3+ messages)
` [PATCH 1/1] nvmet: add passthru ZNS support

[PATCH] nvme-core: don't use NVME_NSID_ALL for cmd-effect
 2020-09-23 18:02 UTC  (3+ messages)

[PATCH] nvme: fix use-after-free during booting
 2020-09-23 16:40 UTC  (11+ messages)

lockdep splat when disconnecting NVMe oF TCP inititator
 2020-09-23  9:02 UTC 

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-23  8:45 UTC  (8+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h

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

[linux-nvme:nvme-5.9] BUILD SUCCESS 9e0e8dac985d4bd07d9e62922b9d189d3ca2fccf
 2020-09-23  4:09 UTC 

[PATCHv3 0/4] zoned block device specific errors
 2020-09-22 21:48 UTC  (17+ messages)
` [PATCHv3 1/4] block: add zone specific block statuses
` [PATCHv3 2/4] nvme: translate zone resource errors
` [PATCHv3 3/4] scsi: update additional sense codes list
` [PATCHv3 4/4] scsi: handle zone resources errors

[PATCH 0/7] nvme-fcloop: fix shutdown and improve logging
 2020-09-22 12:15 UTC  (8+ messages)
` [PATCH 1/7] nvme-fcloop: flush workqueue before calling nvme_fc_unregister_remoteport()
` [PATCH 2/7] nvmet-fc: use per-target workqueue when removing associations
` [PATCH 3/7] nvme-fcloop: use IDA for port ids
` [PATCH 4/7] nvmet-fc: use feature flag for virtual LLDD
` [PATCH 5/7] nvme-fc: "
` [PATCH 6/7] nvme-fcloop: use a device for nport
` [PATCH 7/7] nvme-fcloop: use a device for lport

[linux-nvme:nvme-5.9] BUILD SUCCESS 3b86a1dfbeb2d45a3a79daca43aa3a04771836e9
 2020-09-22  3:04 UTC 

[PATCH blktests 00/11] NVMe Target Passthru Block Tests
 2020-09-21 23:29 UTC  (2+ messages)

processor reboots if nvme host controller is surprise removed
 2020-09-21 20:45 UTC  (4+ messages)

[PATCH 0/3] [backport] nvme: Consolidate chunk_sectors settings
 2020-09-21 19:25 UTC  (5+ messages)
` [PATCH 1/3] [backport] nvme: Cleanup and rename nvme_block_nr()
` [PATCH 2/3] [backport] nvme: Introduce nvme_lba_to_sect()
` [PATCH 3/3] [backport] nvme: consolidate chunk_sectors settings

[PATCH] nvme: replace meaningless judgement by checking whether req is null
 2020-09-21 16:08 UTC  (6+ messages)

[PATCH] nvme-fc: fail new connections to a deleted host or remote port
 2020-09-21 14:45 UTC  (3+ messages)

撤回: [PATCH] [v2] nvme: use correct upper limit for tag in nvme_handle_cqe()
 2020-09-21  2:27 UTC 

[PATCH] [v2] nvme: use correct upper limit for tag in nvme_handle_cqe()
 2020-09-21  2:26 UTC  (5+ messages)

[PATCH V6 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-09-21  2:22 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 126/206] nvme-multipath: do not reset on unknown status
 2020-09-18 18:46 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 127/206] nvme: Fix controller creation races with teardown flow
` [PATCH AUTOSEL 4.19 197/206] nvme: fix possible deadlock when I/O is blocked
` [PATCH AUTOSEL 4.19 206/206] nvme: explicitly update mpath disk capacity on revalidation

[PATCH] nvme: fix NULL pointer dereference
 2020-09-18 18:38 UTC  (7+ messages)

[PATCH] nvme: use correct upper limit for tag in nvme_handle_cqe()
 2020-09-18  8:37 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 205/330] nvme-multipath: do not reset on unknown status
 2020-09-18  2:01 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 206/330] nvme: Fix ctrl use-after-free during sysfs deletion
` [PATCH AUTOSEL 5.4 207/330] nvme: Fix controller creation races with teardown flow
` [PATCH AUTOSEL 5.4 314/330] nvme: fix possible deadlock when I/O is blocked
` [PATCH AUTOSEL 5.4 330/330] nvme: explicitly update mpath disk capacity on revalidation

[linux-nvme:nvme-5.10] BUILD SUCCESS d7113a600e39a10c295b12abf6f3dbb8c2dbd451
 2020-09-17 21:05 UTC 

[linux-nvme:nvme-5.9] BUILD SUCCESS 3a6b076168e20a50289d71f601f1dd02be0f8e88
 2020-09-17 20:46 UTC 

[GIT PULL] nvme fixes for 5.9
 2020-09-17 17:50 UTC  (2+ messages)

[PATCH] nvme: return errors for hwmon init
 2020-09-17 16:47 UTC  (3+ messages)

[PATCH] nvme: fix doulbe irq free
 2020-09-17 15:26 UTC  (4+ messages)

[PATCH] nvmet: handle keep-alive timer when kato is modified by a set features cmd
 2020-09-17  8:55 UTC  (2+ messages)

[PATCH 1/5] nvmet-tcp: have queue io_work context run on sock incoming cpu
 2020-09-17  8:54 UTC  (2+ messages)

[PATCH V3 0/3] nvme: fix module ref count Oops
 2020-09-17  8:42 UTC  (7+ messages)
` [PATCH V3 1/3] nvme-core: get/put ctrl in nvme_dev_open/release()
` [PATCH V3 2/3] nvmet: get transport reference for passthru ctrl
` [PATCH V3 3/3] nvme: lift file open code from nvme_ctrl_get_by_path


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).