linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-06 08:51:23 to 2016-04-12 10:36:25 UTC [more...]

[PATCH v3 0/5] mempool based chained scatterlist alloc/free api
 2016-04-12 10:36 UTC  (10+ messages)
` [PATCH v3 1/5] scsi: replace "scsi_data_buffer" with "sg_table" in SG functions
` [PATCH v3 4/5] scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS

[PATCH v2 1/2] USB: uas: Limit qdepth at the scsi-host level
 2016-04-12 10:27 UTC  (2+ messages)
  ` [PATCH v2 2/2] USB: uas: Add a new NO_REPORT_LUNS quirk

[PATCHv2 00/14] ZAC support
 2016-04-12 10:25 UTC  (20+ messages)
` [PATCHv2 01/14] libata: do not attempt to retrieve sense code twice
` [PATCHv2 02/14] libsas: enable FPDMA SEND/RECEIVE
` [PATCHv2 03/14] libsas: Define ATA_CMD_NCQ_NON_DATA
` [PATCHv2 04/14] libata: Separate out ata_dev_config_ncq_send_recv()
` [PATCHv2 05/14] libata: NCQ Encapsulation for READ LOG DMA EXT
` [PATCHv2 06/14] libata: Check log page directory before accessing pages
` [PATCHv2 07/14] libata-trace: decode subcommands
` [PATCHv2 08/14] libata-scsi: Generate sense code for disabled devices
` [PATCHv2 09/14] libata: fixup ZAC device disabling
` [PATCHv2 10/14] libata: implement ZBC IN translation
` [PATCHv2 11/14] libata: Implement ZBC OUT translation
` [PATCHv2 12/14] libata: NCQ encapsulation for ZAC MANAGEMENT OUT
` [PATCHv2 13/14] libata: support device-managed ZAC devices
` [PATCHv2 14/14] libata: support host-aware and host-managed "

[PATCH 1/1] scsi: add Synology DSM 6.0 and higher to 1024 sector blacklist
 2016-04-12  8:28 UTC  (3+ messages)

[PATCH v4 0/2] Update SCSI target removal path
 2016-04-12  5:30 UTC  (5+ messages)
` [PATCH v4 1/2] scsi: Add intermediate STARGET_REMOVE state to scsi_target_state

[PATCH] drivers/scsi/fnic/fnic_scsi.c: Deinline fnic_queue_abort_io_req, save 1792 bytes
 2016-04-12  2:16 UTC  (3+ messages)

[PATCH 0/5] hisi_sas: v2 hw SATA fixes
 2016-04-12  2:14 UTC  (7+ messages)
` [PATCH 1/5] hisi_sas: use device linkrate in MCR for v2 hw
` [PATCH 2/5] hisi_sas: fix v2 hw multiple SATA disk issue
` [PATCH 3/5] hisi_sas: add v2 hw support for >4 SATA phys
` [PATCH 4/5] hisi_sas: for v2 hw only set ITCT qw2 for SAS device
` [PATCH 5/5] hisi_sas: update driver version to 1.4

[PATCH] zfcp: Revert to original scanning behaviour
 2016-04-12  2:14 UTC  (2+ messages)

[PATCH v3] mvsas: Generalize Marvell 9485 in pci_device_id
 2016-04-12  2:14 UTC  (2+ messages)

[4.5-rc4 Regression] qla2xxx: Add irq affinity notification
 2016-04-12  2:10 UTC  (5+ messages)

fnic: Using rport->dd_data to check rport online instead of rport_lookup
 2016-04-12  1:53 UTC  (2+ messages)

fix large I/O regression with iSER in 4.4+
 2016-04-11 23:44 UTC  (7+ messages)
  ` [PATCH 1/2] scsi: add a max_segment_size limitation to struct Scsi_Host
` [PATCH 2/2] IB/iser: set max_segment_size

[PATCH v2 0/5] bnx2fc: Update driver to version 2.10.3
 2016-04-11 21:39 UTC  (12+ messages)
` [PATCH v2 1/5] bnx2fc: Add driver tunables
` [PATCH v2 2/5] bnx2fc: Print when we send a fip keep alive
` [PATCH v2 3/5] bnx2fc: Print netdev device name when FCoE is successfully initialized
` [PATCH v2 4/5] bnx2fc: Check sc_cmd device and host pointer before returning the command to the mid-layer
` [PATCH v2 5/5] bnx2fc: Update version number to 2.10.3

Cant write to max_sectors_kb on 4.5.0 SRP target
 2016-04-11 21:29 UTC  (11+ messages)

[PATCH 0/2] scsi: vpd sanity checks
 2016-04-11 21:23 UTC  (3+ messages)
