linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-15 05:34:29 to 2016-10-18 15:30:50 UTC [more...]

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-18 15:30 UTC  (15+ messages)
` [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()
` [PATCH 02/10] mm: remove write/force parameters from __get_user_pages_unlocked()
` [PATCH 03/10] mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
` [PATCH 04/10] mm: replace get_user_pages_locked() "
` [PATCH 06/10] mm: replace get_user_pages() "
` [PATCH 10/10] mm: replace access_process_vm() write parameter "

[PATCH] scsi: g_NCR5380: add HAS_IOPORT_MAP dependency
 2016-10-18 15:18 UTC 

[PATCH] scsi: update rdac devices at scsi_dh_rdac
 2016-10-18 15:11 UTC  (2+ messages)

[PATCH v2 00/10] ufs-qcom: phy/hcd: Clean up qcom-ufs phy and ufs-qcom hcd
 2016-10-18 14:28 UTC  (11+ messages)
` [PATCH v2 01/10] phy: qcom-ufs: remove failure when rx/tx_iface_clk are absent
` [PATCH v2 02/10] phy: qcom-ufs: Remove unnecessary BUG_ON
` [PATCH v2 03/10] phy: qcom-ufs: Use devm sibling of kstrdup for regulator names
` [PATCH v2 04/10] phy: qcom-ufs-qmp-xx: Discard remove callback for drivers
` [PATCH v2 05/10] phy: qcom-ufs: Cleanup clock and regulator initialization
` [PATCH v2 06/10] phy: qcom-ufs: Remove unnecessary function declarations
` [PATCH v2 07/10] phy: qcom-ufs-qmp-xx: Move clock and regulator init out of phy init
` [PATCH 08/10] ufs-qcom: phy/hcd: Refactoring phy clock handling
` [PATCH v2 09/10] scsi/ufs: qcom: Add phy_exit call in hcd exit path
` [PATCH v2 10/10] phy: qcom-ufs: Remove common layer phy exit callback

[PATCH 0/7] megaraid_sas: Updates for scsi-next
 2016-10-18 13:56 UTC  (40+ messages)
` [PATCH 1/7] megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30secs before reset
` [PATCH 2/7] megaraid_sas: Send correct PhysArm to FW for R1 VD downgrade
` [PATCH 3/7] megaraid_sas: Do not fire DCMDs during PCI shutdown/detach
` [PATCH 4/7] megaraid_sas: Send SYNCHRONIZE_CACHE command to firmware
` [PATCH 5/7] megaraid_sas: driver version upgrade
` [PATCH 6/7] MAINTAINERS: Update megaraid maintainers list
` [PATCH 7/7] megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which does not support JBOD sequence map

[PATCH 00/20] libfc callback cleanup
 2016-10-18 11:17 UTC  (44+ messages)
` [PATCH 01/20] libfc: Replace ->seq_els_rsp_send callback with function call
` [PATCH 02/20] libfc: Replace ->lport_reset "
` [PATCH 03/20] libfc: Replace ->lport_recv "
` [PATCH 04/20] libfc: Replace ->exch_seq_send callback "
` [PATCH 05/20] libfc: Replace ->rport_destroy "
` [PATCH 06/20] libfc: Replace ->rport_lookup "
` [PATCH 07/20] scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'
` [PATCH 08/20] libfc: Replace ->rport_create callback with function call
` [PATCH 09/20] libfc: Replace ->rport_login "
` [PATCH 10/20] libfc: Replace ->rport_logoff "
` [PATCH 11/20] libfc: Replace ->rport_recv_req "
` [PATCH 12/20] libfc: Replace ->rport_flush_queue "
` [PATCH 13/20] libfc: Remove fc_rport_init()
` [PATCH 14/20] libfc: Replace ->seq_send callback with function call
` [PATCH 15/20] libfc: Replace ->seq_exch_abort "
` [PATCH 16/20] libfc: Replace ->exch_done "
` [PATCH 17/20] libfc: Replace ->seq_start_next "
` [PATCH 18/20] libfc: Replace ->seq_set_resp callback with direct "
` [PATCH 19/20] libfc: Replace ->seq_assign callback with "
` [PATCH 20/20] libfc: Replace ->seq_release "

[Bug 153171] New: scsi host6: runtime PM trying to activate child device host6 but parent (2-2:1.0) is not active
 2016-10-18 10:18 UTC  (2+ messages)
` [Bug 153171] "

low read performance after removing/adding iscsi device
 2016-10-18  9:19 UTC  (2+ messages)

iscsi_trx going into D state
 2016-10-18  7:52 UTC  (9+ messages)

[PATCH] fcoe: Fixup missing initialisation in fcoe_dcb_create()
 2016-10-18  7:26 UTC  (2+ messages)

Need some pointers to debug a target hang
 2016-10-18  7:01 UTC  (3+ messages)

[PATCH v8 0/7] ZBC / Zoned block device support
 2016-10-18  6:42 UTC  (9+ messages)
` [PATCH v8 1/7] block: Add 'zoned' queue limit
` [PATCH v8 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH v8 3/7] block: update chunk_sectors in blk_stack_limits()
` [PATCH v8 4/7] block: Define zoned block device operations
` [PATCH v8 5/7] block: Implement support for zoned block devices
` [PATCH v8 6/7] sd: Implement support for ZBC devices
` [PATCH v8 7/7] blk-zoned: implement ioctls

[PATCH] Revert "target: Fix residual overflow handling in target_complete_cmd_with_length"
 2016-10-18  4:54 UTC 

