public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-18 17:06:29 to 2017-04-20 14:03:11 UTC [more...]

kill req->errors V4
 2017-04-20 14:03 UTC  (12+ messages)
` [PATCH 02/23] block: remove the blk_execute_rq return value
` [PATCH 07/23] virtio_blk: don't use req->errors
` [PATCH 08/23] scsi: introduce a result field in struct scsi_request
` [PATCH 09/23] loop: zero-fill bio on the submitting cpu
` [PATCH 10/23] null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` [PATCH 11/23] dm rq: don't pass irrelevant error code "
` [PATCH 12/23] dm mpath: don't check for req->errors
` [PATCH 13/23] nbd: don't use req->errors
` [PATCH 15/23] xen-blkfront: "
` [PATCH 17/23] blk-mq: simplify __blk_mq_complete_request
` [PATCH 18/23] block: add a error_count field to struct request

[PATCH 0/5] v2: block subsystem refcounter conversions
 2017-04-20 13:56 UTC  (7+ messages)
` [PATCH 1/5] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/5] block: convert blk_queue_tag.refcnt "
` [PATCH 3/5] block: convert blkcg_gq.refcnt "
` [PATCH 4/5] block: convert io_context.active_ref "
` [PATCH 5/5] block: convert bsg_device.ref_count "

linux-next: manual merge of the scsi-mkp tree with the char-misc tree
 2017-04-20 13:31 UTC  (4+ messages)

[PATCH 1/2] scsi: ufs: use MASK_EE_STATUS
 2017-04-20 12:01 UTC  (2+ messages)
` [PATCH 2/2] scsi: ufs: make ufshcd_get_lists_status() register operation obvious

[PATCH-v1 00/22] lpfc updates for 11.2.0.12
 2017-04-20  9:08 UTC  (45+ messages)
` [PATCH-v1 01/22] Standardize nvme SGL segment count
` [PATCH-v1 02/22] Fix nvme unregister port timeout
` [PATCH-v1 03/22] Fix rejected nvme LS Req
` [PATCH-v1 04/22] Fix log message in completion path
` [PATCH-v1 05/22] Add debug messages for nvme/fcp resource allocation
` [PATCH-v1 06/22] Fix spelling in comments
` [PATCH-v1 07/22] Remove unused defines for NVME PostBuf
` [PATCH-v1 08/22] Remove NULL ptr check before kfree
` [PATCH-v1 09/22] Fix extra line print in rqpair debug print
` [PATCH-v1 10/22] Fix PRLI ACC rsp for NVME
` [PATCH-v1 11/22] Fix driver unload/reload operation
` [PATCH-v1 12/22] Fix driver usage of 128B WQEs when WQ_CREATE is V1
` [PATCH-v1 13/22] Fix nvme initiator handling when not enabled
` [PATCH-v1 14/22] Remove hba lock from NVMET issue WQE
` [PATCH-v1 15/22] Fix driver load issues when MRQ=8
` [PATCH-v1 16/22] Fix crash after issuing lip reset
` [PATCH-v1 17/22] Fix max_sgl_segments settings for NVME / NVMET
` [PATCH-v1 18/22] Add Fabric assigned WWN support
` [PATCH-v1 19/22] Fix implicit logo and RSCN handling for NVMET
` [PATCH-v1 20/22] Update ABORT processing "
` [PATCH-v1 21/22] Fix Express lane queue creation
` [PATCH-v1 22/22] lpfc revison 11.2.0.12

(From: Mr. James Tan (Urgent & Confidential)
 2017-04-20  6:43 UTC 

[PATCH 1/2] scsi: convert unrecovered read error to -EILSEQ
 2017-04-20  5:37 UTC  (4+ messages)
` [PATCH 2/2] block: Improve error handling verbosity

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

[PATCH] ibmvscsis: Do not send aborted task response
 2017-04-20  2:29 UTC  (2+ messages)

[PATCH V2] scsi: mpt3sas: remove redundant wmb
 2017-04-20  2:28 UTC  (2+ messages)

commit 1b6ac5e3f "fnic: Using rport->dd_data to check rport online instead of rport_lookup."
 2017-04-20  2:27 UTC  (2+ messages)

[PATCH] [SCSI] aic7xxx: fix order of arguments in function prototype
 2017-04-20  2:17 UTC  (2+ messages)

[PATCHv6 0/8] SCSI EH cleanup
 2017-04-20  2:14 UTC  (4+ messages)
` [PATCHv6 8/8] scsi: inline command aborts

[PATCH] bfa: remove bfa_module_s madness
 2017-04-20  2:14 UTC  (2+ messages)

[PATCH] scsi: qedi,qedf: Use designated initializers
 2017-04-20  2:11 UTC  (2+ messages)

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-04-20  1:34 UTC  (4+ messages)
` [PATCH 26/27] scsi: sd: Separate zeroout and discard command choices

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-20  0:07 UTC  (58+ messages)

[PATCH v3 8/8] scsi: Implement blk_mq_ops.show_rq()
 2017-04-19 23:29 UTC  (3+ messages)

[PATCH] scsi: osd_uld: fix mismerge
 2017-04-19 23:29 UTC  (4+ messages)

[PATCH v3 0/2] scsi: storvsc: Add support for FC rport
 2017-04-19 23:14 UTC  (6+ messages)
` [PATCH v3 1/2] scsi: scsi_transport_fc: Add dummy initiator role to rport
` [PATCH v3 2/2] scsi: storvsc: Add support for FC rport

[PATCH] virtio_scsi: Always try to read VPD pages
 2017-04-19 23:12 UTC  (4+ messages)

kill req->errors V3
 2017-04-19 19:26 UTC 

[PATCH v3 0/4] Avoid that __scsi_remove_device() hangs
 2017-04-19 18:42 UTC  (9+ messages)
` [PATCH v3 3/4] sd: Make synchronize cache upon shutdown asynchronous

kill req->errors V2
 2017-04-19 17:54 UTC  (17+ messages)
` block: remove the blk_execute_rq return value
` nvme-fc: fix status code handling in nvme_fc_fcpio_done
` scsi: introduce a new result field in struct scsi_request
` blk-mq: remove the error argument to blk_mq_complete_request
` block: add a error_count field to struct request
` pd: remove bogus check for req->errors

RFC: drop the T10 OSD code and its users
 2017-04-19 15:11 UTC  (6+ messages)
` [PATCH 1/4] block: remove the osdblk driver

[PATCH] scsi: lpfc: fix potential buffer overflow
 2017-04-19  2:01 UTC  (3+ messages)

[PATCH] scsi:cxgb4i: update module description
 2017-04-19  1:55 UTC  (2+ messages)

[PATCH] scsi: fc: remove redundant check of an unsigned long being less than zero
 2017-04-19  1:54 UTC  (2+ messages)

[PATCH] scsi: ibmvfc: don't check for failure from mempool_alloc()
 2017-04-19  1:51 UTC  (2+ messages)

[PATCH] target: Add WRITE_VERIFY_16
 2017-04-18 19:10 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox