summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/ms_block.c
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+1
* 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-281-1/+1
* | block: simplify disk shutdownChristoph Hellwig2022-06-281-1/+0
|/
* memstick/ms_block: simplify refcountingChristoph Hellwig2022-02-161-49/+15
* memstick: avoid out-of-range warningArnd Bergmann2021-10-121-1/+1
* memstick: ms_block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+5
* 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-301-16/+10
|\
| * 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
|/
* 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
* ms_block: fix spelling mistake "randomally" -> "randomly"Colin Ian King2019-09-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ms_block: remove unused pointer 'set'Colin Ian King2018-11-081-1/+0
* ms_block: convert to blk-mqJens Axboe2018-11-071-49/+61
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* memstick: remove unused variablesChristoph Hellwig2018-05-141-1/+0
* memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-111-5/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* block: introduce new block status code typeChristoph Hellwig2017-06-091-3/+4
* ms_block: remove pointless prep_fnChristoph Hellwig2017-01-311-11/+0
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-021-15/+2
* memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2016-07-201-2/+1
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* memstick: trivial fix of spelling mistake on managementColin Ian King2016-04-281-8/+8
* memstick: use sector_div instead of do_divArnd Bergmann2016-01-201-1/+1
* drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2013-11-151-2/+2
* drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng2013-11-131-1/+1
* memstick: add support for legacy memorysticksMaxim Levitsky2013-09-111-0/+2385