Age | Commit message (Expand) | Author | Files | Lines |
2015-12-07 | libata-eh.c: Introduce new ata port flag for controller which lockup on read ... | Andreas Werner | 1 | -0/+1 |
2015-10-01 | ata: ahci: find eSATA ports and flag them as removable | Manuel Lauss | 1 | -0/+1 |
2015-07-15 | libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors l... | David Milburn | 1 | -1/+1 |
2015-07-15 | libata: add ATA_HORKAGE_NOTRIM | Arne Fitzenreiter | 1 | -0/+2 |
2015-06-26 | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 1 | -0/+1 |
2015-06-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+0 |
2015-06-01 | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke | 1 | -2/+0 |
2015-05-05 | libata: Fall back to unqueued READ LOG EXT if the DMA variant fails | Martin K. Petersen | 1 | -0/+1 |
2015-04-25 | libata: Ignore spurious PHY event on LPM policy change | Gabriele Mazzotta | 1 | -0/+9 |
2015-04-25 | libata: Add helper to determine when PHY events should be ignored | Gabriele Mazzotta | 1 | -0/+1 |
2015-04-14 | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 1 | -2/+1 |
2015-03-24 | libata: remove ATA_FLAG_LOWTAG | Tejun Heo | 1 | -1/+0 |
2015-03-19 | ata: Add a new flag to destinguish sas controller | Shaohua Li | 1 | -0/+1 |
2015-02-13 | Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+3 |
2015-02-09 | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Tejun Heo | 1 | -0/+2 |
2015-01-29 | ata: ahci_platform: fix owner module reference mismatch for scsi host | Akinobu Mita | 1 | -0/+6 |
2015-01-24 | libata: use blk taging | Shaohua Li | 1 | -2/+3 |
2015-01-19 | libata: allow sata_sil24 to opt-out of tag ordered submission | Dan Williams | 1 | -0/+1 |
2015-01-08 | libata: Whitelist SSDs that are known to properly return zeroes after TRIM | Martin K. Petersen | 1 | -0/+1 |
2014-12-12 | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -2/+4 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -2/+2 |
2014-11-05 | libata: Implement ATA_DEV_ZAC | Hannes Reinecke | 1 | -2/+4 |
2014-09-23 | libata: change ata_<foo>_printk routines to return void | Joe Perches | 1 | -6/+6 |
2014-07-23 | libata: introduce ata_host->n_tags to avoid oops on SAS controllers | Tejun Heo | 1 | -0/+1 |
2014-04-18 | libata/ahci: accommodate tag ordered controllers | Dan Williams | 1 | -0/+1 |
2014-03-20 | libata: remove unused ata_sas_port_async_resume() stub | Dan Williams | 1 | -3/+0 |
2014-03-19 | libata.h: add stub for ata_sas_port_resume | Randy Dunlap | 1 | -0/+3 |
2014-03-19 | libata, libsas: kill pm_result and related cleanup | Dan Williams | 1 | -7/+4 |
2014-01-16 | libata: disable LPM for some WD SATA-I devices | Tejun Heo | 1 | -0/+2 |
2013-12-17 | libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDs | Marc Carino | 1 | -0/+1 |
2013-08-25 | libata: Add support for queued DSM TRIM | Marc Carino | 1 | -0/+7 |
2013-08-25 | libata: Add support for SEND/RECEIVE FPDMA QUEUED | Marc Carino | 1 | -0/+4 |
2013-08-25 | libata: Add H2D FIS "auxiliary" port flag | Marc Carino | 1 | -0/+1 |
2013-08-25 | libata: Populate host-to-device FIS "auxiliary" field | Marc Carino | 1 | -0/+4 |
2013-08-23 | ata: acpi: rework the ata acpi bind support | Aaron Lu | 1 | -2/+0 |
2013-07-16 | libata: move 'struct ata_taskfile' and friends from ata.h to libata.h | Sergei Shtylyov | 1 | -0/+102 |
2013-06-07 | ahci: make ahci_transmit_led_message into a function pointer | Mark Langsdorf | 1 | -0/+3 |
2013-05-22 | libata: Add atapi_dmadir force flag | Vincent Pelletier | 1 | -0/+1 |
2013-05-14 | libata: export ata_port port_no attribute via /sys | David Milburn | 1 | -0/+1 |
2013-04-04 | libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive | Shan Hai | 1 | -0/+1 |
2013-01-26 | Revert "libata: export host controller number thru /sys" | Jeff Garzik | 1 | -1/+0 |
2013-01-22 | libata: identify and init ZPODD devices | Aaron Lu | 1 | -0/+3 |
2013-01-14 | libata: export host controller number thru /sys | David Milburn | 1 | -0/+1 |
2013-01-14 | [libata] replace sata_settings with devslp_timing | Shane Huang | 1 | -2/+2 |
2012-12-03 | libata: implement ata_platform_remove_one() | Brian Norris | 1 | -0/+4 |
2012-12-03 | libata: restore acpi disable functionality | Aaron Lu | 1 | -0/+1 |
2012-10-03 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -2/+13 |
2012-09-13 | ahci: implement aggressive SATA device sleep support | Shane Huang | 1 | -0/+4 |
2012-08-24 | [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_init | Dan Williams | 1 | -2/+1 |
2012-08-24 | [SCSI] libata: export ata_port suspend/resume infrastructure for sas | Dan Williams | 1 | -0/+11 |