linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-17 11:36:57 to 2019-10-22 19:36:54 UTC [more...]

[PATCH 0/2] qla2xxx: Fixes for the driver
 2019-10-22 19:36 UTC  (2+ messages)
` [PATCH 2/2] qla2xxx: Fix partial flash write of MBI

[PATCH tip/core/rcu 04/10] drivers/scsi: Replace rcu_swap_protected() with rcu_replace()
 2019-10-22 19:12 UTC 

[PATCH] Add prctl support for controlling PF_MEMALLOC V2
 2019-10-22 16:33 UTC  (6+ messages)

[PATCH RFC 00/24] scsi: Revamp result values
 2019-10-22 14:54 UTC  (50+ messages)
` [PATCH 01/24] aic7xxx,aic79xxx: remove driver-defined SAM status definitions
` [PATCH 02/24] bfa: drop driver-defined SCSI status codes
` [PATCH 03/24] wd33c93: use SCSI status
` [PATCH 04/24] acornscsi: use standard defines
` [PATCH 05/24] scsi: use standard SAM status codes
` [PATCH 06/24] scsi: change status_byte() to return the standard SCSI status
` [PATCH 07/24] target_core: Fixup target_complete_cmd() usage
` [PATCH 08/24] sg: use SAM status definitions and avoid using masked_status
` [PATCH 09/24] scsi: Kill obsolete linux-specific status codes
` [PATCH 10/24] scsi: introduce set_status_byte()
` [PATCH 11/24] advansys: kill driver_defined status byte accessors
` [PATCH 12/24] scsi: introduce scsi_build_sense()
` [PATCH 13/24] scsi: Kill DRIVER_SENSE
` [PATCH 14/24] scsi: Kill DRIVER_HARD
` [PATCH 15/24] scsi_error: use DID_TIME_OUT instead of DRIVER_TIMEOUT
` [PATCH 16/24] scsi: Kill DRIVER_TIMEOUT
` [PATCH 17/24] scsi: do not use DRIVER_INVALID
` [PATCH 18/24] st: return error code in st_scsi_execute()
` [PATCH 19/24] scsi_ioctl: return error code when blk_map_user() fails
` [PATCH 20/24] scsi_dh_alua: do not interpret DRIVER_ERROR
` [PATCH 21/24] xen-scsiback: stop using DRIVER_ERROR
` [PATCH 22/24] scsi: "
` [PATCH 23/24] scsi: Kill DRIVER_MEDIA, DRIVER_SOFT, and DRIVER_BUSY
` [PATCH 24/24] scsi: Drop now obsolete driver_byte definitions

[PATCH] [SCSI] esas2r: unlock on error in esas2r_nvram_read_direct()
 2019-10-22 10:23 UTC 

[PATCH v2] scsi: lpfc: Honor module parameter lpfc_use_adisc
 2019-10-22  7:21 UTC 

[PATCH] scsi:sd: define variable dif as unsigned int instead of bool
 2019-10-22  6:27 UTC 

[PATCH v5 00/13] scsi: core: fix uninit-value access of variable sshdr
 2019-10-22  1:59 UTC  (24+ messages)
` [PATCH v5 01/13] scsi: core: need to check the result of scsi_execute in scsi_report_opcode
` [PATCH v5 02/13] scsi: core: need to check the result of scsi_execute in scsi_test_unit_ready
` [PATCH v5 03/13] scsi: core: need to check the result of scsi_execute in scsi_report_lun_scan
` [PATCH v5 04/13] scsi: sr: need to check the result of scsi_execute in sr_get_events
` [PATCH v5 05/13] scsi: sr: need to check the result of scsi_execute in sr_do_ioctl
` [PATCH v5 06/13] scsi: scsi_dh_emc: need to check the result of scsi_execute in send_trespass_cmd
` [PATCH v5 07/13] scsi: scsi_dh_rdac: need to check the result of scsi_execute in send_mode_select
` [PATCH v5 08/13] scsi: scsi_dh_hp_sw: need to check the result of scsi_execute in hp_sw_tur,hp_sw_start_stop
` [PATCH v5 09/13] scsi: scsi_dh_alua: need to check the result of scsi_execute in alua_rtpg,alua_stpg
` [PATCH v5 10/13] scsi: scsi_transport_spi: need to check whether sshdr is valid in spi_execute
` [PATCH v5 11/13] scsi: cxlflash: need to check whether sshdr is valid in read_cap16
` [PATCH v5 12/13] scsi: ufs: need to check whether sshdr is valid in ufshcd_set_dev_pwr_mode
` [PATCH v5 13/13] scsi: ch: need to check whether sshdr is valid in ch_do_scsi
    ` [RFC] scsi: Avoid sign extension when setting command result bytes, was Re: [PATCH v5 00/13] scsi: core: fix uninit-value access of variable sshdr

[PATCH] scsi: lpfc: Honor module parameter lpfc_use_adisc
 2019-10-21 20:05 UTC  (3+ messages)

[PATCH 00/18] hisi_sas: Misc patches, mostly debugfs
 2019-10-21 16:22 UTC  (19+ messages)
` [PATCH 01/18] scsi: hisi_sas: Don't create debugfs dump folder twice
` [PATCH 02/18] scsi: hisi_sas: Set the BIST init value before enabling BIST
` [PATCH 03/18] scsi: hisi_sas: use wait_for_completion_timeout() when clearing ITCT
` [PATCH 04/18] scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()
` [PATCH 05/18] scsi: hisi_sas: Add timestamp for a debugfs dump
` [PATCH 06/18] scsi: hisi_sas: Add debugfs file structure for CQ
` [PATCH 07/18] scsi: hisi_sas: Add debugfs file structure for DQ
` [PATCH 08/18] scsi: hisi_sas: Add debugfs file structure for registers
` [PATCH 09/18] scsi: hisi_sas: Add debugfs file structure for port
` [PATCH 10/18] scsi: hisi_sas: Add debugfs file structure for IOST
` [PATCH 11/18] scsi: hisi_sas: Add debugfs file structure for ITCT
` [PATCH 12/18] scsi: hisi_sas: Add debugfs file structure for IOST cache
` [PATCH 13/18] scsi: hisi_sas: Add debugfs file structure for ITCT cache
` [PATCH 14/18] scsi: hisi_sas: Allocate memory for multiple dumps of debugfs
` [PATCH 15/18] scsi: hisi_sas: Add module parameter for debugfs dump count
` [PATCH 16/18] scsi: hisi_sas: Add ability to have multiple debugfs dumps
` [PATCH 17/18] scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe fails
` [PATCH 18/18] scsi: hisi_sas: Record the phy down event in debugfs

[PATCH -next] scsi: cxgb4i: remove set but not used variable 'ppmax'
 2019-10-21 14:20 UTC 

[PATCH -next] scsi: cxlflash: remove set but not used variable 'ioarcb'
 2019-10-21 14:19 UTC 

[PATCH v5 00/23] sg: add v4 interface
 2019-10-21 13:38 UTC  (29+ messages)
` [PATCH v5 05/23] sg: bitops in sg_device
` [PATCH v5 11/23] sg: improve naming
` [PATCH v5 12/23] sg: change rwlock to spinlock
` [PATCH v5 13/23] sg: ioctl handling
` [PATCH v5 14/23] sg: split sg_read
` [PATCH v5 15/23] sg: sg_common_write add structure for arguments
` [PATCH v5 16/23] sg: rework sg_vma_fault
` [PATCH v5 17/23] sg: rework sg_mmap
` [PATCH v5 18/23] sg: replace sg_allow_access
` [PATCH v5 19/23] sg: rework scatter gather handling
` [PATCH v5 20/23] sg: introduce request state machine
` [PATCH v5 21/23] sg: sg_find_srp_by_id
` [PATCH v5 22/23] sg: sg_fill_request_element

