linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-21 16:26:15 to 2019-10-25 01:15:50 UTC [more...]

[PATCH] scsi: csiostor: Don't enable IRQs too early
 2019-10-25  1:14 UTC  (2+ messages)

[PATCH 00/16] lpfc: Update lpfc to revision 12.6.0.0
 2019-10-25  1:03 UTC  (4+ messages)
` [PATCH 02/16] lpfc: Fix reporting of read-only fw error errors

[PATCH] scsi:sd: define variable dif as unsigned int instead of bool
 2019-10-25  0:35 UTC  (3+ messages)

[PATCH 00/32] [NEW] efct: Broadcom (Emulex) FC Target driver
 2019-10-24 22:27 UTC  (35+ messages)
` [PATCH 01/32] elx: libefc_sli: SLI-4 register offsets and field definitions
` [PATCH 02/32] elx: libefc_sli: SLI Descriptors and Queue entries
` [PATCH 03/32] elx: libefc_sli: Data structures and defines for mbox commands
` [PATCH 04/32] elx: libefc_sli: queue create/destroy/parse routines
` [PATCH 05/32] elx: libefc_sli: Populate and post different WQEs
` [PATCH 06/32] elx: libefc_sli: bmbx routines and SLI config commands
` [PATCH 07/32] elx: libefc_sli: APIs to setup SLI library
` [PATCH 08/32] elx: libefc: Generic state machine framework
` [PATCH 09/32] elx: libefc: Emulex FC discovery library APIs and definitions
` [PATCH 10/32] elx: libefc: FC Domain state machine interfaces
` [PATCH 11/32] elx: libefc: SLI and FC PORT "
` [PATCH 12/32] elx: libefc: Remote node "
` [PATCH 13/32] elx: libefc: Fabric "
` [PATCH 14/32] elx: libefc: FC node ELS and state handling
` [PATCH 15/32] elx: efct: Data structures and defines for hw operations
` [PATCH 16/32] elx: efct: Driver initialization routines
` [PATCH 17/32] elx: efct: Hardware queues creation and deletion
` [PATCH 18/32] elx: efct: RQ buffer, memory pool allocation and deallocation APIs
` [PATCH 19/32] elx: efct: Hardware IO and SGL initialization
` [PATCH 20/32] elx: efct: Hardware queues processing
` [PATCH 21/32] elx: efct: Unsolicited FC frame processing routines
` [PATCH 22/32] elx: efct: Extended link Service IO handling
` [PATCH 23/32] elx: efct: SCSI IO handling routines
` [PATCH 24/32] elx: efct: LIO backend interface routines
` [PATCH 25/32] elx: efct: Hardware IO submission routines
` [PATCH 26/32] elx: efct: link statistics and SFP data
` [PATCH 27/32] elx: efct: xport and hardware teardown routines
` [PATCH 28/32] elx: efct: IO timeout handling routines
` [PATCH 29/32] elx: efct: Firmware update, async link processing
` [PATCH 30/32] elx: efct: scsi_transport_fc host interface support
` [PATCH 31/32] elx: efct: Add Makefile and Kconfig for efct driver
` [PATCH 32/32] elx: efct: Tie into kernel Kconfig and build process

[PATCH V4 0/2] scsi: avoid atomic operations in IO path
 2019-10-24 21:24 UTC  (13+ messages)
` [PATCH V4 1/2] scsi: core: avoid host-wide host_busy counter for scsi_mq
` [RFC PATCH V4 2/2] scsi: core: don't limit per-LUN queue depth for SSD
  ` [scsi] cc2f854c79: suspend_stress.fail

[PATCH] scsi: lpfc: lpfc_nvmet.c: Fix Use plain integer as NULL pointer
 2019-10-24 18:15 UTC 

[PATCH] scsi: lpfc: lpfc_attr.c: Fix Use plain integer as NULL pointer
 2019-10-24 18:14 UTC 

Query: SCSI Device node creation when UFS is loaded as a module
 2019-10-24 17:05 UTC  (4+ messages)

[PATCH 1/1] mpt3sas: change allocation option
 2019-10-24 15:28 UTC 

[PATCH trivial] scsi: Fix various misspellings of "connect"
 2019-10-24 15:26 UTC 

[PATCH trivial] scsi: isci: Spelling s/configruation/configuration/
 2019-10-24 15:25 UTC 

[PATCH 0/6] hisi_sas: Expose multiple hw queues for v3 hw as experimental
 2019-10-24 14:21 UTC  (7+ messages)
` [PATCH 1/6] scsi: hisi_sas: Use sbitmap for IPTT management
` [PATCH 2/6] scsi: hisi_sas: Pass scsi_cmnd pointer to hisi_sas_hw.slot_index_alloc
` [PATCH 3/6] scsi: hisi_sas: Add bitmaps_alloc_v3_hw()
` [PATCH 4/6] scsi: hisi_sas: Add slot_index_alloc_v3_hw() and slot_index_free_v3_hw()
` [PATCH 5/6] scsi: hisi_sas: Split interrupt_init_v3_hw()
` [PATCH 6/6] scsi: hisi_sas: Expose multiple hw queues for v3 as experimental

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

