summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [SCSI] fnic: FC stat param seconds_since_last_reset not getting updatedNarsimhulu Musini2013-09-112-1/+112
| * | | | | | | [SCSI] sd: Fix potential out-of-bounds accessAlan Stern2013-09-111-8/+3Star
| * | | | | | | [SCSI] lpfc 8.3.42: Update lpfc version to driver version 8.3.42James Smart2013-09-111-1/+1
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed issue of task management commands having a fixed ti...James Smart2013-09-113-1/+10
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed inconsistent spin lock usage.James Smart2013-09-112-18/+16Star
| * | | | | | | [SCSI] lpfc 8.3.42: Fix driver's abort loop functionality to skip IOs already...James Smart2013-09-112-1/+14
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed failure to allocate SCSI buffer on PPC64 platform f...James Smart2013-09-111-3/+6
| * | | | | | | [SCSI] lpfc 8.3.42: Fix WARN_ON when driver unloadsJames Smart2013-09-111-2/+8
| * | | | | | | [SCSI] lpfc 8.3.42: Avoided making pci bar ioremap call during dual-chute WQ/...James Smart2013-09-112-38/+12Star
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed driver iocbq structure's iocb_flag field running ou...James Smart2013-09-112-10/+9Star
| * | | | | | | [SCSI] lpfc 8.3.42: Fix crash on driver load due to cpu affinity logicJames Smart2013-09-112-6/+27
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed logging format of setting driver sysfs attributes h...James Smart2013-09-111-2/+4
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed back to back RSCNs discovery failure.James Smart2013-09-111-1/+9
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed race condition between BSG I/O dispatch and timeout...James Smart2013-09-112-17/+72
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed function mode field defined too small for not recog...James Smart2013-09-111-1/+1
| * | | | | | | [SCSI] lpfc 8.3.42: Back out data count,(residual fcfi_parm) fix for bad target.James Smart2013-09-111-3/+3
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed mailbox memory leak.James Smart2013-09-111-0/+1
| * | | | | | | [SCSI] lpfc 8.3.42: Fix random errors using first burstJames Smart2013-09-111-2/+7
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed not able to log informational messages at early sta...James Smart2013-09-111-9/+3Star
| * | | | | | | [SCSI] lpfc 8.3.42: Fixed using unsafe linked list macro for walking and dele...James Smart2013-09-112-4/+5
| * | | | | | | [SCSI] megaraid_sas: addded support for big endian architectureSumit.Saxena@lsi.com2013-09-115-282/+407
| * | | | | | | [SCSI] aic7xxx: fix swapped arguments in ahc_find_pci_deviceDave Jones2013-09-101-1/+1
| * | | | | | | [SCSI] hpsa: bump driver version to reflect changesMike Miller2013-09-101-1/+1
| * | | | | | | [SCSI] hpsa: housekeeping patch for device_id and product arraysMike Miller2013-09-101-6/+6
| * | | | | | | [SCSI] hpsa: add HP Smart Array Gen8 namesMike Miller2013-09-101-8/+7Star
| * | | | | | | [SCSI] hpsa: add HP Smart Array Gen9 PCI ID'sMike Miller2013-09-102-0/+26
| * | | | | | | [SCSI] ufs: configure the attribute for power modeSeungwon Jeon2013-09-072-0/+87
| * | | | | | | [SCSI] ufs: add operation for the uic power mode changeSeungwon Jeon2013-09-074-4/+225
| * | | | | | | [SCSI] ufs: add dme configuration primitivesSeungwon Jeon2013-09-073-0/+145
| * | | | | | | [SCSI] ufs: fix the setting interrupt aggregation counterSeungwon Jeon2013-09-072-30/+27Star
| * | | | | | | [SCSI] ufs: find out sense data over scsi status valuesSeungwon Jeon2013-09-072-15/+23
| * | | | | | | [SCSI] megaraid_sas: Version and Changelog updateadam radford2013-09-073-4/+14
| * | | | | | | [SCSI] megaraid_sas: Add High Availability clustering support using shared Lo...adam radford2013-09-075-29/+204
| * | | | | | | [SCSI] Allow MPT Fusion SAS 3.0 driver to be built into the kernelGreg Kroah-Hartman2013-09-061-1/+1
| * | | | | | | [SCSI] ibmvfc: Fix for offlining devices during error recoveryBrian King2013-09-061-2/+13
| * | | | | | | [SCSI] ibmvscsi: Fix little endian issuesAnton Blanchard2013-09-062-91/+109
| * | | | | | | [SCSI] esas2r: Remove null test for stack allocated fw_coredump_bufferBradley Grove2013-09-061-2/+1Star
| * | | | | | | [SCSI] esas2r: coccinelle - Replace memcpy with struct assignmentBradley Grove2013-09-061-2/+2
| * | | | | | | [SCSI] esas2r: smatch - Remove test for impossible condition (uint8 > 255)Bradley Grove2013-09-061-1/+1
| * | | | | | | [SCSI] esas2r: smatch - Fix overrun due to sprintf appending NULLBradley Grove2013-09-061-2/+5
| * | | | | | | [SCSI] esas2r: smatch - Fix dereference that occurs prior to checkBradley Grove2013-09-062-2/+8
| * | | | | | | [SCSI] esas2r: smatch - Use biwise rather than logical AND for checking if an...Bradley Grove2013-09-061-1/+1
* | | | | | | | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2013-09-158-371/+216Star
|\ \ \ \ \ \ \ \
| * | | | | | | | slab: Use correct GFP_DMA constantChristoph Lameter2013-09-041-1/+1
| * | | | | | | | slub: remove verify_mem_not_deleted()Christoph Lameter2013-09-042-50/+0Star
| * | | | | | | | mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter2013-09-047-278/+158Star
| * | | | | | | | mm, slab_common: add 'unlikely' to size check of kmalloc_slab()Joonsoo Kim2013-08-141-1/+1
| * | | | | | | | mm/slub.c: beautify code for removing redundancy 'break' statement.Chen Gang2013-08-131-1/+0Star
| * | | | | | | | slub: Remove unnecessary page NULL checkLibin2013-08-131-1/+1
| * | | | | | | | slub: don't use cpu partial pages on UPUwe Kleine-König2013-08-131-1/+1