Proposal
 2019-10-20 21:21 UTC 

[PATCH] scsi: sd: fix uninit access of sshdr
 2019-10-21  2:12 UTC  (2+ messages)

[RFC PATCH 0/3] lpfc: nodelist pointer cleanup
 2019-10-19 15:55 UTC  (6+ messages)
` [PATCH 1/3] lpfc: use named structure for combined I/O buffer
` [PATCH 2/3] lpfc: access nodelist through scsi-specific rdata pointer
` [PATCH 3/3] lpfc: access nvme nodelist through nvme rport structure

[PATCH] scsi_dh_alua: Do not run STPG for implicit ALUA
 2019-10-19 15:54 UTC  (3+ messages)

Linux Firmware Update of a HPE Ultrium 5 Tape Drive
 2019-10-19 13:01 UTC 

[PATCH] scsi: csiostor: Don't enable IRQs too early
 2019-10-19  8:59 UTC 

[PATCH 0/7] scsi: aacraid updates
 2019-10-18 23:35 UTC  (2+ messages)

[PATCH] scsi: ufs-bsg: Wake the device before sending raw upiu commands
 2019-10-18 22:04 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 003/100] scsi: lpfc: Fix a duplicate 0711 log message number
 2019-10-18 22:04 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 039/100] scsi: lpfc: Correct localport timeout duration error

[PATCH AUTOSEL 4.14 02/56] scsi: lpfc: Fix a duplicate 0711 log message number
 2019-10-18 22:06 UTC 

[PATCH] scsi: lpfc: Check queue pointer before use
 2019-10-18 22:00 UTC  (3+ messages)

[PATCH] qla2xxx: fixup incorrect usage of host_byte
 2019-10-18 21:26 UTC  (2+ messages)

[PATCH] lpfc: remove left-over BUILD_NVME defines
 2019-10-18 21:22 UTC  (5+ messages)

[PATCH 00/16] lpfc: Update lpfc to revision 12.6.0.0
 2019-10-18 21:18 UTC  (17+ messages)
` [PATCH 01/16] lpfc: fix lpfc_nvmet_mrq to be bound by hdw queue count
` [PATCH 02/16] lpfc: Fix reporting of read-only fw error errors
` [PATCH 03/16] lpfc: Fix lockdep errors in sli_ringtx_put
` [PATCH 04/16] lpfc: Fix SLI3 hba in loop mode not discovering devices
` [PATCH 05/16] lpfc: Fix bad ndlp ptr in xri aborted handling
` [PATCH 06/16] lpfc: Fix hardlockup in lpfc_abort_handler
` [PATCH 07/16] lpfc: fix coverity error of dereference after null check
` [PATCH 08/16] lpfc: Slight fast-path Performance optimizations
` [PATCH 09/16] lpfc: Remove lock contention target write path
` [PATCH 10/16] lpfc: Revise interrupt coalescing for missing scenarios
` [PATCH 11/16] lpfc: Make FW logging dynamically configurable
` [PATCH 12/16] lpfc: Add log macros to allow print by serverity or verbocity setting
` [PATCH 13/16] lpfc: Add FA-WWN Async Event reporting
` [PATCH 14/16] lpfc: Add FC-AL support to lpe32000 models
` [PATCH 15/16] lpfc: Add additional discovery log messages
` [PATCH 16/16] lpfc: Update lpfc version to 12.6.0.0

[GIT PULL] SCSI fixes for 5.4-rc3
 2019-10-18 15:15 UTC  (5+ messages)
    `  "

