1. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  2. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  3. d7b461c5 docs: ide: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  4. 8ea6188 docs: cdrom: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  5. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  6. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  7. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  8. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  9. af1a889 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 by Thomas Gleixner · 6 years ago
  10. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  11. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  12. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  13. 7ad19a9 ide: officially deprecated the legacy IDE driver by Christoph Hellwig · 6 years ago
  14. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  15. 3c12c8e Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd" by Martin Wilck · 6 years ago
  16. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  17. bc119dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 6 years ago
  18. dc5c377 drivers: ide: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  19. fbf68b0 ide: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  20. 498b589 ide: hpt366: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  21. 9a6d548 ide: ensure atapi sense request aren't preempted by Jens Axboe · 6 years ago
  22. f8ff6c7 ide: fix a typo in the settings proc file name by Christoph Hellwig · 6 years ago
  23. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  24. 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
  25. c1fa31b ide: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  26. 96f7741 Merge tag 'v4.20-rc6' into for-4.21/block by Jens Axboe · 6 years ago
  27. adf040d ide: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  28. 94d0fb1 ide: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  29. a51921c ide: pmac: add of_node_put() by Yangtao Li · 6 years ago
  30. f048427 ide: don't acquire queue_lock in ide_complete_pm_rq by Christoph Hellwig · 6 years ago
  31. b2101f6 ide: don't acquire queue lock in ide_pm_execute_rq by Christoph Hellwig · 6 years ago
  32. 9334ae5 ide: clear ide_req()->special for non-passthrough requests by Jens Axboe · 6 years ago
  33. 0d945c1 block: remove the queue_lock indirection by Christoph Hellwig · 6 years ago
  34. d16a676 ide: don't clear special on ide_queue_rq() entry by Jens Axboe · 6 years ago
  35. 22ce0a7 ide: don't use req->special by Christoph Hellwig · 6 years ago
  36. 535ac5d ide: cleanup ->prep_rq calling convention by Christoph Hellwig · 6 years ago
  37. 6003352 ide: convert to blk-mq by Jens Axboe · 6 years ago
  38. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  39. 159127e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 6 years ago
  40. a2eed33 ide: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  41. 777a82f ide-tape: remove redundant variable buffer_size by Colin Ian King · 6 years ago
  42. bb1215a ide: remove redundant variables queue_run_ms and left by Colin Ian King · 6 years ago
  43. 7a6873be ide-cd: Remove redundant sense buffer by Kees Cook · 6 years ago
  44. e7d0748 block: Switch struct packet_command to use struct scsi_sense_hdr by Kees Cook · 6 years ago
  45. 54f8a7a ide-cd: Drop unused sense buffers by Kees Cook · 6 years ago
  46. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  47. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  48. 47b82e8 ide: don't enable/disable interrupts in force threaded-IRQ mode by Sebastian Andrzej Siewior · 7 years ago
  49. ce1e518 ide: don't disable interrupts during kmap_atomic() by Sebastian Andrzej Siewior · 7 years ago
  50. 56f0dda ide: Handle irq disabling consistently by Sebastian Andrzej Siewior · 7 years ago
  51. 820ec41 alim15x3: move irq-restore before pci_dev_put() by Sebastian Andrzej Siewior · 7 years ago
  52. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  53. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  54. ec7d9c9 ide: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
  55. 61fb5c0 ide: remove ide_driver_proc_write by Christoph Hellwig · 7 years ago
  56. 0eb0b63 block: consistently use GFP_NOIO instead of __GFP_NORECLAIM by Christoph Hellwig · 7 years ago
  57. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
  58. 164c3d0 ide: remove the PCI_DMA_BUS_IS_PHYS check by Christoph Hellwig · 7 years ago
  59. 1d3b991 ide: kill ide_toggle_bounce by Christoph Hellwig · 7 years ago
  60. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  61. e40dc66 Merge tag 'leds_for_4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 7 years ago
  62. a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 7 years ago
  63. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  64. d1ed7c5 leds: Extends disk trigger for reads and writes by Linus Walleij · 7 years ago
  65. 2bbea6e cdrom: do not call check_disk_change() inside cdrom_open() by Maurizio Lombardi · 7 years ago
  66. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  67. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  68. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  69. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  70. 8b76f5d ide: remove duplicated assignment to 'cursg' by Colin Ian King · 7 years ago
  71. 8c01639 sl82c105: deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  72. ed30b14 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 7 years ago
  73. 06ede5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  74. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  75. 4fc9308 ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointer by Bart Van Assche · 7 years ago
  76. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  77. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. 8dc7a31 ide: ide-atapi: fix compile error with defining macro DEBUG by Hongxu Jia · 7 years ago
  79. 039c635 ide, scsi: Tell the block layer at request allocation time about preempt requests by Bart Van Assche · 7 years ago
  80. fbc3edf drivers/ide-cd: Handle missing driver data during status check gracefully by Borislav Petkov · 7 years ago
  81. 10738ba ide: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  82. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  83. c091fbe block: fix CDROM dependency on BLK_DEV by Arnd Bergmann · 7 years ago
  84. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  85. 2a75016 block: Rework drivers/cdrom/Makefile by Bart Van Assche · 7 years ago
  86. 79d7334 ide:ide-cd: fix kernel panic resulting from missing scsi_req_init by Hongxu Jia · 7 years ago
  87. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  88. b1f9e5e ide: fix IRQ assignment for PCI bus order probing by Lorenzo Pieralisi · 7 years ago
  89. a06876a ide: pci: free PCI BARs on initialization failure by Bartlomiej Zolnierkiewicz · 7 years ago
  90. d410a64 ide: free hwif->portdev on hwif_init() failure by Bartlomiej Zolnierkiewicz · 7 years ago
  91. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  92. 859420e ide: pmac: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  93. 07d4b02 ide-floppy: Use blk_rq_is_scsi() by Bart Van Assche · 7 years ago
  94. b671e17 PNP: ide: constify pnp_device_id by Arvind Yadav · 7 years ago
  95. 921edf3 ide: avoid warning for timings calculation by Arnd Bergmann · 7 years ago
  96. c8d9cf2 block: Change argument type of scsi_req_init() by Bart Van Assche · 8 years ago
  97. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  98. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  99. 9efc160 block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH by Bart Van Assche · 8 years ago
  100. acfead3 ide: don't call memcpy with the same source and destination by Mikulas Patocka · 8 years ago