messages from 2014-11-27 15:59:58 to 2014-12-04 09:23:35 UTC [more...]
[PATCH 1/1] esas2r: Correct typos of "validate" in a comment
2014-12-04 9:23 UTC (3+ messages)
[PATCH 00/12] nobody loves the advansys driver
2014-12-04 9:23 UTC (25+ messages)
` [PATCH 01/12] advansys: use host_reset
` [PATCH 02/12] advansys: use shared host tag map for command lookup
` [PATCH 03/12] advansys: use DMA-API for mapping sense buffer
` [PATCH 04/12] advansys: Use DMA-API for carrier buffer
` [PATCH 05/12] advansys: Use DMA-API for mapping request blocks
` [PATCH 06/12] advansys: Use dma_pool for sg elements
` [PATCH 07/12] advansys: use 'bool' instead of 'int'
` [PATCH 08/12] advansys: use standard data types
` [PATCH 09/12] advansys: Remove 'TRUE' and 'FALSE' definitions
` [PATCH 10/12] advansys: Remove 'ERR' definition
` [PATCH 11/12] advansys: cleanup function return codes
` [PATCH 12/12] advansys: Update to version 3.5 and remove compilation warning
queue_type fixups
2014-12-04 9:10 UTC (24+ messages)
` [PATCH 1/4] scsi: remove ->change_queue_type method
` [PATCH 2/4] scsi: never drop to untagged mode during queue ramp down
` [PATCH 3/4] scsi: remove scsi_get_tag_type
` [PATCH 4/4] scsi: remove scsi_set_tag_type
` [PATCH 5/4] scsi: remove MSG_*_TAG defines
[PATCH] bfa: switch to mid layer queue full tracking
2014-12-04 8:45 UTC (3+ messages)
[PATCH qla2xxx] Race in handling rport deletion in Qlogic driver during recovery causes panic
2014-12-04 8:44 UTC (2+ messages)
[Scst-devel] New qla2x00tgt Driver Question
2014-12-04 7:42 UTC
[Scst-devel] New qla2x00tgt Driver Question
2014-12-04 4:59 UTC (3+ messages)
[PATCH 00/22] mpt2sas, mpt3sas: SAS2 Phase 19,20 and SAS3 Phase 4,5 patches
2014-12-04 3:16 UTC (23+ messages)
` [PATCH 01/22] [SCSI] mpt2sas: MPI2 Rev AA (2.00.19) specifications
` [PATCH 02/22] [SCSI] mpt2sas, mpt3sas: Added support to log message when Temperature Threshold exceeds for any Sensor
` [PATCH 03/22] [PATCH] mpt2sas, mpt3sas: Fail the host reset initiated due to discovery related I/O timeouts at driver load time
` [PATCH 04/22] [SCSI] mpt2sas: Bump driver version to 19.100.00.00
` [PATCH 05/22] [SCSI] mpt2sas: MPI2 Rev BB (2.00.20) specification and 2.00.35 header files
` [PATCH 06/22] [SCSI] mpt2sas, mpt3sas: Removing uppper boundary restriction for the module parameter max_sgl_entries
` [PATCH 07/22] [SCSI] mpt2sas: Complete the SCSI command with DID_RESET status for log_info value 0x0x32010081
` [PATCH 08/22] [SCSI] mpt2sas, mpt3sas: Update Attribution Language to Avago
` [PATCH 09/22] [SCSI] mpt2sas, mpt3sas: Added a support to set cpu affinity for each MSIX vector enabled by the HBA
` [PATCH 10/22] [SCSI] mpt2sas: Bump driver version to 20.100.00.00
[PATCH 1/2] fc: FCP_PTA_SIMPLE is 0
2014-12-04 2:24 UTC (8+ messages)
` [PATCH 2/2] ibmvfc: remove unused tag variable
iSCSI request keep rejected by microsoft iSCSI target because of write_same check
2014-12-04 2:20 UTC (15+ messages)
[PATCH 1/4] [SCSI] Only blacklist WRITE SAME for VMware virtual disks
2014-12-04 2:18 UTC (4+ messages)
` [PATCH 2/4] [SCSI] Blacklist RSOC for Microsoft iSCSI target devices
` [PATCH 3/4] [SCSI] sd: Sanity check the optimal I/O size
` [PATCH 4/4] [SCSI] Remove VPD quirk for Seagate drives
[PATCH] SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
2014-12-04 1:22 UTC
[PATCH] drivers: scsi: aic7xxx: Fix positive error codes
2014-12-03 21:34 UTC (3+ messages)
[BUG] kzalloc overflow in lpfc driver on 6k core system
2014-12-03 16:05 UTC (3+ messages)
[patch] mpt2sas: issue reset is not uninitialized
2014-12-03 14:18 UTC (5+ messages)
[PATCH 0/2] Revert mpt2sas, mpt3sas: remove disconnected phys on topology change
2014-12-03 12:18 UTC (5+ messages)
` [PATCH 1/2] Revert "[SCSI] mpt2sas: Remove phys on topology change."
` [PATCH 2/2] Revert "[SCSI] mpt3sas: Remove phys on topology change"
[patch] mpt3sas: issue_reset is uninitialized
2014-12-03 10:09 UTC
[PATCH] scsi_debug: fix compare and write errors
2014-12-03 9:30 UTC (2+ messages)
[PATCH 0/2] mpt{2,3}sas remove disconnected phys on topology change
2014-12-03 9:28 UTC (5+ messages)
[PATCH 0/7] scsi: Some seq_file cleanups/optimizations
2014-12-02 23:10 UTC (16+ messages)
` [PATCH 1/7] scsi: Remove SPRINTF macro
` [PATCH 2/7] scsi/g_NCR5380: Remove obfuscating macros
` [PATCH 3/7] scsi/advansys: Replace seq_printf with seq_puts
` [PATCH 4/7] scsi/aha152x: "
` [PATCH 5/7] scsi: misc: "
` [PATCH 6/7] scsi: misc: Merge consecutive seq_puts calls
` [PATCH 7/7] scsi: misc: Print single-character strings with seq_putc
` [PATCH v2 0/6] scsi: Some seq_file cleanups/optimizations
` [PATCH v2 1/6] scsi: Remove SPRINTF macro
` [PATCH v2 2/6] scsi/advansys: Replace seq_printf with seq_puts
` [PATCH v2 3/6] scsi/aha152x: "
` [PATCH v2 4/6] scsi: misc: "
` [PATCH v2 5/6] scsi: misc: Merge consecutive seq_puts calls
` [PATCH v2 6/6] scsi: misc: Print single-character strings with seq_putc
[PATCH RESEND 5/5] ipr: Driver version 2.6.1
2014-12-02 21:25 UTC (2+ messages)
[PATCH RESEND 4/5] ipr: Set scsi_level correctly for disk arrays
2014-12-02 21:25 UTC (2+ messages)
[PATCH RESEND 3/5] ipr: Kexec boot speed improvements
2014-12-02 21:24 UTC (2+ messages)
[PATCH RESEND 2/5] kexec: Export kexec_in_progress
2014-12-02 21:24 UTC (3+ messages)
[PATCH RESEND 1/5] ipr: Add support for async scanning to speed up boot
2014-12-02 21:23 UTC (2+ messages)
[PATCH] Initialize off value in asd_process_ctrl_a_user()
2014-12-02 16:34 UTC
[patch] usb: storage: debug: uninitialized var in usb_stor_show_sense()
2014-12-02 14:50 UTC (5+ messages)
` [patch v2] scsi: set fmt to NULL scsi_extd_sense_format() by default
geschaftsvorschlag
2014-12-02 12:23 UTC
[PATCH 0/4] remove unneeded array
2014-12-02 6:12 UTC (4+ messages)
` [PATCH 1/4] target: "
` [PATCH 2/4] drivers/scsi/bfa/bfa_svc.c: remove unneeded structure
[PATCH] iscsi-target: fix error path in iscsi_target_init_module()
2014-12-02 6:11 UTC (3+ messages)
[Scst-devel] New qla2x00tgt Driver Question
2014-12-01 22:26 UTC
pdf
2014-12-01 19:46 UTC
[PATCH v8 42/50] virtio_scsi: v1.0 support
2014-12-01 16:06 UTC (2+ messages)
` [PATCH v8 50/50] virtio: drop VIRTIO_F_VERSION_1 from drivers
[PATCH 1/1] bfs: bfad_worker cleanup
2014-12-01 14:36 UTC
[PATCH v7 42/46] virtio_scsi: v1.0 support
2014-12-01 12:55 UTC (5+ messages)
Tagged overlapped commands
2014-12-01 12:24 UTC
Crash when copying from broken external hdd
2014-12-01 8:39 UTC (5+ messages)
[PATCH 3/5]: ipr: kexec boot speed improvements
2014-11-30 20:43 UTC (3+ messages)
[Scst-devel] New qla2x00tgt Driver Question
2014-11-30 16:00 UTC (2+ messages)
[PATCH] st: implement sysfs based tape statistics
2014-11-30 15:56 UTC (4+ messages)
[PATCH] drivers: scsi: megaraid: Add "megaraid_sas_internal.h" for internal shared functions using
2014-11-30 3:07 UTC (3+ messages)
[GIT PULL] SCSI fixes for 3.18-rc6
2014-11-29 7:48 UTC
[PATCH] tcm_loop: Wrong I_T nexus association
2014-11-29 6:37 UTC (2+ messages)
[PATCH] scsi_debug: improve driver description in Kconfig
2014-11-29 0:14 UTC (3+ messages)
[PATCH 1.1 1/1] arcmsr: Notify has sense data report
2014-11-28 10:29 UTC (3+ messages)
[PATCH 1/1] arcmsr: Notify has sense data report
2014-11-28 9:57 UTC (4+ messages)
[PATCH 00/16] target: Use external CITs for backend devices
2014-11-28 9:06 UTC (17+ messages)
` [PATCH 01/16] target: Move dev_cit to struct se_subsystem_api
` [PATCH 02/16] target: Move dev_attrib_cit "
` [PATCH 03/16] target: Move dev_pr_cit "
` [PATCH 04/16] target: Move dev_wwn_cit "
` [PATCH 05/16] target: Move dev_alua_tg_pt_gps_cit "
` [PATCH 06/16] target: Move dev_stat_cit "
` [PATCH 07/16] target: Add target_core_backend_configfs.h helper macros
` [PATCH 08/16] target: Add EXPORT_SYMBOL for existing se_dev_set_*
` [PATCH 09/16] target: Add DEF_TB_DEFAULT_ATTRIBS macro for virtual device attrs
` [PATCH 10/16] target/iblock: Convert to external iblock_backend_dev_attrs
` [PATCH 11/16] target/file: Convert to external fileio_backend_dev_attrs
` [PATCH 12/16] target/rd: Convert to external rd_mcp_backend_dev_attrs
` [PATCH 13/16] target/user: Convert to external tcmu_backend_dev_attrs
` [PATCH 14/16] target/pscsi: Convert to external pscsi_backend_dev_attrs
` [PATCH 15/16] target: Drop left-over internal dev attribute code
` [PATCH 16/16] target: Drop left-over PHBA_PDEV set attr checks
Warten darauf, von Ihnen zu hören
2014-11-28 9:22 UTC
ARCMSR - Notify sense data report - Lost patch?
2014-11-28 2:36 UTC (9+ messages)
` AW: "
` AW: "
[ANNOUNCE] lsscsi version 0.28 released
2014-11-28 1:27 UTC
[PATCH v6 42/46] virtio_scsi: v1.0 support
2014-11-27 20:11 UTC
[PATCH v4] scsi: ufs: add support of generic PHY and ICE in Qualcomm chips
2014-11-27 15:59 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).