linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-19 19:02:21 to 2021-02-23 12:34:52 UTC [more...]

[PATCHv7 00/31] scsi: enable reserved commands for LLDDs
 2021-02-23 12:31 UTC  (34+ messages)
` [PATCH 01/31] block: add flag for internal commands
` [PATCH 02/31] scsi: add scsi_{get,put}_internal_cmd() helper
` [PATCH 03/31] fnic: use internal commands
` [PATCH 04/31] fnic: use scsi_host_busy_iter() to traverse commands
` [PATCH 05/31] fnic: check for started requests in fnic_wq_copy_cleanup_handler()
` [PATCH 06/31] scsi: use real inquiry data when initialising devices
` [PATCH 07/31] scsi: Use dummy inquiry data for the host device
` [PATCH 08/31] scsi: revamp host device handling
` [PATCH 09/31] snic: use reserved commands
` [PATCH 10/31] snic: use tagset iter for traversing commands
` [PATCH 11/31] snic: check for started requests in snic_hba_reset_cmpl_handler()
` [PATCH 12/31] scsi: implement reserved command handling
` [PATCH 13/31] hpsa: move hpsa_hba_inquiry after scsi_add_host()
` [PATCH 14/31] hpsa: use reserved commands
` [PATCH 15/31] hpsa: use scsi_host_busy_iter() to traverse outstanding commands
` [PATCH 16/31] hpsa: drop refcount field from CommandList
` [PATCH 17/31] aacraid: move scsi_add_host()
` [PATCH 18/31] aacraid: store target id in host_scribble
` [PATCH 19/31] aacraid: use scsi_get_internal_cmd()
` [PATCH 20/31] aacraid: use scsi_host_busy_iter() to traverse outstanding commands
` [PATCH 21/31] mv_sas: kill mvsas_debug_issue_ssp_tmf()
` [PATCH 22/31] pm8001: kill pm8001_issue_ssp_tmf()
` [PATCH 23/31] pm8001: kill 'dev' argument from pm8001_exec_internal_task_abort()
` [PATCH 24/31] pm8001: use libsas-provided domain devices for SATA
` [PATCH 25/31] libsas: add SCSI target pointer to struct domain_device
` [PATCH 26/31] scsi: libsas,hisi_sas,mvsas,pm8001: Allocate Scsi_cmd for slow task
` [PATCH 27/31] libsas: add tag to struct sas_task
` [PATCH 28/31] scsi: hisi_sas: Use libsas slow task SCSI command
` [PATCH 29/31] hisi_sas: use task tag to reference the slot
` [PATCH 30/31] mv_sas: use reserved tags and drop private tag allocation
` [PATCH 31/31] pm8001: use block-layer tags for ccb allocation

[PATCH 00/24] Introducing mpi3mr driver
 2021-02-23 12:30 UTC  (12+ messages)
` [PATCH 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig
` [PATCH 04/24] mpi3mr: add support of queue command processing
` [PATCH 06/24] mpi3mr: add support of event handling part-1
` [PATCH 21/24] mpi3mr: add support of PM suspend and resume
` [PATCH 23/24] mpi3mr: add eedp dif dix support

[PATCH v22 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-02-23  9:51 UTC  (23+ messages)
    ` [PATCH v22 1/4] scsi: ufs: Introduce HPB feature
    ` [PATCH v22 3/4] scsi: ufs: Prepare HPB read for cached sub-region
        `  "
        ` Re: [PATCH v22 4/4] scsi: ufs: Add HPB 2.0 support
    ` RE: [PATCH v22 2/4] scsi: ufs: L2P map management for HPB read
    `  "
    ` RE: RE: [PATCH v22 3/4] scsi: ufs: Prepare HPB read for cached sub-region
    ` [PATCH v22 4/4] scsi: ufs: Add HPB 2.0 support
    ` [PATCH v22 2/4] scsi: ufs: L2P map management for HPB read
        ` RE: [PATCH v22 4/4] scsi: ufs: Add HPB 2.0 support
` RE: RE: RE: [PATCH v22 2/4] scsi: ufs: L2P map management for HPB read

[PATCH] scsi: scsi_host_queue_ready: increase busy count early
 2021-02-23  8:57 UTC  (11+ messages)

[Bug 211903] New: scsi ses driver null pointer supervisor mode access prevention
 2021-02-23  8:29 UTC 

[PATCH for-next 00/32] spin lock usage optimization for SCSI drivers
 2021-02-23  5:47 UTC  (9+ messages)
  ` [Linuxarm] "

[PATCH] hpsa: correct dev cmds outstanding for retried cmds
 2021-02-23  3:44 UTC  (2+ messages)

[PATCH v2] scsi/sd: Fix Opal support
 2021-02-23  3:40 UTC  (3+ messages)

[PATCH 0/2] scsi: target: tcmu: Fix memory leak
 2021-02-23  3:35 UTC  (2+ messages)

[PATCH] sd: sd_zbc: don't pass GFP_NOIO to kvcalloc
 2021-02-23  3:30 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: Remove unused function pointer typedef ahc_bus_suspend/resume_t
 2021-02-23  3:28 UTC  (2+ messages)

[PATCH] SCSI: bnx2fc: fix Kconfig warning & CNIC build errors
 2021-02-23  3:26 UTC  (2+ messages)

[PATCH] scsi: ufs: Fix a duplicate dev quirk number
 2021-02-23  3:25 UTC  (2+ messages)

[PATCH] drivers: scsi: aic7xxx: Fix the spelling verson to version in the file aic79xx.h
 2021-02-23  3:23 UTC  (2+ messages)

[PATCH 0/2] Fix target not properly truncating command data length
 2021-02-23  3:22 UTC  (2+ messages)

[PATCH v4 0/2] Enable power management for ufs wlun
 2021-02-22 23:04 UTC  (3+ messages)
` [PATCH v4 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v4 2/2] ufs: sysfs: Resume the proper scsi device

[RFC PATCH] blk-core: remove blk_put_request()
 2021-02-22 21:11 UTC 

[GIT PULL] first round of SCSI updates for the 5.11+ merge window
 2021-02-22 18:37 UTC  (2+ messages)

[PATCH 00/20] Manual replacement of all strlcpy in favor of strscpy
 2021-02-22 18:09 UTC  (5+ messages)
` [PATCH 14/20] target: Manual replacement of the deprecated strlcpy() with return values

[PATCH v3 0/8] xen/events: bug fixes and some diagnostic aids
 2021-02-22 14:50 UTC  (3+ messages)
` [PATCH v3 5/8] xen/events: link interdomain events to associated xenbus device

[PATCHv4 00/35] [PATCHv3 00/35] SCSI result handling cleanup, part 1
 2021-02-22  8:45 UTC  (3+ messages)
` [PATCH 01/35] scsi: drop gdth driver

[PATCH] scsi: iscsi: Switch to using the new API kobj_to_dev()
 2021-02-22  8:30 UTC  (2+ messages)

[PATCH v21 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-02-22  8:21 UTC  (12+ messages)
  ` [PATCH v21 3/4] scsi: ufs: Prepare HPB read for cached sub-region
      `  "
  ` [PATCH v21 2/4] scsi: ufs: L2P map management for HPB read
      `  "
      ` RE: [PATCH v21 4/4] scsi: ufs: Add HPB 2.0 support
  `  "

[PATCH] scsi: ipr: Switch to using the new API kobj_to_dev()
 2021-02-22  7:52 UTC 

[PATCH] scsi: lpfc: Switch to using the new API kobj_to_dev()
 2021-02-22  7:39 UTC 

[PATCH] scsi: qedf: Switch to using the new API kobj_to_dev()
 2021-02-22  7:34 UTC 

[PATCH] scsi: ibmvfc: Switch to using the new API kobj_to_dev()
 2021-02-22  6:47 UTC 

[RFC PATCH v5 0/4] add simple copy support
 2021-02-22  1:31 UTC 

[PATCH] scsi/sd: Fix Opal support
 2021-02-21  8:15 UTC  (2+ messages)

[PATCH] nvme: Apply the same fix Kingston SKC2000 nVME SSD as A2000
 2021-02-21  5:12 UTC 

[RFC PATCH 00/24] target: code cleanup
 2021-02-20 23:38 UTC  (2+ messages)

[RFC PATCH 24/24] target: mark __rcu to avoid warning
 2021-02-20 23:35 UTC  (3+ messages)

[RFC PATCH 23/24] target/core: don't duplicate memset 0xff
 2021-02-20 21:41 UTC 

[RFC PATCH 22/24] target/pr: remove the memset with declare-init
 2021-02-20 21:40 UTC 

[RFC PATCH 21/24] target/pr: remove the memset with declare-init
 2021-02-20 21:40 UTC 

[RFC PATCH 18/24] target/configfs: remove the memset with declare-init
 2021-02-20 21:40 UTC 

[RFC PATCH 19/24] target/configfs: remove the memset with declare-init
 2021-02-20 21:40 UTC 

[RFC PATCH 20/24] target/pr: remove the memset with declare-init
 2021-02-20 21:40 UTC 

[RFC PATCH 17/24] target/configfs: remove the memset with declare-init
 2021-02-20 21:39 UTC 

[RFC PATCH 15/24] target/configfs: remove the memset with declare-init
 2021-02-20 21:39 UTC 

[RFC PATCH 14/24] target/configfs: remove the memset with declare-init
 2021-02-20 21:39 UTC 

[RFC PATCH 16/24] target/configfs: remove the memset with declare-init
 2021-02-20 21:39 UTC 

[RFC PATCH 12/24] target/iscsi: remove the memset with declare-init
 2021-02-20 21:39 UTC 

[RFC PATCH 13/24] target/configfs: remove the memset with declare-init
 2021-02-20 21:39 UTC 

[RFC PATCH 10/24] target/iscsi: remove unsed macro TEXT_LEN
 2021-02-20 21:38 UTC 

[RFC PATCH 09/24] target/stat: remove unsed macro
 2021-02-20 21:38 UTC 

[RFC PATCH 11/24] target/iscsi: remove unsed macro PRINT_BUF
 2021-02-20 21:38 UTC 

[RFC PATCH 08/24] target/stat: remove unsed macro NONE
 2021-02-20 21:38 UTC 

[RFC PATCH 07/24] target/stat: remove unsed macro ISPRINT
 2021-02-20 21:38 UTC 

[RFC PATCH 06/24] target/pscsi: remove unsed macro ISPRINT
 2021-02-20 21:37 UTC 

[RFC PATCH 04/24] targe/pscsi: fix the warning in pscsi_complete_cmd
 2021-02-20 21:37 UTC 

[RFC PATCH 05/24] target/sbc: get rid of the warning in cmp & write
 2021-02-20 21:37 UTC 

[RFC PATCH 03/24] target/iblock: fix the type of the logs_per_phys
 2021-02-20 21:37 UTC 

[RFC PATCH 02/24] target/iblock: trim down line longer than 80 char
 2021-02-20 21:37 UTC 

[RFC PATCH 01/24] target/iblock: remove an extra argument
 2021-02-20 21:37 UTC 

[Bug 211227] [BISECTED][REGRESSION] Linux 5.10.7 breaks s3 resume on opal encrypted ssd
 2021-02-20 15:27 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: Do not use GFP_KERNEL in atomic context
 2021-02-20  9:39 UTC 

[PATCH] scsi: pm80xx: switch from 'pci_' to 'dma_' API
 2021-02-20  9:39 UTC  (2+ messages)

[PATCH] sg: syncing at patch 26 versus staging
 2021-02-20  2:16 UTC 

[PATCH v16 00/45] sg: add v4 interface
 2021-02-20  2:00 UTC  (46+ messages)
` [PATCH v16 01/45] sg: move functions around
` [PATCH v16 02/45] sg: remove typedefs, type+formatting cleanup
` [PATCH v16 03/45] sg: sg_log and is_enabled
` [PATCH v16 04/45] sg: rework sg_poll(), minor changes
` [PATCH v16 05/45] sg: bitops in sg_device
` [PATCH v16 06/45] sg: make open count an atomic
` [PATCH v16 07/45] sg: move header to uapi section
` [PATCH v16 08/45] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v16 09/45] sg: sg_allow_if_err_recovery and renames
` [PATCH v16 10/45] sg: improve naming
` [PATCH v16 11/45] sg: change rwlock to spinlock
` [PATCH v16 12/45] sg: ioctl handling
` [PATCH v16 13/45] sg: split sg_read
` [PATCH v16 14/45] sg: sg_common_write add structure for arguments
` [PATCH v16 15/45] sg: rework sg_vma_fault
` [PATCH v16 16/45] sg: rework sg_mmap
` [PATCH v16 17/45] sg: replace sg_allow_access
` [PATCH v16 18/45] sg: rework scatter gather handling
` [PATCH v16 19/45] sg: introduce request state machine
` [PATCH v16 20/45] sg: sg_find_srp_by_id
` [PATCH v16 21/45] sg: sg_fill_request_element
` [PATCH v16 22/45] sg: printk change %p to %pK
` [PATCH v16 23/45] sg: xarray for fds in device
` [PATCH v16 24/45] sg: xarray for reqs in fd
` [PATCH v16 25/45] sg: replace rq array with xarray
` [PATCH v16 26/45] sg: sense buffer rework
` [PATCH v16 27/45] sg: add sg v4 interface support
` [PATCH v16 28/45] sg: rework debug info
` [PATCH v16 29/45] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v16 30/45] sg: expand sg_comm_wr_t
` [PATCH v16 31/45] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v16 32/45] sg: add some __must_hold macros
` [PATCH v16 33/45] sg: move procfs objects to avoid forward decls
` [PATCH v16 34/45] sg: protect multiple receivers
` [PATCH v16 35/45] sg: first debugfs support
` [PATCH v16 36/45] sg: rework mmap support
` [PATCH v16 37/45] sg: defang allow_dio
` [PATCH v16 38/45] sg: warn v3 write system call users
` [PATCH v16 39/45] sg: add mmap_sz tracking
` [PATCH v16 40/45] sg: remove rcv_done request state
` [PATCH v16 41/45] sg: track lowest inactive and await indexes
` [PATCH v16 42/45] sg: remove unit attention check for device changed
` [PATCH v16 43/45] sg: no_dxfer: move to/from kernel buffers
` [PATCH v16 44/45] sg: add blk_poll support
` [PATCH v16 45/45] sg: bump version to 4.0.12

[PATCH 00/25 V5] target: fix cmd plugging and submission
 2021-02-19 19:46 UTC  (16+ messages)
` [PATCH 14/25] target: remove target_submit_cmd_map_sgls
` [PATCH 15/25] target: add gfp_t arg to target_cmd_init_cdb
` [PATCH 16/25] target: add workqueue based cmd submission
` [PATCH 19/25] tcm loop: use lio wq cmd submission helper
` [PATCH 21/25] target: fix backend plugging
` [PATCH 23/25] target_core_user: add backend plug/unplug callouts
` [PATCH 24/25] target: flush submission work during TMR processing


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