linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-26 13:39:06 to 2020-07-02 15:53:13 UTC [more...]

rename ->make_request_fn and move it to the block_device_operations
 2020-07-02 15:52 UTC  (32+ messages)
` [PATCH 01/20] nfblock: stop using ->queuedata
` [PATCH 02/20] simdisk: "
` [PATCH 03/20] drbd: "
` [PATCH 04/20] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/20] ps3vram: stop using ->queuedata
` [PATCH 06/20] rsxx: "
` [PATCH 07/20] umem: "
` [PATCH 08/20] zram: "
` [PATCH 09/20] bcache: stop setting ->queuedata
` [PATCH 10/20] dm: stop using ->queuedata
` [PATCH 11/20] fs: remove a weird comment in submit_bh_wbc
` [PATCH 12/20] block: remove the request_queue argument from blk_queue_split
` [PATCH 13/20] block: tidy up a warning in bio_check_ro
` [PATCH 14/20] block: remove the NULL queue check in generic_make_request_checks
` [PATCH 15/20] block: remove the nr_sectors variable "
` [PATCH 16/20] block: move ->make_request_fn to struct block_device_operations
` [PATCH 17/20] block: rename generic_make_request to submit_bio_noacct
` [PATCH 18/20] block: refator submit_bio_noacct
` [PATCH 19/20] block: shortcut __submit_bio_noacct for blk-mq drivers
` [PATCH 20/20] block: remove direct_make_request

rename ->make_request_fn and move it to the block_device_operations v2
 2020-07-02 14:51 UTC  (28+ messages)
` [PATCH 01/20] nfblock: stop using ->queuedata
` [PATCH 02/20] simdisk: "
` [PATCH 03/20] drbd: "
` [PATCH 04/20] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/20] ps3vram: stop using ->queuedata
` [PATCH 06/20] rsxx: "
` [PATCH 07/20] umem: "
` [PATCH 08/20] zram: "
` [PATCH 09/20] bcache: stop setting ->queuedata
` [PATCH 10/20] dm: stop using ->queuedata
` [PATCH 11/20] fs: remove a weird comment in submit_bh_wbc
` [PATCH 12/20] block: remove the request_queue argument from blk_queue_split
` [PATCH 13/20] block: tidy up a warning in bio_check_ro
` [PATCH 14/20] block: remove the NULL queue check in generic_make_request_checks
` [PATCH 15/20] block: remove the nr_sectors variable "
` [PATCH 16/20] block: move ->make_request_fn to struct block_device_operations
` [PATCH 17/20] block: rename generic_make_request to submit_bio_noacct
` [PATCH 18/20] block: refator submit_bio_noacct
` [PATCH 19/20] block: shortcut __submit_bio_noacct for blk-mq drivers
` [PATCH 20/20] block: remove direct_make_request

[PATCH v6] nvme-fabrics: reject I/O to offline device
 2020-07-02 14:48 UTC  (2+ messages)

[PATCH V4] nvme-fabrics: reject I/O to offline device
 2020-07-02 14:35 UTC  (6+ messages)

[PATCH 0/2] Export max open zones and max active zones to sysfs
 2020-07-02 12:37 UTC  (12+ messages)
` [PATCH 1/2] block: add max_open_zones to blk-sysfs
` [PATCH 2/2] block: add max_active_zones "

[V2 PATCH 0/4] ZNS: Extra features for current patche
 2020-07-02 10:27 UTC  (16+ messages)
` [PATCH 1/4] block: Add zone flags to queue zone prop
` [PATCH 2/4] block: add support for zone offline transition
` [PATCH 3/4] nvme: Add consistency check for zone count
` [PATCH 4/4] block: add attributes to zone report

[PATCH v3 0/4] ZNS: Extra features for current patches
 2020-07-02 10:18 UTC  (9+ messages)
` [PATCH v3 1/4] block: Add zone flags to queue zone prop
` [PATCH v3 2/4] block: add support for zone offline transition
` [PATCH v3 3/4] nvme: Add consistency check for zone count
` [PATCH v3 4/4] block: add attributes to zone report

[GIT PULL] nvme fixes for 5.8
 2020-07-02  8:42 UTC 

[PATCH v5] nvme-fabrics: reject I/O to offline device
 2020-07-02  4:45 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 15/17] nvme-rdma: assign completion vector correctly
 2020-07-02  1:26 UTC 

[PATCH AUTOSEL 4.19 25/27] nvme-rdma: assign completion vector correctly
 2020-07-02  1:26 UTC 

[PATCH AUTOSEL 5.4 37/40] nvme-rdma: assign completion vector correctly
 2020-07-02  1:23 UTC 

