aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-03ide: fix IRQ assignment for PCI bus order probingLorenzo Pieralisi1-4/+9
2017-10-03ide: pci: free PCI BARs on initialization failureBartlomiej Zolnierkiewicz1-23/+40
2017-10-03ide: free hwif->portdev on hwif_init() failureBartlomiej Zolnierkiewicz1-0/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-01ide: pmac: Convert to using %pOF instead of full_nameRob Herring1-9/+9
2017-08-18ide-floppy: Use blk_rq_is_scsi()Bart Van Assche1-1/+1
2017-07-21ide: avoid warning for timings calculationArnd Bergmann1-9/+9
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche2-2/+2
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche11-16/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig10-36/+37
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche1-0/+1
2017-05-08ide: don't call memcpy with the same source and destinationMikulas Patocka1-1/+1
2017-05-08ide: use setup_timerGeliang Tang1-3/+1
2017-04-26ide-pm: always pass 0 error to ide_complete_rq in ide_do_devsetChristoph Hellwig1-1/+1
2017-04-26ide-pm: always pass 0 error to __blk_end_request_allChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig13-59/+59
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig9-14/+19
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar1-0/+1
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan2-3/+3
2017-02-27ide: palm_bk3710: add __initdata to palm_bk3710_port_infoBhumika Goyal1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe17-215/+289
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig13-82/+86
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig13-40/+72
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig1-0/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig16-107/+144
2017-01-09Revert "ide: Fix interface autodetection in legacy IDE driver (trial #2)"David S. Miller1-2/+2
2016-12-26ide: Fix interface autodetection in legacy IDE driver (trial #2)lramos.prof@yahoo.com.br1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds6-6/+6
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig6-35/+35
2016-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds4-5/+6
2016-07-27Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-1/+1
2016-07-26ide: missing break statement in set_timings_mdma()Dan Carpenter1-0/+1
2016-07-26ide: hpt366: fix incorrect mask when checking at cmd_high_timeColin Ian King1-1/+1
2016-07-26ide-tape: fix misprint in failure handling in idetape_init()Alexey Khoroshilov1-3/+3
2016-07-26cmd640: add __init attributeJulia Lawall1-1/+1
2016-06-27block: convert to device_add_disk()Dan Williams2-4/+2
2016-06-20leds: convert IDE trigger to common disk triggerStephan Linz1-1/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-06-07ide cd: do not set REQ_WRITE on requests.Mike Christie1-3/+0
2016-06-07drivers: use req op accessorMike Christie1-1/+1
2016-04-12ide-disk: update to using blk_queue_write_cache()Jens Axboe1-3/+3
2016-03-20ide: palm_bk3710: test clock rate to avoid division by 0Wolfram Sang1-0/+2
2016-03-20ide: icside: remove incorrect initconst annotationArnd Bergmann1-1/+1
2016-03-17ide: hpt366: convert to use match_string() helperAndy Shevchenko1-7/+2
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2-2/+0
2016-01-18drivers/ide: make ide-scan-pci.c driver explicitly non-modularPaul Gortmaker1-2/+1
2016-01-18ide: constify ide_dma_ops structuresJulia Lawall2-2/+2