aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-park.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-31ide: ensure atapi sense request aren't preemptedJens Axboe1-0/+2
2018-11-10ide: don't use req->specialChristoph Hellwig1-2/+2
2018-11-07ide: convert to blk-mqJens Axboe1-2/+2
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-2/+2
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-2/+0
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-1/+1
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-4/+2
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig1-0/+2
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-5/+7
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-2/+2
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2013-09-05ide: replace strict_strtol() with kstrtol()Jingoo Han1-2/+4
2011-03-10block: remove per-queue pluggingJens Axboe1-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
2009-04-19ide: use blk_run_queue() instead of blk_start_queueing()Tejun Heo1-5/+2
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov1-1/+2
2009-03-27ide: use ide_complete_cmd() for REQ_UNPARK_HEADSBartlomiej Zolnierkiewicz1-2/+2
2009-03-27ide: use ata_tf_protocols enumsBartlomiej Zolnierkiewicz1-2/+2
2009-03-27ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz1-8/+9
2009-03-27ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz1-1/+1
2009-03-24ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz1-0/+25
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz1-8/+8
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz1-5/+8
2009-01-02ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz1-1/+1
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz1-8/+8
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns1-0/+121