summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-05-18[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley147-4093/+14882
2010-05-17[SCSI] aacraid: add an ifdef'd device delete case instead of taking the devic...Rajashekhara, Mahesh2-1/+11
2010-05-17[SCSI] aacraid: prohibit access to array container spaceRajashekhara, Mahesh1-0/+34
2010-05-17[SCSI] aacraid: add support for handling ATA pass-through commands.Rajashekhara, Mahesh1-2/+16
2010-05-17[SCSI] aacraid: expose physical devices for models with newer firmwareRajashekhara, Mahesh1-0/+15
2010-05-17[SCSI] aacraid: respond automatically to volumes added by config toolRajashekhara, Mahesh2-1/+11
2010-05-17[SCSI] fcoe: fix fcoe module ref countingVasu Dev1-1/+1
2010-05-17[SCSI] libfcoe: FIP Keep-Alive messages for VPorts are sent with incorrect po...Kaladhar Musunuru1-2/+2
2010-05-17[SCSI] libfcoe: Fix incorrect MAC address clearingKaladhar Musunuru1-1/+1
2010-05-17[SCSI] fcoe: fix a circular locking issue with rtnl and sysfs mutexVasu Dev1-7/+34
2010-05-17[SCSI] libfc: Move the port_id into lportRobert Love8-24/+27
2010-05-17[SCSI] fcoe: move link speed checking into its own routineRobert Love1-13/+29
2010-05-17[SCSI] libfc: Remove extra pointer checkRobert Love1-2/+1
2010-05-17[SCSI] libfc: Remove unused fc_get_host_port_typeRobert Love1-11/+0
2010-05-17[SCSI] fcoe: fixes wrong error exit in fcoe_createVasu Dev1-1/+1
2010-05-17[SCSI] libfc: set seq_id for incoming sequenceJoe Eykholt1-4/+6
2010-05-17[SCSI] qla2xxx: Updates to ISP82xx support.Giridhar Malavali4-144/+111
2010-05-17[SCSI] qla2xxx: Optionally disable target reset.Giridhar Malavali2-1/+8
2010-05-17[SCSI] qla2xxx: ensure flash operation and host reset via sg_reset are mutual...Lalit Chandivade2-1/+51
2010-05-17[SCSI] qla2xxx: Silence bogus warning by gcc for wrap and did.Mike Waychison1-2/+2
2010-05-17[SCSI] qla2xxx: T10 DIF support added.Arun Easi10-12/+1053
2010-05-17[SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.Madhuranath Iyengar8-4/+366
2010-05-17[SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.Madhuranath Iyengar7-142/+162
2010-05-17[SCSI] qla2xxx: Cleanup FCP-command-status processing debug statements.Andrew Vasquez1-129/+63
2010-05-17[SCSI] qla2xxx: Limit mailbox command contention for ADISC requests.Andrew Vasquez6-28/+178
2010-05-17[SCSI] qla2xxx: Further generalization of SRB CTX infrastructure.Andrew Vasquez3-69/+65
2010-05-17[SCSI] qla2xxx: Add char device to increase driver use countHarish Zunjarrao2-1/+16
2010-05-17[SCSI] qla2xxx: Clear error status after uncorrectable non-fatal errors.Lalit Chandivade1-1/+2
2010-05-17[SCSI] qla2xxx: Display proper link state for disconnected ports.Andrew Vasquez1-1/+2
2010-05-17[SCSI] qla2xxx: Check for ISP84xx before processing to get 84xx firmware vers...Andrew Vasquez1-3/+5
2010-05-16[SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley2-10/+11
2010-05-15mmc: at91_mci: modify cache flush routinesNicolas Ferre1-1/+1
2010-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-0/+1
2010-05-15Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-11/+12
2010-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+6
2010-05-14Merge branch 'net-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/v...David S. Miller1-1/+6
2010-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2-0/+7
2010-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds3-2/+11
2010-05-13serial: imx.c: fix CTS trigger level lower to avoid lost charsValentin Longchamp1-1/+9
2010-05-13tty: Fix unbalanced BKL handling in error pathAlan Cox1-0/+1
2010-05-13serial: mpc52xx_uart: fix null pointer dereferenceAnatolij Gustschin1-1/+1
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-23/+42
2010-05-13mfd: Clean up after WM83xx AUXADC interrupt if it arrives lateMark Brown2-0/+7
2010-05-13Input: ad7877 - keep dma rx buffers in seperate cache linesOskar Schirmer1-3/+12
2010-05-13Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov1-4/+10
2010-05-13Input: elantech - use all 3 bytes when checking versionDmitry Torokhov2-15/+14
2010-05-13Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-7/+10
2010-05-13Revert "PCI: update bridge resources to get more big ranges in PCI assign uns...Linus Torvalds1-112/+2
2010-05-12vhost: fix barrier pairingMichael S. Tsirkin1-1/+6