summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* libata: if T_LENGTH is zero, dma direction should be DMA_NONEGeorge Kennedy2021-12-171-2/+13
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-10/+19
|\
| * scsi: ata: Switch to attribute groupsBart Van Assche2021-10-161-3/+12
| * scsi: ata: Call scsi_done() directlyBart Van Assche2021-10-161-7/+7
* | Merge tag 'libata-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-021-2/+2
|\ \
| * | libata-scsi: fix checking of DMA stateReimar Döffinger2021-10-121-2/+2
| |/
* / libata: support concurrent positioning ranges logDamien Le Moal2021-10-261-9/+39
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-5/+5
|\
| * scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-5/+5
* | libata: simplify ata_scsi_rbuf_fill()Damien Le Moal2021-08-181-51/+9
|/
* scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-1/+1
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-10/+3
* scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-05-311-5/+2
* scsi: core: Stop using DRIVER_ERRORHannes Reinecke2021-05-311-0/+8
* block: remove BLK_BOUNCE_ISA supportChristoph Hellwig2021-04-061-2/+1
* 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
|/