linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-29 21:03:13 to 2019-08-09 03:02:59 UTC [more...]

[PATCH v2 00/58] qla2xxx patches for kernel v5.4
 2019-08-09  3:01 UTC  (17+ messages)
` [PATCH v2 01/58] qla2xxx: Make qla2x00_abort_srb() again decrease the sp reference count
` [PATCH v2 02/58] qla2xxx: Really fix qla2xxx_eh_abort()
` [PATCH v2 03/58] qla2xxx: Improve Linux kernel coding style conformance
` [PATCH v2 04/58] qla2xxx: Use tabs instead of spaces for indentation
` [PATCH v2 05/58] qla2xxx: Include the <asm/unaligned.h> header file from qla_dsd.h
` [PATCH v2 06/58] qla2xxx: Remove an include directive from qla_mr.c
` [PATCH v2 07/58] qla2xxx: Remove a superfluous forward declaration
` [PATCH v2 08/58] qla2xxx: Declare the fourth ql_dump_buffer() argument const
` [PATCH v2 09/58] qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into void
` [PATCH v2 10/58] qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecommand()
` [PATCH v2 11/58] qla2xxx: Declare qla_tgt_cmd.cdb const
` [PATCH v2 12/58] qla2xxx: Change data_dsd into an array
` [PATCH v2 13/58] qla2xxx: Verify locking assumptions at runtime
` [PATCH v2 14/58] qla2xxx: Reduce the number of casts in GID list code
` [PATCH v2 15/58] qla2xxx: Simplify qlt_lport_dump()
` [PATCH v2 16/58] qla2xxx: Remove a superfluous pointer check

[PATCH 0/2] scsi: core: regression fixes for request batching
 2019-08-09  1:56 UTC  (20+ messages)
` [PATCH 1/2] scsi: core: fix missing .cleanup_rq for SCSI hosts without "
` [PATCH 2/2] scsi: core: fix dh and multipathing "

[PATCH 0/1] kbuild: Support building a tree of modules with -M=<root>
 2019-08-09  0:21 UTC  (4+ messages)
` [PATCH 1/1] kbuild: recursive build of external kernel modules

[PATCH v3 00/20] sg: add v4 interface
 2019-08-08 23:00 UTC  (26+ messages)
` [PATCH v3 01/20] sg: move functions around
` [PATCH v3 02/20] sg: remove typedefs, type+formatting cleanup
` [PATCH v3 03/20] sg: sg_log and is_enabled
` [PATCH v3 04/20] sg: rework sg_poll(), minor changes
` [PATCH v3 05/20] sg: bitops in sg_device
` [PATCH v3 06/20] sg: make open count an atomic
` [PATCH v3 07/20] sg: move header to uapi section
` [PATCH v3 08/20] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v3 09/20] sg: sg_allow_if_err_recovery and renames
` [PATCH v3 10/20] sg: remove most access_ok functions
` [PATCH v3 11/20] sg: replace rq array with lists
` [PATCH v3 12/20] sg: sense buffer rework
` [PATCH v3 13/20] sg: add sg v4 interface support
` [PATCH v3 14/20] sg: rework debug info
` [PATCH v3 15/20] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v3 16/20] sg: expand sg_comm_wr_t
` [PATCH v3 17/20] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v3 18/20] sg: add some __must_hold macros
` [PATCH v3 19/20] sg: first debugfs support
` [PATCH v3 20/20] sg: bump version to 4.0.03

[PATCH] scsi: target/tcm_loop: update upper limit of LUN
 2019-08-08 18:38 UTC  (2+ messages)

[PATCH] megaraid_sas: change sdev queue depth max vs optimal
 2019-08-08 17:26 UTC  (2+ messages)

[PATCH 00/59] qla2xxx patches for kernel v5.4
 2019-08-08 16:10 UTC 

[PATCH v3 1/8] scsi: core: fix the dma_max_mapping_size call
 2019-08-08 10:23 UTC  (4+ messages)

5.2.x kernel: WD 8TB USB Drives: Unaligned partial completion (resid=78, sector_sz=512)
 2019-08-08  8:27 UTC  (8+ messages)

[PATCH 00/12] mpt3sas: Features and defect fixes
 2019-08-08  2:50 UTC 

[PATCH] scsi: pm80xx: remove redundant assignments to variable rc
 2019-08-08  2:16 UTC  (4+ messages)

[PATCH 00/15] hisi_sas: Misc patches
 2019-08-08  2:14 UTC  (18+ messages)
