Age | Commit message (Expand) | Author | Files | Lines |
2013-12-19 | libata, freezer: avoid block device removal while system is frozen | Tejun Heo | 1 | -0/+21 |
2013-10-17 | ATA / ACPI: remove power dependent device handling | Aaron Lu | 1 | -3/+0 |
2013-09-04 | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -13/+25 |
2013-08-25 | libata: Add support for queued DSM TRIM | Marc Carino | 1 | -6/+19 |
2013-08-23 | ata: acpi: rework the ata acpi bind support | Aaron Lu | 1 | -7/+6 |
2013-07-23 | libata: replace strict_strtol() with kstrtol() | Jingoo Han | 1 | -2/+4 |
2013-07-03 | Merge branch 'libata/for-3.10-fixes' into libata/for-3.11 | Tejun Heo | 1 | -1/+1 |
2013-06-18 | libata: cleanup SAT error translation | Gwendal Grignou | 1 | -20/+17 |
2013-05-14 | libata: update "Maintained by:" tags | Tejun Heo | 1 | -1/+1 |
2013-04-12 | [libata] SCSI: really use SATL version in VPD | Baruch Even | 1 | -1/+0 |
2013-04-04 | libata-acpi: remove redundent code for power resource handling | Aaron Lu | 1 | -2/+4 |
2013-04-04 | [libata] Fix HDIO_DRIVE_* ioctl() Linux 3.9 regression | Krzysztof Mazur | 1 | -4/+4 |
2013-02-21 | [libata] Set proper SK when CK_COND is set. | Gwendal Grignou | 1 | -4/+14 |
2013-01-22 | libata: identify and init ZPODD devices | Aaron Lu | 1 | -0/+2 |
2012-12-14 | [libata] fix Null pointer dereference on disk error | Xiaotian Feng | 1 | -2/+4 |
2012-11-14 | [SCSI] sd: Implement support for WRITE SAME | Martin K. Petersen | 1 | -0/+1 |
2012-11-14 | [SCSI] Add a report opcode helper | Martin K. Petersen | 1 | -0/+1 |
2012-08-17 | [libata] scsi: implement MODE SELECT command | Paolo Bonzini | 1 | -6/+188 |
2012-08-17 | [libata] scsi: support MODE SENSE request for changeable and default parameters | Paolo Bonzini | 1 | -16/+43 |
2012-08-17 | [libata] scsi: Remove unlikely() from FUA check | Jeff Garzik | 1 | -2/+2 |
2012-06-29 | libata-acpi: add ata port runtime D3Cold support | Lin Ming | 1 | -0/+3 |
2012-04-23 | [SCSI] libsas, libata: fix start of life for a sas ata_port | Dan Williams | 1 | -15/+20 |
2012-04-22 | [SCSI] libata: Pass correct DMA device to scsi host | Lin Ming | 1 | -1/+2 |
2012-04-12 | libata: make ata_print_id atomic | Dan Williams | 1 | -2/+2 |
2012-03-01 | [SCSI] libsas: async ata scanning | Dan Williams | 1 | -0/+13 |
2012-01-09 | ata: add ata port runtime PM callbacks | Lin Ming | 1 | -0/+1 |
2012-01-09 | ata: make ata port as parent device of scsi host | Lin Ming | 1 | -1/+1 |
2011-11-09 | [libata] libata-scsi.c: Add function parameter documentation | Marcos Paulo de Souza | 1 | -0/+4 |
2011-11-01 | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 1 | -0/+1 |
2011-10-02 | [SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devices | Dan Williams | 1 | -15/+29 |
2011-07-24 | ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> | Joe Perches | 1 | -13/+9 |
2011-06-24 | libata/sas: only set FROZEN flag if new EH is supported | Nishanth Aravamudan | 1 | -0/+6 |
2011-05-25 | Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -6/+7 |
2011-05-20 | libata: Use Maximum Write Same Length to report discard size limit | Martin K. Petersen | 1 | -1/+1 |
2011-05-06 | SATA: enable non-queueable flush flag | shaohua.li@intel.com | 1 | -6/+7 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-14 | libata: Include WWN ID in inquiry VPD emulation | Hannes Reinecke | 1 | -0/+11 |
2011-03-02 | libata: fix locking for sas paths | James Bottomley | 1 | -1/+1 |
2011-03-02 | libata: plumb sas port scan into standard libata paths | James Bottomley | 1 | -1/+1 |
2011-01-28 | libata: set queue DMA alignment to sector size for ATAPI too | Tejun Heo | 1 | -6/+18 |
2011-01-06 | [libata] avoid needlessly passing around ptr to SCSI completion func | Jeff Garzik | 1 | -35/+25 |
2010-11-17 | [libata] remove SCSI host lock and serial number usage from ata_scsi_queuecmd | Jeff Garzik | 1 | -12/+9 |
2010-11-17 | SCSI host lock push-down | Jeff Garzik | 1 | -1/+3 |
2010-11-13 | libata: fix NULL sdev dereference race in atapi_qc_complete() | Tejun Heo | 1 | -1/+4 |
2010-10-22 | libata: Signal that our SATL supports WRITE SAME(16) with UNMAP | Martin K. Petersen | 1 | -0/+14 |
2010-10-22 | libata: reimplement link power management | Tejun Heo | 1 | -3/+8 |
2010-10-22 | libata: clean up lpm related symbols and sysfs show/store functions | Tejun Heo | 1 | -44/+22 |
2010-10-22 | [libata] support for > 512 byte sectors (e.g. 4K Native) | Grant Grundler | 1 | -31/+65 |
2010-10-22 | [libata] Add ATA transport class | Gwendal Grignou | 1 | -17/+4 |
2010-08-11 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+2 |