| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] arm: convert to accessors and !use_sg cleanup | Boaz Harrosh | 2008-02-07 | 2 | -43/+58 |
* | [SCSI] mca_53c9x: remove driver | James Bottomley | 2008-02-07 | 3 | -532/+0 |
* | [SCSI] sym53c8xx: fix resid calculation | Tony Battersby | 2008-02-07 | 1 | -1/+1 |
* | [SCSI] ps3rom: sector size should be 512 bytes | Aegis Lin | 2008-02-07 | 1 | -1/+1 |
* | [SCSI] sun3x_esp: convert to esp_scsi | Thomas Bogendoerfer | 2008-02-07 | 3 | -312/+237 |
* | [SCSI] libiscsi: make __iscsi_complete_pdu() static | Adrian Bunk | 2008-02-07 | 1 | -3/+2 |
* | [SCSI] aacraid: fib context lock for management ioctls (take 2) | Salyzyn, Mark | 2008-02-07 | 1 | -12/+14 |
* | scsi: megaraid: trivial drop duplicate mutex.h include | Daniel Walker | 2008-02-06 | 1 | -1/+0 |
* | cleanup after APUS removal | Adrian Bunk | 2008-02-06 | 3 | -6/+3 |
* | Remove pointless casts from void pointers | Jeff Garzik | 2008-02-06 | 2 | -3/+3 |
* | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -2/+2 |
* | iommu sg merging: call dma_set_seg_boundary in __scsi_alloc_queue() | FUJITA Tomonori | 2008-02-05 | 1 | -0/+1 |
* | iommu sg merging: aacraid: use pci_set_dma_max_seg_size | FUJITA Tomonori | 2008-02-05 | 1 | -3/+6 |
* | iommu sg merging: call blk_queue_segment_boundary in __scsi_alloc_queue | FUJITA Tomonori | 2008-02-05 | 1 | -0/+3 |
* | pcmcia: convert some internal-only ioaddr_t to unsigned int | Olof Johansson | 2008-02-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2008-02-04 | 17 | -22/+22 |
|\ |
|
| * | drivers/scsi/: Spelling fixes | Joe Perches | 2008-02-03 | 16 | -21/+21 |
| * | MAINTAINERS: remove Adam Fritzler, remove his email address in other sources | Joe Perches | 2008-02-03 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2008-02-04 | 1 | -7/+2 |
|\ \ |
|
| * | | scsi: fix dependency bug in aic7 Makefile | Sam Ravnborg | 2008-02-03 | 1 | -7/+2 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2008-02-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | pci: pci_enable_device_bars() fix for lpfc driver | Greg Kroah-Hartman | 2008-02-02 | 1 | -1/+1 |
* | | ide-scsi: remove needless SELECT_DRIVE() call | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -2/+0 |
* | | ide-scsi: use ide_execute_command() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -5/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2008-02-02 | 3 | -6/+19 |
|\ |
|
| * | PCI: Remove users of pci_enable_device_bars() | Benjamin Herrenschmidt | 2008-02-01 | 3 | -6/+19 |
* | | ide: update/add my Copyrights | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -1/+2 |
* | | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -2/+0 |
|/ |
|
* | [SCSI] Revert "[SCSI] aacraid: fib context lock for management ioctls" | James Bottomley | 2008-01-30 | 1 | -17/+12 |
* | [SCSI] handle scsi_init_queue failure properly | FUJITA Tomonori | 2008-01-30 | 1 | -1/+17 |
* | [SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queue | FUJITA Tomonori | 2008-01-30 | 1 | -0/+1 |
* | [SCSI] scsi_debug: add XDWRITEREAD_10 support | FUJITA Tomonori | 2008-01-30 | 1 | -0/+70 |
* | [SCSI] scsi_debug: add bidi data transfer support | FUJITA Tomonori | 2008-01-30 | 1 | -11/+10 |
* | [SCSI] scsi_debug: add get_data_transfer_info helper function | FUJITA Tomonori | 2008-01-30 | 1 | -45/+38 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 39 | -96/+18 |
* | [SCSI] bidirectional: fix up for the new blk_end_request code | Kiyoshi Ueda | 2008-01-30 | 1 | -2/+10 |
* | [SCSI] bidirectional command support | Boaz Harrosh | 2008-01-30 | 2 | -15/+94 |
* | [SCSI] implement scsi_data_buffer | Boaz Harrosh | 2008-01-30 | 6 | -74/+54 |
* | [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtable | Boaz Harrosh | 2008-01-30 | 2 | -34/+14 |
* | [SCSI] aic7xxx: fix warnings with CONFIG_PM disabled | FUJITA Tomonori | 2008-01-30 | 4 | -22/+20 |
* | [SCSI] aic79xx: fix warnings with CONFIG_PM disabled | FUJITA Tomonori | 2008-01-30 | 4 | -22/+20 |
* | [SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactions | David Milburn | 2008-01-30 | 1 | -3/+6 |
* | [SCSI] sgiwd93: use cached memory access to make driver work on IP28 | Thomas Bogendoerfer | 2008-01-30 | 2 | -26/+40 |
* | [SCSI] ncr53c8xx: fix sense_buffer access bug | FUJITA Tomonori | 2008-01-30 | 1 | -1/+1 |
* | [SCSI] aic79xx: fix sense_buffer access bug | FUJITA Tomonori | 2008-01-30 | 1 | -1/+1 |
* | [SCSI] hptiop: fix sense_buffer access bug | FUJITA Tomonori | 2008-01-30 | 1 | -1/+1 |
* | [SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_error | Nathan Lynch | 2008-01-30 | 1 | -1/+1 |
* | [NETNS]: Consolidate kernel netlink socket destruction. | Denis V. Lunev | 2008-01-28 | 2 | -3/+3 |
* | [ETH]: Combine format_addr() with print_mac(). | Michael Chan | 2008-01-28 | 1 | -13/+1 |
* | Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-01-29 | 1 | -0/+12 |
|\ |
|