` [PATCH 01/15] scsi: hisi_sas: Make max IPTT count equal for all hw revisions
` [PATCH 02/15] scsi: hisi_sas: Drop hisi_sas_hw.get_free_slot
` [PATCH 03/15] scsi: hisi_sas: Fix pointer usage error in show debugfs IOST/ITCT
` [PATCH 04/15] scsi: hisi_sas: Snapshot HW cache of IOST and ITCT at debugfs
` [PATCH 05/15] scsi: hisi_sas: Snapshot AXI and RAS register "
` [PATCH 06/15] scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset()
` [PATCH 07/15] scsi: hisi_sas: Don't bother clearing status buffer IU in task prep
` [PATCH 08/15] scsi: hisi_sas: Make slot buf minimum allocation of PAGE_SIZE
` [PATCH 09/15] scsi: hisi_sas: Drop kmap_atomic() in SMP command completion
` [PATCH 10/15] scsi: hisi_sas: Drop SMP resp frame DMA mapping
` [PATCH 11/15] scsi: hisi_sas: Drop free_irq() when devm_request_irq() failed
` [PATCH 12/15] scsi: hisi_sas: Modify return type of debugfs functions
` [PATCH 13/15] scsi: hisi_sas: Remove some unnecessary code
` [PATCH 14/15] scsi: hisi_sas: replace "%p" with "%pK"
` [PATCH 15/15] scsi: hisi_sas: Consolidate internal abort calls in LU reset operation

[PATCH] lpfc: Fix crash when cpu count is 1 and null irq affinity mask
 2019-08-08  1:57 UTC 

[PATCH] scsi: ncr53c8xx: Mark expected switch fall-through
 2019-08-08  1:53 UTC 

[RFC PATCH v2] target: tcmu: clean the nl_cmd of the udev when nl send fails
 2019-08-08  1:52 UTC 

[PATCH v2] scsi: ufs: Configure clock in .hce_enable_notify() in Cadence UFS
 2019-08-08  1:51 UTC  (4+ messages)

[PATCH v2 0/3] SCSI core patches for kernel v5.4
 2019-08-08  1:49 UTC 

[PATCH V2] scsi: ufs: revamp string descriptor reading
 2019-08-08  1:41 UTC  (3+ messages)

[PATCH] scsi: wd33c93: Mark expected swich fall-through
 2019-08-08  1:38 UTC  (4+ messages)

[PATCH] scsi: sun3_scsi: Mark expected switch fall-throughs
 2019-08-08  1:35 UTC  (3+ messages)

[PATCH] scsi: lpfc: remove redundant code
 2019-08-08  1:35 UTC  (2+ messages)

[PATCH] scsi: qlogicpti: Mark expected switch fall-throughs
 2019-08-08  1:33 UTC  (3+ messages)

[PATCH] scsi: ibmvfc: Mark expected switch fall-throughs
 2019-08-08  1:31 UTC  (4+ messages)

[PATCH] scsi/megaraid_sas: fix a compilation warning
 2019-08-08  1:30 UTC  (4+ messages)

[PATCH -next] scsi: megaraid_sas: Make a bunch of functions static
 2019-08-08  1:27 UTC  (3+ messages)

[PATCH] ALUA support for PURE FlashArray
 2019-08-07 16:05 UTC  (2+ messages)
  ` [dm-devel] "

[PATCH] net: fix semicolon.cocci warnings
 2019-08-07  8:34 UTC 

[PATCH v2] lpfc: Mitigate high memory pre-allocation by SCSI-MQ
 2019-08-07  1:39 UTC 

[PATCH AUTOSEL 4.4 07/14] scsi: hpsa: correct scsi command status issue after reset
 2019-08-06 21:37 UTC 

[PATCH AUTOSEL 4.9 07/17] scsi: hpsa: correct scsi command status issue after reset
 2019-08-06 21:37 UTC 

[PATCH AUTOSEL 4.14 11/25] scsi: hpsa: correct scsi command status issue after reset
 2019-08-06 21:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 12/25] scsi: qla2xxx: Fix possible fcport null-pointer dereferences

[PATCH AUTOSEL 4.19 13/32] scsi: hpsa: correct scsi command status issue after reset
 2019-08-06 21:35 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 14/32] scsi: qla2xxx: Fix possible fcport null-pointer dereferences

[PATCH AUTOSEL 5.2 25/59] scsi: hpsa: correct scsi command status issue after reset
 2019-08-06 21:32 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 26/59] scsi: qla2xxx: Fix possible fcport null-pointer dereferences

