summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
AgeCommit message (Expand)Author
2019-07-09ide: use BIT() macro for defining bit-flagsAmol Surati
2019-01-31ide: ensure atapi sense request aren't preemptedJens Axboe
2018-11-10ide: don't use req->specialChristoph Hellwig
2018-11-09ide: cleanup ->prep_rq calling conventionChristoph Hellwig
2018-11-07ide: convert to blk-mqJens Axboe
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig
2018-05-07ide: kill ide_toggle_bounceChristoph Hellwig
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
2018-03-09mn10300: Remove the architectureDavid Howells
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-06ide: Convert timers to use timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2015-05-05block: move PM request support to IDEChristoph Hellwig
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng
2013-10-16ide: convert bus code to use dev_groupsGreg Kroah-Hartman
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
2012-01-03switch procfs to umode_t useAl Viro
2011-05-08ide: Use linux/mutex.hAnton Blanchard
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "management"Uwe Kleine-König
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo
2010-04-15ide: fix comment typo in ide.hSergei Shtylyov
2010-04-01ide: Requeue request after DMA timeoutHerbert Xu
2010-01-19ide: make ide_get_best_pio_mode() staticBartlomiej Zolnierkiewicz
2010-01-19ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz
2010-01-19ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz
2010-01-19ide: add drive->dma_mode fieldBartlomiej Zolnierkiewicz
2010-01-19ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz
2009-12-02ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.David S. Miller
2009-09-01ide: convert to ->proc_fopsAlexey Dobriyan
2009-08-07ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz
2009-08-07ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz
2009-06-29ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz
2009-06-25ide: always kill the whole request on errorBartlomiej Zolnierkiewicz
2009-06-24ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz
2009-06-15ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos
2009-06-15ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov