linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 01:02:44 to 2021-05-25 18:18:48 UTC [more...]

iSCSI error handler fixes v2
 2021-05-25 18:17 UTC  (4+ messages)
` [PATCH v2 01/28] scsi: iscsi: Add task completion helper
` [PATCH v2 02/28] scsi: iscsi: Stop queueing during ep_disconnect
` [PATCH v2 03/28] scsi: iscsi: Drop suspend calls from ep_disconnect

vhost: multiple worker support
 2021-05-25 18:06 UTC  (10+ messages)
` [PATCH 1/9] vhost: move worker thread fields to new struct
` [PATCH 2/9] vhost: move vhost worker creation to kick setup
` [PATCH 3/9] vhost: modify internal functions to take a vhost_worker
` [PATCH 4/9] vhost: allow vhost_polls to use different vhost_workers
` [PATCH 5/9] vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH 6/9] vhost-scsi: make SCSI cmd completion per vq
` [PATCH 7/9] vhost: allow userspace to create workers
` [PATCH 8/9] vhost: add vhost_dev pointer to vhost_work
` [PATCH 9/9] vhost: support sharing workers across devs

vhost: coding style and flush cleanups
 2021-05-25 17:47 UTC  (6+ messages)
` [PATCH 1/5] vhost: remove work arg from vhost_work_flush
` [PATCH 2/5] vhost-scsi: remove extra flushes
` [PATCH 3/5] vhost-scsi: reduce flushes during endpoint clearing
` [PATCH 4/5] vhost: fix poll coding style
` [PATCH 5/5] vhost: fix up vhost_work "

[RFC] virtio_scsi: to poll and kick the virtqueue in timeout handler
 2021-05-25 17:34 UTC  (7+ messages)

[PATCH v4 1/2] scsi: ufs: export hibern8 entry
 2021-05-25 16:44 UTC  (5+ messages)
` [PATCH v4 2/2] scsi: ufs-qcom: enter and exit hibern8 during clock scaling

[PATCH v3 0/3] Introduce enums for SCSI status codes
 2021-05-25 16:44 UTC  (9+ messages)
` [PATCH v3 1/3] libsas: Introduce more SAM status code aliases in enum exec_status
` [PATCH v3 2/3] Introduce enums for the SAM, message, host and driver status codes
  ` 2463a604a8: netperf.Throughput_tps 12.8% improvement
` [PATCH v3 3/3] Change the type of the second argument of scsi_host_complete_all_commands()

[PATCH v1 0/3] Optimize host lock on TR send/compl paths and utilize UTRLCNR
 2021-05-25 16:40 UTC  (12+ messages)
` [PATCH v1 1/3] scsi: ufs: Remove a redundant command completion logic in error handler
` [PATCH v1 2/3] scsi: ufs: Optimize host lock on transfer requests send/compl paths
` [PATCH v1 3/3] scsi: ufs: Utilize Transfer Request List Completion Notification Register

[PATCH v3 00/51] Remove the request pointer from struct scsi_cmnd
 2021-05-25 16:19 UTC  (55+ messages)
