aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2017-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 1-1/+1
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-11-14ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointerGravatar Bart Van Assche 1-2/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-5/+7
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+3
2017-11-10ide: ide-atapi: fix compile error with defining macro DEBUGGravatar Hongxu Jia 1-3/+3
2017-11-10ide, scsi: Tell the block layer at request allocation time about preempt requ...Gravatar Bart Van Assche 1-2/+2
2017-11-07drivers/ide-cd: Handle missing driver data during status check gracefullyGravatar Borislav Petkov 1-1/+6
2017-11-06ide: Convert timers to use timer_setup()Gravatar Kees Cook 2-3/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 20-0/+20
2017-11-02block: fix CDROM dependency on BLK_DEVGravatar Arnd Bergmann 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 20-0/+20
2017-11-01block: Rework drivers/cdrom/MakefileGravatar Bart Van Assche 1-0/+1
2017-11-01ide:ide-cd: fix kernel panic resulting from missing scsi_req_initGravatar Hongxu Jia 1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 1-2/+2
2017-10-03ide: fix IRQ assignment for PCI bus order probingGravatar Lorenzo Pieralisi 1-4/+9
2017-10-03ide: pci: free PCI BARs on initialization failureGravatar Bartlomiej Zolnierkiewicz 1-23/+40
2017-10-03ide: free hwif->portdev on hwif_init() failureGravatar Bartlomiej Zolnierkiewicz 1-0/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-09-01ide: pmac: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-9/+9
2017-08-18ide-floppy: Use blk_rq_is_scsi()Gravatar Bart Van Assche 1-1/+1
2017-08-16PNP: ide: constify pnp_device_idGravatar Arvind Yadav 1-1/+1
2017-07-21ide: avoid warning for timings calculationGravatar Arnd Bergmann 1-9/+9
2017-06-20block: Change argument type of scsi_req_init()Gravatar Bart Van Assche 2-2/+2
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 11-16/+3
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 10-36/+37
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHGravatar Bart Van Assche 1-0/+1
2017-05-08ide: don't call memcpy with the same source and destinationGravatar Mikulas Patocka 1-1/+1
2017-05-08ide: use setup_timerGravatar Geliang Tang 1-3/+1
2017-04-26ide-pm: always pass 0 error to ide_complete_rq in ide_do_devsetGravatar Christoph Hellwig 1-1/+1
2017-04-26ide-pm: always pass 0 error to __blk_end_request_allGravatar Christoph Hellwig 1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 13-59/+59
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 9-14/+19
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 2-3/+3
2017-02-27ide: palm_bk3710: add __initdata to palm_bk3710_port_infoGravatar Bhumika Goyal 1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 17-215/+289
2017-02-14cdrom: Make device operations read-onlyGravatar Kees Cook 1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 13-82/+86
2017-01-31ide: don't abuse cmd_typeGravatar Christoph Hellwig 13-40/+72
2017-01-31block: make scsi_request and scsi ioctl support optionalGravatar Christoph Hellwig 1-0/+1
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 16-107/+144
2017-01-09Revert "ide: Fix interface autodetection in legacy IDE driver (trial #2)"Gravatar David S. Miller 1-2/+2
2016-12-26ide: Fix interface autodetection in legacy IDE driver (trial #2)Gravatar lramos.prof@yahoo.com.br 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 6-6/+6
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 6-35/+35
2016-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 4-5/+6