summaryrefslogtreecommitdiffstats
path: root/drivers/memstick
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-03-131-1/+1
|\
| * memstick: core: make memstick_bus_type constRicardo B. Marliere2024-02-131-1/+1
* | mspro_block: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-8/+7
* | ms_block: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-7/+7
* | block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-132-2/+2
|/
* memstick: jmb38x_ms: Annotate struct jmb38x_ms with __counted_byKees Cook2023-09-271-1/+1
* memstick r592: make memstick_debug_get_tpc_name() staticArnd Bergmann2023-06-121-3/+1
* mmc: Merge branch fixes into nextUlf Hansson2023-04-051-1/+4
|\
| * memstick: fix memory leak if card device is never registeredGreg Kroah-Hartman2023-04-051-1/+4
* | memstick: r592: Fix UAF bug in r592_remove due to race conditionZheng Wang2023-03-231-1/+1
|/
* Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2023-02-271-0/+2
|\
| * memstick: core: Imply IOSCHED_BFQLinus Walleij2023-02-021-0/+2
* | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-3/+3
|/
* memstick/mspro_block: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen2022-12-091-105/+72
* memstick/ms_block: Add check for alloc_ordered_workqueueJiasheng Jiang2022-12-071-1/+8
* Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-08-041-7/+8
|\
| * memstick/ms_block: Use the bitmap API when applicableChristophe JAILLET2022-07-121-2/+2
| * memstick/ms_block: Fix a memory leakChristophe JAILLET2022-07-121-0/+1
| * memstick/ms_block: Fix some incorrect memory allocationChristophe JAILLET2022-07-121-5/+5
* | block: remove blk_cleanup_diskChristoph Hellwig2022-06-282-2/+2
* | block: simplify disk shutdownChristoph Hellwig2022-06-282-2/+0
|/
* memstick/mspro_block: simplify refcountingChristoph Hellwig2022-02-161-42/+7
* memstick/mspro_block: fix handling of read-only devicesChristoph Hellwig2022-02-161-6/+4
* memstick/ms_block: simplify refcountingChristoph Hellwig2022-02-162-50/+15
* memstick: r592: Fix a UAF bug when removing the driverZheyu Ma2021-10-191-4/+4
* memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()Dan Carpenter2021-10-121-1/+1
* memstick: avoid out-of-range warningArnd Bergmann2021-10-121-1/+1
* memstick: jmb38x_ms: Prefer struct_size over open coded arithmeticLen Baker2021-10-121-2/+1
* memstick: mspro_block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+5
* memstick: ms_block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+5
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-2/+1
|\
| * bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
* | memstick: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-242-9/+8
* | memstick: r592: Change the name of the 'pci_driver' structure to be consistentChristophe JAILLET2021-08-241-2/+2
* | memstick: ms_block: Fix spelling contraction "cant" -> "can't"Colin Ian King2021-08-241-1/+1
|/
* Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-302-31/+21
|\
| * mspro: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-15/+11
| * ms_block: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-15/+10
| * block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2021-06-011-1/+0
* | memstick: rtsx_usb_ms: fix UAFTong Zhang2021-06-141-6/+4
* | drivers: memstick: core:ms_block.c: Fix alignment of block commentShubhankar Kuranagatti2021-06-141-13/+24
|/
* memstick: r592: ignore kfifo_out() return code againArnd Bergmann2021-04-261-1/+4
* memstick: r592: remove unused variableJiapeng Chong2021-04-151-2/+1
* memstick: Remove useless else branchJoey Pabalan2021-03-301-11/+10
* memstick: core: Assign error code of mspro_block_resume()Jia-Ju Bai2021-03-301-1/+2
* memstick: r592: Fix error return in r592_probe()Jing Xiangfeng2020-12-041-4/+8
* memstick: fix a double-free bug in memstick_checkQinglang Miao2020-11-241-1/+0
* memstick: tifm: remove unneeded semicolonTom Rix2020-11-161-1/+1
* memstick: mspro_block: remove unneeded semicolonTom Rix2020-11-161-1/+1
* memstick: jmb38x_ms: remove unneeded semicolonTom Rix2020-11-161-1/+1