1. 607e11a Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 8 years ago
  2. eb25cb9 leds: convert IDE trigger to common disk trigger by Stephan Linz · 8 years ago
  3. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  4. a98239d ide-disk: update to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  5. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  6. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  7. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  8. 2c8fc86 ide-disk: Fix request requeuing by Borislav Petkov · 13 years ago
  9. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  10. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  11. 08ff45c Use kzalloc in idedisk_prep_fn. by Tao Ma · 14 years ago
  12. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  13. afc2306 ide: stop using q->prepare_flush_fn by FUJITA Tomonori · 14 years ago
  14. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  15. c3e33e0 block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity() by Tejun Heo · 14 years ago
  16. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  17. bc146d2 ide: fix memory leak when flush command is issued by Maxime Bizon · 15 years ago
  18. 2c7eaa4 ide: BUG() on unknown requests by Bartlomiej Zolnierkiewicz · 15 years ago
  19. d614aec Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  20. 6250d3a Merge branch 'for-linus' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  21. 075affc ide: preserve Host Protected Area by default (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  22. e957b60 ide-gd: implement block device ->set_capacity method (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 3b77f77 ide-disk: fix missing max_sectors accessor function by Martin K. Petersen · 15 years ago
  24. ca1b96e ide: replace special_t typedef by IDE_SFLAG_* flags by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 9780e2dd ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 15 years ago
  26. b2963ac ide: don't set REQ_SOFTBARRIER by Tejun Heo · 15 years ago
  27. 55f3f39 ide: don't set REQ_SOFTBARRIER by Tejun Heo · 15 years ago
  28. 745483f ide: simplify 'struct ide_taskfile' by Sergei Shtylyov · 15 years ago
  29. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  30. 47ab834 ide-disk: use ATA_ERR by Sergei Shtylyov · 15 years ago
  31. bf717c0 ide: keep track of number of bytes instead of sectors in struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  33. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  34. 89f78b32 ide: move rq->errors quirk out from ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  35. 0dfb991 ide: use ata_tf_protocols enums by Bartlomiej Zolnierkiewicz · 15 years ago
  36. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  37. adb1af9 ide: pass command instead of request to ide_pio_datablock() by Bartlomiej Zolnierkiewicz · 15 years ago
  38. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  39. 3ee3830 ide: remove ->end_request method by Bartlomiej Zolnierkiewicz · 15 years ago
  40. e3d9a73 ide: remove ->data_phase field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 15 years ago
  41. 655772c ide: can't use SSD/non-rotational queue flag for all CFA devices by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  43. ccd32e2 ide: Switch to a common address by Alan Cox · 16 years ago
  44. c77380d ide-disk: set non-rotational queue flag for SSD and CF devices by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 806f80a ide: add generic ATA/ATAPI disk driver by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 5fef0e5 ide-disk: factor out generic disk handling code to ide-gd.c by Bartlomiej Zolnierkiewicz · 16 years ago
  47. ae9f9f0 ide-{disk,floppy}: set IDE_DFLAG_ATTACH in *_setup() by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 81ee1bb ide-disk: move IDE_DFLAG_DOORLOCKING flag handling to idedisk_set_doorlock() by Bartlomiej Zolnierkiewicz · 16 years ago
  49. d7e7475 ide-disk: use to_ide_drv() and ide_drv_g() by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 099ed4c ide-disk: lock media before checking for media change by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 0a70c7f ide-disk: fix IDE_DFLAG_LBA48 handling on resume by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 06b8951 ide-disk: move /proc handling to ide-disk_proc.c (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  53. f879048 ide-disk: move all ioctl handling to ide-disk_ioctl.c by Bartlomiej Zolnierkiewicz · 16 years ago
  54. d1d7671 ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 0ae4b31 ide: remove superfluous ->media field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  57. be3c096 ide-disk: add ide_do_setfeature() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 35c1375 ide-disk: set_addressing() fixes by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 92f1f8f ide: Remove ide_spin_wait_hwgroup() and use special requests instead by Elias Oltmanns · 16 years ago
  60. aa768773 ide: add ide_setting_ioctl() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  61. a02227c9 ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok() by Bartlomiej Zolnierkiewicz · 16 years ago
  62. ff2779b ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 4b58f17 ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 942dcd8 ide: idedisk_supports_lba48() -> ata_id_lba48_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 02d599a ide: remove ->supports_dsc_overlap field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 151a670 ide: remove SECTOR_WORDS define by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 8185d5a ide: /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 263138a ide: preparations for /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 1e874f4 ide: call ide_proc_register_driver() later by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 2a92466 ide: remove needless drive->present checks from device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 3cd5f1e ide: remove unused _IDE_C and _IDE_DISK defines by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 3c619ff ide: remove no longer needed ide_drive_t fields by Bartlomiej Zolnierkiewicz · 16 years ago
  74. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  75. f41891c ide-disk: use ata_id_hpa_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 8a089c6 ide-disk: use ata_id_wcache_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 48fb268 ide: remove drive->driveid by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 3e1a7ff block: allow disk to have extended device number by Tejun Heo · 16 years ago
  80. 689d6fa block: replace @ext_minors with GENHD_FL_EXT_DEVT by Tejun Heo · 16 years ago
  81. 870d665 block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT by Tejun Heo · 16 years ago
  82. f615b48 sd/ide-disk: apply extended minors to sd and ide by Tejun Heo · 16 years ago
  83. ab1b67a6 ide-disk: remove stale init_idedisk_capacity() documentation by Bartlomiej Zolnierkiewicz · 16 years ago
  84. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  86. ba4b2e6 ide: remove dead Virtual DMA support by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 3ef5eb4 IDE: Remove unused code by Elias Oltmanns · 16 years ago
  88. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  89. dd47087 ide-disk: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  90. 9841654 ide-disk: fix issues found by checkpatch.pl by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 799ee57 ide-disk: add proc_idedisk_read_smart() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  92. d12faa2 ide-disk: add missing printk() KERN_* levels by Bartlomiej Zolnierkiewicz · 16 years ago
  93. b152fcd ide/libata: ST310211A has buggy HPA too by Mikko Rapeli · 16 years ago
  94. 395d8ef ide-disk: fix flush requests (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 852738f ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 657cc1a ide: set IDE_TFLAG_IN_* flags before queuing/executing command by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 9e47be0 ide: remove broken disk byte-swapping support by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 6dd9b83 ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined) by Bartlomiej Zolnierkiewicz · 16 years ago