aboutsummaryrefslogtreecommitdiff
path: root/drivers/memstick
AgeCommit message (Expand)AuthorFilesLines
2023-09-27memstick: jmb38x_ms: Annotate struct jmb38x_ms with __counted_byGravatar Kees Cook 1-1/+1
2023-06-12memstick r592: make memstick_debug_get_tpc_name() staticGravatar Arnd Bergmann 1-3/+1
2023-04-05mmc: Merge branch fixes into nextGravatar Ulf Hansson 1-1/+4
2023-04-05memstick: fix memory leak if card device is never registeredGravatar Greg Kroah-Hartman 1-1/+4
2023-03-23memstick: r592: Fix UAF bug in r592_remove due to race conditionGravatar Zheng Wang 1-1/+1
2023-02-27Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-0/+2
2023-02-02memstick: core: Imply IOSCHED_BFQGravatar Linus Walleij 1-0/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-3/+3
2022-12-09memstick/mspro_block: Convert to use sysfs_emit()/sysfs_emit_at() APIsGravatar ye xingchen 1-105/+72
2022-12-07memstick/ms_block: Add check for alloc_ordered_workqueueGravatar Jiasheng Jiang 1-1/+8
2022-08-04Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-7/+8
2022-07-12memstick/ms_block: Use the bitmap API when applicableGravatar Christophe JAILLET 1-2/+2
2022-07-12memstick/ms_block: Fix a memory leakGravatar Christophe JAILLET 1-0/+1
2022-07-12memstick/ms_block: Fix some incorrect memory allocationGravatar Christophe JAILLET 1-5/+5
2022-06-28block: remove blk_cleanup_diskGravatar Christoph Hellwig 2-2/+2
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 2-2/+0
2022-02-16memstick/mspro_block: simplify refcountingGravatar Christoph Hellwig 1-42/+7
2022-02-16memstick/mspro_block: fix handling of read-only devicesGravatar Christoph Hellwig 1-6/+4
2022-02-16memstick/ms_block: simplify refcountingGravatar Christoph Hellwig 2-50/+15
2021-10-19memstick: r592: Fix a UAF bug when removing the driverGravatar Zheyu Ma 1-4/+4
2021-10-12memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()Gravatar Dan Carpenter 1-1/+1
2021-10-12memstick: avoid out-of-range warningGravatar Arnd Bergmann 1-1/+1
2021-10-12memstick: jmb38x_ms: Prefer struct_size over open coded arithmeticGravatar Len Baker 1-2/+1
2021-10-12memstick: mspro_block: Add error handling support for add_disk()Gravatar Luis Chamberlain 1-1/+5
2021-10-12memstick: ms_block: Add error handling support for add_disk()Gravatar Luis Chamberlain 1-1/+5
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2021-08-24memstick: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 2-9/+8
2021-08-24memstick: r592: Change the name of the 'pci_driver' structure to be consistentGravatar Christophe JAILLET 1-2/+2
2021-08-24memstick: ms_block: Fix spelling contraction "cant" -> "can't"Gravatar Colin Ian King 1-1/+1
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-31/+21
2021-06-14memstick: rtsx_usb_ms: fix UAFGravatar Tong Zhang 1-6/+4
2021-06-14drivers: memstick: core:ms_block.c: Fix alignment of block commentGravatar Shubhankar Kuranagatti 1-13/+24
2021-06-11mspro: use blk_mq_alloc_diskGravatar Christoph Hellwig 1-15/+11
2021-06-11ms_block: use blk_mq_alloc_diskGravatar Christoph Hellwig 1-15/+10
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTGravatar Christoph Hellwig 1-1/+0
2021-04-26memstick: r592: ignore kfifo_out() return code againGravatar Arnd Bergmann 1-1/+4
2021-04-15memstick: r592: remove unused variableGravatar Jiapeng Chong 1-2/+1
2021-03-30memstick: Remove useless else branchGravatar Joey Pabalan 1-11/+10
2021-03-30memstick: core: Assign error code of mspro_block_resume()Gravatar Jia-Ju Bai 1-1/+2
2020-12-04memstick: r592: Fix error return in r592_probe()Gravatar Jing Xiangfeng 1-4/+8
2020-11-24memstick: fix a double-free bug in memstick_checkGravatar Qinglang Miao 1-1/+0
2020-11-16memstick: tifm: remove unneeded semicolonGravatar Tom Rix 1-1/+1
2020-11-16memstick: mspro_block: remove unneeded semicolonGravatar Tom Rix 1-1/+1
2020-11-16memstick: jmb38x_ms: remove unneeded semicolonGravatar Tom Rix 1-1/+1
2020-09-28Merge branch 'fixes' into nextGravatar Ulf Hansson 1-0/+4
2020-09-28memstick: Skip allocating card when removing hostGravatar Kai-Heng Feng 1-0/+4
2020-09-07ms_block: fix spelling mistake "doesn'" -> "doesn't"Gravatar Colin Ian King 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-10/+10
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-27/+11