linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-08 13:32:37 to 2016-01-12 15:41:05 UTC [more...]

[PATCHv2 00/22] ALUA device handler update, part II
 2016-01-12 15:40 UTC  (13+ 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

[PATCH 0/2] target: Fix LUN_RESET active I/O + TMR handling
 2016-01-12 15:25 UTC  (5+ 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

[PATCH-for-4.6 0/6] target: Introduce target_alloc_session helper
 2016-01-12 15:11 UTC  (10+ 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] [SCSI] osst: remove double conversion of timeout
 2016-01-12 15:10 UTC  (5+ messages)

[PATCH-v2 0/4] target: Close se_node_acl lookup race
 2016-01-12 15:09 UTC  (10+ 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

[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  (35+ messages)
` [PATCH 01/23] devicetree: bindings: hisi_sas: add v2 HW bindings
` [PATCH 03/23] hisi_sas: set max commands as configurable
` [PATCH 04/23] hisi_sas: reduce max itct entries
` [PATCH 05/23] hisi_sas: add hisi_sas_err_record_v1
` [PATCH 06/23] hisi_sas: rename some fields in hisi_sas_itct
` [PATCH 07/23] hisi_sas: add bare v2 hw driver
` [PATCH 08/23] hisi_sas: add v2 register definitions
` [PATCH 10/23] hisi_sas: add init_id_frame_v2_hw()
` [PATCH 11/23] hisi_sas: add v2 phy init code
` [PATCH 12/23] hisi_sas: add v2 int init and phy up handler
` [PATCH 14/23] hisi_sas: add v2 channel interrupt handler
` [PATCH 15/23] hisi_sas: add v2 SATA "
` [PATCH 16/23] hisi_sas: add v2 cq "
` [PATCH 17/23] hisi_sas: add v2 path to send ssp frame
` [PATCH 19/23] hisi_sas: add v2 code for itct setup and free
  ` [PATCH 02/23] hisi_sas: relocate DEV_IS_EXPANDER
  ` [PATCH 09/23] hisi_sas: add v2 hw init
  ` [PATCH 13/23] hisi_sas: add v2 phy down handler
  ` [PATCH 18/23] hisi_sas: add v2 code to send smp command
  ` [PATCH 20/23] hisi_sas: add v2 path to send ATA command
` [PATCH 21/23] hisi_sas: add v2 slot error handler
` [PATCH 22/23] hisi_sas: add v2 tmf functions
` [PATCH 23/23] hisi_sas: update driver version to 1.1

[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

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

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

[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  (17+ 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 26/35] block: set op to REQ_OP
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua

[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 

[PATCH 1/6] scsi: bfa: bfa_svc: Use ktime_get_real_seconds()
 2016-01-09 14:26 UTC 

[PATCH 0/6] scsi: bfa: Use y2038 safe timestamps
 2016-01-09 14:22 UTC 

[PATCH] scsi: sim710: fix build warning
 2016-01-09  7:42 UTC  (4+ messages)

[PATCH V2 0/9] aacraid: Patchset for aacraid driver version 41052
 2016-01-08 23:37 UTC  (4+ messages)
` [PATCH V2 7/9] aacraid: Fix AIF triggered IOP_RESET

parisc late boot crash in 4.4-rc, scsi-related
 2016-01-08 21:43 UTC  (2+ messages)

[PATCH 1/1] scsi: scsi_transport_fc: Fix a bug in the error handling function
 2016-01-08 21:35 UTC  (7+ messages)

parisc late boot crash in 4.4-rc, scsi-related
 2016-01-08 20:56 UTC 

CISCO IP PHONES AND CPU's
 2016-01-08 18:17 UTC 

System "hangs" on kernels > v4.4-rc1 - mpt2sas problem?
 2016-01-08 18:56 UTC  (15+ messages)

[PATCH] scsi: imm: use new parport device model
 2016-01-08 18:10 UTC  (2+ messages)

[patch] cxgbi: typo in MODULE_PARM_DESC
 2016-01-08 17:52 UTC  (3+ messages)

[patch] storvsc: fix typo in MODULE_PARM_DESC
 2016-01-08 17:51 UTC  (3+ messages)

[PATCH 1/1] 3w-xxxx: pass through compat mode ioctls
 2016-01-08 17:14 UTC  (2+ messages)

[PATCH 0/3] hisi_sas v1 hw itct fixes
 2016-01-08 17:13 UTC  (2+ messages)

[PATCH] Separate target visibility from reaped state information
 2016-01-08 16:51 UTC 

[PATCH v2, RESEND] Separate target visibility from reaped state information
 2016-01-08 16:15 UTC  (3+ messages)

[PATCH] add driver for DesignWare UFS Host Controller
 2016-01-08 15:51 UTC  (4+ messages)

Last call for 4.5
 2016-01-08 13:34 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).