` [PATCH v3 01/51] core: Introduce the scsi_cmd_to_rq() function
` [PATCH v3 02/51] core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
` [PATCH v3 03/51] sd: "
` [PATCH v3 04/51] sr: "
` [PATCH v3 05/51] scsi_transport_fc: "
` [PATCH v3 06/51] scsi_transport_spi: "
` [PATCH v3 07/51] ata: "
` [PATCH v3 08/51] RDMA/iser: "
` [PATCH v3 09/51] RDMA/srp: "
` [PATCH v3 10/51] zfcp: "
` [PATCH v3 11/51] 53c700: "
` [PATCH v3 12/51] NCR5380: "
` [PATCH v3 13/51] aacraid: "
` [PATCH v3 14/51] advansys: "
` [PATCH v3 15/51] aha1542: "
` [PATCH v3 16/51] bnx2i: "
` [PATCH v3 17/51] csiostor: "
` [PATCH v3 18/51] cxlflash: "
` [PATCH v3 19/51] dpt_i2o: "
` [PATCH v3 20/51] fnic: "
` [PATCH v3 21/51] hisi_sas: "
` [PATCH v3 22/51] hpsa: "
` [PATCH v3 23/51] ibmvfc: "
` [PATCH v3 24/51] ibmvscsi: "
` [PATCH v3 25/51] ips: "
` [PATCH v3 26/51] libsas: "
` [PATCH v3 27/51] lpfc: "
` [PATCH v3 28/51] megaraid: "
` [PATCH v3 29/51] mpt3sas: "
` [PATCH v3 30/51] mvumi: "
` [PATCH v3 31/51] myrb: "
` [PATCH v3 32/51] myrs: "
` [PATCH v3 33/51] ncr53c8xx: "
` [PATCH v3 34/51] qedf: "
` [PATCH v3 35/51] qedi: "
` [PATCH v3 36/51] qla1280: "
` [PATCH v3 37/51] qla2xxx: "
` [PATCH v3 38/51] qla4xxx: "
` [PATCH v3 39/51] qlogicpti: "
` [PATCH v3 40/51] scsi_debug: "
` [PATCH v3 41/51] smartpqi: "
` [PATCH v3 42/51] snic: "
` [PATCH v3 43/51] stex: "
` [PATCH v3 44/51] sun3_scsi: "
` [PATCH v3 45/51] sym53c8xx: "
` [PATCH v3 46/51] ufs: "
` [PATCH v3 47/51] virtio_scsi: "
` [PATCH v3 48/51] xen-scsifront: "
` [PATCH v3 49/51] tcm_loop: "
` [PATCH v3 50/51] usb-storage: "
` [PATCH v3 51/51] core: Remove the request member from struct scsi_cmnd

REQ_HIPRI and SCSI mid-level
 2021-05-25 16:03 UTC  (2+ messages)

[PATCH v6 00/24] Introducing mpi3mr driver
 2021-05-25 14:43 UTC  (3+ messages)
` [PATCH v6 13/24] mpi3mr: implement scsi error handler hooks

[RFC 0/2] Serialize timeout handling and done callback
 2021-05-25 13:26 UTC  (2+ messages)

[PATCH v19 00/45] sg: add v4 interface
 2021-05-25  8:36 UTC  (23+ messages)
` [PATCH v19 25/45] sg: replace rq array with xarray
` [PATCH v19 27/45] sg: add sg v4 interface support
` [PATCH v19 28/45] sg: rework debug info
` [PATCH v19 29/45] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v19 30/45] sg: expand sg_comm_wr_t
` [PATCH v19 31/45] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v19 32/45] sg: add some __must_hold macros
` [PATCH v19 33/45] sg: move procfs objects to avoid forward decls
` [PATCH v19 34/45] sg: protect multiple receivers
` [PATCH v19 35/45] sg: first debugfs support
` [PATCH v19 36/45] sg: rework mmap support
` [PATCH v19 37/45] sg: defang allow_dio
` [PATCH v19 38/45] sg: warn v3 write system call users
` [PATCH v19 39/45] sg: add mmap_sz tracking
` [PATCH v19 40/45] sg: remove rcv_done request state
` [PATCH v19 41/45] sg: track lowest inactive and await indexes
` [PATCH v19 42/45] sg: remove unit attention check for device changed
` [PATCH v19 43/45] sg: no_dxfer: move to/from kernel buffers
` [PATCH v19 44/45] sg: add blk_poll support
` [PATCH v19 45/45] sg: bump version to 4.0.12

move bd_mutex to the gendisk v2
 2021-05-25  8:26 UTC  (17+ messages)
` [PATCH 1/8] block: split __blkdev_get
` [PATCH 2/8] block: move sync_blockdev from __blkdev_put to blkdev_put
` [PATCH 3/8] block: move bd_mutex to struct gendisk
` [PATCH 4/8] block: move adjusting bd_part_count out of __blkdev_get
` [PATCH 5/8] block: split __blkdev_put
` [PATCH 6/8] block: move bd_part_count to struct gendisk
` [PATCH 7/8] block: factor out a part_devt helper
` [PATCH 8/8] block: remove bdget_disk

[PATCH v2 0/6] Complementary changes for error handling
 2021-05-25  2:04 UTC  (9+ messages)
` [PATCH v2 1/6] scsi: ufs: Differentiate status between hba pm ops and wl pm ops
` [PATCH v2 2/6] scsi: ufs: Update the return value of supplier "
` [PATCH v2 3/6] scsi: ufs: Simplify error handling preparation
` [PATCH v2 4/6] scsi: ufs: Update ufshcd_recover_pm_error()
` [PATCH v2 5/6] scsi: ufs: Let host_sem cover the entire system suspend/resume
` [PATCH v2 6/6] scsi: ufs: Update the fast abort path in ufshcd_abort() for PM requests

iscsi error handler fixes
 2021-05-24 18:45 UTC  (17+ messages)
