Age | Commit message (Expand) | Author |
2021-04-06 | block: remove BLK_BOUNCE_ISA support | Christoph Hellwig |
2020-10-23 | ata: fix some kernel-doc markups | Mauro Carvalho Chehab |
2020-09-04 | Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-02 | libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks | Tejun Heo |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-06-04 | ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select... | Ye Bin |
2020-04-22 | block: move dma_pad handling from blk_rq_map_sg into the callers | Christoph Hellwig |
2020-04-22 | block: move dma drain handling to scsi | Christoph Hellwig |
2020-03-26 | ata: move ata_sas_*() to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: start separating SATA specific code from libata-scsi.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: remove EXPORT_SYMBOL_GPL()s not used by modules | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: move EXPORT_SYMBOL_GPL()s close to exported code | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: optimize ata_scsi_rbuf[] size | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: simplify ata_scsiop_inq_89() | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: remove stale maintainership information from core code | Bartlomiej Zolnierkiewicz |
2020-03-25 | libata: Assign OF node to the SCSI device | Linus Walleij |
2020-03-25 | libata: Remove extra scsi_host_put() in ata_scsi_add_hosts() | John Garry |
2020-01-03 | compat_ioctl: scsi: handle HDIO commands from drivers | Arnd Bergmann |
2019-10-06 | Revert "libata, freezer: avoid block device removal while system is frozen" | Mika Westerberg |
2019-08-07 | libata: have ata_scsi_rw_xlat() fail invalid passthrough requests | Jens Axboe |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 | Thomas Gleixner |
2019-03-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-03-08 | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-02-10 | libata: fix a typo in comment | Chengguang Xu |
2019-02-09 | block: kill QUEUE_FLAG_FLUSH_NQ | Jens Axboe |
2019-02-08 | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor |
2018-08-30 | libata: Use SMART LBAM/LBAH password defines | Linus Walleij |
2018-08-24 | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds |
2018-08-05 | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe |
2018-08-02 | libata-scsi: Move sense buffers onto stack | Kees Cook |
2018-07-30 | ata: ahci: Support state with min power but Partial low power state | Srinivas Pandruvada |
2018-07-12 | ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUG | Paul Menzel |
2018-07-02 | ata: Fix ZBC_OUT all bit handling | Damien Le Moal |
2018-07-02 | ata: Fix ZBC_OUT command block check | Damien Le Moal |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2018-05-11 | libata: don't clamp queue depth to ATA_MAX_QUEUE - 1 | Jens Axboe |
2018-05-11 | libata: use ata_tag_internal() consistently | Jens Axboe |
2018-05-11 | libata: convert core and drivers to ->hw_tag usage | Jens Axboe |
2018-05-10 | libata: Honor RQF_QUIET flag | Damien Le Moal |
2018-04-18 | scsi: libsas: add transport class for ATA devices | Jason Yan |
2018-02-12 | libata: don't try to pass through NCQ commands to non-NCQ devices | Eric Biggers |
2018-02-12 | libata: fix length validation of ATAPI-relayed SCSI commands | Eric Biggers |
2018-02-12 | libata: Fix compile warning with ATA_DEBUG enabled | Dong Bo |
2017-09-19 | libata: make static arrays const, reduces object code size | Colin Ian King |
2017-09-18 | libata: Add new med_power_with_dipm link_power_management_policy setting | Hans de Goede |
2017-07-19 | libata: array underflow in ata_find_dev() | Dan Carpenter |
2017-06-29 | sd: add support for TCG OPAL self encrypting disks | Christoph Hellwig |
2017-06-29 | libata: fix build warning from unused goto label | Tejun Heo |