aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ide.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-09ide: use BIT() macro for defining bit-flagsGravatar Amol Surati 1-136/+136
2019-01-31ide: ensure atapi sense request aren't preemptedGravatar Jens Axboe 1-0/+2
2018-11-10ide: don't use req->specialGravatar Christoph Hellwig 1-0/+1
2018-11-09ide: cleanup ->prep_rq calling conventionGravatar Christoph Hellwig 1-1/+1
2018-11-07ide: convert to blk-mqGravatar Jens Axboe 1-2/+11
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+0
2018-05-16ide: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-3/+3
2018-05-07ide: kill ide_toggle_bounceGravatar Christoph Hellwig 1-2/+0
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-6/+1
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Gravatar Bart Van Assche 1-1/+0
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-11-06ide: Convert timers to use timer_setup()Gravatar Kees Cook 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-3/+3
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-9/+5
2017-01-31ide: don't abuse cmd_typeGravatar Christoph Hellwig 1-11/+45
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-1/+7
2015-05-05block: move PM request support to IDEGravatar Christoph Hellwig 1-0/+19
2015-05-05block: move REQ_TYPE_SENSE to the ide driverGravatar Christoph Hellwig 1-0/+1
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hGravatar Christoph Hellwig 1-0/+7
2013-12-07ACPI: Clean up inclusions of ACPI header filesGravatar Lv Zheng 1-6/+2
2013-10-16ide: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-16device.h: audit and cleanup users in main include dirGravatar Paul Gortmaker 1-1/+2
2012-01-03switch procfs to umode_t useGravatar Al Viro 1-1/+1
2011-05-08ide: Use linux/mutex.hGravatar Anton Blanchard 1-1/+1
2010-06-16Merge branch 'master' into for-nextGravatar Jiri Kosina 1-3/+3
2010-06-16fix typos concerning "management"Gravatar Uwe Kleine-König 1-1/+1
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Gravatar Linus Torvalds 1-2/+2
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Gravatar Tejun Heo 1-1/+1
2010-04-15ide: fix comment typo in ide.hGravatar Sergei Shtylyov 1-2/+2
2010-04-01ide: Requeue request after DMA timeoutGravatar Herbert Xu 1-0/+1
2010-01-19ide: make ide_get_best_pio_mode() staticGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2010-01-19ide: change ->set_dma_mode method parametersGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2010-01-19ide: change ->set_pio_mode method parametersGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2010-01-19ide: add drive->dma_mode fieldGravatar Bartlomiej Zolnierkiewicz 1-0/+1
2010-01-19ide: add drive->pio_mode fieldGravatar Bartlomiej Zolnierkiewicz 1-0/+1
2009-12-02ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.Gravatar David S. Miller 1-2/+2
2009-09-01ide: convert to ->proc_fopsGravatar Alexey Dobriyan 1-21/+3
2009-08-07ide: fix races in handling of user-space SET XFER commandsGravatar Bartlomiej Zolnierkiewicz 1-1/+2
2009-08-07ide: allow ide_dev_read_id() to be called from the IRQ contextGravatar Bartlomiej Zolnierkiewicz 1-1/+2
2009-06-29ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yGravatar Bartlomiej Zolnierkiewicz 1-0/+2
2009-06-25ide: always kill the whole request on errorGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2009-06-24ide: relax DMA info validity checkingGravatar Bartlomiej Zolnierkiewicz 1-2/+0
2009-06-15ide: do not access ide_drive_t 'drive_data' field directlyGravatar Joao Ramos 1-1/+11
2009-06-15ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Gravatar Sergei Shtylyov 1-9/+1