messages from 2015-02-11 13:02:37 to 2015-02-23 18:23:34 UTC [more...]
[PATCH 0/4] scsi_debug cleanup
2015-02-23 18:23 UTC (8+ messages)
` [PATCH 1/4] scsi_debug: define pr_fmt() for consistent logging
` [PATCH 2/4] scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;
` [PATCH 3/4] scsi_debug: vfree is null safe so drop the check
` [PATCH 4/4] scsi_debug: make dump_sector static
[PATCH 0/2] SCSI-lpfc: Deletion of an unnecessary check
2015-02-23 18:15 UTC (9+ messages)
` [PATCH 0/3] SCSI-debug: Deletion of a few unnecessary checks
` [PATCH 1/3] SCSI-debug: Deletion of unnecessary checks before the function call "vfree"
` [PATCH 2/3] SCSI-debug: Less function calls in scsi_debug_init() after error detection
` [PATCH 3/3] SCSI-debug: Fix exception handling for an alignment/granularity mismatch in scsi_debug_init()
[PATCH] scsi_debug: check for bigger value first
2015-02-23 18:02 UTC (2+ messages)
[PATCH v3 0/4] Add ioctl and debug utilities to UFS driver
2015-02-23 17:12 UTC (12+ messages)
` [PATCH v3 1/4] scsi: ufs: add ioctl interface for query request
` [PATCH v3 2/4] scsi: ufs: add debugfs for ufs
` [PATCH v3 3/4] scsi: ufs: add trace events and dump prints for debug
` [PATCH v3 4/4] scsi: ufs: inject errors to verify error handling
[scsi 1/2 V2] scsi_debug: schedule_resp fix input variable check
2015-02-23 15:18 UTC
[scsi 1/2] scsi_debug: schedule_resp fix input variable check
2015-02-23 15:14 UTC (4+ messages)
` [scsi 2/2] scsi_debug: fix REPORT LUNS Well Known LU
[SCSI] ipr: Increase max concurrent oustanding commands
2015-02-23 14:29 UTC (2+ messages)
[PATCH] uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539
2015-02-23 12:41 UTC
[PATCH 0/10] qla2xxx: Fix various warnings reported by static source code analysis tools
2015-02-23 8:49 UTC (3+ messages)
[PATCH 0/8] target: Fixes for SPC/SBC device emulation
2015-02-23 6:13 UTC (18+ messages)
` [PATCH 1/8] target: Add missing WRITE_SAME end-of-device sanity check
` [PATCH 2/8] target: Check for LBA + sectors wrap-around in sbc_parse_cdb
` [PATCH 3/8] target: Fail I/O with PROTECT bit when protection is unsupported
` [PATCH 4/8] target: Perform PROTECT sanity checks for WRITE_SAME
` [PATCH 5/8] target: Add sanity checks for DPO/FUA bit usage
` [PATCH 6/8] target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0
` [PATCH 7/8] target: Fail UNMAP when emulate_tpu=0
` [PATCH 8/8] target: Set LBPWS10 bit in Logical Block Provisioning EVPD
[LSF/MM TOPIC] Unifying the LIO and SCST target drivers
2015-02-22 16:29 UTC (9+ messages)
` [Lsf-pc] "
[PATCH v2 0/4] Add ioctl and debug utilities to UFS driver
2015-02-22 15:00 UTC (7+ messages)
` [PATCH v2 2/4] scsi: ufs: add debugfs for ufs
` [PATCH v2 3/4] scsi: ufs: add trace events and dump prints for debug
[GIT PULL] Final round of SCSI updates for the 3.19+ merge window
2015-02-22 2:51 UTC
[PATCH 00/43] hpsa updates
2015-02-21 22:21 UTC (44+ messages)
` [PATCH 01/43] hpsa: add masked physical devices into h->dev[] array
` [PATCH 02/43] hpsa: clean up host, channel, target, lun prints
` [PATCH 03/43] hpsa: rework controller command submission
` [PATCH 04/43] hpsa: clean up aborts
` [PATCH 05/43] hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds
` [PATCH 06/43] hpsa: hpsa decode sense data for io and tmf
` [PATCH 07/43] hpsa: allow lockup detected to be viewed via sysfs
` [PATCH 08/43] hpsa: make function names consistent
` [PATCH 09/43] hpsa: factor out hpsa_init_cmd function
` [PATCH 10/43] hpsa: do not ignore return value of hpsa_register_scsi
` [PATCH 11/43] hpsa: try resubmitting down raid path on task set full
` [PATCH 12/43] hpsa: factor out hpsa_ioaccel_submit function
` [PATCH 13/43] hpsa: print accurate SSD Smart Path Enabled status
` [PATCH 14/43] hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode
` [PATCH 15/43] hpsa: Get queue depth from identify physical bmic for physical disks
` [PATCH 16/43] hpsa: break hpsa_free_irqs_and_disable_msix into two functions
` [PATCH 17/43] hpsa: clean up error handling
` [PATCH 18/43] hpsa: refactor freeing of resources into more logical functions
` [PATCH 19/43] hpsa: add ioaccel sg chaining for the ioaccel2 path
` [PATCH 20/43] hpsa: add more ioaccel2 error handling, including underrun statuses
` [PATCH 21/43] hpsa: do not check cmd_alloc return value - it cannnot return NULL
` [PATCH 22/43] hpsa: correct return values from driver functions
` [PATCH 23/43] hpsa: clean up driver init
` [PATCH 24/43] hpsa: clean up some error reporting output in abort handler
` [PATCH 25/43] hpsa: do not print ioaccel2 warning messages about unusual completions
` [PATCH 26/43] hpsa: add support sending aborts to physical devices via the ioaccel2 path
` [PATCH 27/43] hpsa: use helper routines for finishing commands
` [PATCH 28/43] hpsa: don't return abort request until target is complete
` [PATCH 29/43] hpsa: refactor and rework support for sending TEST_UNIT_READY
` [PATCH 30/43] hpsa: performance tweak for hpsa_scatter_gather()
` [PATCH 31/43] hpsa: call pci_release_regions after pci_disable_device
` [PATCH 32/43] hpsa: skip free_irq calls if irqs are not allocated
` [PATCH 33/43] hpsa: cleanup for init_one step 2 in kdump
` [PATCH 34/43] hpsa: fix try_soft_reset error handling
` [PATCH 35/43] hpsa: create workqueue after the driver is ready for use
` [PATCH 36/43] hpsa: add interrupt number to /proc/interrupts interrupt name
` [PATCH 37/43] hpsa: use block layer tag for command allocation
` [PATCH 38/43] hpsa: clean up new block layer tag error handling
` [PATCH 39/43] hpsa: use scsi host_no as hpsa controller number
` [PATCH 40/43] hpsa: cleanup initialization code
` [PATCH 41/43] hpsa: propagate the error code in hpsa_kdump_soft_reset
` [PATCH 42/43] hpsa: cleanup reset
` [PATCH 43/43] hpsa: change driver version
[GIT PULL] target updates for v3.20-rc1
2015-02-21 21:24 UTC (2+ messages)
[PATCH] scsi: mvsas support for Asus P9A-I SAS on-board controller
2015-02-20 22:38 UTC
Concerns about "mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array support"
2015-02-20 7:19 UTC (6+ messages)
[hpsa] regression, does not recognise tape robot changer
2015-02-19 23:05 UTC (2+ messages)
[Bug 16058] New: [BUG] Cannot boot any kernel from 2.6.27 on if a 256 byte sector SCSI disk is attached
2015-02-19 15:49 UTC (2+ messages)
` [Bug 16058] "
[Bug 15562] SCSI Generic block io queueing can lock up
2015-02-19 15:41 UTC
[Bug 14534] mvsas : repeatably disconnects all disks during RAID6 resync
2015-02-19 15:34 UTC
[Bug 10890] Heavy iSCSI traffic triggers memory allocation complaints and system lockup
2015-02-19 15:14 UTC
[Bug 10554] scsi_scan doesn't set the queue depth for tape drive
2015-02-19 15:12 UTC
[PATCH] xen-scsiback: some modifications about code comment
2015-02-19 14:16 UTC (3+ messages)
` [Xen-devel] "
Congratulations!
2015-02-18 23:58 UTC
BUG v3.19: reference count warning when removing scsi_debug device
2015-02-18 21:00 UTC (3+ messages)
[PATCH 1/1] linux-firmware: Add QLogic BR Series Adapter Firmware
2015-02-18 0:52 UTC (3+ messages)
[PATCH v2 1/1] linux-firmware: Add QLogic BR Series Adapter Firmware
2015-02-18 0:10 UTC
[PATCH 1/2] cciss: remove duplicate entries from board_type struct
2015-02-17 16:40 UTC (2+ messages)
` [PATCH 2/2] cciss: correct the non-resettable board list
scsi: Implement per-cpu logging buffer
2015-02-17 13:01 UTC (10+ messages)
[PATCH 02/21] lpfc: Add Lancer Temperature Event support to the lpfc driver
2015-02-17 13:01 UTC (4+ messages)
work with
2015-02-17 5:04 UTC
[PATCH] scsi/lpfc: use remove handler as shutdown handler
2015-02-16 19:41 UTC (2+ messages)
chelsio: Use a more common const struct pci_device_id foo[] style
2015-02-16 19:30 UTC (6+ messages)
[PATCH 10/21] lpfc: Fix provide host name and OS name in RSNN-NN FC-GS command
2015-02-16 16:22 UTC (3+ messages)
[PATCH 07/21] lpfc: Fix setting of EQ delay Multiplier
2015-02-16 16:19 UTC (3+ messages)
BUG: SCSI aic7xxx driver and AMD IOMMU
2015-02-16 14:34 UTC
General protection fault in iscsi_rx_thread_pre_handler
2015-02-16 10:56 UTC (11+ messages)
Kernel crash on usb-storage disconnect, multiqueue in use
2015-02-16 7:39 UTC (3+ messages)
[PATCH v2 2/2] [SCSI] sg: fix EWOULDBLOCK errors with scsi-mq
2015-02-15 22:11 UTC (2+ messages)
[PATCH v2 1/2] [SCSI] sg: fix unkillable I/O wait deadlock with scsi-mq
2015-02-15 22:11 UTC (3+ messages)
[PATCH] fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit
2015-02-15 18:38 UTC (2+ messages)
Kernel Ooops upon USB disconnect of a Western Digital My Passport 1TB drive
2015-02-15 8:15 UTC (3+ messages)
[patch 069/104] lib/string_helpers.c:string_get_size(): remove redundant prefixes
2015-02-14 4:03 UTC (7+ messages)
[PATCH] [SCSI] bsg: fix unkillable I/O wait deadlock with scsi-mq
2015-02-13 22:09 UTC (2+ messages)
[Bug 90601] New: panic on write to 3ware raid array
2015-02-13 16:20 UTC (5+ messages)
` [Bug 90601] "
raid1 narrow_write_error with 4K disks, sd "bad block number requested" messages
2015-02-13 6:01 UTC (4+ messages)
[PATCH] [SCSI] sg: fix read() error reporting
2015-02-12 23:31 UTC (4+ messages)
[PATCH] [RESEND] wd719x: add missing .module to wd719x_template
2015-02-12 15:32 UTC (3+ messages)
[Lsf-pc] [LSF/MM TOPIC] Unifying the LIO and SCST target drivers
2015-02-12 13:04 UTC
[PATCH v6] st implement tape statistics
2015-02-12 11:15 UTC
[PATCH] pm80xx: Added pm8006 controller support
2015-02-12 6:34 UTC
[PATCH 0/5] Rename regulator_set_optimum_mode
2015-02-12 3:35 UTC (2+ messages)
` [PATCH 2/5] ufs: Rename of regulator_set_optimum_mode
[LSF/MM ATTEND]
2015-02-11 20:54 UTC
[PATCH] blk-mq: fix double-free in error path
2015-02-11 16:43 UTC (2+ messages)
[PATCH] [SCSI] sg: fix unkillable I/O wait deadlock with scsi-mq
2015-02-11 16:31 UTC
Greetings(EM2)
2015-02-11 13:32 UTC
CONFIG_SCSI_MQ_DEFAULT cause slow direct write speed to usb stick
2015-02-11 13:02 UTC (3+ messages)
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).