[PATCH] scsi: snic: remove redundant assignment to variable ret
 2019-08-06 13:17 UTC  (2+ messages)

[PATCH] block: Remove request_queue argument from blk_execute_rq_nowait
 2019-08-06 10:24 UTC  (3+ messages)

[PATCH] lpfc: Fix Buffer Overflow Error
 2019-08-06  9:25 UTC  (2+ messages)

[PATCH] scsi: fas216: Mark expected switch fall-throughs
 2019-08-06  8:29 UTC 

[PATCH] scsi: 3w-sas: Fix unterminated strncpy
 2019-08-05  6:22 UTC  (3+ messages)

[GIT PULL] SCSI fixes for 5.3-rc2
 2019-08-02 22:10 UTC  (2+ messages)

[PATCH v3 0/8] Inline Encryption Support
 2019-08-02 20:51 UTC  (5+ messages)
` [PATCH 2/8] block: Add encryption context to struct bio
` [PATCH 3/8] block: blk-crypto for Inline Encryption

[PATCH AUTOSEL 4.4 14/17] scsi: megaraid_sas: fix panic on loading firmware crashdump
 2019-08-02 13:26 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 15/17] scsi: ibmvfc: fix WARN_ON during event pool release

[PATCH AUTOSEL 4.9 18/22] scsi: megaraid_sas: fix panic on loading firmware crashdump
 2019-08-02 13:25 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 19/22] scsi: ibmvfc: fix WARN_ON during event pool release
` [PATCH AUTOSEL 4.9 20/22] scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG

[PATCH AUTOSEL 4.14 24/30] scsi: megaraid_sas: fix panic on loading firmware crashdump
 2019-08-02 13:24 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 25/30] scsi: ibmvfc: fix WARN_ON during event pool release
` [PATCH AUTOSEL 4.14 26/30] scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG

[PATCH AUTOSEL 4.19 34/42] scsi: megaraid_sas: fix panic on loading firmware crashdump
 2019-08-02 13:22 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 35/42] scsi: ibmvfc: fix WARN_ON during event pool release
` [PATCH AUTOSEL 4.19 36/42] scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG

[PATCH AUTOSEL 5.2 64/76] scsi: megaraid_sas: fix panic on loading firmware crashdump
 2019-08-02 13:19 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 65/76] scsi: ibmvfc: fix WARN_ON during event pool release
` [PATCH AUTOSEL 5.2 66/76] scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG

[PATCH] scsi: ufs: Additional clock initialization in Cadence UFS
 2019-08-01 12:58 UTC  (4+ messages)

[PATCH] scsi: bfa: remove redundant assignment to variable error
 2019-07-31 22:11 UTC 

[PATCH v5 13/29] compat_ioctl: move more drivers to compat_ptr_ioctl
 2019-07-31 15:47 UTC  (6+ messages)
    ` [PATCH v5 14/29] compat_ioctl: use correct compat_ptr() translation in drivers
    ` [PATCH v5 15/29] compat_ioctl: move tape handling into drivers

[RESEND PATCH] mpt3sas: support target smid for [abort|query] task
 2019-07-30 20:02 UTC  (2+ messages)

[PATCH] scsi: ibmvscsi_tgt: Mark expected switch fall-throughs
 2019-07-30 20:00 UTC  (2+ messages)

[PATCH] scsi: cxlflash: Mark expected switch fall-throughs
 2019-07-30 19:59 UTC  (3+ messages)

[PATCH v6 56/57] scsi: Remove dev_err() usage after platform_get_irq()
 2019-07-30 18:15 UTC 

[PATCH] scsi: qla2xxx: Fix possible null-pointer dereferences in qla2x00_alloc_fcport()
 2019-07-30 16:50 UTC  (2+ messages)

[PATCH v2] mpt3sas: Use 63-bit DMA addressing on SAS35 HBA
 2019-07-30 16:47 UTC  (2+ messages)

[PATCH 1/3] scsi: qla2xxx: Replace vmalloc + memset with vzalloc
 2019-07-30 16:21 UTC  (2+ messages)

[PATCH -next] scsi: aic94xx: Remove unnecessary null check
 2019-07-30 16:13 UTC  (2+ messages)

[PATCH -next] scsi: qla2xxx: Remove unnecessary null check
 2019-07-30 16:08 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2] Fix typo reigster to register
 2019-07-30  2:42 UTC 

[PATCH 1/7] docs: fix broken doc references due to renames
 2019-07-29 23:17 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).