1. add710e mmc: boot partition ro lock support by Johan Rudholm · 15 years ago
  2. 4d6144d mmc: core: check for zero length ioctl data by Johan Rudholm · 15 years ago
  3. c59d447 mmc: card: Use manufacturer ID symbols in card quirks. by Chris Ball · 15 years ago
  4. 6de5fc9 mmc: core: Add quirk for long data read time by Stefan Nilsson XK · 15 years ago
  5. 2bf22b3 mmc: core: add workaround for controllers with broken multiblock reads by Paul Walmsley · 15 years ago
  6. 881d1c2 mmc: core: Add cache control for eMMC4.5 device by Seungwon Jeon · 15 years ago
  7. b3bf915 mmc: core: new discard feature support at eMMC v4.5 by Kyungmin Park · 15 years ago
  8. d9ddd62 mmc: core: mmc sanitize feature support for v4.5 by Kyungmin Park · 15 years ago
  9. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 15 years ago
  10. e0c368d mmc: core: general purpose MMC partition support. by Namjae Jeon · 15 years ago
  11. f7c56ef mmc: block: support no access to boot partitions by Adrian Hunter · 15 years ago
  12. 0d7d85c mmc: block: fix boot partition switch error path by Adrian Hunter · 15 years ago
  13. 6771632 mmc: block: add eMMC hardware reset support by Adrian Hunter · 15 years ago
  14. ad5fd97 mmc: fix integer assignments to pointer by Venkatraman S · 15 years ago
  15. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 15 years ago
  16. 393f9a0 mmc: block: fixed NULL pointer dereference by Jaehoon Chung · 15 years ago
  17. ee8a43a mmc: block: add handling for two parallel block requests in issue_rw_rq by Per Forlin · 15 years ago
  18. d78d4a8 mmc: block: move error path in issue_rw_rq to a separate function. by Per Forlin · 15 years ago
  19. 54d49d77 mmc: block: add a block request prepare function by Per Forlin · 15 years ago
  20. 97868a2 mmc: block: add member in mmc queue struct to hold request data by Per Forlin · 15 years ago
  21. 4c2b8f2 mmc: block: add checking of r/w command response by Russell King - ARM Linux · 15 years ago
  22. a01f3cc mmc: block: improve error recovery from command channel errors by Russell King - ARM Linux · 15 years ago
  23. 0a2d404 mmc: block: allow get_card_status() to return error status by Russell King - ARM Linux · 15 years ago
  24. d09408a mmc: queue: append partition subname to queue thread name by Adrian Hunter · 15 years ago
  25. ddd6fa7 mmc: block: switch card to User Data Area when removing the block driver by Adrian Hunter · 15 years ago
  26. f0d8997 mmc: core: Block CMD23 support for UHS104/SDXC cards. by Andrei Warkentin · 15 years ago
  27. d0c97cf mmc: core: Use CMD23 for multiblock transfers when we can. by Andrei Warkentin · 15 years ago
  28. aea253e mmc: card: fix potential null dereference of 'idata' by Vladimir Motyka · 15 years ago
  29. cb87ea2 mmc: core: Add mmc CMD+ACMD passthrough ioctl by John Calixto · 15 years ago
  30. 641c318 mmc: block: init force_ro sysfs attribute by Rabin Vincent · 15 years ago
  31. f06c915 mmc: Ensure hardware partitions don't mess with mmcblk device naming. by Andrei Warkentin · 15 years ago
  32. 24f5b53 mmc: initialize struct mmc_request at declaration time by Chris Ball · 15 years ago
  33. a61ad2b mmc: initialize struct mmc_data at declaration time by Chris Ball · 15 years ago
  34. 1278dba mmc: initialize struct mmc_command at declaration time by Chris Ball · 15 years ago
  35. 62929e4 mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq. by Chris Ball · 15 years ago
  36. 6a7a6b4 mmc: quirks: Fix erase/trim for certain SanDisk cards. by Andrei Warkentin · 15 years ago
  37. 6f60c22 mmc: quirks: Support for block quirks. by Andrei Warkentin · 15 years ago
  38. 371a689 mmc: MMC boot partitions support. by Andrei Warkentin · 15 years ago
  39. 1a258db mmc: card: block.c cleanup for host claim/release. by Andrei Warkentin · 15 years ago
  40. f4c5522 mmc: Reliable write support. by Andrei Warkentin · 15 years ago
  41. 3362177 mmc: Fix the block device read only flag by Marc-André Hébert · 16 years ago
  42. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 16 years ago
  43. 5e71b7a mmc: make number of mmcblk minors configurable by Olof Johansson · 16 years ago
  44. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 16 years ago
  45. dfc13e8 mmc: MMC 4.4 DDR support by Hanumath Prasad · 16 years ago
  46. 12578f6 mmc: Use snprintf, not sprintf. by JiebingLi · 16 years ago
  47. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 16 years ago
  48. 4980454 mmc_block: add support for secure discard by Adrian Hunter · 16 years ago
  49. bd788c9 mmc_block: add discard support by Adrian Hunter · 16 years ago
  50. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 16 years ago
  51. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  52. 5fa83ce mmc_block: fix queue cleanup by Adrian Hunter · 17 years ago
  53. 0a74ff2 mmc_block: fix probe error cleanup bug by Jarkko Lavinen · 17 years ago
  54. 7d92df6 mmc_block: add dev_t initialization check by Anna Lemehova · 17 years ago
  55. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 17 years ago
  56. 051913d mmc_block: do not DMA to stack by Ben Dooks · 17 years ago
  57. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 17 years ago
  58. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 17 years ago
  59. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 17 years ago
  60. 548d2de mmc_block: be prepared for oversized requests by Pierre Ossman · 17 years ago
  61. 6b0b628 mmc: add MODALIAS linkage for MMC/SD devices by Andy Whitcroft · 18 years ago
  62. 444122f MMC: fix bug - SDHC card capacity not correct by Yi Li · 18 years ago
  63. 6a79e39 mmc_block: ensure all sectors that do not have errors are read by Adrian Hunter · 18 years ago
  64. 504f191 mmc_block: print better error messages by Adrian Hunter · 18 years ago
  65. b7a0321 mmc: trivial annotation of 'blocks' by Harvey Harrison · 18 years ago
  66. a5a1561 [PATCH] switch mmc by Al Viro · 19 years ago
  67. d4430d6 [PATCH] beginning of methods conversion by Al Viro · 19 years ago
  68. 46b5e34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  69. 0884669 mmc_block: hard code 512 byte block size by Pierre Ossman · 18 years ago
  70. f3eb0aa mmc_block: inform block layer about sector count restriction by Pierre Ossman · 18 years ago
  71. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  72. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 18 years ago
  73. a7bbb57 [SCSI] mmc_block: use generic helper to print capacities by Pierre Ossman · 18 years ago
  74. 5c0a95c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  75. 9d4e98e mmc_block: handle error from mmc_register_driver() by Akinobu Mita · 18 years ago
  76. 70bb089 drivers/mmc/card/block.c: fix refcount leak in mmc_block_open() by Andrew Morton · 18 years ago
  77. b41e9c7 mmc_block: use proper sg iterators by Pierre Ossman · 18 years ago
  78. 23af603 mmc: remove multiwrite capability by Pierre Ossman · 18 years ago
  79. 979ce72 mmc_block: wait for card even on failures by Pierre Ossman · 18 years ago
  80. 203c801 mmc: Fix crash in mmc_block on 64-bit by Ben Collins · 18 years ago
  81. fd53983 blk_end_request: changing mmc (take 4) by Kiyoshi Ueda · 19 years ago
  82. 1dff314 mmc: Avoid re-using minor numbers before the original device is closed. by David Woodhouse · 19 years ago
  83. d198f10 mmc_block: check card state after write by Pierre Ossman · 19 years ago
  84. 7213d17 MMC/SD card driver learns SPI by David Brownell · 19 years ago
  85. be0192a mmc: remove confusing flag by Pierre Ossman · 19 years ago
  86. b146d26 mmc: mmc_set_data_timeout() parameter write is redundant by Pierre Ossman · 19 years ago
  87. 17b0429 mmc: remove custom error codes by Pierre Ossman · 19 years ago
  88. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 19 years ago
  89. 98ccf14 mmc: bounce requests for simple hosts by Pierre Ossman · 19 years ago
  90. 9c9f2d6 mmc: clean up unused parts of block driver by Pierre Ossman · 19 years ago
  91. fe6b4c8 mmc: use assigned major for block device by Pierre Ossman · 19 years ago
  92. da7fbe5 mmc: Separate out protocol ops by Pierre Ossman · 20 years ago
  93. b855885 mmc: deprecate mmc bus topology by Pierre Ossman · 20 years ago
  94. 1c6a071 mmc: Move host and card drivers to subdirs by Pierre Ossman · 20 years ago[Renamed from drivers/mmc/block.c]
  95. 98ac216 mmc: Move queue functions to mmc_block by Pierre Ossman · 20 years ago[Renamed (99%) from drivers/mmc/mmc_block.c]
  96. 85a18ad mmc: MMC sector based cards by Pierre Ossman · 20 years ago
  97. 14d836e mmc: cull sg list to match mmc request size by Alex Dubov · 19 years ago
  98. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 20 years ago
  99. 397411e mmc: Proper unclaim in mmc_block by Pierre Ossman · 20 years ago
  100. 55db890 mmc: Allow host drivers to specify max block count by Pierre Ossman · 20 years ago