aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h (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-0/+1
2018-11-09ide: cleanup ->prep_rq calling conventionChristoph Hellwig1-1/+1
2018-11-07ide: convert to blk-mqJens Axboe1-2/+11
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig1-3/+3
2018-05-07ide: kill ide_toggle_bounceChristoph Hellwig1-2/+0
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-6/+1
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-1/+0
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-06ide: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-3/+3
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-9/+5
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig1-11/+45
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-1/+7
2015-05-05block: move PM request support to IDEChristoph Hellwig1-0/+19
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig1-0/+1
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig1-0/+7
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-6/+2
2013-10-16ide: convert bus code to use dev_groupsGreg Kroah-Hartman1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+2
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2011-05-08ide: Use linux/mutex.hAnton Blanchard1-1/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-3/+3
2010-06-16fix typos concerning "management"Uwe Kleine-König1-1/+1
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds1-2/+2
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo1-1/+1
2010-04-15ide: fix comment typo in ide.hSergei Shtylyov1-2/+2
2010-04-01ide: Requeue request after DMA timeoutHerbert Xu1-0/+1
2010-01-19ide: make ide_get_best_pio_mode() staticBartlomiej Zolnierkiewicz1-1/+0
2010-01-19ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz1-1/+1
2010-01-19ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz1-1/+1
2010-01-19ide: add drive->dma_mode fieldBartlomiej Zolnierkiewicz1-0/+1
2010-01-19ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz1-0/+1
2009-12-02ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.David S. Miller1-2/+2
2009-09-01ide: convert to ->proc_fopsAlexey Dobriyan1-21/+3
2009-08-07ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz1-1/+2
2009-08-07ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz1-1/+2
2009-06-29ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz1-0/+2
2009-06-25ide: always kill the whole request on errorBartlomiej Zolnierkiewicz1-1/+0
2009-06-24ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz1-2/+0
2009-06-15ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos1-1/+11
2009-06-15ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov1-9/+1
2009-06-15ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz1-0/+6