Age | Commit message (Expand) | Author | Files | Lines |
2017-03-09 | ahci: qoriq: correct the sata ecc setting error | Yuantian Tang | 1 | -2/+4 |
2017-03-06 | libata: drop WARN from protocol error in ata_sff_qc_issue() | Tejun Heo | 1 | -1/+0 |
2017-03-06 | libata: transport: Remove circular dependency at free time | Gwendal Grignou | 1 | -6/+3 |
2017-03-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -8/+4 |
2017-02-28 | scripts/spelling.txt: add "followings" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-24 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -22/+174 |
2017-02-24 | scsi: merge __scsi_execute into scsi_execute | Christoph Hellwig | 1 | -8/+4 |
2017-02-22 | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 23 | -187/+608 |
2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -2/+1 |
2017-02-18 | Merge branch 'for-4.11/next' into for-4.11/linus-merge | Jens Axboe | 1 | -2/+2 |
2017-02-07 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 3 | -2/+1 |
2017-02-01 | block: introduce blk_rq_is_passthrough | Christoph Hellwig | 1 | -1/+1 |
2017-01-31 | sata: ahci-da850: un-hardcode the MPY bits | Bartosz Golaszewski | 1 | -15/+76 |
2017-01-31 | sata: ahci-da850: add a workaround for controller instability | Bartosz Golaszewski | 1 | -1/+27 |
2017-01-31 | sata: ahci: export ahci_do_hardreset() locally | Bartosz Golaszewski | 2 | -5/+16 |
2017-01-31 | sata: ahci-da850: implement a workaround for the softreset quirk | Bartosz Golaszewski | 1 | -1/+32 |
2017-01-31 | sata: ahci-da850: add device tree match table | Bartosz Golaszewski | 1 | -0/+7 |
2017-01-31 | sata: ahci-da850: get the sata clock using a connection id | Bartosz Golaszewski | 1 | -0/+16 |
2017-01-28 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -1/+1 |
2017-01-24 | ata: pata_of_platform: using of_property_read_u32() helper | Kefeng Wang | 1 | -7/+2 |
2017-01-23 | pata_atiixp: Don't use unconnected secondary port on SB600/SB700 | Darren Stevens | 1 | -0/+5 |
2017-01-23 | libata-sff: Don't scan disabled ports when checking for legacy mode. | Darren Stevens | 1 | -3/+13 |
2017-01-23 | pata_octeon_cf: remove unused local variables from octeon_cf_set_piomode() | Tejun Heo | 1 | -8/+0 |
2017-01-20 | ahci: qoriq: added ls2088a platforms support | Tang Yuantian | 1 | -0/+9 |
2017-01-20 | ahci: qoriq: report error when ecc register address is missing in dts | Tang Yuantian | 1 | -2/+9 |
2017-01-20 | ahci: qoriq: added a condition to enable dma coherence | Tang Yuantian | 1 | -4/+11 |
2017-01-18 | Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf" | Tejun Heo | 1 | -36/+86 |
2017-01-16 | ahci: imx: fix building without hwmon or thermal | Arnd Bergmann | 2 | -1/+3 |
2017-01-10 | ata: add Atari Falcon PATA controller driver | Bartlomiej Zolnierkiewicz | 3 | -0/+194 |
2017-01-10 | ata: pass queued command to ->sff_data_xfer method | Bartlomiej Zolnierkiewicz | 10 | -43/+48 |
2017-01-10 | ata: allow subsystem to be used on m68k arch | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2017-01-10 | libata: switch to dynamic allocation instead of ata_scsi_rbuf | Christoph Hellwig | 1 | -86/+36 |
2017-01-10 | libata: don't call ata_scsi_rbuf_fill for command without a response buffer | Christoph Hellwig | 1 | -21/+1 |
2017-01-10 | libata: call ->scsi_done from ata_scsi_simulate | Christoph Hellwig | 1 | -15/+7 |
2017-01-10 | libata: remove the done callback from ata_scsi_args | Christoph Hellwig | 1 | -3/+1 |
2017-01-10 | libata: move struct ata_scsi_args to libata-scsi.c | Christoph Hellwig | 2 | -7/+7 |
2017-01-10 | libata: avoid global response buffer in atapi_qc_complete | Christoph Hellwig | 1 | -24/+22 |
2017-01-09 | libata-eh: Use switch() instead of sparse array for protocol strings | Geert Uytterhoeven | 1 | -13/+31 |
2017-01-09 | ata: sata_mv: Convert to devm_ioremap_resource() | Andy Shevchenko | 1 | -8/+5 |
2017-01-09 | Merge branch 'for-4.10-fixes' into for-4.11 | Tejun Heo | 2 | -2/+7 |
2017-01-06 | ata: sata_mv:- Handle return value of devm_ioremap. | Arvind Yadav | 1 | -0/+3 |
2017-01-06 | libata: Fix ATA request sense | Damien Le Moal | 1 | -0/+2 |
2017-01-06 | ata: sata_mv: fix module license specification | Uwe Kleine-König | 1 | -1/+1 |
2017-01-06 | ahci: imx: Add imx53 SATA temperature sensor support | Csaba Kertesz | 1 | -0/+195 |
2017-01-06 | libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices | Tejun Heo | 1 | -2/+2 |
2017-01-06 | ata: ahci_xgene: free structure returned by acpi_get_object_info() | Michał Kępień | 1 | -2/+4 |
2017-01-06 | libata: Protect DMA core code by #ifdef CONFIG_HAS_DMA | Geert Uytterhoeven | 1 | -26/+35 |
2017-01-06 | libata: Make ata_sg_clean() static again | Geert Uytterhoeven | 2 | -2/+1 |
2017-01-06 | ata: AHCI and other non-SFF native drivers should depend on HAS_DMA | Geert Uytterhoeven | 1 | -0/+4 |
2017-01-06 | ata: ATA_BMDMA should depend on HAS_DMA | Geert Uytterhoeven | 1 | -0/+1 |