[PATCH AUTOSEL 5.7 47/53] nvme-rdma: assign completion vector correctly
 2020-07-02  1:21 UTC 

[PATCH V2 0/2] nvme: replace linked list with xarray for ns tracking
 2020-07-01 18:43 UTC  (16+ messages)
` [PATCH V2 1/2] nvme-core: use xarray for ctrl "
` [PATCH V2 2/2] nvmet: use xarray for ctrl ns storing

NVMe regression, NVMe no longer uses blk_path_error()
 2020-07-01 16:39 UTC 

[PATCHv4 0/5] nvme support for zoned namespace command set
 2020-07-01  6:37 UTC  (13+ messages)
` [PATCHv4 1/5] block: add capacity field to zone descriptors
` [PATCHv4 2/5] null_blk: introduce zone capacity for zoned device
` [PATCHv4 3/5] nvme: implement I/O Command Sets Command Set support
` [PATCHv4 4/5] nvme: support for multi-command set effects
` [PATCHv4 5/5] nvme: support for zoned namespaces

[PATCH] nvme: validate cntlid's only for nvme >= 1.1.0
 2020-06-30 14:08 UTC  (5+ messages)

[PATCH 0/2] Zone Descriptor Extension for Zoned Block Devices
 2020-06-30 13:28 UTC  (10+ messages)
` [PATCH 1/2] block: add zone_desc_ext_bytes to sysfs
` [PATCH 2/2] block: add BLKSETDESCZONE ioctl for Zoned Block Devices

[PATCH v2] nvme: fix a crash in nvme_mpath_add_disk
 2020-06-29 16:17 UTC  (3+ messages)

[PATCH] nvme: fix a crash in nvme_mpath_add_disk
 2020-06-29 14:32 UTC 

[PATCH for-stable nvmet 0/6] nvme: Fix for blk_update_request IO error
 2020-06-29 13:55 UTC 

[PATCHv3 5/5] nvme: support for zoned namespaces
 2020-06-29 13:53 UTC 

[RFC PATCH] nvme-pci: Move the sg table allocation/free into init/exit_request
 2020-06-29 12:49 UTC  (5+ messages)

[PATCH v3] nvme: fix identify error status silent ignore
 2020-06-29 11:49 UTC  (5+ messages)

blktests nvme/004 failed on linux-stable 5.7.y
 2020-06-29 11:40 UTC  (5+ messages)
    ` regression: "

[PATCH 1/1] nvme: initialize CMB only if supported
 2020-06-29 11:31 UTC  (2+ messages)

[PATCH RFC for-5.8-rc] nvme-core: fix deadlock in disconnect during scan_work and/or ana_work
 2020-06-29  7:44 UTC  (3+ messages)

[PATCH] nvme: fix identify error status silent ignore
 2020-06-28  5:28 UTC  (3+ messages)

[PATCH 0/6] ZNS: Extra features for current patches
 2020-06-26 16:25 UTC  (10+ messages)
` [PATCH 4/6] block: introduce IOCTL to report dev properties
` [PATCH 5/6] block: add zone attr. to zone mgmt IOCTL struct

[PATCH v3 for-5.8-rc 0/5] address deadlocks in high stress ns scanning and ana updates
 2020-06-26 16:08 UTC  (8+ messages)
` [PATCH v3 for-5.8-rc 1/5] nvme: fix possible deadlock when I/O is blocked
` [PATCH v3 for-5.8-rc 2/5] nvme-multipath: fix deadlock between ana_work and scan_work
` [PATCH v3 for-5.8-rc 3/5] nvme: don't protect ns mutation with ns->head->lock

[PATCH v14 0/9] nvmet: add target passthru commands support
 2020-06-26 15:39 UTC  (10+ messages)
` [PATCH v14 1/9] nvme-core: Clear any SGL flags in passthru commands
` [PATCH v14 2/9] nvme: Create helper function to obtain command effects
` [PATCH v14 3/9] nvme: Move nvme_passthru_[start|end]() calls to common helper
` [PATCH v14 4/9] nvmet-passthru: Introduce NVMet passthru Kconfig option
` [PATCH v14 5/9] nvme-core: Introduce nvme_ctrl_get_by_path()
` [PATCH v14 6/9] nvme: Export existing nvme core functions
` [PATCH v14 7/9] nvmet-passthru: Add passthru code to process commands
` [PATCH v14 8/9] nvmet-passthru: Add enable/disable helpers
` [PATCH v14 9/9] nvmet-configfs: Introduce passthru configfs interface

[GIT PULL] nvme fixes for 5.8
 2020-06-25 18:57 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).