index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
memstick
/
core
/
mspro_block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
1
-2
/
+1
2024-10-14
memstick: Constify struct memstick_device_id
Christophe JAILLET
1
-1
/
+1
2024-02-20
mspro_block: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-8
/
+7
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2022-12-09
memstick/mspro_block: Convert to use sysfs_emit()/sysfs_emit_at() APIs
ye xingchen
1
-105
/
+72
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+1
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-1
/
+0
2022-02-17
memstick/mspro_block: simplify refcounting
Christoph Hellwig
1
-42
/
+7
2022-02-17
memstick/mspro_block: fix handling of read-only devices
Christoph Hellwig
1
-6
/
+4
2021-10-12
memstick: mspro_block: Add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-06-11
mspro: use blk_mq_alloc_disk
Christoph Hellwig
1
-15
/
+11
2021-03-30
memstick: core: Assign error code of mspro_block_resume()
Jia-Ju Bai
1
-1
/
+2
2020-11-16
memstick: mspro_block: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-05-28
memstick: mspro_block: Fix an error code in mspro_block_issue_req()
Dan Carpenter
1
-7
/
+6
2018-11-07
mspro_block: convert to blk-mq
Jens Axboe
1
-55
/
+66
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2018-05-14
memstick: remove unused variables
Christoph Hellwig
1
-1
/
+0
2018-05-12
memstick: don't call blk_queue_bounce_limit
Christoph Hellwig
1
-5
/
+0
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-3
/
+5
2017-02-01
mspro_block: remove pointless prep_fn
Christoph Hellwig
1
-13
/
+0
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-1
/
+1
2016-07-21
memstick: don't allow REQ_TYPE_BLOCK_PC requests
Christoph Hellwig
1
-2
/
+1
2016-06-27
block: convert to device_add_disk()
Dan Williams
1
-2
/
+1
2016-05-24
drivers/memstick/core/mspro_block: use kmemdup
Muhammad Falak R Wani
1
-2
/
+1
2015-04-17
memstick: mspro_block: add missing curly braces
Dan Carpenter
1
-1
/
+2
2013-11-13
drivers/memstick/core/mspro_block.c: fix attributes array allocation
Michal Nazarewicz
1
-2
/
+2
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-5
/
+3
2013-02-28
memstick: convert to idr_alloc()
Tejun Heo
1
-14
/
+3
2011-11-01
drivers/memstick: Add module.h to the prev. implicit modular users
Paul Gortmaker
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-13
memstick: factor out transfer initiating functionality in mspro_block.c
Alex Dubov
1
-62
/
+74
2011-01-13
memstick: remove mspro_block_mutex
Alex Dubov
1
-8
/
+1
2011-01-13
memstick: avert possible race condition between idr_pre_get and idr_get_new
Alex Dubov
1
-2
/
+4
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-5
/
+6
2010-08-12
memstick: fix hangs on unexpected device removal in mspro_blk
Maxim Levitsky
1
-2
/
+3
2010-08-12
memstick: init sysfs attributes
Maxim Levitsky
1
-0
/
+1
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-1
/
+8
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
1
-2
/
+1
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
1
-1
/
+1
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-05-23
block: Do away with the notion of hardsect_size
Martin K. Petersen
1
-1
/
+1
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-6
/
+3
2009-05-11
block: convert to dequeueing model (easy ones)
Tejun Heo
1
-3
/
+5
2009-05-11
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
Tejun Heo
1
-2
/
+2
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-3
/
+3
2009-04-28
block: implement and use [__]blk_end_request_all()
Tejun Heo
1
-1
/
+1
2009-01-10
memstick: annotate endianness of attribute structs
Harvey Harrison
1
-22
/
+21
[next]