1. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  2. 051913d mmc_block: do not DMA to stack by Ben Dooks · 15 years ago
  3. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  4. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  5. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  6. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  7. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  8. 548d2de mmc_block: be prepared for oversized requests by Pierre Ossman · 15 years ago
  9. 0a053e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  10. 201a50b proc tty: switch sdio_uart to ->proc_fops by Alexey Dobriyan · 15 years ago
  11. 6b0b628 mmc: add MODALIAS linkage for MMC/SD devices by Andy Whitcroft · 15 years ago
  12. 58a5dd3 mmc_test: fix basic read test by Rabin Vincent · 15 years ago
  13. 444122f MMC: fix bug - SDHC card capacity not correct by Yi Li · 15 years ago
  14. 6a79e39 mmc_block: ensure all sectors that do not have errors are read by Adrian Hunter · 16 years ago
  15. 504f191 mmc_block: print better error messages by Adrian Hunter · 16 years ago
  16. b7a03210 mmc: trivial annotation of 'blocks' by Harvey Harrison · 16 years ago
  17. a5a1561 [PATCH] switch mmc by Al Viro · 16 years ago
  18. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  19. 8dddfe1 mmc_block: tell block layer there is no seek penalty by Pierre Ossman · 16 years ago
  20. 46b5e34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  21. 5710573 mmc: explicitly mention SDIO support in Kconfig by Pierre Ossman · 16 years ago
  22. 1ea4f44 mmc: remove redundant "depends on" by Pierre Ossman · 16 years ago
  23. 0884669 mmc_block: hard code 512 byte block size by Pierre Ossman · 16 years ago
  24. d6d8de3 mmc_block: filter out PC requests by Pierre Ossman · 16 years ago
  25. 9102895 mmc_block: indicate strict ordering by Pierre Ossman · 16 years ago
  26. f3eb0aa mmc_block: inform block layer about sector count restriction by Pierre Ossman · 16 years ago
  27. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  28. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  29. a7bbb57 [SCSI] mmc_block: use generic helper to print capacities by Pierre Ossman · 16 years ago
  30. 5c0a95c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  31. a650031 mmc_test: initialize mmc_test_lock statically by Akinobu Mita · 16 years ago
  32. 9d4e98e mmc_block: handle error from mmc_register_driver() by Akinobu Mita · 16 years ago
  33. 70bb089 drivers/mmc/card/block.c: fix refcount leak in mmc_block_open() by Andrew Morton · 16 years ago
  34. b41e9c7 mmc_block: use proper sg iterators by Pierre Ossman · 16 years ago
  35. b7ac2cf mmc_test: Revert "mmc_test: test oversized sg lists" by Pierre Ossman · 16 years ago
  36. 60c9c7b mmc_test: print message when attaching to card by Pierre Ossman · 16 years ago
  37. 2ff1fa6 mmc_block: bounce buffer highmem support by Pierre Ossman · 16 years ago
  38. 48b5352 mmc_test: test oversized sg lists by Pierre Ossman · 16 years ago
  39. 2661081 mmc_test: highmem tests by Pierre Ossman · 16 years ago
  40. c43d863 sdio_uart: Fix SDIO break control to now return success or an error by David Howells · 16 years ago
  41. 23af603 mmc: remove multiwrite capability by Pierre Ossman · 16 years ago
  42. 6b17493 mmc_test: cleanup by Pierre Ossman · 16 years ago
  43. 979ce72 mmc_block: wait for card even on failures by Pierre Ossman · 16 years ago
  44. 0121a98 mmc_test: only bind to supported cards by Pierre Ossman · 16 years ago
  45. fd8c326 mmc_test: add test case control by Pierre Ossman · 16 years ago
  46. 203c801 mmc: Fix crash in mmc_block on 64-bit by Ben Collins · 16 years ago
  47. 88ae600 mmc: mmc host test driver by Pierre Ossman · 17 years ago
  48. fd53983 blk_end_request: changing mmc (take 4) by Kiyoshi Ueda · 17 years ago
  49. a960d5d sdio_uart: fix sign of paramter status in sdio_uart_receive_chars() by Andre Haupt · 17 years ago
  50. 05e5b13 mmc: Add missing sg_init_table() call by Haavard Skinnemoen · 17 years ago
  51. 1dff314 mmc: Avoid re-using minor numbers before the original device is closed. by David Woodhouse · 17 years ago
  52. d198f10 mmc_block: check card state after write by Pierre Ossman · 17 years ago
  53. 8578007 mmc: Fix sg helper copy-and-paste error by Roland Dreier · 17 years ago
  54. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  55. d3ad0aa mmc: need to zero sglist on init by Jens Axboe · 17 years ago
  56. 7213d17 MMC/SD card driver learns SPI by David Brownell · 17 years ago
  57. 15b82b4 sdio: fix recursion issues between sdio-uart driver and tty layer by Nicolas Pitre · 17 years ago
  58. 2ba30ee sdio: add default c_ispeed/c_ospeed values to sdio_uart driver by Nicolas Pitre · 17 years ago
  59. 5ed334a sdio: add /proc interface to sdio_uart driver by Nicolas Pitre · 17 years ago
  60. 6e418a9 sdio: UART/GPS driver by Nicolas Pitre · 17 years ago
  61. be0192a mmc: remove confusing flag by Pierre Ossman · 17 years ago
  62. b146d26 mmc: mmc_set_data_timeout() parameter write is redundant by Pierre Ossman · 17 years ago
  63. 17b0429 mmc: remove custom error codes by Pierre Ossman · 17 years ago
  64. aafabfa mmc: reorganize bounce buffer init by Pierre Ossman · 17 years ago
  65. d941cf5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  66. 70f1048 mmc: update header file paths by Pierre Ossman · 17 years ago
  67. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  68. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  69. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  70. 98ccf14 mmc: bounce requests for simple hosts by Pierre Ossman · 17 years ago
  71. 9c9f2d6 mmc: clean up unused parts of block driver by Pierre Ossman · 17 years ago
  72. fe6b4c8 mmc: use assigned major for block device by Pierre Ossman · 17 years ago
  73. 790864d mmc: Use menuconfig objects by Jan Engelhardt · 17 years ago
  74. da7fbe5 mmc: Separate out protocol ops by Pierre Ossman · 18 years ago
  75. b855885 mmc: deprecate mmc bus topology by Pierre Ossman · 18 years ago
  76. d2b46f6 mmc: allow suspended block driver to be removed by Pierre Ossman · 17 years ago
  77. 1c6a071 mmc: Move host and card drivers to subdirs by Pierre Ossman · 17 years ago