linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-09 14:29:02 to 2016-01-13 10:27:25 UTC [more...]

[PATCHv2 00/22] ALUA device handler update, part II
 2016-01-13 10:27 UTC  (38+ messages)
` [PATCHv2 01/22] scsi_dh_alua: Pass buffer as function argument
` [PATCHv2 02/22] scsi_dh_alua: separate out alua_stpg()
` [PATCHv2 03/22] scsi_dh_alua: Make stpg synchronous
` [PATCHv2 04/22] scsi_dh_alua: call alua_rtpg() if stpg fails
` [PATCHv2 05/22] scsi_dh_alua: switch to scsi_execute_req_flags()
` [PATCHv2 06/22] scsi_dh_alua: allocate RTPG buffer separately
` [PATCHv2 07/22] scsi_dh_alua: Use separate alua_port_group structure
` [PATCHv2 08/22] scsi_dh_alua: use unique device id
` [PATCHv2 09/22] scsi_dh_alua: simplify alua_initialize()
` [PATCHv2 10/22] revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should succeed while TPG is transitioning")
` [PATCHv2 11/22] scsi_dh_alua: move optimize_stpg evaluation
` [PATCHv2 12/22] scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
` [PATCHv2 13/22] scsi_dh_alua: Use workqueue for RTPG
` [PATCHv2 14/22] scsi_dh_alua: Allow workqueue to run synchronously
` [PATCHv2 15/22] scsi_dh_alua: Recheck state on unit attention
` [PATCHv2 16/22] scsi_dh_alua: update all port states
` [PATCHv2 17/22] scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
` [PATCHv2 18/22] scsi_dh: add 'rescan' callback
` [PATCHv2 19/22] scsi: Add 'access_state' attribute
` [PATCHv2 20/22] scsi_dh_alua: use common definitions for ALUA state
` [PATCHv2 21/22] scsi_dh_alua: update 'access_state' field
` [PATCHv2 22/22] scsi_dh_alua: Update version to 2.0

[PATCH 1/1] scsi: add Synology to 1024 sector blacklist
 2016-01-13 10:27 UTC  (6+ messages)

[PATCH-for-4.6 0/6] target: Introduce target_alloc_session helper
 2016-01-13 10:14 UTC  (15+ messages)
` [PATCH-for-4.6 1/6] target: Add target_alloc_session() helper function
` [PATCH-for-4.6 2/6] target: Convert demo-mode only drivers to target_alloc_session
` [PATCH-for-4.6 3/6] vhost/scsi: Convert to target_alloc_session usage
` [PATCH-for-4.6 4/6] tcm_qla2xxx: "
` [PATCH-for-4.6 5/6] tcm_fc: "
` [PATCH-for-4.6 6/6] ib_srpt: "

[PATCH 0/2] target: Fix LUN_RESET active I/O + TMR handling
 2016-01-13  9:29 UTC  (9+ messages)
` [PATCH 1/2] target: Fix LUN_RESET active I/O handling for ACK_KREF
` [PATCH 2/2] target: Fix LUN_RESET active TMR descriptor handling

[LSF/MM ATTEND][LSF/MM TOPIC] Multipath redesign
 2016-01-13  9:10 UTC 

[PATCH-v2 0/4] target: Close se_node_acl lookup race
 2016-01-13  8:58 UTC  (20+ messages)
` [PATCH-v2 1/4] tcm_fc: Convert acl lookup to modern get_initiator_node_acl usage
` [PATCH-v2 2/4] ib_srpt: "
` [PATCH-v2 3/4] target: Fix change depth se_session reference usage
` [PATCH-v2 4/4] target: Obtain se_node_acl->acl_kref during get_initiator_node_acl

[PATCHv3 00/24] ALUA device handler update, part II
 2016-01-13  8:09 UTC  (25+ messages)
` [PATCHv3 01/24] scsi_dh_alua: Pass buffer as function argument
` [PATCHv3 02/24] scsi_dh_alua: separate out alua_stpg()
` [PATCHv3 03/24] scsi_dh_alua: Make stpg synchronous
` [PATCHv3 04/24] scsi_dh_alua: call alua_rtpg() if stpg fails
` [PATCHv3 05/24] scsi_dh_alua: switch to scsi_execute_req_flags()
` [PATCHv3 06/24] scsi_dh_alua: allocate RTPG buffer separately
` [PATCHv3 07/24] scsi_dh_alua: Use separate alua_port_group structure
` [PATCHv3 08/24] scsi_dh_alua: use unique device id
` [PATCHv3 09/24] scsi_dh_alua: simplify alua_initialize()
` [PATCHv3 10/24] revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should succeed while TPG is transitioning")
` [PATCHv3 11/24] scsi_dh_alua: move optimize_stpg evaluation
` [PATCHv3 12/24] scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
` [PATCHv3 13/24] scsi_dh_alua: Use workqueue for RTPG
` [PATCHv3 14/24] scsi_dh_alua: Allow workqueue to run synchronously
` [PATCHv3 15/24] scsi_devinfo: move scsi_get_device_flags into scsi_devinfo.h
` [PATCHv3 16/24] scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
` [PATCHv3 17/24] scsi_dh_alua: Recheck state on unit attention
` [PATCHv3 18/24] scsi_dh_alua: update all port states
` [PATCHv3 19/24] scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
` [PATCHv3 20/24] scsi_dh: add 'rescan' callback
` [PATCHv3 21/24] scsi: Add 'access_state' attribute
` [PATCHv3 22/24] scsi_dh_alua: use common definitions for ALUA state
` [PATCHv3 23/24] scsi_dh_alua: update 'access_state' field
` [PATCHv3 24/24] scsi_dh_alua: Update version to 2.0

