summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-park.c
Commit message (Expand)AuthorAgeFilesLines
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-2/+2
* 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-2/+0
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-1/+1
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+2
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-4/+2
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-311-0/+2
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-5/+7
* 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-2/+2
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-1/+1
* ide: replace strict_strtol() with kstrtol()Jingoo Han2013-09-051-2/+4
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ide: use blk_run_queue() instead of blk_start_queueing()Tejun Heo2009-04-191-5/+2
* ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-081-1/+2
* ide: use ide_complete_cmd() for REQ_UNPARK_HEADSBartlomiej Zolnierkiewicz2009-03-271-2/+2
* ide: use ata_tf_protocols enumsBartlomiej Zolnierkiewicz2009-03-271-2/+2
* ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz2009-03-271-8/+9
* ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz2009-03-271-1/+1
* ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz2009-03-241-0/+25
* ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz2009-01-061-8/+8
* ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz2009-01-021-5/+8
* ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz2009-01-021-1/+1
* ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz2008-12-291-8/+8
* ide: Implement disk shock protection support (v4)Elias Oltmanns2008-10-131-0/+121