[PATCH -next] iommu/amd: fix a warning in increase_address_space
 2019-10-18 14:48 UTC  (4+ messages)
  ` [PATCH] iommu/amd: Check PM_LEVEL_SIZE() condition in locked section

[PATCH] scsi: fixup scsi_device_from_queue()
 2019-10-18 14:24 UTC  (2+ messages)

[PATCH v4 0/2] scsi: core: fix uninit-value access of variable sshdr
 2019-10-18  2:50 UTC  (8+ messages)
` [PATCH v4 1/2] sr: need to check whether sshdr is valid in sr_do_ioctl
` [PATCH v4 2/2] scsi: core: fix uninit-value access of variable sshdr

[PATCH 6/7] scsi: aacraid: send AIF request post IOP RESET
 2019-10-18  7:26 UTC  (3+ messages)
` [RFC PATCH] scsi: aacraid: aac_schedule_bus_scan() can be static

[PATCH] scsi: core: try to get module before removing devcie
 2019-10-18  1:58 UTC  (3+ messages)

[PATCH] hpsa: add missing hunks in reset-patch
 2019-10-18  1:52 UTC  (2+ messages)

[RFC][PATCHES] drivers/scsi/sg.c uaccess cleanups/fixes
 2019-10-17 21:44 UTC  (10+ messages)
                    ` [RFC PATCH 1/8] sg_ioctl(): fix copyout handling
                      ` [RFC PATCH 2/8] sg_new_write(): replace access_ok() + __copy_from_user() with copy_from_user()
                      ` [RFC PATCH 3/8] sg_write(): __get_user() can fail
                      ` [RFC PATCH 4/8] sg_read(): simplify reading ->pack_id of userland sg_io_hdr_t
                      ` [RFC PATCH 5/8] sg_new_write(): don't bother with access_ok
                      ` [RFC PATCH 6/8] sg_read(): get rid of access_ok()/__copy_..._user()
                      ` [RFC PATCH 7/8] sg_write(): get rid of access_ok()/__copy_from_user()/__get_user()
                      ` [RFC PATCH 8/8] SG_IO: get rid of access_ok()

[PATCH V4 0/2] scsi: avoid atomic operations in IO path
 2019-10-17 18:30 UTC  (4+ messages)
` [RFC PATCH V4 2/2] scsi: core: don't limit per-LUN queue depth for SSD

[PATCH v5 0/7] Elevator cleanups and improvements
 2019-10-17 13:37 UTC  (6+ messages)
` [PATCH v5 5/7] block: Delay default elevator initialization


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