summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ms_block: convert to blk-mqJens Axboe2018-11-072-49/+62
|/
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-282-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* memstick: remove unused variablesChristoph Hellwig2018-05-142-2/+0
* memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-112-10/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* block: introduce new block status code typeChristoph Hellwig2017-06-092-6/+9
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-172-24/+0
|\
| * mspro_block: remove pointless prep_fnChristoph Hellwig2017-01-311-13/+0
| * ms_block: remove pointless prep_fnChristoph Hellwig2017-01-311-11/+0
* | drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann2017-01-241-1/+1
|/