summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* ata: fix some kernel-doc markupsMauro Carvalho Chehab2020-10-231-1/+1
* Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-041-1/+7
|\
| * libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2020-09-021-1/+7
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select...Ye Bin2020-06-041-3/+6
* block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-221-1/+1
* block: move dma drain handling to scsiChristoph Hellwig2020-04-221-18/+10
* ata: move ata_sas_*() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-218/+4
* ata: start separating SATA specific code from libata-scsi.cBartlomiej Zolnierkiewicz2020-03-261-300/+1
* ata: remove EXPORT_SYMBOL_GPL()s not used by modulesBartlomiej Zolnierkiewicz2020-03-261-1/+0
* ata: move EXPORT_SYMBOL_GPL()s close to exported codeBartlomiej Zolnierkiewicz2020-03-261-0/+8
* ata: optimize ata_scsi_rbuf[] sizeBartlomiej Zolnierkiewicz2020-03-261-1/+1
* ata: simplify ata_scsiop_inq_89()Bartlomiej Zolnierkiewicz2020-03-261-11/+7
* ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hostsBartlomiej Zolnierkiewicz2020-03-261-1/+7
* ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz2020-03-261-4/+0
* libata: Assign OF node to the SCSI deviceLinus Walleij2020-03-251-0/+30
* libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()John Garry2020-03-251-6/+3
* compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann2020-01-031-0/+9
* Revert "libata, freezer: avoid block device removal while system is frozen"Mika Westerberg2019-10-061-21/+0
* libata: have ata_scsi_rw_xlat() fail invalid passthrough requestsJens Axboe2019-08-071-0/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-2/+3
|\
| * scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-081-2/+3
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-2/+0
|\ \
| * | block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-2/+0
| |/
* / libata: fix a typo in commentChengguang Xu2019-02-101-1/+1
|/
* libata: Use SMART LBAM/LBAH password definesLinus Walleij2018-08-301-2/+2
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-241-2/+3
|\
| * ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada2018-07-301-0/+1
| * ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUGPaul Menzel2018-07-121-2/+2
* | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-6/+12
|\ \
| * | ata: Fix ZBC_OUT all bit handlingDamien Le Moal2018-07-021-3/+8
| * | ata: Fix ZBC_OUT command block checkDamien Le Moal2018-07-021-6/+7
| |/
* / libata-scsi: Move sense buffers onto stackKees Cook2018-08-021-12/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-0/+12
|\
| * scsi: libsas: add transport class for ATA devicesJason Yan2018-04-181-0/+12
* | libata: don't clamp queue depth to ATA_MAX_QUEUE - 1Jens Axboe2018-05-111-2/+2
* | libata: use ata_tag_internal() consistentlyJens Axboe2018-05-111-1/+1
* | libata: convert core and drivers to ->hw_tag usageJens Axboe2018-05-111-5/+5
* | libata: Honor RQF_QUIET flagDamien Le Moal2018-05-101-0/+3
|/
* libata: don't try to pass through NCQ commands to non-NCQ devicesEric Biggers2018-02-121-0/+6
* libata: fix length validation of ATAPI-relayed SCSI commandsEric Biggers2018-02-121-1/+3
* libata: Fix compile warning with ATA_DEBUG enabledDong Bo2018-02-121-1/+1
* libata: make static arrays const, reduces object code sizeColin Ian King2017-09-191-5/+5
* libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede2017-09-181-4/+5
* libata: array underflow in ata_find_dev()Dan Carpenter2017-07-191-2/+4
* sd: add support for TCG OPAL self encrypting disksChristoph Hellwig2017-06-291-0/+3
* libata: fix build warning from unused goto labelTejun Heo2017-06-291-1/+0
* libata: Support for an ATA PASS-THROUGH(32) command.Minwoo Im2017-06-271-5/+67