1. aea253e mmc: card: fix potential null dereference of 'idata' by Vladimir Motyka · 13 years ago
  2. cb87ea2 mmc: core: Add mmc CMD+ACMD passthrough ioctl by John Calixto · 13 years ago
  3. 641c318 mmc: block: init force_ro sysfs attribute by Rabin Vincent · 13 years ago
  4. f06c915 mmc: Ensure hardware partitions don't mess with mmcblk device naming. by Andrei Warkentin · 13 years ago
  5. 24f5b53 mmc: initialize struct mmc_request at declaration time by Chris Ball · 13 years ago
  6. a61ad2b mmc: initialize struct mmc_data at declaration time by Chris Ball · 13 years ago
  7. 1278dba mmc: initialize struct mmc_command at declaration time by Chris Ball · 13 years ago
  8. 62929e4 mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq. by Chris Ball · 13 years ago
  9. 6a7a6b4 mmc: quirks: Fix erase/trim for certain SanDisk cards. by Andrei Warkentin · 13 years ago
  10. 6f60c22 mmc: quirks: Support for block quirks. by Andrei Warkentin · 13 years ago
  11. 371a689 mmc: MMC boot partitions support. by Andrei Warkentin · 13 years ago
  12. 1a258db mmc: card: block.c cleanup for host claim/release. by Andrei Warkentin · 13 years ago
  13. f4c5522 mmc: Reliable write support. by Andrei Warkentin · 13 years ago
  14. 3362177 mmc: Fix the block device read only flag by Marc-André Hébert · 13 years ago
  15. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  16. 5e71b7a mmc: make number of mmcblk minors configurable by Olof Johansson · 14 years ago
  17. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  18. dfc13e8 mmc: MMC 4.4 DDR support by Hanumath Prasad · 14 years ago
  19. 12578f6 mmc: Use snprintf, not sprintf. by JiebingLi · 14 years ago
  20. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  21. 4980454 mmc_block: add support for secure discard by Adrian Hunter · 14 years ago
  22. bd788c9 mmc_block: add discard support by Adrian Hunter · 14 years ago
  23. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  24. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  25. 5fa83ce mmc_block: fix queue cleanup by Adrian Hunter · 14 years ago
  26. 0a74ff2 mmc_block: fix probe error cleanup bug by Jarkko Lavinen · 14 years ago
  27. 7d92df6 mmc_block: add dev_t initialization check by Anna Lemehova · 14 years ago
  28. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  29. 051913d mmc_block: do not DMA to stack by Ben Dooks · 15 years ago
  30. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  31. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  32. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  33. 548d2de mmc_block: be prepared for oversized requests by Pierre Ossman · 15 years ago
  34. 6b0b628 mmc: add MODALIAS linkage for MMC/SD devices by Andy Whitcroft · 15 years ago
  35. 444122f MMC: fix bug - SDHC card capacity not correct by Yi Li · 15 years ago
  36. 6a79e39 mmc_block: ensure all sectors that do not have errors are read by Adrian Hunter · 16 years ago
  37. 504f191 mmc_block: print better error messages by Adrian Hunter · 16 years ago
  38. b7a03210 mmc: trivial annotation of 'blocks' by Harvey Harrison · 16 years ago
  39. a5a1561 [PATCH] switch mmc by Al Viro · 16 years ago
  40. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  41. 46b5e34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  42. 0884669 mmc_block: hard code 512 byte block size by Pierre Ossman · 16 years ago
  43. f3eb0aa mmc_block: inform block layer about sector count restriction by Pierre Ossman · 16 years ago
  44. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  45. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  46. a7bbb57 [SCSI] mmc_block: use generic helper to print capacities by Pierre Ossman · 16 years ago
  47. 5c0a95c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  48. 9d4e98e mmc_block: handle error from mmc_register_driver() by Akinobu Mita · 16 years ago
  49. 70bb089 drivers/mmc/card/block.c: fix refcount leak in mmc_block_open() by Andrew Morton · 16 years ago
  50. b41e9c7 mmc_block: use proper sg iterators by Pierre Ossman · 16 years ago
  51. 23af603 mmc: remove multiwrite capability by Pierre Ossman · 16 years ago
  52. 979ce72 mmc_block: wait for card even on failures by Pierre Ossman · 16 years ago
  53. 203c801 mmc: Fix crash in mmc_block on 64-bit by Ben Collins · 16 years ago
  54. fd53983 blk_end_request: changing mmc (take 4) by Kiyoshi Ueda · 17 years ago
  55. 1dff314 mmc: Avoid re-using minor numbers before the original device is closed. by David Woodhouse · 17 years ago
  56. d198f10 mmc_block: check card state after write by Pierre Ossman · 17 years ago
  57. 7213d17 MMC/SD card driver learns SPI by David Brownell · 17 years ago
  58. be0192a mmc: remove confusing flag by Pierre Ossman · 17 years ago
  59. b146d26 mmc: mmc_set_data_timeout() parameter write is redundant by Pierre Ossman · 17 years ago
  60. 17b0429 mmc: remove custom error codes by Pierre Ossman · 17 years ago
  61. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  62. 98ccf14 mmc: bounce requests for simple hosts by Pierre Ossman · 17 years ago
  63. 9c9f2d6 mmc: clean up unused parts of block driver by Pierre Ossman · 17 years ago
  64. fe6b4c8 mmc: use assigned major for block device by Pierre Ossman · 17 years ago
  65. da7fbe5 mmc: Separate out protocol ops by Pierre Ossman · 18 years ago
  66. b855885 mmc: deprecate mmc bus topology by Pierre Ossman · 17 years ago
  67. 1c6a071 mmc: Move host and card drivers to subdirs by Pierre Ossman · 17 years ago[Renamed from drivers/mmc/block.c]
  68. 98ac216 mmc: Move queue functions to mmc_block by Pierre Ossman · 18 years ago[Renamed (99%) from drivers/mmc/mmc_block.c]
  69. 85a18ad mmc: MMC sector based cards by Pierre Ossman · 17 years ago
  70. 14d836e mmc: cull sg list to match mmc request size by Alex Dubov · 17 years ago
  71. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  72. 397411e mmc: Proper unclaim in mmc_block by Pierre Ossman · 17 years ago
  73. 55db890 mmc: Allow host drivers to specify max block count by Pierre Ossman · 18 years ago
  74. fba68bd mmc: Add support for SDHC cards by Philip Langdale · 17 years ago
  75. 8b7feff mmc: correct request error handling by Pierre Ossman · 18 years ago
  76. 89b4e13 mmc: Flush block queue when removing card by Pierre Ossman · 18 years ago
  77. ec5a19d [PATCH] mmc: multi sector write transfers by Pierre Ossman · 18 years ago
  78. 176f00f [PATCH] mmc: properly use the new multi block-write error handling by Pierre Ossman · 18 years ago
  79. 2ed6d22 [MMC] Don't check READY_FOR_DATA when reading by Russell King · 18 years ago
  80. db53f28 [MMC] Add multi block-write capability by Russell King · 18 years ago
  81. 132919b [MMC] Remove data->blksz_bits member by Russell King · 18 years ago
  82. 6fe9feb [MMC] Always use a sector size of 512 bytes by Pierre Ossman · 18 years ago
  83. d773d72 [MMC] Cleanup 385e3227d4d83ab13d7767c4bb3593b0256bf246 by Russell King · 18 years ago
  84. 385e3227 [MMC] Fix SD timeout calculation by Pierre Ossman · 18 years ago
  85. ce7b0f4 [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  86. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  87. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  88. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  89. 51c4032 [MMC] Fix premature use of md->disk by Pierre Ossman · 18 years ago
  90. 2c171bf [ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups by Pavel Pisa · 18 years ago
  91. 37be4e7 [MMC] extend data timeout for writes by Russell King · 18 years ago
  92. e922517 [MMC] Add MMC command type flags by Russell King · 18 years ago
  93. 51828ab [MMC] mmc_blk_probe() warning fix by Andrew Morton · 18 years ago
  94. a621aae [MMC+MFD] Convert mmc to mutexes by Arjan van de Ven · 18 years ago
  95. 8e9c238 Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 18 years ago
  96. 788ee7b [MMC] Add DATA_MULTI flag by Russell King · 18 years ago
  97. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 18 years ago
  98. f9c5d04 Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 18 years ago
  99. 8ffdc65 [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() by Tejun Heo · 18 years ago
  100. a6f6c96 [MMC] Improve MMC card block size selection by Russell King · 18 years ago