Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives. | David S. Miller | 2009-12-02 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 20 | -33/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 20 | -33/+32 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tree-wide: fix misspelling of "definition" in comments | Adam Buchbinder | 2009-12-04 | 3 | -3/+3 | |
| | * | | | | | | | doc: Fix IRQ chip docs | Krzysztof Halasa | 2009-12-04 | 1 | -1/+1 | |
| | * | | | | | | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 11 | -15/+15 | |
| | * | | | | | | | sysctl: add missing comments | Thadeu Lima de Souza Cascardo | 2009-12-04 | 1 | -5/+5 | |
| | * | | | | | | | sgivwfb: Make use of ARRAY_SIZE. | Thiago Farina | 2009-12-04 | 1 | -6/+5 | |
| | * | | | | | | | comment typo fix: sybsystem -> subsystem | Jean Delvare | 2009-12-04 | 1 | -1/+1 | |
| | * | | | | | | | tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" | Uwe Kleine-König | 2009-11-09 | 1 | -1/+1 | |
| | * | | | | | | | tree-wide: fix typos "selct" + "slect" -> "select" | Uwe Kleine-König | 2009-11-09 | 1 | -1/+1 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge branches 'bkl-removal', 'upstream' and 'upstream-fixes' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| | | * | | | | | | | HID: fixup quirk for NCR devices | Jiri Kosina | 2009-11-05 | 1 | -0/+1 | |
| | |/ / / / / / / | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-12-09 | 27 | -679/+892 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [SCSI] libfc: Add target reset flag to FCP header file | Christof Schmitt | 2009-12-04 | 1 | -0/+2 | |
| * | | | | | | | | | [SCSI] fcoe, libfc: add get_lesb() to allow LLD to fill the link error status... | Yi Zou | 2009-12-04 | 1 | -0/+6 | |
| * | | | | | | | | | [SCSI] libfc: add fcoe_fc_els_lesb to fc_fcoe.h for FC-BB-5 LESB definitions | Yi Zou | 2009-12-04 | 1 | -0/+12 | |
| * | | | | | | | | | [SCSI] libfcoe: add checking disable flag in FIP_FKA_ADV | Yi Zou | 2009-12-04 | 2 | -1/+12 | |
| * | | | | | | | | | [SCSI] libfc: add FC-BB-5 LESB counters to fcoe_dev_stats | Yi Zou | 2009-12-04 | 1 | -0/+4 | |
| * | | | | | | | | | [SCSI] osd_protocol.h: Add missing #include | Martin Michlmayr | 2009-12-04 | 1 | -0/+1 | |
| * | | | | | | | | | [SCSI] libosd: Error handling revamped | Boaz Harrosh | 2009-12-04 | 1 | -1/+25 | |
| * | | | | | | | | | [SCSI] libosd: osd_dev_info: Unique Identification of an OSD device | Boaz Harrosh | 2009-12-04 | 1 | -4/+34 | |
| * | | | | | | | | | [SCSI] osduld: Use device->release instead of internal kref | Boaz Harrosh | 2009-12-04 | 1 | -1/+0 | |
| * | | | | | | | | | [SCSI] libosd: osd_sense: OSD_CFO_PERMISSIONS | Boaz Harrosh | 2009-12-04 | 1 | -0/+3 | |
| * | | | | | | | | | [SCSI] libosd: osd_dev_is_ver1 - Minor API cleanup | Boaz Harrosh | 2009-12-04 | 1 | -6/+10 | |
| * | | | | | | | | | [SCSI] libiscsi: add warm target reset tmf support | Mike Christie | 2009-12-04 | 2 | -0/+4 | |
| * | | | | | | | | | [SCSI] libiscsi: Check TMF state before sending PDU | Mike Christie | 2009-12-04 | 1 | -0/+2 | |
| * | | | | | | | | | [SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objects | James Bottomley | 2009-12-04 | 1 | -1/+15 | |
| * | | | | | | | | | [SCSI] libfc: register FC4 features with the FC switch | Joe Eykholt | 2009-12-04 | 4 | -1/+32 | |
| * | | | | | | | | | [SCSI] libfcoe: fcoe: simplify receive FLOGI response | Joe Eykholt | 2009-12-04 | 1 | -1/+1 | |
| * | | | | | | | | | [SCSI] libfc: add set_fid function to libfc template | Joe Eykholt | 2009-12-04 | 1 | -0/+20 | |
| * | | | | | | | | | [SCSI] libfc: fix symbolic name registrations smashing skb data | Joe Eykholt | 2009-12-04 | 1 | -8/+9 | |
| * | | | | | | | | | [SCSI] libfc: fix RNN_ID smashing skb payload | Joe Eykholt | 2009-12-04 | 1 | -1/+0 | |
| * | | | | | | | | | [SCSI] libfcoe: FIP should report link to libfc whether selected or not | Joe Eykholt | 2009-12-04 | 1 | -0/+1 | |
| * | | | | | | | | | [SCSI] libfcoe: Allow FIP to be disabled by the driver | Joe Eykholt | 2009-12-04 | 1 | -0/+2 | |
| * | | | | | | | | | [SCSI] fcoe, libfc: use single frame allocation API | Vasu Dev | 2009-12-04 | 1 | -13/+3 | |
| * | | | | | | | | | [SCSI] libfcoe: formatting and comment cleanups | Robert Love | 2009-12-04 | 1 | -42/+42 | |
| * | | | | | | | | | [SCSI] libfc: Formatting cleanups across libfc | Robert Love | 2009-12-04 | 1 | -489/+505 | |
| * | | | | | | | | | [SCSI] libfc, fcoe: Add FC passthrough support | Steve Ma | 2009-12-04 | 1 | -0/+7 | |
| * | | | | | | | | | [SCSI] libfc: Export FC headers | Robert Love | 2009-12-04 | 6 | -0/+13 | |
| * | | | | | | | | | [SCSI] libfc: Register Symbolic Port Name (RSPN_ID) | Chris Leech | 2009-12-04 | 3 | -0/+22 | |
| * | | | | | | | | | [SCSI] libfc: Register Symbolic Node Name (RSNN_NN) | Chris Leech | 2009-12-04 | 3 | -0/+21 | |
| * | | | | | | | | | [SCSI] libfc: RNN_ID may be required before RSNN_NN with some switches | Chris Leech | 2009-12-04 | 2 | -2/+3 | |
| * | | | | | | | | | [SCSI] libfc: RPN_ID is obsolete and unnecessary | Chris Leech | 2009-12-04 | 1 | -1/+0 | |
| * | | | | | | | | | [SCSI] libfcoe, fcoe: libfcoe NPIV support | Chris Leech | 2009-12-04 | 3 | -5/+23 | |
| * | | | | | | | | | [SCSI] libfc, libfcoe: FDISC ELS for NPIV | Chris Leech | 2009-12-04 | 2 | -1/+32 | |
| * | | | | | | | | | [SCSI] libfc: vport link handling and fc_vport state managment | Chris Leech | 2009-12-04 | 1 | -0/+8 | |
| * | | | | | | | | | [SCSI] libfc: add some generic NPIV support routines to libfc | Chris Leech | 2009-12-04 | 1 | -0/+20 | |
| * | | | | | | | | | [SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with ... | Chris Leech | 2009-12-04 | 1 | -3/+12 |