- d346da4 Merge tag 'ide-5.11-2021-02-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 684da76 block: remove unnecessary argument from blk_execute_rq by Guoqing Jiang · 4 years ago
- 07f1dc8 ide/falconide: Fix module unload by Finn Thain · 4 years, 1 month ago
- eda809ae Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
- ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- ec680c1 ide: remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister() by Sebastian Andrzej Siewior · 4 years, 1 month ago
- 483e641 ide/falcon: remove in_interrupt() usage by Sebastian Andrzej Siewior · 4 years, 1 month ago
- 5ae6538 scsi: ide: Mark power management requests with RQF_PM instead of RQF_PREEMPT by Bart Van Assche · 4 years, 1 month ago
- 96d86e6 scsi: ide: Do not set the RQF_PREEMPT flag for sense requests by Bart Van Assche · 4 years, 1 month ago
- bbc26e8 ide: switch to __register_blkdev for command set probing by Christoph Hellwig · 4 years, 2 months ago
- d18e8b1 ide: remove ide_{,un}register_region by Christoph Hellwig · 4 years, 2 months ago
- 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- af9db1d Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 4 years, 3 months ago
- 50c5fee ide/macide: Convert Mac IDE driver to platform driver by Finn Thain · 4 years, 3 months ago
- fa01b1e block: add a bdev_is_partition helper by Christoph Hellwig · 4 years, 4 months ago
- 38430f0 block: move the NEED_PART_SCAN flag to struct gendisk by Christoph Hellwig · 4 years, 3 months ago
- fec2cf6 ide-gd: stop using the disk events mechanism by Christoph Hellwig · 4 years, 4 months ago
- a367e44 ide-cd: remove idecd_revalidate_disk by Christoph Hellwig · 4 years, 4 months ago
- a22be69 ide-cd: use bdev_check_media_changed by Christoph Hellwig · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- eecd48c ide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 068f8d9 ide-cd: rename cdrom_read_tocentry by Christoph Hellwig · 4 years, 8 months ago
- a711d91 block: add a cdrom_device_info pointer to struct gendisk by Christoph Hellwig · 4 years, 8 months ago
- bdf8710 block: move dma_pad handling from blk_rq_map_sg into the callers by Christoph Hellwig · 4 years, 9 months ago
- 78a515f drivers/ide: Fix build regression. by David S. Miller · 4 years, 9 months ago
- 6a00334 drivers/ide: convert to list_for_each_entry_safe() by chenqiwu · 4 years, 11 months ago
- ba15533 Merge tag 'v5.6' into mips-next by Thomas Bogendoerfer · 4 years, 9 months ago
- 823b30f ide: remove no longer used au1xxx-ide driver by Bartlomiej Zolnierkiewicz · 4 years, 9 months ago
- 03264dd scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropriate places by Adam Williamson · 4 years, 10 months ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- 5e237e8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 5 years ago
- 2fd3c5c ide: make drive->dn read only by Dan Carpenter · 5 years ago
- ce1f31b ide: serverworks: potential overflow in svwks_set_pio_mode() by Dan Carpenter · 5 years ago
- 117fcc3 cmd64x: potential buffer overflow in cmd64x_program_timings() by Dan Carpenter · 5 years ago
- 0fdeae5 ide: remove unneeded header include path to drivers/ide by Masahiro Yamada · 5 years ago
- 5b10c23 ide: qd65xx: Fix cast to pointer from integer of different size by Krzysztof Kozlowski · 5 years ago
- 1011b69 ide: ht6560b: Fix cast to pointer from integer of different size by Krzysztof Kozlowski · 5 years ago
- 98949a1 ide: remove set but not used variable 'hwif' by Wang Hai · 5 years ago
- 77df350 ide: remove unnecessary touch_softlockup_watchdog by Guoqing Jiang · 5 years ago
- 044b1a9 ide: tx4939ide: Fix the name used in a 'devm_request_mem_region()' call by Christophe JAILLET · 5 years ago
- 1df23c6 compat_ioctl: move HDIO ioctl handling into drivers/ide by Arnd Bergmann · 5 years ago
- 64cbfa9 compat_ioctl: move cdrom commands into cdrom.c by Arnd Bergmann · 5 years ago
- c103d6e compat_ioctl: ide: floppy: add handler by Arnd Bergmann · 6 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
- 5ed0794 m68k/atari: Convert Falcon IDE drivers to platform drivers by Michael Schmitz · 5 years ago
- 1207045d compat_ioctl: move tape handling into drivers by Arnd Bergmann · 6 years ago
- a7f4a27 ide: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
- 0b43ba0 ide: remove the sgiioc4 driver by Christoph Hellwig · 5 years ago
- baf6722 ide: Use dev_get_drvdata where possible by Chuhong Yuan · 5 years ago
- e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- d7b461c5 docs: ide: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
- 8ea6188 docs: cdrom: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
- 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
- af1a889 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 7ad19a9 ide: officially deprecated the legacy IDE driver by Christoph Hellwig · 6 years ago
- 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 3c12c8e Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd" by Martin Wilck · 6 years ago
- fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
- bc119dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 6 years ago
- dc5c377 drivers: ide: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
- fbf68b0 ide: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
- 498b589 ide: hpt366: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- 9a6d548 ide: ensure atapi sense request aren't preempted by Jens Axboe · 6 years ago
- f8ff6c7 ide: fix a typo in the settings proc file name by Christoph Hellwig · 6 years ago
- 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 8d69733 Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
- c1fa31b ide: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
- 96f7741 Merge tag 'v4.20-rc6' into for-4.21/block by Jens Axboe · 6 years ago
- adf040d ide: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
- 94d0fb1 ide: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
- a51921c ide: pmac: add of_node_put() by Yangtao Li · 6 years ago
- f048427 ide: don't acquire queue_lock in ide_complete_pm_rq by Christoph Hellwig · 6 years ago
- b2101f6 ide: don't acquire queue lock in ide_pm_execute_rq by Christoph Hellwig · 6 years ago
- 9334ae5 ide: clear ide_req()->special for non-passthrough requests by Jens Axboe · 6 years ago
- 0d945c1 block: remove the queue_lock indirection by Christoph Hellwig · 6 years ago
- d16a676 ide: don't clear special on ide_queue_rq() entry by Jens Axboe · 6 years ago
- 22ce0a7 ide: don't use req->special by Christoph Hellwig · 6 years ago
- 535ac5d ide: cleanup ->prep_rq calling convention by Christoph Hellwig · 6 years ago
- 6003352 ide: convert to blk-mq by Jens Axboe · 6 years ago
- fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
- 159127e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 6 years ago
- a2eed33 ide: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- 777a82f ide-tape: remove redundant variable buffer_size by Colin Ian King · 6 years ago
- bb1215a ide: remove redundant variables queue_run_ms and left by Colin Ian King · 6 years ago
- 7a6873be ide-cd: Remove redundant sense buffer by Kees Cook · 6 years ago
- e7d0748 block: Switch struct packet_command to use struct scsi_sense_hdr by Kees Cook · 6 years ago
- 54f8a7a ide-cd: Drop unused sense buffers by Kees Cook · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 47b82e8 ide: don't enable/disable interrupts in force threaded-IRQ mode by Sebastian Andrzej Siewior · 7 years ago