aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-devsets.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-10ide: don't use req->specialChristoph Hellwig1-2/+2
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-04-26ide-pm: always pass 0 error to ide_complete_rq in ide_do_devsetChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-2/+2
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-2/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-2/+1
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig1-0/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-4/+5
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-19ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz1-2/+2
2010-01-19ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz1-0/+2
2009-06-25ide: always kill the whole request on errorBartlomiej Zolnierkiewicz1-1/+1
2009-03-27ide: remove ide_end_request()Bartlomiej Zolnierkiewicz1-3/+1
2009-03-24ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz1-0/+190