linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-06 12:20:05 to 2017-04-10 18:52:48 UTC [more...]

[PATCH] ibmvscsis: Do not send aborted task response
 2017-04-10 18:52 UTC 

[REEEEPOST] bnx2i + bnx2fc: convert to generic workqueue (#3)
 2017-04-10 18:20 UTC  (7+ messages)
` [PATCH 1/5] scsi: bnx2i: convert to workqueue
` [PATCH 2/5] scsi: bnx2fc: convert per-CPU thread "
` [PATCH 3/5] scsi: bnx2fc: clean up header definitions
` [PATCH 4/5] scsi: bnx2fc: annoate unlock + release for sparse
` [PATCH 5/5] scsi: bnx2fc: convert bnx2fc_l2_rcv_thread() to workqueue

tcm_qla2xxx and target mode not stable at all on 4.10+
 2017-04-10 18:12 UTC 

[PATCH v2 0/4] Avoid that __scsi_remove_device() hangs
 2017-04-10 17:54 UTC  (5+ messages)
` [PATCH v2 1/4] Introduce scsi_start_queue()
` [PATCH v2 2/4] Introduce scsi_execute_async()
` [PATCH v2 3/4] sd: Make synchronize cache upon shutdown asynchronous
` [PATCH v2 4/4] Avoid that __scsi_remove_device() hangs

[PATCH 0/3] Unblock SCSI devices even if the LLD is being unloaded
 2017-04-10 17:46 UTC  (5+ messages)

[PATCH for-4.4 15/16] blk-mq: Avoid memory reclaim when remapping queues
 2017-04-10 17:44 UTC 

RFC: remove REQ_OP_WRITE_SAME
 2017-04-10 16:08 UTC  (9+ messages)
  ` [PATCH 1/8] drbd: drop REQ_OP_WRITE_SAME support
` [PATCH 2/8] target: remove iblock WRITE_SAME passthrough support
` [PATCH 3/8] sd: remove write same support
` [PATCH 4/8] md: drop WRITE_SAME support
` [PATCH 5/8] dm: remove write same support
` [PATCH 6/8] block: remove REQ_OP_WRITE_SAME support
` [PATCH 7/8] block: remove bio_no_advance_iter
` [PATCH 8/8] block: use bio_has_data to check if a bio has bvecs

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-10 16:03 UTC  (25+ messages)
` [RFC 3/8] nvmet: Use p2pmem in nvme target
` [RFC 5/8] scatterlist: Modify SG copy functions to support io memory
` [RFC 6/8] nvmet: Be careful about using iomem accesses when dealing with p2pmem

[PATCH v4 0/6] Avoid that scsi-mq and dm-mq queue processing stalls sporadically
 2017-04-10 15:02 UTC  (17+ messages)
` [PATCH v4 1/6] blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list
` [PATCH v4 2/6] blk-mq: Restart a single queue if tag sets are shared
` [PATCH v4 3/6] blk-mq: Clarify comments in blk_mq_dispatch_rq_list()
` [PATCH v4 4/6] blk-mq: Introduce blk_mq_delay_run_hw_queue()
` [PATCH v4 5/6] scsi: Avoid that SCSI queues get stuck
` [PATCH v4 6/6] dm rq: Avoid that request processing stalls sporadically

[PATCH 0/6] hisi_sas: v2 hw SoC bug workarounds
 2017-04-10 14:07 UTC  (9+ messages)
` [PATCH 1/6] scsi: hisi_sas: workaround STP link SoC bug
` [PATCH 2/6] scsi: hisi_sas: workaround a SoC SATA IO processing bug
` [PATCH 3/6] scsi: hisi_sas: workaround SoC about abort timeout bug
` [PATCH 4/6] scsi: hisi_sas: add v2 hw internal abort timeout workaround
` [PATCH 5/6] scsi: hisi_sas: fix NULL deference when TMF timeouts
` [PATCH 6/6] scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errors

(unknown),
 2017-04-10  8:37 UTC 

[PATCHv6 0/8] SCSI EH cleanup
 2017-04-10  7:53 UTC  (12+ messages)
` [PATCHv6 1/8] scsi_error: count medium access timeout only once per EH run
` [PATCHv6 2/8] sd: Return SUCCESS in sd_eh_action() after device offline
` [PATCHv6 3/8] scsi: always send command aborts
` [PATCHv6 4/8] libsas: allow async aborts
` [PATCHv6 5/8] scsi: make eh_eflags persistent
` [PATCHv6 6/8] scsi: make scsi_eh_scmd_add() always succeed
` [PATCHv6 7/8] scsi: make asynchronous aborts mandatory
` [PATCHv6 8/8] scsi: inline command aborts

[PATCH 1/2] scsi: sd: Separate zeroout and discard command choices
 2017-04-10  7:13 UTC  (6+ messages)
` [PATCH 2/2] scsi: sd: Remove LBPRZ dependency for discards

[PATCH] virtio_scsi: don't check for failure from mempool_alloc()
 2017-04-10  2:16 UTC 

[PATCH] scsi: ibmvfc: don't check for failure from mempool_alloc()
 2017-04-10  2:15 UTC 

[PATCH] scsi: lpfc: don't check for failure of mempool_alloc()
 2017-04-10  2:04 UTC 

[PATCH 0/5] target: Fine-tuning for some function implementations
 2017-04-09 19:53 UTC  (6+ messages)
` [PATCH 1/5] target: Use kcalloc() in two functions
` [PATCH 2/5] target: Delete error messages for failed memory allocations
` [PATCH 3/5] target: Improve size determinations in two functions
` [PATCH 4/5] target: Use kmalloc_array() in compare_and_write_callback()
` [PATCH 5/5] target: Use kmalloc_array() in transport_kmap_data_sg()

(unknown),
 2017-04-09 15:30 UTC 

[PATCH 0/3] iSCSI-target: Fine-tuning for some function implementations
 2017-04-09 14:28 UTC  (4+ messages)
` [PATCH 1/3] iscsi-target: Use kcalloc() in iscsit_allocate_iovecs()
` [PATCH 2/3] iscsi-target: Delete error messages for failed memory allocations
` [PATCH 3/3] iscsi-target: Improve size determinations in four functions

[PATCH] [SCSI] aic7xxx: fix order of arguments in function prototype
 2017-04-08 17:28 UTC 

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-04-08 17:26 UTC  (2+ messages)

[Bug 195285] New: qla2xxx FW immediatly crashing after target start
 2017-04-08  0:11 UTC 

[PATCH] ibmvscsis: Do not send aborted task response
 2017-04-07 21:23 UTC  (7+ messages)

[PATCH 00/12] hpsa updates
 2017-04-07 20:06 UTC  (13+ messages)
` [PATCH 01/12] hpsa: update identify physical device structure
` [PATCH 02/12] hpsa: do not get enclosure info for external devices
` [PATCH 03/12] hpsa: update reset handler
` [PATCH 04/12] hpsa: do not reset enclosures
` [PATCH 05/12] hpsa: rescan later if reset in progress
` [PATCH 06/12] hpsa: correct resets on retried commands
` [PATCH 07/12] hpsa: cleanup reset handler
` [PATCH 08/12] hpsa: correct queue depth for externals
` [PATCH 09/12] hpsa: separate monitor events from heartbeat worker
` [PATCH 10/12] hpsa: send ioaccel requests with 0 length down raid path
` [PATCH 11/12] hpsa: remove abort handler
` [PATCH 12/12] hpsa: bump driver version

[PATCH 00/12] hpsa updates
 2017-04-07 19:53 UTC 

linux-next: manual merge of the scsi-mkp tree with the char-misc tree
 2017-04-07 19:50 UTC  (3+ messages)

[PATCH V2] scsi: mpt3sas: remove redundant wmb
 2017-04-07 19:06 UTC 

[PATCH] scsi: mpt3sas: remove redundant wmb on arm/arm64
 2017-04-07 17:28 UTC  (4+ messages)

[PATCH] scsi: libfc: directly call ELS request handlers
 2017-04-07 16:15 UTC  (2+ messages)

[PATCH] scsi: smartpqi: remove writeq/readq function definitions
 2017-04-07 13:33 UTC 

[PATCH 0/4] more robust PF_MEMALLOC handling
 2017-04-07  9:21 UTC  (7+ messages)
` [PATCH 1/4] mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
` [PATCH 2/4] mm: introduce memalloc_noreclaim_{save,restore}

[PATCHv4 0/6] sanitize sg
 2017-04-07  7:34 UTC  (7+ messages)
` [PATCHv4 1/6] sg: disable SET_FORCE_LOW_DMA
` [PATCHv4 2/6] sg: remove 'save_scat_len'
` [PATCHv4 3/6] sg: protect accesses to 'reserved' page array
` [PATCHv4 4/6] sg: check for valid direction before starting the request
` [PATCHv4 5/6] sg: use standard lists for sg_requests
` [PATCHv4 6/6] sg: close race condition in sg_remove_sfp_usercontext()

[PATCH v7 00/15] Replace PCI pool by DMA pool API
 2017-04-07  7:25 UTC  (16+ messages)
` [PATCH v7 01/15] block: DAC960: Replace PCI pool old API
` [PATCH v7 03/15] IB/mthca: "
` [PATCH v7 04/15] net: e100: "
` [PATCH v7 05/15] mlx4: "
  ` [PATCH v7 02/15] dmaengine: pch_dma: "
  ` [PATCH v7 06/15] mlx5: "
  ` [PATCH v7 07/15] wireless: ipw2200: "
  ` [PATCH v7 09/15] scsi: csiostor: "
  ` [PATCH v7 10/15] scsi: lpfc: "
  ` [PATCH v7 11/15] scsi: megaraid: "
  ` [PATCH v7 13/15] scsi: mvsas: "
` [PATCH v7 08/15] scsi: be2iscsi: "
` [PATCH v7 12/15] scsi: mpt3sas: "
` [PATCH v7 14/15] scsi: pmcraid: "
` [PATCH v7 15/15] PCI: Remove PCI pool macro functions

kill req->errors
 2017-04-07  7:11 UTC  (34+ messages)
` [PATCH 01/25] remove the mg_disk driver
` [PATCH 02/25] block: remove the blk_execute_rq return value
` [PATCH 03/25] nvme-fc: fix status code handling in nvme_fc_fcpio_done
` [PATCH 04/25] nvme: split nvme status from block req->errors
` [PATCH 05/25] nvme: make nvme_error_status private
` [PATCH 06/25] virtio: fix spelling of virtblk_scsi_request_done
` [PATCH 07/25] virtio_blk: don't use req->errors
` [PATCH 08/25] scsi: fix fast-fail for non-passthrough requests
` [PATCH 09/25] scsi: introduce a new result field in struct scsi_request
` [PATCH 10/25] loop: zero-fill bio on the submitting cpu
` [PATCH 11/25] null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` [PATCH 12/25] dm rq: don't pass irrelevant error code "
` [PATCH 13/25] dm mpath: don't check for req->errors
` [PATCH 14/25] nbd: don't use req->errors
` [PATCH 15/25] mtip32xx: add a status field to struct mtip_cmd
` [PATCH 16/25] xen-blkfront: don't use req->errors
` [PATCH 17/25] blk-mq: remove the error argument to blk_mq_complete_request
` [PATCH 18/25] blk-mq: simplify __blk_mq_complete_request
` [PATCH 19/25] block: add a error_count field to struct request
` [PATCH 20/25] floppy: switch from req->errors to req->error_count
` [PATCH 21/25] ataflop: "
` [PATCH 22/25] swim3: remove (commented out) printing of req->errors
` [PATCH 23/25] pd: remove bogus check for req->errors
` [PATCH 24/25] blktrace: remove the unused block_rq_abort tracepoint
` [PATCH 25/25] block: remove the errors field from struct request

[RFC PATCH 0/2] block,scsi: support host-wide tagset
 2017-04-07  6:21 UTC  (5+ messages)
` [PATCH 1/2] block: Implement global tagset

[PATCH] scsi: aacraid: fix PCI error recovery path
 2017-04-06 21:46 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: remove some redundant pointer assignments
 2017-04-06 21:21 UTC  (2+ messages)

(unknown),
 2017-04-06 19:09 UTC 

[PATCH] scsi: sd: fix warning on min_not_zero use
 2017-04-06 18:57 UTC 

problem with discard granularity in sd
 2017-04-06 17:34 UTC  (4+ messages)

[PATCH] qla4xxx: drop redundant init_completion
 2017-04-06 17:15 UTC  (2+ messages)

hpsa patches in mkp/4.12/scsi-queue and mkp/4.11/scsi-fixes
 2017-04-06 17:05 UTC  (2+ messages)

[PATCH] csiostor: switch to pci_alloc_irq_vectors
 2017-04-06 16:58 UTC  (11+ messages)

[PATCH v2] scsi: sd: Fix capacity calculation with 32-bit sector_t
 2017-04-06 16:52 UTC  (3+ messages)

[PATCH v2] scsi: ses: don't get power status of SES device slot on probe
 2017-04-06 16:49 UTC  (2+ messages)

[PATCH] Make checking the scsi_device_get() return value mandatory
 2017-04-06 16:46 UTC  (2+ messages)

[PATCH] osd_uld: Check scsi_device_get() return value
 2017-04-06 16:44 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).