aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-disk.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-10ide: don't use req->specialGravatar Christoph Hellwig 1-3/+3
2018-11-09ide: cleanup ->prep_rq calling conventionGravatar Christoph Hellwig 1-4/+4
2018-11-07ide: convert to blk-mqGravatar Jens Axboe 1-3/+2
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-1/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2018-03-11leds: Extends disk trigger for reads and writesGravatar Linus Walleij 1-1/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Gravatar Bart Van Assche 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-1/+0
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 1-2/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-5/+4
2017-01-31ide: don't abuse cmd_typeGravatar Christoph Hellwig 1-2/+4
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-07-27Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Gravatar Linus Torvalds 1-1/+1
2016-06-20leds: convert IDE trigger to common disk triggerGravatar Stephan Linz 1-1/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationGravatar Mike Christie 1-1/+1
2016-04-12ide-disk: update to using blk_queue_write_cache()Gravatar Jens Axboe 1-3/+3
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2014-10-04block: disable entropy contributions for nonrot devicesGravatar Mike Snitzer 1-1/+3
2014-04-15block: remove struct request buffer memberGravatar Jens Axboe 1-3/+2
2011-10-03ide-disk: Fix request requeuingGravatar Borislav Petkov 1-1/+6
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-2/+1
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Gravatar Tejun Heo 1-7/+6
2010-08-19Use kzalloc in idedisk_prep_fn.Gravatar Tao Ma 1-2/+1
2010-08-07block: remove q->prepare_flush_fn completelyGravatar FUJITA Tomonori 1-1/+1
2010-08-07ide: stop using q->prepare_flush_fnGravatar FUJITA Tomonori 1-5/+11
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-1/+1
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Gravatar Tejun Heo 1-24/+16
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsGravatar Martin K. Petersen 1-1/+1
2009-07-21ide: fix memory leak when flush command is issuedGravatar Maxime Bizon 1-0/+1
2009-06-15ide: BUG() on unknown requestsGravatar Bartlomiej Zolnierkiewicz 1-8/+1
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Linus Torvalds 1-12/+63
2009-06-07Merge branch 'for-linus' into for-nextGravatar Bartlomiej Zolnierkiewicz 1-10/+61
2009-06-07ide: preserve Host Protected Area by default (v2)Gravatar Bartlomiej Zolnierkiewicz 1-1/+7
2009-06-07ide-gd: implement block device ->set_capacity method (v2)Gravatar Bartlomiej Zolnierkiewicz 1-11/+56
2009-05-23ide-disk: fix missing max_sectors accessor functionGravatar Martin K. Petersen 1-1/+1
2009-05-17ide: replace special_t typedef by IDE_SFLAG_* flagsGravatar Bartlomiej Zolnierkiewicz 1-2/+2
2009-05-11ide: convert to rq pos and nr_sectors accessorsGravatar Tejun Heo 1-4/+4
2009-04-28ide: don't set REQ_SOFTBARRIERGravatar Tejun Heo 1-1/+0
2009-04-19ide: don't set REQ_SOFTBARRIERGravatar Tejun Heo 1-1/+0
2009-04-08ide: simplify 'struct ide_taskfile'Gravatar Sergei Shtylyov 1-15/+15
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Gravatar Sergei Shtylyov 1-13/+27
2009-03-31ide-disk: use ATA_ERRGravatar Sergei Shtylyov 1-2/+2
2009-03-27ide: keep track of number of bytes instead of sectors in struct ide_cmdGravatar Bartlomiej Zolnierkiewicz 1-2/+2
2009-03-27ide: pass command to ide_map_sg()Gravatar Bartlomiej Zolnierkiewicz 1-5/+5
2009-03-27ide: remove ide_end_request()Gravatar Bartlomiej Zolnierkiewicz 1-1/+1
2009-03-27ide: move rq->errors quirk out from ide_end_request()Gravatar Bartlomiej Zolnierkiewicz 1-0/+2
2009-03-27ide: use ata_tf_protocols enumsGravatar Bartlomiej Zolnierkiewicz 1-21/+13
2009-03-27ide: move command related fields from ide_hwif_t to struct ide_cmdGravatar Bartlomiej Zolnierkiewicz 1-6/+6