summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-devsets.c
Commit message (Expand)AuthorAgeFilesLines
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* ide-pm: always pass 0 error to ide_complete_rq in ide_do_devsetChristoph Hellwig2017-04-261-1/+1
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-2/+2
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-2/+2
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-2/+1
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-311-0/+1
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-4/+5
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-2/+2
* ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+2
* ide: always kill the whole request on errorBartlomiej Zolnierkiewicz2009-06-251-1/+1
* ide: remove ide_end_request()Bartlomiej Zolnierkiewicz2009-03-271-3/+1
* ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz2009-03-241-0/+190