[PATCH v2 0/8] Fix cdrom autoclose
 2019-10-24 13:23 UTC  (29+ messages)
` [PATCH v2 1/8] cdrom: add poll_event_interruptible
` [PATCH v2 2/8] cdrom: factor out common open_for_* code
` [PATCH v2 3/8] cdrom: wait for the tray to close
` [PATCH v2 4/8] cdrom: separate autoclose into an IOCTL
` [PATCH v2 5/8] docs: cdrom: Add autoclose IOCTL
` [PATCH v2 6/8] bdev: add open_finish
` [PATCH v2 7/8] scsi: sr: workaround VMware ESXi cdrom emulation bug
            ` [PATCH RFC] scsi: blacklist: add VMware ESXi cdrom - broken tray emulation
` [PATCH v2 8/8] scsi: sr: wait for the medium to become ready

[PATCH 00/18] hisi_sas: Misc patches, mostly debugfs
 2019-10-24  9:54 UTC  (8+ 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 05/18] scsi: hisi_sas: Add timestamp for a debugfs dump
` [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 0/4] zoned block device report zones enhancements
 2019-10-24  7:20 UTC  (9+ messages)
` [PATCH 1/4] block: Enhance blk_revalidate_disk_zones()
` [PATCH 2/4] block: Simplify report zones execution
` [PATCH 3/4] block: Introduce report zones queue limits
` [PATCH 4/4] block: Generically handle report zones buffer

[PATCH] scsi: qla2xxx: stop timer in shutdown path
 2019-10-24  6:38 UTC 

[PATCH v5 00/23] sg: add v4 interface
 2019-10-24  5:51 UTC  (11+ messages)
` [PATCH v5 13/23] sg: ioctl handling
` [PATCH v5 16/23] sg: rework sg_vma_fault
` [PATCH v5 20/23] sg: introduce request state machine

[PATCH] Add prctl support for controlling PF_MEMALLOC V2
 2019-10-23 17:35 UTC  (10+ messages)

[PATCH v3 1/2] scsi: ufs: export hibern8 entry and exit
 2019-10-23 16:49 UTC  (2+ messages)
` [PATCH v3 2/2] scsi: ufs-qcom: enter and exit hibern8 during clock scaling

[PATCH v2 1/2] scsi: ufs: export hibern8 entry and exit
 2019-10-23 16:47 UTC  (3+ messages)
` [PATCH v2 2/2] scsi: ufs-qcom: enter and exit hibern8 during clock scaling

[PATCH linux-firmware] bnx2x: Add FW 7.13.15.0
 2019-10-23 12:34 UTC 

[PATCH resend 0/6] Fix cdrom autoclose
 2019-10-23 12:19 UTC  (4+ messages)
` [PATCH resend 3/6] cdrom: wait for tray to close

[PATCH v1 0/2] Introduce a vops for resetting host controller
 2019-10-23 10:39 UTC  (4+ messages)
` [PATCH v1 1/2] scsi: ufs: "
  ` [EXT] "
` [PATCH v1 2/2] scsi: ufs-qcom: Add reset control support for "

[PATCH v1 1/1] scsi: ufs: Add command logging infrastructure
 2019-10-23 10:33 UTC  (4+ messages)

[PATCH v5 00/13] scsi: core: fix uninit-value access of variable sshdr
 2019-10-23  6:51 UTC  (7+ messages)

[PATCH -next] scsi: cxlflash: remove set but not used variable 'ioarcb'
 2019-10-23  2:40 UTC  (3+ messages)

[PATCH 0/2] qla2xxx: Fixes for the driver
 2019-10-23  2:36 UTC  (4+ messages)
` [PATCH 1/2] qla2xxx: Initialized mailbox to prevent driver load failure
` [PATCH 2/2] qla2xxx: Fix partial flash write of MBI

[PATCH v2] scsi: lpfc: Honor module parameter lpfc_use_adisc
 2019-10-23  2:33 UTC  (2+ messages)

[PATCH v1 1/2] scsi: ufs: export hibern8 entry and exit
 2019-10-23  1:40 UTC  (2+ messages)
` [PATCH v1 2/2] scsi: ufs-qcom: enter and exit hibern8 during clock scaling

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

[PATCH RFC 00/24] scsi: Revamp result values
 2019-10-22 14:54 UTC  (33+ messages)
` [PATCH 03/24] wd33c93: use SCSI status
` [PATCH 05/24] scsi: use standard SAM status codes
` [PATCH 06/24] scsi: change status_byte() to return the standard SCSI status
` [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 18/24] st: return error code in st_scsi_execute()
` [PATCH 19/24] scsi_ioctl: return error code when blk_map_user() fails

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

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

[PATCH 09/24] scsi: Kill obsolete linux-specific status codes
 2019-10-21 18:56 UTC  (3+ 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).