` [PATCH 2/2] scsi: vpd pages are mandatory for SPC-2

[PATCH v2 00/16] Chelsio iSCSI target offload driver
 2016-04-11 18:08 UTC  (32+ messages)
` [PATCH v2 01/16] iscsi-target: add callback to alloc and free PDU
` [PATCH v2 02/16] iscsi-target: add int (*iscsit_xmit_pdu)()
` [PATCH v2 03/16] iscsi-target: add int (*iscsit_xmit_datain_pdu)()
` [PATCH v2 04/16] iscsi-target: add void (*iscsit_release_cmd)()
` [PATCH v2 05/16] iscsi-target: add void (*iscsit_get_rx_pdu)()
` [PATCH v2 06/16] iscsi-target: split iscsi_target_rx_thread()
` [PATCH v2 07/16] iscsi-target: add int (*iscsit_validate_params)()
` [PATCH v2 08/16] iscsi-target: add void (*iscsit_get_r2t_ttt)()
` [PATCH v2 09/16] iscsi-target: move iscsit_thread_check_cpumask()
` [PATCH v2 10/16] iscsi-target: use conn->network_transport in text rsp
` [PATCH v2 11/16] iscsi-target: add new offload transport type
` [PATCH v2 12/16] iscsi-target: clear tx_thread_active
` [PATCH v2 13/16] iscsi-target: call complete on conn_logout_comp
` [PATCH v2 14/16] iscsi-target: export symbols
` [PATCH v2 15/16] iscsi-target: fix seq_end_offset calculation
` [PATCH v2 16/16] cxgbit: add files for cxgbit.ko

UFS patch
 2016-04-11 14:29 UTC 

[PATCH 0/4] Decouple X86_32 dependency from the ISA Kconfig option
 2016-04-11 13:54 UTC  (6+ messages)
` [PATCH 1/4] pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOS
` [PATCH 2/4] sound: isa: sscape: Use correct format identifier for size_t
` [PATCH 3/4] scsi: ultrastor: Use correct format identifier for kernel pointer
` [PATCH 4/4] isa: Remove the ISA_BUS Kconfig option

[PATCH 0/8 V2] Replay Protected Memory Block (RPMB) subsystem
 2016-04-11 13:33 UTC  (11+ messages)
` [PATCH v2 6/8] tools rpmb: add RPBM access tool
` [PATCH v2 8/8] scsi: ufs: connect to RPMB subsystem

[PATCH] mpt3sas - remove unused fw_event_work delayed_work
 2016-04-11 12:08 UTC  (7+ messages)

[PATCH v2 6/8] tools rpmb: add RPBM access tool
 2016-04-11 10:50 UTC  (2+ messages)

[PATCH] arm64: dts: apm: Fix compatible string for X-Gene 2 SATA controller DTS node
 2016-04-11  9:14 UTC  (3+ messages)

[-next] BUG_ON in scsi_target_destroy()
 2016-04-11  9:01 UTC 

[LSF/MM TOPIC] block-mq issues with FC
 2016-04-10 19:02 UTC  (14+ messages)
  ` [Lsf] "

[RFC 00/34] Chelsio iSCSI target offload driver
 2016-04-10  8:56 UTC  (11+ messages)
` [RFC 14/34] iscsi-target: export symbols

[PATCH] sd: fixup capacity calculation for 4k drives
 2016-04-10  2:02 UTC  (2+ messages)

need customers?
 2016-04-09  9:05 UTC 

[PATCH 0/9] block/scsi: Implement SMR drive support
 2016-04-09  8:01 UTC  (6+ messages)
` [PATCH 6/9] block: Add 'zoned' sysfs queue attribute

Вы уже нашли офис?, Вы уже нашли офис?
 2016-04-08 19:17 UTC 

[GIT PULL] SCSI fixes for 4.6-rc2
 2016-04-08 23:29 UTC 

[RFC PATCH 0/4] dm mpath: vastly improve blk-mq IO performance
 2016-04-08 19:29 UTC  (13+ messages)
` [RFC PATCH 1/4] dm mpath: switch to using bitops for state flags
` [RFC PATCH 2/4] dm mpath: use atomic_t for counting members of 'struct multipath'
` [RFC PATCH 3/4] dm mpath: move trigger_event member to the end "
` [RFC PATCH 4/4] dm mpath: eliminate use of spinlock in IO fast-paths
    ` [dm-devel] [RFC PATCH 0/4] dm mpath: vastly improve blk-mq IO performance

[PATCH 00/11] SCSI smpboot thread conversion
 2016-04-08 18:14 UTC  (7+ messages)
` [PATCH 01/11] scsi/fcoe: lock online CPUs in fcoe_percpu_clean()

[PATCH] mpt3sas: fix possible NULL dereference
 2016-04-08 15:42 UTC 

[PATCH v12 0/9] add support for DWC UFS Controller
 2016-04-08  9:13 UTC  (6+ messages)
` [PATCH v12 8/9] add TC G210 platform driver

[PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api
 2016-04-08  5:41 UTC  (5+ messages)
` [PATCH RFC 1/2] scatterlist: add mempool based chained SG alloc/free api

[Bug 114401] New: crash dump aic94xx
 2016-04-07 18:51 UTC  (4+ messages)
` [Bug 114401] "

[PATCH v2] mvsas: Generalize Marvell 9485 in pci_device_id
 2016-04-07 18:36 UTC  (2+ messages)

LSF/MM Schedule and improving discard support
 2016-04-07 15:51 UTC  (2+ messages)

[PATCH 00/12] Block support for zoned drives
 2016-04-07  6:03 UTC  (5+ messages)
` [PATCH 10/12] Limit bio_endio recursion

[PATCH 00/27] block: cleanup direct access on .bi_vcnt & .bi_io_vec
 2016-04-07  4:07 UTC  (4+ messages)
` [PATCH 09/27] target: use bio_is_full()

[PATCH] csiostor: Fix backwards locking in the function __csio_unreg_rnode
 2016-04-06 19:34 UTC  (13+ messages)

[PATCH v2 19/30] scsi: use parity32 in isci's phy
 2016-04-06  9:47 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).