summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core
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: fix memory leak if card device is never registeredGreg Kroah-Hartman2023-04-051-1/+4
* 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: avoid out-of-range warningArnd Bergmann2021-10-121-1/+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: 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
* | drivers: memstick: core:ms_block.c: Fix alignment of block commentShubhankar Kuranagatti2021-06-141-13/+24
|/
* 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: fix a double-free bug in memstick_checkQinglang Miao2020-11-241-1/+0
* memstick: mspro_block: remove unneeded semicolonTom Rix2020-11-161-1/+1
* Merge branch 'fixes' into nextUlf Hansson2020-09-281-0/+4
|\
| * memstick: Skip allocating card when removing hostKai-Heng Feng2020-09-281-0/+4
* | ms_block: fix spelling mistake "doesn'" -> "doesn't"Colin Ian King2020-09-071-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
* memstick: Fix Kconfig indentationKrzysztof Kozlowski2019-11-211-9/+9
* ms_block: fix spelling mistake "randomally" -> "randomly"Colin Ian King2019-09-111-1/+1
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-111-4/+9
|\
| * memstick: Fix error cleanup path of memstick_initWang Hai2019-06-101-4/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-20/+4
|/
* memstick: mspro_block: Fix an error code in mspro_block_issue_req()Dan Carpenter2019-05-281-7/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-281-0/+3
|\
| * memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng2018-12-171-0/+3
* | ms_block: remove unused pointer 'set'Colin Ian King2018-11-081-1/+0
* | mspro_block: convert to blk-mqJens Axboe2018-11-071-55/+66