libata-scsi: clean up inquiry / mode sense related functions
[safe/jmp/linux-2.6] / drivers / ata / libata-scsi.c
2008-04-29 Tejun Heolibata-scsi: clean up inquiry / mode sense related...
2008-04-20 Tony JonesSCSI: convert struct class_device to struct device
2008-04-18 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-04-18 James Bottomleylibata: fix boot panic with SATAPI devices on non-SFF...
2008-04-17 Tejun Heolibata: implement PMP helpers
2008-04-17 Tejun Heolibata: make SFF support optional
2008-04-17 Tejun Heolibata: rename SFF port ops
2008-04-17 Tejun Heolibata: kill ata_ehi_schedule_probe()
2008-04-17 Tejun Heolibata: kill ATA_EHI_RESUME_LINK
2008-04-17 Tejun Heolibata: prefer hardreset
2008-04-07 FUJITA Tomonori[SCSI] libata: use scsi_build_sense_buffer
2008-03-25 Tejun Heolibata: implement ata_qc_raw_nbytes()
2008-03-04 Tejun Heoblock: separate out padding from alignment
2008-03-04 FUJITA Tomonoriblock: restore the meaning of rq->data_len to the true...
2008-03-01 Jeff Garzik[libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save...
2008-02-24 Tejun Heolibata: automatically use DMADIR if drive/bridge requir...
2008-02-20 Randy Dunlaplibata: fix kernel-doc parameter warning
2008-02-19 James Bottomleylibata: implement drain buffers
2008-02-19 James Bottomleylibata: eliminate the home grown dma padding in favour of
2008-02-15 Harvey Harrisonata: make ata_scsiop_inq_89 static in libata-scsi.c
2008-01-26 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-01-23 James Bottomley[SCSI] libata: fix corruption induced by relaxed DMA...
2008-01-23 James Bottomley[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()
2008-01-23 akpm@linux-foundat... [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()
2008-01-23 Al Virolibata annotations and fixes
2008-01-23 Tejun Heolibata: convert to chained sg
2008-01-23 Tejun Heolibata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
2008-01-23 Tejun Heolibata: make atapi_request_sense() use sg
2008-01-23 Alan Coxlibata: Disable ATA8-ACS proposed Trusted Computing...
2008-01-15 Tejun Heolibata: relocate sdev->manage_start_stop configuration
2008-01-12 James Bottomley[SCSI] relax scsi dma alignment
2008-01-10 Ondrej Zarylibata and starting/stopping ATAPI floppy devices
2007-11-26 Tejun Heolibata: bump transfer chunk size if it's odd
2007-11-19 Mark Lordlibata-scsi: be tolerant of 12-byte ATAPI commands...
2007-11-04 Jeff Garzik[libata] Utilize new SCSI event infrastructure
2007-11-03 Adrian Bunkmake ata_scsi_lpm_get() static
2007-10-30 Tejun Heolibata: implement and use ATA_QCFLAG_QUIET
2007-10-30 Tejun Heolibata: flush is an IO command
2007-10-29 Kristen Carlson... [libata] Link power management infrastructure
2007-10-29 Tejun Heolibata: relocate and fix post-command processing
2007-10-24 Jeff Garzik[libata] checkpatch-inspired cleanups
2007-10-22 Jens Axboe[SG] Update drivers to use sg helpers
2007-10-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-16 FUJITA Tomonoriremove blk_queue_max_phys_segments in libata
2007-10-16 Randy Dunlapdocbook: fix libata content
2007-10-15 Tejun Heolibata: fix revalidation issuing after configuration...
2007-10-12 Alan Coxlibata_scsi: Fix ATAPI transfer lengths
2007-10-12 Tejun Heolibata-pmp-prep: implement sata_async_notification()
2007-10-12 Tejun Heolibata-pmp-prep: implement ATA_HORKAGE_SKIP_PM
2007-10-12 Tejun Heolibata-pmp-prep: implement ops->qc_defer()
2007-10-12 Tejun Heolibata: misc updates for AN
2007-10-12 Jeff Garzik[libata] SCSI: simulator version, not device version...
2007-10-12 Jeff Garzik[libata] SCSI: clean up R/W recovery mode page
2007-10-12 Jeff Garzik[libata] SCSI: improve FORMAT UNIT; minor code cleanups
2007-10-12 Jeff Garzik[libata] Slightly improved no-op REQUEST SENSE, SEND...
2007-10-12 Jeff Garzik[libata] SCSI: support INQUIRY page 89h (ATA info page)
2007-10-12 Boaz Harroshlibata-scsi: convert to use the data buffer accessors
2007-10-12 Boaz Harroshlibata-scsi: Remove !use_sg code paths
2007-10-12 Kristen Carlson... [libata] ahci: send event when AN received
2007-10-12 Mark Lordlibata: add support for ATA_16 on ATAPI
2007-10-12 Tejun Heolibata-link: update hotplug to handle PMP links
2007-10-12 Tejun Heolibata-link: implement and use link/device iterators
2007-10-12 Tejun Heolibata-link: introduce ata_link
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-20 Tejun Heolibata: improve SCSI scan failure handling
2007-07-09 Alan Coxlibata: Support chips with 64K PRD quirk
2007-06-27 Tejun Heolibata: call ata_check_atapi_dma() with qc better prepared
2007-06-10 Albert Leelibata passthru: update cached device paramters
2007-06-10 Albert Leelibata passthru: always enforce correct DEV bit
2007-06-10 Albert Leelibata passthru: map UDMA protocols
2007-06-10 Albert Leelibata passthru: support PIO multi commands
2007-06-10 Albert Leelibata passthru: update protocol numbers
2007-05-25 Jeff Garzik[libata] Fix decoding of 6-byte commands
2007-05-18 Tejun Heolibata: remove libata.spindown_compat
2007-05-16 Tejun Heolibata: track spindown status and skip spindown_compat...
2007-05-16 Tejun Heolibata: fix shutdown warning message printing
2007-05-11 Tejun Heolibata: implement libata.spindown_compat
2007-05-11 Tejun Heolibata: reimplement suspend/resume support using sdev...
2007-04-28 Tejun Heolibata: separate out ata_host_alloc() and ata_host_regi...
2007-04-28 Mark Lordlibata: add support for READ/WRITE LONG
2007-04-28 Mark LordRESEND: libata: check cdb len per dev instead of per...
2007-04-04 Mark Lordlibata bugfix: preserve LBA bit for HDIO_DRIVE_TASK
2007-03-02 Tejun Heolibata: add CONFIG_PM to libata core layer
2007-02-21 Tejun Heolibata: s/ap->id/ap->print_id/g
2007-02-21 Tejun Heolibata: fix ata_scsi_change_queue_depth()
2007-02-21 Tejun Heolibata: fix ata_scmd_need_defer()
2007-02-21 Tejun Heolibata: fix probe_ent alloc/free bugs
2007-02-21 Mark Lordlibata bugfix: HDIO_DRIVE_TASK
2007-02-09 Tejun Heolibata: update libata core layer to use devres
2007-02-09 Tejun Heolibata: implement HDIO_GET_IDENTITY
2007-02-09 Tejun Heolibata: kill qc->nsect and cursect
2007-02-09 Tejun Heolibata: straighten out ATA_ID_* constants
2007-02-09 Adrian Bunkdrivers/ata/: make 4 functions static
2007-02-09 Arjan van de Ven[PATCH] user of the jiffies rounding patch: ATA subsystem
2007-01-30 Robert Hancocklibata: fix translation for START STOP UNIT
2007-01-30 David Milburnlibata-scsi: ata_task_ioctl should return ATA registers...
2007-01-24 Brian Kinglibata: Fixup n_elem initialization
2006-12-20 Tejun Heo[PATCH] libata: take scmd->cmd_len into account when...
2006-12-20 Tejun Heo[PATCH] libata: kill @cdb argument from xlat methods
2006-12-20 Tejun Heo[PATCH] libata: clean up variable name usage in xlat...
next