| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-07-15 | 1 | -1/+98 |
|\ |
|
| * | [libata] Add support for VPD page b1 | Matthew Wilcox | 2008-07-14 | 1 | -1/+19 |
| * | libata/ahci: enclosure management support | Kristen Carlson Accardi | 2008-07-14 | 1 | -0/+79 |
* | | block: add blk_queue_update_dma_pad | FUJITA Tomonori | 2008-07-04 | 1 | -1/+2 |
|/ |
|
* | libata: don't check whether to use DMA or not for no data commands | Tejun Heo | 2008-06-18 | 1 | -9/+7 |
* | libata: fix libata-scsi kernel-doc notation | Randy Dunlap | 2008-05-30 | 1 | -1/+2 |
* | libata: ignore SIMG4726 config pseudo device | Tejun Heo | 2008-05-19 | 1 | -6/+0 |
* | libata-scsi: improve rbuf handling for simulated commands | Tejun Heo | 2008-04-29 | 1 | -290/+154 |
* | libata-scsi: clean up inquiry / mode sense related functions | Tejun Heo | 2008-04-29 | 1 | -68/+21 |
* | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 1 | -7/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-04-18 | 1 | -5/+1 |
|\ |
|
| * | [SCSI] libata: use scsi_build_sense_buffer | FUJITA Tomonori | 2008-04-07 | 1 | -5/+1 |
* | | libata: fix boot panic with SATAPI devices on non-SFF HBAs | James Bottomley | 2008-04-18 | 1 | -1/+2 |
* | | libata: implement PMP helpers | Tejun Heo | 2008-04-17 | 1 | -3/+3 |
* | | libata: make SFF support optional | Tejun Heo | 2008-04-17 | 1 | -0/+2 |
* | | libata: rename SFF port ops | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | | libata: kill ata_ehi_schedule_probe() | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | | libata: kill ATA_EHI_RESUME_LINK | Tejun Heo | 2008-04-17 | 1 | -1/+0 |
* | | libata: prefer hardreset | Tejun Heo | 2008-04-17 | 1 | -2/+2 |
|/ |
|
* | libata: implement ata_qc_raw_nbytes() | Tejun Heo | 2008-03-24 | 1 | -3/+11 |
* | block: separate out padding from alignment | Tejun Heo | 2008-03-04 | 1 | -1/+2 |
* | block: restore the meaning of rq->data_len to the true data length | FUJITA Tomonori | 2008-03-04 | 1 | -3/+3 |
* | [libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore() | Jeff Garzik | 2008-02-29 | 1 | -0/+10 |
* | libata: automatically use DMADIR if drive/bridge requires it | Tejun Heo | 2008-02-24 | 1 | -1/+2 |
* | libata: fix kernel-doc parameter warning | Randy Dunlap | 2008-02-20 | 1 | -1/+1 |
* | libata: implement drain buffers | James Bottomley | 2008-02-19 | 1 | -6/+53 |
* | libata: eliminate the home grown dma padding in favour of | James Bottomley | 2008-02-19 | 1 | -17/+6 |
* | ata: make ata_scsiop_inq_89 static in libata-scsi.c | Harvey Harrison | 2008-02-15 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-01-25 | 1 | -2/+9 |
|\ |
|
| * | [SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSI | James Bottomley | 2008-01-23 | 1 | -4/+8 |
| * | [SCSI] relax scsi dma alignment | James Bottomley | 2008-01-11 | 1 | -1/+4 |
* | | [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof() | James Bottomley | 2008-01-23 | 1 | -1/+1 |
* | | [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof() | akpm@linux-foundation.org | 2008-01-23 | 1 | -1/+1 |
* | | libata annotations and fixes | Al Viro | 2008-01-23 | 1 | -2/+2 |
* | | libata: convert to chained sg | Tejun Heo | 2008-01-23 | 1 | -1/+1 |
* | | libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* | Tejun Heo | 2008-01-23 | 1 | -5/+5 |
* | | libata: make atapi_request_sense() use sg | Tejun Heo | 2008-01-23 | 1 | -1/+3 |
* | | libata: Disable ATA8-ACS proposed Trusted Computing features by default | Alan Cox | 2008-01-23 | 1 | -0/+18 |
* | | libata: relocate sdev->manage_start_stop configuration | Tejun Heo | 2008-01-14 | 1 | -3/+3 |
|/ |
|
* | libata and starting/stopping ATAPI floppy devices | Ondrej Zary | 2008-01-10 | 1 | -1/+2 |
* | libata: bump transfer chunk size if it's odd | Tejun Heo | 2007-11-26 | 1 | -3/+32 |
* | libata-scsi: be tolerant of 12-byte ATAPI commands in 16-byte CDBs | Mark Lord | 2007-11-19 | 1 | -1/+2 |
* | [libata] Utilize new SCSI event infrastructure | Jeff Garzik | 2007-11-03 | 1 | -3/+5 |
* | make ata_scsi_lpm_get() static | Adrian Bunk | 2007-11-03 | 1 | -1/+1 |
* | libata: implement and use ATA_QCFLAG_QUIET | Tejun Heo | 2007-10-30 | 1 | -2/+2 |
* | libata: flush is an IO command | Tejun Heo | 2007-10-30 | 1 | -0/+3 |
* | [libata] Link power management infrastructure | Kristen Carlson Accardi | 2007-10-29 | 1 | -0/+68 |
* | libata: relocate and fix post-command processing | Tejun Heo | 2007-10-29 | 1 | -23/+0 |
* | [libata] checkpatch-inspired cleanups | Jeff Garzik | 2007-10-23 | 1 | -120/+120 |
* | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -1/+1 |