Age | Commit message (Expand) | Author | Files | Lines |
2017-09-19 | libata: make static arrays const, reduces object code size | Colin Ian King | 1 | -5/+5 |
2017-09-19 | libata: Add new med_power_with_dipm link_power_management_policy setting | Hans de Goede | 1 | -4/+5 |
2017-07-19 | libata: array underflow in ata_find_dev() | Dan Carpenter | 1 | -2/+4 |
2017-06-29 | sd: add support for TCG OPAL self encrypting disks | Christoph Hellwig | 1 | -0/+3 |
2017-06-29 | libata: fix build warning from unused goto label | Tejun Heo | 1 | -1/+0 |
2017-06-27 | libata: Support for an ATA PASS-THROUGH(32) command. | Minwoo Im | 1 | -5/+67 |
2017-06-20 | libata: make the function name in comment match the actual function | Minwoo Im | 1 | -1/+1 |
2017-06-12 | libata: Convert bare printks to pr_cont | Joe Perches | 1 | -21/+20 |
2017-06-05 | libata: implement SECURITY PROTOCOL IN/OUT | Christoph Hellwig | 1 | -0/+76 |
2017-05-16 | ata: update references for libata documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-05-16 | libata: fix identation on a kernel-doc markup | Mauro Carvalho Chehab | 1 | -3/+4 |
2017-04-29 | libata: remove SCT WRITE SAME support | Christoph Hellwig | 1 | -103/+29 |
2017-04-29 | libata: reject passthrough WRITE SAME requests | Christoph Hellwig | 1 | -0/+8 |
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 | 1 | -61/+36 |
2017-02-01 | block: introduce blk_rq_is_passthrough | Christoph Hellwig | 1 | -1/+1 |
2017-01-28 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -1/+1 |
2017-01-18 | Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf" | Tejun Heo | 1 | -36/+86 |
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 | 1 | -0/+7 |
2017-01-10 | libata: avoid global response buffer in atapi_qc_complete | Christoph Hellwig | 1 | -24/+22 |
2016-12-14 | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -17/+21 |
2016-12-14 | ata: avoid probing NCQ Prio Support if not explicitly requested | Adam Manzanares | 1 | -17/+21 |
2016-12-14 | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -1/+79 |
2016-12-08 | libata-scsi: disable SCT Write Same for the moment | Nicolai Stange | 1 | -0/+1 |
2016-11-01 | libata-scsi: Fixup ata_gen_passthru_sense() | Hannes Reinecke | 1 | -1/+1 |
2016-10-20 | ata: set ncq_prio_enabled iff device has support | Adam Manzanares | 1 | -2/+8 |
2016-10-19 | ata: ATA Command Priority Disabled By Default | Adam Manzanares | 1 | -0/+68 |
2016-10-19 | ata: Enabling ATA Command Priorities | Adam Manzanares | 1 | -1/+5 |
2016-09-09 | libata: Some drives failing on SCT Write Same | Shaun Tancheff | 1 | -3/+3 |
2016-08-25 | libata: SCT Write Same handle ATA_DFLAG_PIO | Shaun Tancheff | 1 | -0/+2 |
2016-08-25 | libata: SCT Write Same / DSM Trim | Shaun Tancheff | 1 | -28/+57 |
2016-08-25 | libata: Add support for SCT Write Same | Shaun Tancheff | 1 | -29/+170 |
2016-08-25 | libata: Safely overwrite attached page in WRITE SAME xlat | Shaun Tancheff | 1 | -5/+51 |
2016-08-10 | libata-scsi: fix MODE SELECT translation for Control mode page | Tom Yan | 1 | -2/+2 |
2016-08-09 | libata-scsi: use u8 array to store mode page copy | Tom Yan | 1 | -2/+2 |
2016-07-27 | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2016-07-20 | libata-scsi: better style in ata_msense_*() | Tom Yan | 1 | -6/+13 |
2016-07-15 | libata-scsi: minor cleanup for ata_scsi_zbc_out_xlat | Damien Le Moal | 1 | -4/+4 |
2016-07-15 | libata-scsi: Fix ZBC management out command translation | Damien Le Moal | 1 | -2/+2 |
2016-07-15 | libata-scsi: Fix translation of REPORT ZONES command | Damien Le Moal | 1 | -2/+2 |
2016-07-15 | ata: Handle ATA NCQ NO-DATA commands correctly | Hannes Reinecke | 1 | -1/+4 |
2016-07-14 | libata: use ata_is_ncq() accessors | Hannes Reinecke | 1 | -2/+2 |
2016-07-12 | libata-scsi: avoid repeated calculation of number of TRIM ranges | Tom Yan | 1 | -3/+3 |
2016-07-12 | libata-scsi: reject WRITE SAME (16) with n_block that exceeds limit | Tom Yan | 1 | -1/+7 |
2016-07-12 | libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control() | Tom Yan | 1 | -5/+5 |
2016-07-12 | libata-scsi: fix D_SENSE bit relection in control mode page | Tom Yan | 1 | -1/+1 |