summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
* libata: don't request sense data on !ZAC ATA devicesTejun Heo2019-06-251-3/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-18/+1Star
* block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-4/+0Star
* libata: convert eh to command iteratorsJens Axboe2018-06-191-25/+16Star
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-06-061-10/+46
|\
| * libata: add extra internal commandJens Axboe2018-05-111-1/+2
| * libata: remove assumption that ATA_MAX_QUEUE - 1 is the maxJens Axboe2018-05-111-2/+5
| * libata: Fix command retry decisionDamien Le Moal2018-05-101-4/+8
| * libata: Honor RQF_QUIET flagDamien Le Moal2018-05-101-1/+25
| * libata: Fix ata_err_string()Damien Le Moal2018-05-101-0/+4
| * libata: Fix comment typo in ata_eh_analyze_tf()Damien Le Moal2018-05-101-2/+2
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-51/+0Star
|\ \
| * | libata: remove ata_scsi_timed_outChristoph Hellwig2018-05-291-51/+0Star
| |/
* / driver core: add __printf verification to __ata_ehi_pushv_descMathieu Malaterre2018-05-071-2/+2
|/
* ata: do not schedule hot plug if it is a sas hostJason Yan2018-03-011-1/+2
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-11-151-6/+8
|\
| * ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu2017-11-031-1/+1
| * ata: mark expected switch fall-throughsGustavo A. R. Silva2017-10-231-0/+2
| * libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede2017-09-191-5/+5
* | libata: Convert timers to use timer_setup()Kees Cook2017-10-171-2/+2
|/
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-5/+3Star
|\
| * drivers/ata: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-5/+3Star
* | libata: fix a couple of doc build warningsJonathan Corbet2017-07-311-2/+2
* | libata: remove unused rc in ata_eh_handle_port_resumeKefeng Wang2017-07-151-2/+1Star
|/
* libata: move ata_read_log_page to libata-core.cChristoph Hellwig2017-06-051-64/+0Star
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-02-221-13/+31
|\
| * libata-eh: Use switch() instead of sparse array for protocol stringsGeert Uytterhoeven2017-01-091-13/+31
* | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+1
|/
* Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-07-261-2/+6
|\
| * ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke2016-07-151-1/+2
| * libata-eh: decode all taskfile protocolsHannes Reinecke2016-07-141-0/+3
| * ata: fixup ATA_PROT_NODATAHannes Reinecke2016-07-141-1/+1
* | Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley2016-06-181-1/+1
|\ \ | |/ |/|
| * scsi: fix race between simultaneous decrements of ->host_failedWei Fang2016-06-091-1/+1
* | libata: Implement ZBC OUT translationHannes Reinecke2016-05-091-0/+1
* | libata: implement ZBC IN translationHannes Reinecke2016-05-091-0/+1
* | libata: do not attempt to retrieve sense code twiceHannes Reinecke2016-05-091-2/+2
* | libata: Implement control mode page to select sense formatHannes Reinecke2016-04-041-2/+2
* | libata: evaluate SCSI sense codeHannes Reinecke2016-04-041-9/+20
* | libata-eh: Set 'information' field for autosenseHannes Reinecke2016-04-041-0/+2
* | libata: Implement support for sense data reportingHannes Reinecke2016-04-041-4/+64
* | libata: Implement NCQ autosenseHannes Reinecke2016-04-041-0/+12
|/
* libata-eh.c: Introduce new ata port flag for controller which lockup on read ...Andreas Werner2015-12-071-0/+8
* Revert "libata: Implement NCQ autosense"Tejun Heo2015-08-031-18/+0Star
* Revert "libata: Implement support for sense data reporting"Tejun Heo2015-08-031-83/+3Star
* Revert "libata-eh: Set 'information' field for autosense"Tejun Heo2015-08-031-3/+0Star
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-06-261-1/+12
|\
| * libata: Fix regression when the NCQ Send and Receive log page is absentMartin K. Petersen2015-05-211-0/+1