[PATCHv3 net-next 0/3] cxgb4/cxgb4i: add iscsi LRO support for chelsio t4/t5 adapters
 2016-01-13  7:17 UTC  (4+ messages)
` [PATCHv3 net-next 1/3] cxgb4: Add LRO infrastructure for cxgb4i driver
` [PATCHv3 net-next 2/3] libcxgbi: add pdu parsing of LRO'ed skbs
` [PATCHv3 net-next 3/3] cxgb4i: add iscsi LRO for chelsio t4/t5 adapters

[PATCH v3 00/17] be2iscsi: driver update 11.0.0.0
 2016-01-13  3:08 UTC  (4+ messages)
` [PATCH v3 04/17] be2iscsi: Fix to synchronize tag allocation using spin_lock

LSF/MM 2016: Call for Proposals
 2016-01-12 16:05 UTC 

[PATCH] [SCSI] osst: remove double conversion of timeout
 2016-01-12 15:10 UTC  (5+ messages)

[PATCH 00/15] megaraid_sas: Updates for scsi-next
 2016-01-12 14:44 UTC  (16+ messages)
` [PATCH 01/15] megaraid_sas: Do not allow PCI access during OCR
` [PATCH 02/15] megaraid_sas: MFI IO timeout handling
` [PATCH 03/15] megaraid_sas: Syncing request flags macro names with firmware
` [PATCH 04/15] megaraid_sas: Task management support
` [PATCH 05/15] megaraid_sas: Update device Queue depth based on interface type
` [PATCH 06/15] megaraid_sas: Fastpath region lock bypass
` [PATCH 15/15] megaraid_sas: SPERC boot driver reorder

[PATCH 00/23] HiSilicon SAS v2 hw support
 2016-01-12 12:16 UTC  (10+ messages)
` [PATCH 01/23] devicetree: bindings: hisi_sas: add v2 HW bindings

[PATCH 0/2] avoid crashing when reading /proc/scsi/scsi and simultaneously removing devices
 2016-01-12  2:35 UTC  (6+ messages)
` [PATCH 1/2] drivers/base: add bus_device_iter_init, bus_device_iter_next, bus_device_iter_exit
` [PATCH 2/2] scsi_proc: Change /proc/scsi/scsi to use bus device iterator

[PATCH 0/2] scsi: storvsc: Miscellaneous fixes
 2016-01-12  1:04 UTC  (5+ messages)
` [PATCH 1/2] scsi: storvsc: Install the storvsc specific timeout handler for FC devices
  ` [PATCH 2/2] scsi: storvsc: Use the specified target ID in device lookup

[PATCHv2 net-next 0/3] cxgb4/cxgb4i: add iscsi LRO support for chelsio t4/t5 adapters
 2016-01-11 20:41 UTC  (2+ messages)

[PATCH 00/35 v3] eparate operations from flags in the bio/request structs
 2016-01-11 20:21 UTC  (36+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH RESEND] mpt3sas:Fix missing error checks for calls to _transport_phy_reset in mpt3sas_transport.c
 2016-01-11 19:10 UTC 

Ihre E-Mail hat gewonnen 920,000.00 00Euro
 2016-01-11 15:45 UTC 

Ihre E-Mail hat gewonnen 920,000.00 00Euro
 2016-01-11 11:16 UTC 

EMCCTD kernel driver Patch for review
 2016-01-11 10:09 UTC  (4+ messages)

NULL pointer dereference: IP: [<f828a00c>] sr_runtime_suspend+0xc/0x20 [sr_mod]
 2016-01-10 15:32 UTC  (5+ messages)

Letzte Benachrichtigung!!!!
 2016-01-10 13:30 UTC 

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-10  7:15 UTC  (10+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
    ` [dm-devel] "

[PATCH V2 3/9] aacraid: Added EEH support
 2016-01-09 23:23 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 4.4-rc8
 2016-01-09 17:51 UTC 

[PATCH 6/6] scsi: bfa: bfa_cs: Remove struct timeval
 2016-01-09 14:36 UTC 

[PATCH 5/6] scsi: bfa: bfa_port: Remove 'struct timeval'
 2016-01-09 14:35 UTC 

[PATCH 4/6] scsi: bfa: Remove use of time_t
 2016-01-09 14:33 UTC 

[PATCH 3/6] scsi: bfa: Use 'ktime_get_real_seconds()'
 2016-01-09 14:31 UTC 

[PATCH 2/6] scsi: bfa: bfa_svc: Remove 'struct timeval'
 2016-01-09 14:29 UTC 


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