1. 74638c8 ide: add support for CFA specified transfer modes (take 3) by Sergei Shtylyov · 15 years ago
  2. c419993 ide-iops: only clear DMA words on setting DMA mode by Sergei Shtylyov · 15 years ago
  3. 8d64fcd ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3) by Sergei Shtylyov · 15 years ago
  4. 985232e au1xxx-ide: auide_{in|out}sw() should be static by Sergei Shtylyov · 15 years ago
  5. 349d12a ide-floppy: use ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  6. d93bc45 ide-{floppy,tape}: fix padding for PIO transfers by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 9f5af4d ide: remove CONFIG_BLK_DEV_IDEDOUBLER config option by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 41fa9f8 ide: decrease size of ->pc_buf field in struct ide_atapi_pc by Bartlomiej Zolnierkiewicz · 15 years ago
  9. b547916 ide: fix locking in drive_release_dev() by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 4465461 ide: merge ide_arm and ide_generic host drivers by Bartlomiej Zolnierkiewicz · 15 years ago
  11. 52913ab ide-generic: remove no longer needed sysfs interface by Bartlomiej Zolnierkiewicz · 15 years ago
  12. f094d4d8 ide: sanitize ide_build_sglist() and ide_destroy_dmatable() by Bartlomiej Zolnierkiewicz · 15 years ago
  13. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 15 years ago
  14. 11998b3 ide: move ide_map_sg() call out of ->dma_setup method (take 2) by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 8a4a573 ide: add ->dma_check method by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 7526efa trm290: use custom ->dma_{start,end} to handle trm290_prepare_drive() by Bartlomiej Zolnierkiewicz · 15 years ago
  17. a6d67ff ns87415: use custom ->dma_{start,end} to handle ns87415_prepare_drive() by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 5ae5412 ide: add ide_dma_prepare() helper by Bartlomiej Zolnierkiewicz · 15 years ago
  19. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  20. 1cee52d ide: inline ide_dma_timeout() into ide_dma_timeout_retry() by Bartlomiej Zolnierkiewicz · 15 years ago
  21. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  22. e698ea8 ide-cd: minor ide_cdrom_setup() cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 14fa91c ide-cd: unify transfer padding in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  24. 4a3d8cf ide-cd: use common completion path for DMA requests in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  25. c7ec899 ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  26. 8652b31 ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw() by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 06a449e ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests by Bartlomiej Zolnierkiewicz · 15 years ago
  28. a08915b ide-cd: use scatterlists for PIO transfers (fs requests) by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 5ed57ad ide-cd: cleanup ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  30. c4c69e2 ide-cd: kill whole failed request in ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  31. f63174e ide-cd: remove cdrom_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 8a11697 ide-cd: unify cdrom_newpc_intr() exit paths by Bartlomiej Zolnierkiewicz · 15 years ago
  33. 984c5e5 ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path by Bartlomiej Zolnierkiewicz · 15 years ago
  34. e0458cc ide-cd: unify ide_cd_do_request() exit paths by Bartlomiej Zolnierkiewicz · 15 years ago
  35. 299c485 ide-cd: factor out failed request completion from cdrom_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  36. 6041e8f ide-cd: remove no longer needed 'ignore' module parameter by Bartlomiej Zolnierkiewicz · 15 years ago
  37. 1ab6d74 ide-cd: remove needless ide_dump_status_no_sense() wrapper by Bartlomiej Zolnierkiewicz · 15 years ago
  38. 13eae6a ide-cd: remove dead code from cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 15 years ago
  39. bf12a9c ide-cd: use ide_end_rq() also for failed non-fs requests by Bartlomiej Zolnierkiewicz · 15 years ago
  40. 116e690 ide-cd: remove dead URLs by Bartlomiej Zolnierkiewicz · 15 years ago
  41. f2bc316 ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 7a00798 ide: add support for arbitrary transfer lengths to ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  43. 2eba082 ide-atapi: start DMA after issuing a packet command by Borislav Petkov · 15 years ago
  44. da19620 at91_ide: fix ->ftf_flags handling by Bartlomiej Zolnierkiewicz · 15 years ago
  45. 479edf0 ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h> by Geert Uytterhoeven · 15 years ago
  46. 9010941 ide: Fix code dealing with sleeping devices in do_ide_request() by Elias Oltmanns · 15 years ago
  47. edb5abb IPoIB: Avoid free_netdev() BUG when destroying a child interface by Roland Dreier · 15 years ago
  48. 99f6a570 [S390] cio: online_store - trigger recognition for boxed devices by Sebastian Ott · 15 years ago
  49. b5cd99e [S390] cio: disallow online setting of device in transient state by Sebastian Ott · 15 years ago
  50. 47593bf [S390] cio: introduce notifier for boxed state by Sebastian Ott · 15 years ago
  51. c4621a6 [S390] cio: introduce ccw_device_schedule_sch_unregister by Sebastian Ott · 15 years ago
  52. 156013f [S390] cio: wake up on failed recognition by Sebastian Ott · 15 years ago
  53. 5886cea [PATCH] sysrq: include interrupt.h instead of irq.h by Heiko Carstens · 15 years ago
  54. 352b09e mlx4_core: Don't leak mailbox for SET_PORT on Ethernet ports by Roland Dreier · 15 years ago
  55. d6bb69c regulator: twl4030 VAUX3 supports 3.0V by Adrian Hunter · 15 years ago
  56. ca72556 regulator: Support disabling of unused regulators by machines by Mark Brown · 15 years ago
  57. 50f0759 regulator: Don't increment use_count for boot_on regulators by Mark Brown · 15 years ago
  58. 52914ea twl4030-regulator: expose VPLL2 by David Brownell · 15 years ago
  59. cd94b50 regulator: refcount fixes by David Brownell · 15 years ago
  60. 1dc6034 regulator: Don't warn if we failed to get a regulator by Mark Brown · 15 years ago
  61. cacf90f regulator: Allow boot_on regulators to be disabled by clients by Mark Brown · 15 years ago
  62. 221a7c7 regulator: Implement list_voltage for WM835x LDOs and DCDCs by Mark Brown · 15 years ago
  63. 1897e74 twl4030-regulator: list more VAUX4 voltages by David Brownell · 15 years ago
  64. 3e2b9ab regulator: Don't warn on omitted voltage constraints by Mark Brown · 15 years ago
  65. 216765d regulator: Implement list_voltage() for WM8400 DCDCs and LDOs by Mark Brown · 15 years ago
  66. 5c13941 MMC: regulator utilities by David Brownell · 15 years ago
  67. 66b659e regulator: twl4030 voltage enumeration (v2) by David Brownell · 15 years ago
  68. fa16a5c regulator: twl4030 regulators by David Brownell · 16 years ago
  69. 4367cfd regulator: enumerate voltages (v2) by David Brownell · 15 years ago
  70. 33f301a regulator: Fix get_mode() for WM835x DCDCs by Mark Brown · 15 years ago
  71. a308466 regulator: Allow regulators to set the initial operating mode by Mark Brown · 15 years ago
  72. fe203ddf regulator: Suggest use of datasheet supply or pin names for consumers by Mark Brown · 16 years ago
  73. 0f1d747 regulator: add unset_regulator_supplies to fix regulator_unregister by Mike Rapoport · 16 years ago
  74. 1fa9ad5 regulator: Hoist struct regulator_dev out of core to fix notifiers by Mark Brown · 16 years ago
  75. fefdae4 regulator: Mark attributes table for virtual regulator static by Mark Brown · 16 years ago
  76. a9cb63b regulator: Make fixed voltage regulators visible in Kconfig by Mark Brown · 16 years ago
  77. bcf3402 regulator: Allow init_data to be passed to fixed voltage regulators by Mark Brown · 16 years ago
  78. 93c62da regulator: Allow init data to be supplied for bq24022 by Mark Brown · 16 years ago
  79. 0527100 regulator: Pass regulator init data as explict argument when registering by Mark Brown · 16 years ago
  80. b136fb4 Regulator: Push lock out of _notifier_call_chain + add voltage change event. by Jonathan Cameron · 16 years ago
  81. 9485397 regulator: minor cleanup of virtual consumer by Andrew Morton · 16 years ago
  82. 853116a regulator: add get_status() by David Brownell · 16 years ago
  83. 93e14ba regulator: minor cleanup of virtual consumer by David Brownell · 16 years ago
  84. c8f517c md/raid5 revise rules for when to update metadata during reshape by NeilBrown · 15 years ago
  85. b0f9ec0 md/raid5: minor code cleanups in make_request. by NeilBrown · 15 years ago
  86. 2cffc4a md: remove CONFIG_MD_RAID_RESHAPE config option. by NeilBrown · 15 years ago
  87. ab69ae1 md/raid5: be more careful about write ordering when reshaping. by NeilBrown · 15 years ago
  88. d1a7c50 md: don't display meaningless values in sysfs files resync_start and sync_speed by NeilBrown · 15 years ago
  89. 88ce493 md/raid5: allow layout and chunksize to be changed on active array. by NeilBrown · 15 years ago
  90. 7a66138 md/raid5: reshape using largest of old and new chunk size by NeilBrown · 15 years ago
  91. e183eae md/raid5: prepare for allowing reshape to change layout by NeilBrown · 15 years ago
  92. 784052e md/raid5: prepare for allowing reshape to change chunksize. by NeilBrown · 15 years ago
  93. 86b42c7 md/raid5: clearly differentiate 'before' and 'after' stripes during reshape. by NeilBrown · 15 years ago
  94. ec32a2b md: allow number of drives in raid5 to be reduced by NeilBrown · 15 years ago
  95. fef9c61 md/raid5: change reshape-progress measurement to cope with reshaping backwards. by NeilBrown · 15 years ago
  96. cea9c22 md: add explicit method to signal the end of a reshape. by NeilBrown · 15 years ago
  97. 7ec0547 md/raid5: enhance raid5_size to work correctly with negative delta_disks by NeilBrown · 15 years ago
  98. 34e04e8 md/raid5: drop qd_idx from r6_state by NeilBrown · 15 years ago
  99. f701d58 md/raid6: move raid6 data processing to raid6_pq.ko by Dan Williams · 15 years ago
  100. 18b0033 md: raid5 run(): Fix max_degraded for raid level 4. by Andre Noll · 15 years ago