summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-132-1/+15
|\
| * kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-121-0/+13
| * kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shellJason Wessel2012-10-121-1/+2
* | Merge tag 'mmc-merge-for-3.7-rc1-part2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-10-131-1/+1
|\ \
| * | mmc: mxs-mmc: Fix merge issue causing build errorMarek Vasut2012-10-111-1/+1
* | | Merge tag 'dm-3.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-10-1310-511/+636
|\ \ \
| * | | dm: store dm_target_io in bio front_padMikulas Patocka2012-10-121-59/+49
| * | | dm thin: move bio_prison code to separate moduleMike Snitzer2012-10-125-404/+499
| * | | dm thin: prepare to separate bio_prison codeMike Snitzer2012-10-121-90/+131
| * | | dm thin: support discard with non power of two block sizeMike Snitzer2012-10-121-10/+13
| * | | dm persistent data: convert to use le32_add_cpuWei Yongjun2012-10-121-2/+2
| * | | dm: use ACCESS_ONCE for sysfs valuesMikulas Patocka2012-10-122-8/+4
| * | | dm bufio: use list_moveWei Yongjun2012-10-121-2/+1
| * | | dm mpath: fix check for null mpio in end_io fnWei Yongjun2012-10-121-1/+2
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-10-1352-729/+4245
|\ \ \ \
| * | | | [SCSI] storvsc: Account for in-transit packets in the RESET pathK. Y. Srinivasan2012-10-091-0/+5
| * | | | [SCSI] qla2xxx: fix potential deadlock on ha->hardware_lockJiri Kosina2012-10-091-2/+3
| * | | | [SCSI] scsi_debug: Fix off-by-one bug when unmapping regionLukas Czerner2012-10-091-1/+1
| * | | | [SCSI] Shorten the path length of scsi_cmd_to_driver()Li Zhong2012-10-091-3/+5
| * | | | [SCSI] virtio-scsi: support online resizing of disksPaolo Bonzini2012-10-091-1/+30
| * | | | [SCSI] virtio-scsi: fix LUNs greater than 255Paolo Bonzini2012-10-091-1/+5
| * | | | [SCSI] virtio-scsi: initialize scatterlist structureRichard W.M. Jones2012-10-091-1/+1
| * | | | [SCSI] megaraid_sas: Version, Changelog, Copyright updateadam radford2012-10-095-9/+9
| * | | | [SCSI] megaraid_sas: Remove duplicate codeadam radford2012-10-092-3/+0
| * | | | [SCSI] megaraid_sas: Add SystemPD FastPath supportadam radford2012-10-091-0/+2
| * | | | [SCSI] megaraid_sas: Add array boundary check for SystemPDadam radford2012-10-091-1/+2
| * | | | [SCSI] megaraid_sas: Load io_request DataLength in bytesadam radford2012-10-091-9/+7
| * | | | [SCSI] megaraid_sas: Add module param for configurable MSI-X vector countadam radford2012-10-091-0/+8
| * | | | [SCSI] megaraid_sas: Remove un-needed completion_lock spinlock callsadam radford2012-10-091-2/+0
| * | | | [SCSI] lpfc 8.3.35: Update lpfc version for 8.3.35 driver releaseJames Smart2012-10-081-1/+1
| * | | | [SCSI] lpfc 8.3.35: Fixed not reporting logical link speed to SCSI midlayer w...James Smart2012-10-085-16/+151
| * | | | [SCSI] lpfc 8.3.35: Fix error with fabric service parameters causing performa...James Smart2012-10-081-0/+2
| * | | | [SCSI] lpfc 8.3.35: Fixed SCSI host create showing wrong link speed on SLI3 H...James Smart2012-10-081-2/+8
| * | | | [SCSI] lpfc 8.3.35: Fixed not checking solicition in progress bit when verify...James Smart2012-10-082-4/+15
| * | | | [SCSI] lpfc 8.3.35: Fixed messages for misconfigured port errorsJames Smart2012-10-081-3/+7
| * | | | [SCSI] lpfc 8.3.35: Fixed kernel warning on spinlock usage on some distributionsJames Smart2012-10-081-10/+11
| * | | | [SCSI] lpfc 8.3.35: Fixed PRLI not being retried if a LS_RJT with a reasonJames Smart2012-10-081-2/+3
| * | | | [SCSI] lpfc 8.3.35: Correct request_firmware use that was increasing boot timesJames Smart2012-10-081-26/+31
| * | | | [SCSI] lpfc 8.3.35: Fix FCP2 Retries for non-r/w commands.James Smart2012-10-081-0/+2
| * | | | [SCSI] lpfc 8.3.35: Fixed Linux generic firmware download on SLI4 devices wit...James Smart2012-10-082-2/+5
| * | | | [SCSI] lpfc 8.3.35: Expand I/O channel support for large systemsJames Smart2012-10-082-22/+22
| * | | | [SCSI] lpfc 8.3.35: Correct missing queue destroy on function resetJames Smart2012-10-081-2/+2
| * | | | [SCSI] lpfc 8.3.35: Fix incorrect comment in T10 DIF attributesJames Smart2012-10-081-1/+7
| * | | | [SCSI] lpfc 8.3.35: Added checking BMBX register for RDY bit before writing t...James Smart2012-10-081-28/+47
| * | | | [SCSI] lpfc 8.3.35: Fix interrupt delay multipler conversion for eq_createJames Smart2012-10-082-5/+12
| * | | | [SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFOYi Zou2012-10-071-1/+2
| * | | | [SCSI] fcoe: Fix write errors on NPIV portsNeerav Parikh2012-10-072-9/+7
| * | | | [SCSI] mvumi: Add support for Marvell SAS/SATA RAID-on-Chip(ROC) 88RC9580Shun Fu2012-10-072-260/+1068
| * | | | [SCSI] bfa: Update the driver version to 3.1.2.1Krishna Gudipati2012-10-071-1/+1
| * | | | [SCSI] bfa: Firmware image naming convention updateKrishna Gudipati2012-10-071-3/+3