linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-07 14:50:13 to 2019-08-12 22:45:50 UTC [more...]

[PATCH V2 0/5] blk-mq: improvement on handling IO during CPU hotplug
 2019-08-12 22:45 UTC  (2+ messages)

[PATCH v2 00/58] qla2xxx patches for kernel v5.4
 2019-08-12 20:52 UTC  (61+ 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 v2 17/58] qla2xxx: Remove two superfluous tests
` [PATCH v2 18/58] qla2xxx: Simplify qla24xx_abort_sp_done()
` [PATCH v2 19/58] qla2xxx: Fix session lookup in qlt_abort_work()
` [PATCH v2 20/58] qla2xxx: Report the firmware status code if a mailbox command fails
` [PATCH v2 21/58] qla2xxx: Do not corrupt vha->plogi_ack_list
` [PATCH v2 22/58] qla2xxx: Use strlcpy() instead of strncpy()
` [PATCH v2 23/58] qla2xxx: Complain if a mailbox command times out
` [PATCH v2 24/58] qla2xxx: Complain if parsing the version string fails
` [PATCH v2 25/58] qla2xxx: Remove dead code
` [PATCH v2 26/58] qla2xxx: Simplify a debug statement
` [PATCH v2 27/58] qla2xxx: Fix qla24xx_process_bidir_cmd()
` [PATCH v2 28/58] qla2xxx: Remove unreachable code from qla83xx_idc_lock()
` [PATCH v2 29/58] qla2xxx: Suppress a Coveritiy complaint about integer overflow
` [PATCH v2 30/58] qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accesses
` [PATCH v2 31/58] qla2xxx: Always check the qla2x00_wait_for_hba_online() return value
` [PATCH v2 32/58] qla2xxx: Declare fourth qla2x00_set_model_info() argument const
` [PATCH v2 33/58] qla2xxx: Complain if waiting for pending commands times out
` [PATCH v2 34/58] qla2xxx: Check the PCI info string output buffer size
` [PATCH v2 35/58] qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()
` [PATCH v2 36/58] qla2xxx: Complain if a soft reset fails
` [PATCH v2 37/58] qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDs
` [PATCH v2 38/58] qla2xxx: Change the return type of qla24xx_read_flash_data()
` [PATCH v2 39/58] qla2xxx: Check secondary image if reading the primary image fails
` [PATCH v2 40/58] qla2xxx: Make it explicit that ELS pass-through IOCBs use little endian
` [PATCH v2 41/58] qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBs
` [PATCH v2 42/58] qla2xxx: Rework key encoding in qlt_find_host_by_d_id()
` [PATCH v2 43/58] qla2xxx: Enable type checking for the SRB free and done callback functions
` [PATCH v2 44/58] qla2xxx: Introduce the function qla2xxx_init_sp()
` [PATCH v2 45/58] qla2xxx: Fix a race condition between aborting and completing a SCSI command
` [PATCH v2 46/58] qla2xxx: Make qlt_handle_abts_completion() more robust
` [PATCH v2 47/58] qla2xxx: Modify NVMe include directives
` [PATCH v2 48/58] qla2xxx: Introduce qla2xxx_get_next_handle()
` [PATCH v2 49/58] qla2xxx: Make sure that aborted commands are freed
` [PATCH v2 50/58] qla2xxx: Complain if sp->done() is not called from the completion path
` [PATCH v2 51/58] qla2xxx: Let the compiler check the type of the SCSI command context pointer
` [PATCH v2 52/58] qla2xxx: Remove superfluous sts_entry_* casts
` [PATCH v2 53/58] qla2xxx: Report invalid mailbox status codes
` [PATCH v2 54/58] qla2xxx: Inline the qla2x00_fcport_event_handler() function
` [PATCH v2 55/58] qla2xxx: Introduce qla2x00_els_dcmd2_free()
` [PATCH v2 56/58] qla2xxx: Remove two superfluous if-tests
` [PATCH v2 57/58] qla2xxx: Simplify qla24xx_async_abort_cmd()
` [PATCH v2 58/58] qla2xxx: Fix a NULL pointer dereference

[PATCH v3 00/20] sg: add v4 interface
 2019-08-12 19:37 UTC  (45+ 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 17/20] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls

[PATCH v3 0/6] introduce LED block device activity trigger
 2019-08-12 19:31 UTC  (9+ messages)
` [PATCH v3 1/6] block: umem: rename LED_* macros to MEMCTRL_LED_*
` [PATCH v3 2/6] scsi: mvsas: rename LED_* enums to SGPIO_LED_*
` [PATCH v3 3/6] scsi: nsp32: rename LED_* macros to EXT_PORT_LED_*
` [PATCH v3 4/6] block: introduce LED block device activity trigger
` [PATCH v3 5/6] ledtrig-blk: add interface to stop and restart polling disk stats
` [PATCH v3 6/6] scsi: sd: stop polling disk stats by ledtrig-blk during runtime suspend

[PATCH v2] tcmu: avoid use-after-free after command timeout
 2019-08-12 18:00 UTC  (3+ messages)

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

[PATCH v3] SCSI: fix queue cleanup race before scsi_requeue_run_queue is done
 2019-08-12 16:43 UTC  (2+ messages)

[PATCH] scsi: lpfc: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
 2019-08-12  8:31 UTC 

[PATCH v2] SCSI: fix queue cleanup race before scsi_requeue_run_queue is done
 2019-08-12  1:42 UTC 

[PATCH] tcmu: avoid use-after-free after command timeout
 2019-08-11 17:49 UTC  (3+ messages)

[PATCHv2 1/4] block: Remove request_queue argument from blk_execute_rq_nowait
 2019-08-11  5:20 UTC  (10+ messages)
` [PATCHv2 2/4] fs/block/drivers: Remove request_queue argument from blk_execute_rq
` [PATCHv2 3/4] block: Change at_head argument of blk_execute_rq_nowait to bool
` [PATCHv2 4/4] block: Change at_head argument of blk_execute_rq "

[PATCH v2 0/3] introduce LED block device activity trigger
 2019-08-10 15:41 UTC 

[Bug 204119] scsi_mod: Could not allocate 4104 bytes percpu data
 2019-08-10 11:55 UTC 

[PATCH] scsi: sym53c8xx_2: remove redundant assignment to retv
 2019-08-09 18:17 UTC  (4+ messages)

[PATCH] scsi: pmcraid: Fix a typo - pcmraid --> pmcraid
 2019-08-09 15:02 UTC  (2+ messages)

[PATCH] SCSI: fix queue cleanup race before scsi_requeue_run_queue is done
 2019-08-09 14:43 UTC  (2+ messages)

Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-08-09 12:07 UTC 

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

[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  (5+ 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  (3+ messages)

[PATCH 00/15] hisi_sas: Misc patches
 2019-08-08  2:14 UTC  (3+ messages)

[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  (3+ 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  (3+ 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  (3+ messages)

[PATCH] scsi/megaraid_sas: fix a compilation warning
 2019-08-08  1:30 UTC  (3+ 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] "


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