summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-scsi.c
AgeCommit message (Expand)Author
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches
2011-06-23libata/sas: only set FROZEN flag if new EH is supportedNishanth Aravamudan
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-19libata: Use Maximum Write Same Length to report discard size limitMartin K. Petersen
2011-05-06SATA: enable non-queueable flush flagshaohua.li@intel.com
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-14libata: Include WWN ID in inquiry VPD emulationHannes Reinecke
2011-03-02libata: fix locking for sas pathsJames Bottomley
2011-03-02libata: plumb sas port scan into standard libata pathsJames Bottomley
2011-01-28libata: set queue DMA alignment to sector size for ATAPI tooTejun Heo
2011-01-05[libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik
2010-11-17[libata] remove SCSI host lock and serial number usage from ata_scsi_queuecmdJeff Garzik
2010-11-16SCSI host lock push-downJeff Garzik
2010-11-12libata: fix NULL sdev dereference race in atapi_qc_complete()Tejun Heo
2010-10-21libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen
2010-10-21libata: reimplement link power managementTejun Heo
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo
2010-10-21[libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler
2010-10-21[libata] Add ATA transport classGwendal Grignou
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo
2010-06-02libata: implement on-demand HPA unlockingTejun Heo
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-04libata-scsi passthru: fix bug which truncated LBA48 return valuesDouglas Gilbert
2009-12-17libata: use the WRITE_SAME_16 defineChristoph Hellwig
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie
2009-12-03libata: Clarify ata_set_lba_range_entries functionMartin K. Petersen
2009-12-03libata: Report zeroed read after TRIM and max discard sizeMartin K. Petersen
2009-12-03libata: add translation for SCSI WRITE SAME (aka TRIM support)Christoph Hellwig
2009-12-03ata: Don't require newlines for link_power_management_policyMatthew Garrett
2009-09-08libata: unbreak TPM filtering by reorganizing ata_scsi_pass_thru()Tejun Heo
2009-09-01libata: Delegate nonrot flag setting to SCSIMartin K. Petersen
2009-09-01libata: remove spindown skipping and warningTejun Heo
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-15libata: Media rotation rate and form factor heuristicsMartin K. Petersen
2009-05-15libata: Report disk alignment and physical block sizeMartin K. Petersen
2009-05-11Avoid world-writable sysfs files in libata driver.Vitaly Mayatskikh
2009-05-11block: cleanup rq->data_len usagesTejun Heo
2009-04-16ata: Report 16/32bit PIO as best we canAlan Cox
2009-02-02libata: fix kernel-doc warningsRandy Dunlap
2009-01-27SATA: Blacklisting of systems that spin off disks during ACPI power offRafael J. Wysocki
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik
2009-01-06libata: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori