1. 24f5b53 mmc: initialize struct mmc_request at declaration time by Chris Ball · 13 years ago
  2. a61ad2b mmc: initialize struct mmc_data at declaration time by Chris Ball · 13 years ago
  3. 1278dba mmc: initialize struct mmc_command at declaration time by Chris Ball · 13 years ago
  4. 62929e4 mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq. by Chris Ball · 13 years ago
  5. 6a7a6b4 mmc: quirks: Fix erase/trim for certain SanDisk cards. by Andrei Warkentin · 13 years ago
  6. 6f60c22 mmc: quirks: Support for block quirks. by Andrei Warkentin · 13 years ago
  7. 371a689 mmc: MMC boot partitions support. by Andrei Warkentin · 13 years ago
  8. 1a258db mmc: card: block.c cleanup for host claim/release. by Andrei Warkentin · 13 years ago
  9. f4c5522 mmc: Reliable write support. by Andrei Warkentin · 13 years ago
  10. 0b38c4e mmc: remove redundant irq disabling by John Ogness · 13 years ago
  11. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  12. 5a8fba5 mmc: mmc_test: Remove set-but-unused variable. by Chris Ball · 13 years ago
  13. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  14. a8c91da Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  15. 50cec37 mmc: Improve MMC_TEST config text. by Will Newton · 13 years ago
  16. a803d55 mmc: mmc_test: add tests to measure large sequential I/O performance by Adrian Hunter · 13 years ago
  17. b6056d1 mmc: mmc_test: add tests to measure random I/O operations per second by Adrian Hunter · 13 years ago
  18. 0532ff6 mmc: mmc_test: make performance test area size about 4MiB by Adrian Hunter · 13 years ago
  19. 54d6b44 mmc: mmc_test: Only warn about not waiting for busy if it's supported by Pawel Moll · 13 years ago
  20. 3362177 mmc: Fix the block device read only flag by Marc-André Hébert · 13 years ago
  21. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  22. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  23. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  24. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  25. b37427b mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK. by Chris Ball · 14 years ago
  26. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  27. 5e71b7a mmc: make number of mmcblk minors configurable by Olof Johansson · 14 years ago
  28. de528fa mmc: name mmc queue thread by host index by Ethan Du · 14 years ago
  29. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  30. dfc13e8 mmc: MMC 4.4 DDR support by Hanumath Prasad · 14 years ago
  31. d3c502b mmc: Makefile: Fix EXTRA_CFLAGS assignment by matt mooney · 14 years ago
  32. c27d37a mmc_test: fix display of .5 KiB by Adrian Hunter · 14 years ago
  33. 3d203be mmc_test: fix memory allocation segment limits by Adrian Hunter · 14 years ago
  34. 130067e mmc_test: move files from sysfs to debugfs by Andy Shevchenko · 14 years ago
  35. 3183aa1 mmc_test: collect data and show it via sysfs by demand by Andy Shevchenko · 14 years ago
  36. 5c25aee mmc_test: change simple_strtol() to strict_strtol() by Andy Shevchenko · 14 years ago
  37. 63be54c mmc_test: use API to check card type by Andy Shevchenko · 14 years ago
  38. c8c8c1b mmc_test: fix performance tests that go over max_blk_count by Adrian Hunter · 14 years ago
  39. 632cf92 mmc: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  40. 265cdc9 mmc: rename dev_to_mmc_card() to mmc_dev_to_card() by Andy Shevchenko · 14 years ago
  41. 453722b mmc: make mmc_dev_to_card() macro public by Andy Shevchenko · 14 years ago
  42. 12578f6 mmc: Use snprintf, not sprintf. by JiebingLi · 14 years ago
  43. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  44. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  45. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  46. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  47. fec4dcc mmc_test: fix large memory allocation by Adrian Hunter · 14 years ago
  48. 64f7120 mmc_test: add performance tests by Adrian Hunter · 14 years ago
  49. 4980454 mmc_block: add support for secure discard by Adrian Hunter · 14 years ago
  50. bd788c9 mmc_block: add discard support by Adrian Hunter · 14 years ago
  51. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  52. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  53. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  54. 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
  55. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  56. 8b197a5 sdio_uart: Use kfifo instead of the messy circ stuff by Alan Cox · 14 years ago
  57. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  58. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  59. c286d03 mmc_test: block addressed cards by Johan Kristell · 14 years ago
  60. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 15 years ago
  61. 5fa83ce mmc_block: fix queue cleanup by Adrian Hunter · 14 years ago
  62. 0a74ff2 mmc_block: fix probe error cleanup bug by Jarkko Lavinen · 14 years ago
  63. 7d92df6 mmc_block: add dev_t initialization check by Anna Lemehova · 14 years ago
  64. 1f100b3 tty: sdio_uart: Fix the locking on "func" for new code by Alan Cox · 15 years ago
  65. 4b3b49b tty: sdio_uart: add modem functionality by Alan Cox · 15 years ago
  66. c271cf3 tty: sdio_uart: Style fixes by Alan Cox · 15 years ago
  67. 6238e71 tty: sdio_uart: Fix termios handling by Alan Cox · 15 years ago
  68. 584abc3 tty: sdio_uart: Switch to the open/close helpers by Alan Cox · 15 years ago
  69. 0a68f64 sdio_uart: Move the open lock by Alan Cox · 15 years ago
  70. 530646f sdio_uart: refcount the tty objects by Alan Cox · 15 years ago
  71. 0395b48 sdio_uart: Fix oops caused by the previous changeset by Nicolas Pitre · 15 years ago
  72. b5849b1 sdio_uart: use tty_port by Alan Cox · 15 years ago
  73. 1e04b7a sdio_uart: coding style fixes by Thadeu Lima de Souza Cascardo · 15 years ago
  74. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  75. 051913d mmc_block: do not DMA to stack by Ben Dooks · 15 years ago
  76. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  77. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  78. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  79. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  80. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  81. 548d2de mmc_block: be prepared for oversized requests by Pierre Ossman · 15 years ago
  82. 0a053e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  83. 201a50b proc tty: switch sdio_uart to ->proc_fops by Alexey Dobriyan · 15 years ago
  84. 6b0b628 mmc: add MODALIAS linkage for MMC/SD devices by Andy Whitcroft · 15 years ago
  85. 58a5dd3 mmc_test: fix basic read test by Rabin Vincent · 15 years ago
  86. 444122f MMC: fix bug - SDHC card capacity not correct by Yi Li · 15 years ago
  87. 6a79e39 mmc_block: ensure all sectors that do not have errors are read by Adrian Hunter · 16 years ago
  88. 504f191 mmc_block: print better error messages by Adrian Hunter · 16 years ago
  89. b7a03210 mmc: trivial annotation of 'blocks' by Harvey Harrison · 16 years ago
  90. a5a1561 [PATCH] switch mmc by Al Viro · 16 years ago
  91. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  92. 8dddfe1 mmc_block: tell block layer there is no seek penalty by Pierre Ossman · 16 years ago
  93. 46b5e34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  94. 5710573 mmc: explicitly mention SDIO support in Kconfig by Pierre Ossman · 16 years ago
  95. 1ea4f44 mmc: remove redundant "depends on" by Pierre Ossman · 16 years ago
  96. 0884669 mmc_block: hard code 512 byte block size by Pierre Ossman · 16 years ago
  97. d6d8de3 mmc_block: filter out PC requests by Pierre Ossman · 16 years ago
  98. 9102895 mmc_block: indicate strict ordering by Pierre Ossman · 16 years ago
  99. f3eb0aa mmc_block: inform block layer about sector count restriction by Pierre Ossman · 16 years ago
  100. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago