1. 29eb7bd mmc: card: do away with indirection pointer by Linus Walleij · 8 years ago
  2. 869c554 mmc: fix use-after-free of struct request by Adrian Hunter · 8 years ago
  3. 7afafc8 block: Fix secure erase by Adrian Hunter · 8 years ago
  4. 288dab8 block: add a separate operation type for secure erase by Christoph Hellwig · 8 years ago
  5. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  6. da81ed1 scatterlist: remove open coded sg_unmark_end instances by Dan Williams · 9 years ago
  7. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  8. a8c27c0 mmc: queue: prevent soft lockups on PREEMPT=n by Rabin Vincent · 9 years ago
  9. 7551847 mmc: queue: use swap() in mmc_queue_thread() by Fabian Frederick · 9 years ago
  10. 4e93b9a mmc: card: Don't access RPMB partitions for normal read/write by Chuanxiao Dong · 10 years ago
  11. fdb409f mmc: queue: Improve error handling during allocation of bounce buffers by Bhuvanesh Surachari · 10 years ago
  12. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  13. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  14. 6606110 mmc: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  15. e83b366 Fix uses of dma_max_pfn() when converting to a limiting address by Russell King · 10 years ago
  16. 8e0cb8a ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculations by Santosh Shilimkar · 11 years ago
  17. 775a936 mmc: card: Adding support for sanitize in eMMC 4.5 by Maya Erez · 11 years ago
  18. ef3a69c7 mmc: block: fix the host's claim-release in special request by Seungwon Jeon · 11 years ago
  19. ce39f9d mmc: support packed write command for eMMC4.5 devices by Seungwon Jeon · 11 years ago
  20. 2220eed mmc: fix async request mechanism for sequential read scenarios by Konstantin Dorfman · 11 years ago
  21. 369d321 mmc: queue: exclude asynchronous transfer for special request by Seungwon Jeon · 11 years ago
  22. 45c5a91 mmc: queue: amend buffer swap for non-blocking transfer by Seungwon Jeon · 12 years ago
  23. b41b6f1 mmc: queue: remove redundant memsets by Venkatraman S · 12 years ago
  24. 1b50f5f mmc: queue: rename mmc_request function by Venkatraman S · 12 years ago
  25. 7194efb mmc: fixes for eMMC v4.5 discard operation by Adrian Hunter · 12 years ago
  26. a8ad82cc mmc: card: Kill block requests if card is removed by Sujit Reddy Thumma · 13 years ago
  27. d9ddd62 mmc: core: mmc sanitize feature support for v4.5 by Kyungmin Park · 13 years ago
  28. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  29. 7513cd7 mmc: queue: declare mmc_alloc_sg as static by Venkatraman S · 13 years ago
  30. ee8a43a mmc: block: add handling for two parallel block requests in issue_rw_rq by Per Forlin · 13 years ago
  31. 04296b7 mmc: queue: add a second mmc queue request member by Per Forlin · 13 years ago
  32. 97868a2 mmc: block: add member in mmc queue struct to hold request data by Per Forlin · 13 years ago
  33. e056a1b mmc: queue: let host controllers specify maximum discard timeout by Adrian Hunter · 13 years ago
  34. c31b55c mmc: queue: bring discard_granularity/alignment into line with SCSI by Adrian Hunter · 13 years ago
  35. d09408a mmc: queue: append partition subname to queue thread name by Adrian Hunter · 13 years ago
  36. 0b38c4e mmc: remove redundant irq disabling by John Ogness · 13 years ago
  37. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  38. de528fa mmc: name mmc queue thread by host index by Ethan Du · 14 years ago
  39. 632cf92 mmc: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  40. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  41. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  42. 4980454 mmc_block: add support for secure discard by Adrian Hunter · 14 years ago
  43. bd788c9 mmc_block: add discard support by Adrian Hunter · 14 years ago
  44. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  45. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  46. 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
  47. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  48. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  49. 5fa83ce mmc_block: fix queue cleanup by Adrian Hunter · 14 years ago
  50. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  51. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  52. 8dddfe1 mmc_block: tell block layer there is no seek penalty by Pierre Ossman · 16 years ago
  53. d6d8de3 mmc_block: filter out PC requests by Pierre Ossman · 16 years ago
  54. 9102895 mmc_block: indicate strict ordering by Pierre Ossman · 16 years ago
  55. f3eb0aa mmc_block: inform block layer about sector count restriction by Pierre Ossman · 16 years ago
  56. 2ff1fa6 mmc_block: bounce buffer highmem support by Pierre Ossman · 16 years ago
  57. fd53983 blk_end_request: changing mmc (take 4) by Kiyoshi Ueda · 17 years ago
  58. 05e5b13 mmc: Add missing sg_init_table() call by Haavard Skinnemoen · 17 years ago
  59. 8578007 mmc: Fix sg helper copy-and-paste error by Roland Dreier · 17 years ago
  60. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  61. d3ad0aa mmc: need to zero sglist on init by Jens Axboe · 17 years ago
  62. aafabfa mmc: reorganize bounce buffer init by Pierre Ossman · 17 years ago
  63. d941cf5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  64. 70f1048 mmc: update header file paths by Pierre Ossman · 17 years ago
  65. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  66. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  67. 98ccf14 mmc: bounce requests for simple hosts by Pierre Ossman · 17 years ago
  68. 9c9f2d6 mmc: clean up unused parts of block driver by Pierre Ossman · 17 years ago
  69. d2b46f6 mmc: allow suspended block driver to be removed by Pierre Ossman · 17 years ago
  70. 1c6a071 mmc: Move host and card drivers to subdirs by Pierre Ossman · 17 years ago[Renamed from drivers/mmc/queue.c]
  71. 98ac216 mmc: Move queue functions to mmc_block by Pierre Ossman · 17 years ago[Renamed (97%) from drivers/mmc/mmc_queue.c]
  72. 55db890 mmc: Allow host drivers to specify max block count by Pierre Ossman · 18 years ago
  73. 7b30d28 mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal by Vitaly Wool · 18 years ago
  74. cdb54fa Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  75. fcaf71f Driver core: convert mmc code to use struct device by Greg Kroah-Hartman · 18 years ago
  76. 89b4e13 mmc: Flush block queue when removing card by Pierre Ossman · 18 years ago
  77. 87598a2 mmc: remove kernel_thread() by Christoph Hellwig · 18 years ago
  78. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  79. c723e08a [ARM] 3744/1: MMC: mmcqd gets stuck when block queue is plugged by Juha [êölä · 18 years ago
  80. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago