summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
Commit message (Expand)AuthorAge
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-17
* | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-26
* | mn10300: Remove the architectureDavid Howells2018-03-09
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\
| * ide: Convert timers to use timer_setup()Kees Cook2017-11-06
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-20
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-31
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* block: move PM request support to IDEChristoph Hellwig2015-05-05
* block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-05
* block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2015-05-05
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-07
* ide: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-16
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-16
|/
* switch procfs to umode_t useAl Viro2012-01-03
* ide: Use linux/mutex.hAnton Blanchard2011-05-08
* Merge branch 'master' into for-nextJiri Kosina2010-06-16
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2010-05-24
| |\
| | * ide: fix comment typo in ide.hSergei Shtylyov2010-04-15
| * | block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo2010-05-21
| |/
* | fix typos concerning "management"Uwe Kleine-König2010-06-16
|/
* ide: Requeue request after DMA timeoutHerbert Xu2010-04-01
* ide: make ide_get_best_pio_mode() staticBartlomiej Zolnierkiewicz2010-01-19
* ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz2010-01-19
* ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz2010-01-19
* ide: add drive->dma_mode fieldBartlomiej Zolnierkiewicz2010-01-19
* ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz2010-01-19
* ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.David S. Miller2009-12-02
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-01
* ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz2009-08-07
* ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz2009-08-07
* ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz2009-06-29
* ide: always kill the whole request on errorBartlomiej Zolnierkiewicz2009-06-25
* ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz2009-06-24
* ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos2009-06-15
* ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov2009-06-15
* ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz2009-06-15
* ide: IORDY handling fixesBartlomiej Zolnierkiewicz2009-06-15
* Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-13
|\
| * ide: unify interrupt reason checkingBorislav Petkov2009-05-15
| * ide-atapi: remove pc->bufBorislav Petkov2009-05-15
| * ide-atapi: add a buffer-arg to ide_queue_pc_tailBorislav Petkov2009-05-15
| * ide-atapi: add a len-parameter to ide_queue_pc_tailBorislav Petkov2009-05-15
| * ide-atapi: switch to rq->resid_lenBorislav Petkov2009-05-15