[PATCH 0/7] ufs-qcom: phy/hcd: Clean up qcom-ufs phy and ufs-qcom hcd
 2016-10-18  4:49 UTC  (8+ messages)
` [PATCH 1/7] phy: qcom-ufs: remove failure when rx/tx_iface_clk are absent
` [PATCH 2/7] phy: qcom-ufs: Remove unnecessary BUG_ON
` [PATCH 3/7] phy: qcom-ufs: Use devm sibling of kstrdup for regulator names
` [PATCH 4/7] phy: qcom-ufs-qmp-xx: Discard remove callback for drivers
` [PATCH 5/7] phy: qcom-ufs: Cleanup clock and regulator initialization
` [PATCH 6/7] phy: qcom-ufs-qmp-xx: Move clock and regulator init out of phy init
` [PATCH 7/7] ufs-qcom: phy/hcd: Refactoring phy clock handling

[RESEND PATCH] scsi: ufs: fix race between clock gating and devfreq scaling work
 2016-10-18  0:13 UTC  (3+ messages)

[PATCH v1 11/11] scsi: ufs: optimize clock gate work
 2016-10-18  0:11 UTC 

[PATCH v1 10/11] scsi: ufshcd: Fix race between clk scaling and ungate work
 2016-10-18  0:10 UTC 

[PATCH v1 09/11] scsi: ufs: change device rails hpm mode ramp up sequence
 2016-10-18  0:10 UTC 

[PATCH v1 08/11] scsi: ufs: suspend clock scaling at the start of suspend
 2016-10-18  0:10 UTC 

[PATCH v1 07/11] scsi: ufs: fail ufshcd_probe_hba() if power configuration fails
 2016-10-18  0:10 UTC 

[PATCH v1 06/11] scsi: ufs: suspend clock scaling for failed runtime_resume
 2016-10-18  0:10 UTC 

[PATCH v1 05/11] scsi: ufs: fix sense buffer size to 18 bytes
 2016-10-18  0:09 UTC 

[PATCH v1 04/11] scsi: ufs: commit descriptors before setting the doorbell
 2016-10-18  0:09 UTC 

[PATCH v1 03/11] scsi: ufs: fix bugs related to null pointer access and array size
 2016-10-18  0:09 UTC 

[PATCH v1 02/11] scsi: ufshcd: release resources if probe fails
 2016-10-18  0:09 UTC 

[PATCH v1 01/11] scsi: ufs: fix race between clock gating and devfreq scaling work
 2016-10-18  0:08 UTC 

`rmmod mpt3sas` leads to backtraces 'fs/sysfs/group.c:237 sysfs_remove_group+0xa0/0xb0'
 2016-10-17 21:11 UTC  (4+ messages)

[PATCH v6 0/3] Enabling ATA Command Priorities
 2016-10-17 18:27 UTC  (4+ messages)
` [PATCH v6 1/3] block: Add iocontext priority to request
` [PATCH v6 2/3] ata: Enabling ATA Command Priorities
` [PATCH v6 3/3] ata: ATA Command Priority Disabled By Default

[GIT PULL] final round of SCSI updates for the 4.8+ merge window
 2016-10-17 18:18 UTC  (3+ messages)

[PATCH] lpfc: use %zd format string for size_t
 2016-10-17 17:59 UTC  (4+ messages)

[PATCH 00/24] FCoE VN2VN fixes, part two
 2016-10-17 17:42 UTC  (2+ messages)

[PATCH 0/2] Locking issue in libiscsi and be2iscsi
 2016-10-17 17:36 UTC  (8+ messages)
` [PATCH 1/2] libiscsi: Fix locking in __iscsi_conn_send_pdu
` [PATCH 2/2] be2iscsi: Replace _bh with _irqsave/irqrestore

[PATCH] sd: assign appropriate log level
 2016-10-17 17:22 UTC  (4+ messages)

[PATCH v2 1/2] scsi: Handle Unit Attention when issuing SCSI command
 2016-10-17 17:30 UTC  (4+ messages)

[PATCH] Fix: scsi: megaraid: reduce the scope of pending-list lock to avoid double lock
 2016-10-17  7:30 UTC 

Geschäftsvorschlag!!!
 2016-10-17 16:41 UTC 

expose queue the queue mapping for SCSI drivers
 2016-10-17 16:34 UTC  (15+ messages)
` [PATCH 1/3] blk-mq: export blk_mq_map_queues
` [PATCH 2/3] scsi: allow LLDDs to expose the queue mapping to blk-mq
` [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors

[PATCH v1 0/3] Fixes for problems found during testing
 2016-10-17 16:15 UTC  (3+ messages)
` [PATCH v2 0/6] Fixes for ibmvscsis driver

Patch added to scsi: scsi: Replace wrong device handler name for CLARiiON arrays
 2016-10-16 21:04 UTC 

possible if/else bug in dc395x.c
 2016-10-16 17:26 UTC 

[PATCH 0/3] target: Bug-fixes for v4.9-rc1
 2016-10-15  9:13 UTC  (5+ messages)
` [PATCH 1/3] target: Re-add missing SCF_ACK_KREF assignment in v4.1.y
` [PATCH 2/3] target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLE
` [PATCH 3/3] target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status code

[PATCH v4 0/4] Enabling ATA Command Priorities
 2016-10-15  8:43 UTC  (5+ messages)
` [PATCH v4 1/4] block: Add iocontext priority to request


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