summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | [ARM] S3C64XX: Fix section mismatch for s3c64xx_register_clocks()Mark Brown2009-02-261-1/+1
| | | * | | | [ARM] S3C64XX: Set GPIO pin when select IRQ_EINT typeBen Dooks2009-02-261-0/+13
| | * | | | | [ARM] 5419/1: ep93xx: fix build warnings about struct i2c_board_infoHartley Sweeten2009-03-051-0/+2
| | * | | | | [ARM] 5418/1: restore lr before leaving mcountUwe Kleine-König2009-03-051-0/+4
| | * | | | | Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2009-03-051-0/+7
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | [ARM] orion5x: pass dram mbus data to xor driverSaeed Bishara2009-03-031-0/+7
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-03-144-6/+31
| |\ \ \ \ \ \
| | * | | | | | Fix Xilinx SystemACE driver to handle empty CF slotGrant Likely2009-03-141-0/+22
| | * | | | | | block: fix memory leak in bio_clone()Li Zefan2009-03-141-1/+3
| | * | | | | | block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura2009-03-143-5/+6
| * | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-03-147-56/+60
| |\ \ \ \ \ \ \
| | * | | | | | | MIPS: Mark Eins: Fix configuration.Ralf Baechle2009-03-135-52/+54
| | * | | | | | | MIPS: Fix TIF_32BIT undefined problem when seccomp is disabledZhang Le2009-03-132-4/+6
| | |/ / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-03-1419-631/+586
| |\ \ \ \ \ \ \
| | * | | | | | | [SCSI] qla2xxx: Update version number to 8.03.00-k4.Andrew Vasquez2009-03-101-1/+1
| | * | | | | | | [SCSI] qla2xxx: Correct overwrite of pre-assigned init-control-block structur...Andrew Vasquez2009-03-101-4/+0
| | * | | | | | | [SCSI] qla2xxx: Correct truncation in return-code status checking.Andrew Vasquez2009-03-102-2/+2
| | * | | | | | | [SCSI] qla2xxx: Correct vport delete bug.Anirban Chakraborty2009-03-103-9/+15
| | * | | | | | | [SCSI] qla2xxx: Use correct value for max vport in LOOP topology.Lalit Chandivade2009-03-101-1/+5
| | * | | | | | | [SCSI] qla2xxx: Correct address range checking for option-rom updates.Andrew Vasquez2009-03-101-8/+1
| | * | | | | | | [SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest priority) ...Robert Love2009-03-101-1/+1
| | * | | | | | | [SCSI] fcoe: fix handling of pending queue, prevent out of order frames (v3)Chris Leech2009-03-101-57/+24
| | * | | | | | | [SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Vasu Dev2009-03-103-24/+23
| | * | | | | | | [SCSI] fcoe: fix kfree(skb)Roel Kluin2009-03-101-1/+1
| | * | | | | | | [SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anywayYi Zou2009-03-101-4/+0
| | * | | | | | | [SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou2009-03-101-13/+0
| | * | | | | | | [SCSI] fcoe: Correct fcoe_transports initialization vs. registrationRobert Love2009-03-102-3/+5
| | * | | | | | | [SCSI] fcoe: Use setup_timer() and mod_timer()Robert Love2009-03-101-5/+3
| | * | | | | | | [SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2009-03-103-14/+8
| | * | | | | | | [SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2009-03-104-20/+20
| | * | | | | | | [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-108-257/+252
| | * | | | | | | [SCSI] libfc: Cleanup libfc_function_template commentsRobert Love2009-03-061-41/+66
| | * | | | | | | [SCSI] libfc: check for err when recv and state is incorrectRobert Love2009-03-062-40/+40
| | * | | | | | | [SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love2009-03-061-4/+4
| | * | | | | | | [SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love2009-03-061-2/+2
| | * | | | | | | [SCSI] libfc: Don't violate transport template for rogue port creationRobert Love2009-03-064-5/+13
| | * | | | | | | [SCSI] libfc: exch mgr is freed while lport still retrying sequencesSteve Ma2009-03-061-0/+2
| | * | | | | | | [SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lostVasu Dev2009-03-061-3/+3
| | * | | | | | | [SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2009-03-063-49/+69
| | * | | | | | | [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev2009-03-065-69/+30
| | * | | | | | | [SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abtsVasu Dev2009-03-061-1/+1
| | * | | | | | | [SCSI] libfc: handle RRQ exch timeoutVasu Dev2009-03-061-1/+1
| | * | | | | | | [SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rportAbhijeet Joglekar2009-03-061-1/+6
| | * | | | | | | [SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar2009-03-064-7/+8
| | * | | | | | | [SCSI] sd: Don't try to spin up drives that are connected to an inactive portMatthew Wilcox2009-03-051-15/+11
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-03-143-2/+44
| |\ \ \ \ \ \ \
| | * | | | | | | ata_piix: add workaround for Samsung DB-P70Tejun Heo2009-03-131-0/+37
| | * | | | | | | libata: Keep shadow last_ctl up to date during resetsStuart MENEFY2009-03-131-1/+5
| | * | | | | | | sata_mv: fix MSI irq race conditionMark Lord2009-03-131-1/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-03-1412-56/+223
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud