1. 9a8a369 memstick: Remove useless else branch by Joey Pabalan · 3 years, 10 months ago
  2. 8c87dab memstick: core: Assign error code of mspro_block_resume() by Jia-Ju Bai · 3 years, 10 months ago
  3. e3e9ced memstick: fix a double-free bug in memstick_check by Qinglang Miao · 4 years, 2 months ago
  4. 8c3c0ac memstick: mspro_block: remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
  5. 21685f9 Merge branch 'fixes' into next by Ulf Hansson · 4 years, 3 months ago
  6. 62c59a8 memstick: Skip allocating card when removing host by Kai-Heng Feng · 4 years, 4 months ago
  7. 309de45 ms_block: fix spelling mistake "doesn'" -> "doesn't" by Colin Ian King · 4 years, 5 months ago
  8. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  9. 1696d96 memstick: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  10. 31cf721 ms_block: fix spelling mistake "randomally" -> "randomly" by Colin Ian King · 5 years ago
  11. 8931084 Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 5 years ago
  12. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  13. 65f1a0d memstick: Fix error cleanup path of memstick_init by Wang Hai · 6 years ago
  14. 61009f8 memstick: mspro_block: Fix an error code in mspro_block_issue_req() by Dan Carpenter · 6 years ago
  15. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  16. 00d59fd Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  17. e03e303 memstick: Prevent memstick host from getting runtime suspended during card detection by Kai-Heng Feng · 6 years ago
  18. e051bd0 ms_block: remove unused pointer 'set' by Colin Ian King · 6 years ago
  19. d0be122 mspro_block: convert to blk-mq by Jens Axboe · 6 years ago
  20. db1142a ms_block: convert to blk-mq by Jens Axboe · 6 years ago
  21. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  22. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  23. 058147b memstick: remove unused variables by Christoph Hellwig · 7 years ago
  24. 7c2d748 memstick: don't call blk_queue_bounce_limit by Christoph Hellwig · 7 years ago
  25. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  26. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  27. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  28. 55460a8 mspro_block: remove pointless prep_fn by Christoph Hellwig · 8 years ago
  29. cf22f802 ms_block: remove pointless prep_fn by Christoph Hellwig · 8 years ago
  30. de182cc drivers/memstick/core/memstick.c: avoid -Wnonnull warning by Arnd Bergmann · 8 years ago
  31. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  32. ca945e7 memstick: don't allocate unused major for ms_block by NeilBrown · 8 years ago
  33. 4eef39c memstick: don't allow REQ_TYPE_BLOCK_PC requests by Christoph Hellwig · 8 years ago
  34. 0d52c756 block: convert to device_add_disk() by Dan Williams · 9 years ago
  35. de6cdcb drivers/memstick/core/mspro_block: use kmemdup by Muhammad Falak R Wani · 9 years ago
  36. 6951c58 memstick: trivial fix of spelling mistake on management by Colin Ian King · 9 years ago
  37. 545b5e2 memstick: use sector_div instead of do_div by Arnd Bergmann · 9 years ago
  38. 13f6b19 memstick: mspro_block: add missing curly braces by Dan Carpenter · 10 years ago
  39. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  40. a0dce7f drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG by Andrew Morton · 11 years ago
  41. a0e5a12 drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page() by Roger Tseng · 11 years ago
  42. be2d3f9 drivers/memstick/core/mspro_block.c: fix attributes array allocation by Michal Nazarewicz · 11 years ago
  43. b785464 memstick: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  44. 0ab3049 memstick: add support for legacy memorysticks by Maxim Levitsky · 11 years ago
  45. db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
  46. 7b51f47 memstick: convert to idr_alloc() by Tejun Heo · 12 years ago
  47. c47e789 drivers/memstick: Add module.h to the prev. implicit modular users by Paul Gortmaker · 14 years ago
  48. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  49. 41d9c64 memstick: change to new flag variable by matt mooney · 14 years ago
  50. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 14 years ago
  51. 496fc1a memstick: factor out transfer initiating functionality in mspro_block.c by Alex Dubov · 14 years ago
  52. edb50b3 memstick: remove mspro_block_mutex by Alex Dubov · 14 years ago
  53. d8256d4 memstick: avert possible race condition between idr_pre_get and idr_get_new by Alex Dubov · 14 years ago
  54. 0193383 memstick: core: fix device_register() error handling by Vasiliy Kulikov · 14 years ago
  55. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  56. d862b13 memstick: fix hangs on unexpected device removal in mspro_blk by Maxim Levitsky · 14 years ago
  57. 21fd049 memstick: init sysfs attributes by Maxim Levitsky · 14 years ago
  58. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  59. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  61. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 15 years ago
  62. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  63. b873c2f memstick: move dev_dbg by Jiri Slaby · 15 years ago
  64. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  65. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 16 years ago
  66. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
  67. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 16 years ago
  68. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 16 years ago
  69. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 16 years ago
  70. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 16 years ago
  71. 69347a2 memstick: annotate endianness of attribute structs by Harvey Harrison · 16 years ago
  72. 0252c3b memstick: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  73. 5d9a54b [PATCH] switch memstick by Al Viro · 17 years ago
  74. d4430d6 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
  75. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  76. 2a9df50 memstick: change to use __blk_end_request() by Kiyoshi Ueda · 16 years ago
  77. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  78. 8e82f8c memstick: fix MSProHG 8-bit interface mode support by Alex Dubov · 16 years ago
  79. f1d8269 memstick: use fully asynchronous request processing by Alex Dubov · 16 years ago
  80. 17017d8 memstick: add "start" and "stop" methods to memstick device by Alex Dubov · 16 years ago
  81. b778999 memstick: allow "set_param" method to return an error code by Alex Dubov · 16 years ago
  82. c4c66cf memstick: convert struct class_device to struct device by Greg Kroah-Hartman · 17 years ago
  83. 962ee1b memstick: add support for 8-bit parallel mode by Alex Dubov · 17 years ago
  84. ead7077 memstick: automatically retrieve "INT" value from command response by Alex Dubov · 17 years ago
  85. 5936725 memstick: try harder to recover from unsuccessful interface mode switch by Alex Dubov · 17 years ago
  86. 251cc9b memstick: fix parsing of "assembly_date" attribute field by Alex Dubov · 17 years ago
  87. efb2742 memstick: add support for decoding "specfile" media attributes by Alex Dubov · 17 years ago
  88. 2a4f256 memstick: drop DRIVER_VERSION numbers as meaningless by Alex Dubov · 17 years ago
  89. 29196dc memstick: make sure number of command retries is exactly as specified by Alex Dubov · 17 years ago
  90. d114ad5 memstick: add memstick_suspend/resume_host methods by Alex Dubov · 17 years ago
  91. e1f1999 memstick: introduce correct definitions in the header by Alex Dubov · 17 years ago
  92. baf8532 memstick: initial commit for Sony MemoryStick support by Alex Dubov · 17 years ago