summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
* ata: fix some kernel-doc markupsMauro Carvalho Chehab2020-10-231-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-131/+0
* ata: start separating SATA specific code from libata-eh.cBartlomiej Zolnierkiewicz2020-03-261-74/+0
* ata: let compiler optimize out ata_eh_set_lpm() on non-SATA hostsBartlomiej Zolnierkiewicz2020-03-261-1/+2
* ata: remove EXPORT_SYMBOL_GPL()s not used by modulesBartlomiej Zolnierkiewicz2020-03-261-4/+0
* ata: move EXPORT_SYMBOL_GPL()s close to exported codeBartlomiej Zolnierkiewicz2020-03-261-2/+18
* ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz2020-03-261-4/+0
* 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/+1
* block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-4/+0
* libata: convert eh to command iteratorsJens Axboe2018-06-191-25/+16
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-06-051-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/+0
|\ \
| * | libata: remove ata_scsi_timed_outChristoph Hellwig2018-05-291-51/+0
| |/
* / 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-181-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/+3
|\
| * drivers/ata: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-5/+3
* | 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/+1
|/
* libata: move ata_read_log_page to libata-core.cChristoph Hellwig2017-06-051-64/+0
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-02-211-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-061-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-081-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