` [PATCH 04/28] scsi: iscsi: Force immediate failure during shutdown
` [PATCH 07/28] scsi: iscsi: Fix in-kernel conn failure handling
` [PATCH 10/28] scsi: iscsi: Add iscsi_cls_conn refcount helpers
` [PATCH 11/28] scsi: iscsi: Have abort handler get ref to conn
` [PATCH 12/28] scsi: iscsi: Get ref to conn during reset handling
` [PATCH 15/28] scsi: iscsi: Fix completion check during abort races
` [PATCH 16/28] scsi: iscsi: Flush block work before unblock
` [PATCH 17/28] scsi: iscsi: Hold task ref during TMF timeout handling

[PATCH AUTOSEL 4.4 13/16] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
 2021-05-24 14:51 UTC 

[PATCH AUTOSEL 4.9 15/19] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
 2021-05-24 14:51 UTC 

[PATCH AUTOSEL 4.14 15/21] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
 2021-05-24 14:50 UTC 

[PATCH AUTOSEL 4.19 17/25] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
 2021-05-24 14:50 UTC 

[PATCH AUTOSEL 5.4 42/52] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
 2021-05-24 14:48 UTC 

[PATCH AUTOSEL 5.10 45/62] scsi: ufs: ufs-mediatek: Fix power down spec violation
 2021-05-24 14:47 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 46/62] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
` [PATCH AUTOSEL 5.10 48/62] scsi: pm80xx: Fix drives missing during rmmod/insmod loop

[PATCH AUTOSEL 5.12 45/63] scsi: ufs: ufs-mediatek: Fix power down spec violation
 2021-05-24 14:46 UTC  (3+ messages)
` [PATCH AUTOSEL 5.12 46/63] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
` [PATCH AUTOSEL 5.12 48/63] scsi: pm80xx: Fix drives missing during rmmod/insmod loop

[PATCH] scsi: hisi_sas: Use the correct HiSilicon copyright
 2021-05-24 13:52 UTC  (3+ messages)

[RFC PATCH 0/8] block: fix bio_add_XXX_page() return type
 2021-05-24 13:29 UTC  (4+ messages)

[PATCH v9 00/12] Add Host control mode to HPB
 2021-05-24 11:19 UTC  (13+ messages)
` [PATCH v9 01/12] scsi: ufshpb: Cache HPB Control mode on init
` [PATCH v9 02/12] scsi: ufshpb: Add host control mode support to rsp_upiu
` [PATCH v9 03/12] scsi: ufshpb: Transform set_dirty to iterate_rgn
` [PATCH v9 04/12] scsi: ufshpb: Add reads counter
` [PATCH v9 05/12] scsi: ufshpb: Make eviction depends on region's reads
` [PATCH v9 06/12] scsi: ufshpb: Region inactivation in host mode
` [PATCH v9 07/12] scsi: ufshpb: Add hpb dev reset response
` [PATCH v9 08/12] scsi: ufshpb: Add "Cold" regions timer
` [PATCH v9 09/12] scsi: ufshpb: Limit the number of inflight map requests
` [PATCH v9 10/12] scsi: ufshpb: Do not send umap_all in host control mode
` [PATCH v9 11/12] scsi: ufshpb: Add support for "
` [PATCH v9 12/12] scsi: ufshpb: Make host mode parameters configurable

[PATCH] scsi/bnx2fc/bnx2fx_fcore: Fix a double free in bnx2fc_rcv
 2021-05-24 10:23 UTC 

[PATCH] scsi: be2iscsi: Fix a use after free in beiscsi_if_clr_ip
 2021-05-24  9:50 UTC 

[PATCH v35 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-05-24  8:46 UTC  (5+ messages)
    ` [PATCH v35 1/4] scsi: ufs: Introduce HPB feature
    ` [PATCH v35 2/4] scsi: ufs: L2P map management for HPB read
    ` [PATCH v35 3/4] scsi: ufs: Prepare HPB read for cached sub-region
` [PATCH v35 4/4] scsi: ufs: Add HPB 2.0 support

[PATCH] scsi: qla2xxx: Remove the repeated declaration
 2021-05-24  8:03 UTC 

[PATCH v1 0/3] Three minor changes for UFS
 2021-05-24  6:50 UTC  (8+ messages)
` [PATCH v1 1/3] scsi: ufs: Let UPIU completion trace print RSP UPIU
` [PATCH v1 2/3] scsi: ufs: Let command trace only for the cmd != null case
` [PATCH v1 3/3] scsi: ufs: Use UPIU query trace in devman_upiu_cmd


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