summaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
Commit message (Expand)AuthorAgeFilesLines
* ide: use BIT() macro for defining bit-flagsAmol Surati2019-07-091-136/+136
* ide: ensure atapi sense request aren't preemptedJens Axboe2019-01-311-0/+2
* ide: don't use req->specialChristoph Hellwig2018-11-101-0/+1
* ide: cleanup ->prep_rq calling conventionChristoph Hellwig2018-11-101-1/+1
* ide: convert to blk-mqJens Axboe2018-11-071-2/+11
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-2/+0Star
|\
| * ide: kill ide_toggle_bounceChristoph Hellwig2018-05-071-2/+0Star
* | ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-3/+3
|/
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+0Star
|\
| * block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-1/+0Star
* | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-6/+1Star
* | mn10300: Remove the architectureDavid Howells2018-03-091-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-1/+1
|\
| * ide: Convert timers to use timer_setup()Kees Cook2017-11-061-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* block: introduce new block status code typeChristoph Hellwig2017-06-091-3/+3
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-1/+1
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-9/+5Star
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-311-11/+45
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-1/+7
* block: move PM request support to IDEChristoph Hellwig2015-05-051-0/+19
* block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-051-0/+1
* block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2015-05-051-0/+7
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-6/+2Star
* ide: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-171-1/+1
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+2
|/
* switch procfs to umode_t useAl Viro2012-01-041-1/+1
* ide: Use linux/mutex.hAnton Blanchard2011-05-091-1/+1
* Merge branch 'master' into for-nextJiri Kosina2010-06-161-3/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2010-05-241-2/+2
| |\
| | * ide: fix comment typo in ide.hSergei Shtylyov2010-04-151-2/+2
| * | block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo2010-05-211-1/+1
| |/
* / fix typos concerning "management"Uwe Kleine-König2010-06-161-1/+1
|/
* ide: Requeue request after DMA timeoutHerbert Xu2010-04-011-0/+1
* ide: make ide_get_best_pio_mode() staticBartlomiej Zolnierkiewicz2010-01-191-1/+0Star
* ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-1/+1
* ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-1/+1
* ide: add drive->dma_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+1
* ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+1
* ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.David S. Miller2009-12-031-2/+2
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-021-21/+3Star
* ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz2009-08-071-1/+2
* ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz2009-08-071-1/+2
* ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz2009-06-301-0/+2
* ide: always kill the whole request on errorBartlomiej Zolnierkiewicz2009-06-261-1/+0Star
* ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz2009-06-241-2/+0Star
* ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos2009-06-151-1/+11
* ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov2009-06-151-9/+1Star