aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-12libata-scsi: convert to use the data buffer accessorsBoaz Harrosh1-9/+9
2007-10-12libata-scsi: Remove !use_sg code pathsBoaz Harrosh1-22/+9
2007-10-12[libata] ahci: send event when AN receivedKristen Carlson Accardi1-0/+18
2007-10-12libata: add support for ATA_16 on ATAPIMark Lord1-16/+36
2007-10-12libata-link: update hotplug to handle PMP linksTejun Heo1-50/+109
2007-10-12libata-link: implement and use link/device iteratorsTejun Heo1-16/+10
2007-10-12libata-link: introduce ata_linkTejun Heo1-20/+21
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-20libata: improve SCSI scan failure handlingTejun Heo1-16/+47
2007-07-09libata: Support chips with 64K PRD quirkAlan Cox1-1/+1
2007-06-27libata: call ata_check_atapi_dma() with qc better preparedTejun Heo1-12/+8
2007-06-09libata passthru: update cached device paramtersAlbert Lee1-6/+16
2007-06-09libata passthru: always enforce correct DEV bitAlbert Lee1-6/+4
2007-06-09libata passthru: map UDMA protocolsAlbert Lee1-2/+2
2007-06-09libata passthru: support PIO multi commandsAlbert Lee1-4/+16
2007-06-09libata passthru: update protocol numbersAlbert Lee1-8/+7
2007-05-25[libata] Fix decoding of 6-byte commandsJeff Garzik1-2/+3
2007-05-17libata: remove libata.spindown_compatTejun Heo1-5/+4
2007-05-16libata: track spindown status and skip spindown_compat if possibleTejun Heo1-0/+9
2007-05-16libata: fix shutdown warning message printingTejun Heo1-8/+27
2007-05-11libata: implement libata.spindown_compatTejun Heo1-1/+27
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-127/+2
2007-04-28libata: separate out ata_host_alloc() and ata_host_register()Tejun Heo1-12/+56
2007-04-28libata: add support for READ/WRITE LONGMark Lord1-0/+12
2007-04-28RESEND: libata: check cdb len per dev instead of per hostMark Lord1-2/+3
2007-04-04libata bugfix: preserve LBA bit for HDIO_DRIVE_TASKMark Lord1-1/+1
2007-03-02libata: add CONFIG_PM to libata core layerTejun Heo1-0/+2
2007-02-21libata: s/ap->id/ap->print_id/gTejun Heo1-4/+4
2007-02-21libata: fix ata_scsi_change_queue_depth()Tejun Heo1-12/+15
2007-02-21libata: fix ata_scmd_need_defer()Tejun Heo1-4/+2
2007-02-21libata: fix probe_ent alloc/free bugsTejun Heo1-1/+1
2007-02-21libata bugfix: HDIO_DRIVE_TASKMark Lord1-0/+1
2007-02-09libata: update libata core layer to use devresTejun Heo1-1/+2
2007-02-09libata: implement HDIO_GET_IDENTITYTejun Heo1-1/+42
2007-02-09libata: kill qc->nsect and cursectTejun Heo1-2/+2
2007-02-09libata: straighten out ATA_ID_* constantsTejun Heo1-17/+16
2007-02-09drivers/ata/: make 4 functions staticAdrian Bunk1-6/+6
2007-02-09[PATCH] user of the jiffies rounding patch: ATA subsystemArjan van de Ven1-1/+2
2007-01-30libata: fix translation for START STOP UNITRobert Hancock1-5/+4
2007-01-30libata-scsi: ata_task_ioctl should return ATA registers from sense dataDavid Milburn1-6/+45
2007-01-24libata: Fixup n_elem initializationBrian King1-1/+1
2006-12-20[PATCH] libata: take scmd->cmd_len into account when translating SCSI commandsTejun Heo1-4/+25
2006-12-20[PATCH] libata: kill @cdb argument from xlat methodsTejun Heo1-17/+13
2006-12-20[PATCH] libata: clean up variable name usage in xlat related functionsTejun Heo1-112/+105
2006-12-16[libata] use kmap_atomic(KM_IRQ0) in SCSI simulatorJeff Garzik1-2/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-216/+112
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-8/+13
2006-12-03[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()Tejun Heo1-106/+14
2006-12-03[PATCH] libata: make sure sdev doesn't go away while rescanningTejun Heo1-4/+16
2006-12-03[PATCH] libata: fix READ CAPACITY simulationTejun Heo1-45/+36