forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (60 commits) [SCSI] lpfc 8.3.24: Extend BSG infrastructure and add link diagnostics [SCSI] lpfc 8.3.24: Add resource extent support [SCSI] lpfc 8.3.24: Add request-firmware support [SCSI] lpfc 8.3.24: Add SR-IOV control [SCSI] lpfc 8.3.24: Extended hardware support and support dump images [SCSI] lpfc 8.3.24: Miscellaneous Fixes and Corrections [SCSI] libsas: Add option for SATA soft reset [SCSI] libsas: check dev->gone before submitting sata i/o [SCSI] libsas: fix/amend device gone notification in sas_deform_port() [SCSI] MAINTAINERS update for SCSI (new email address) [SCSI] Fix Ultrastor asm snippet [SCSI] osst: fix warning [SCSI] osst: wrong index used in inner loop [SCSI] aic94xx: world-writable sysfs update_bios file [SCSI] MAINTAINERS: Add drivers/target/ entry [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions [SCSI] target: Convert REPORT_LUNs to use int_to_scsilun [SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPs [SCSI] target: Fix bug with task_sg chained transport_free_dev_tasks release [SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_req ...
- Loading branch information
Showing
79 changed files
with
6,766 additions
and
2,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
Release Date : Wed. May 11, 2011 17:00:00 PST 2010 - | ||
(emaild-id:[email protected]) | ||
Adam Radford | ||
Current Version : 00.00.05.38-rc1 | ||
Old Version : 00.00.05.34-rc1 | ||
1. Remove MSI-X black list, use MFI_REG_STATE.ready.msiEnable. | ||
2. Remove un-used function megasas_return_cmd_for_smid(). | ||
3. Check MFI_REG_STATE.fault.resetAdapter in megasas_reset_fusion(). | ||
4. Disable interrupts/free_irq() in megasas_shutdown(). | ||
5. Fix bug where AENs could be lost in probe() and resume(). | ||
6. Convert 6,10,12 byte CDB's to 16 byte CDB for large LBA's for FastPath | ||
IO. | ||
7. Add 1078 OCR support. | ||
------------------------------------------------------------------------------- | ||
Release Date : Thu. Feb 24, 2011 17:00:00 PST 2010 - | ||
(emaild-id:[email protected]) | ||
Adam Radford | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5515,7 +5515,7 @@ F: drivers/scsi/sg.c | |
F: include/scsi/sg.h | ||
|
||
SCSI SUBSYSTEM | ||
M: "James E.J. Bottomley" <[email protected]> | ||
M: "James E.J. Bottomley" <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git | ||
|
@@ -6084,6 +6084,17 @@ F: Documentation/filesystems/sysv-fs.txt | |
F: fs/sysv/ | ||
F: include/linux/sysv_fs.h | ||
|
||
TARGET SUBSYSTEM | ||
M: Nicholas A. Bellinger <[email protected]> | ||
L: [email protected] | ||
L: http://groups.google.com/group/linux-iscsi-target-dev | ||
W: http://www.linux-iscsi.org | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master | ||
S: Supported | ||
F: drivers/target/ | ||
F: include/target/ | ||
F: Documentation/target/ | ||
|
||
TASKSTATS STATISTICS INTERFACE | ||
M: Balbir Singh <[email protected]> | ||
S: Maintained | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.