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
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
/
md
/
dm-mpath.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-14
dm: missing break in process_queued_bios()
Dan Carpenter
1
-0
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-7
/
+8
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-17
/
+10
2017-06-09
dm: change ->end_io calling convention
Christoph Hellwig
1
-5
/
+6
2017-06-09
dm: don't return errnos from ->map
Christoph Hellwig
1
-3
/
+10
2017-06-09
dm mpath: merge do_end_io_bio into multipath_end_io_bio
Christoph Hellwig
1
-27
/
+15
2017-05-15
dm mpath: multipath_clone_and_map must not return -EIO
Christoph Hellwig
1
-1
/
+1
2017-05-15
dm mpath: don't return -EIO from dm_report_EIO
Christoph Hellwig
1
-8
/
+11
2017-05-02
dm rq: change ->rq_end_io calling conventions
Christoph Hellwig
1
-4
/
+9
2017-05-02
dm mpath: merge do_end_io into multipath_end_io
Christoph Hellwig
1
-34
/
+17
2017-05-02
Merge branch 'dm-4.12' into dm-4.12-post-merge
Mike Snitzer
1
-93
/
+78
2017-04-28
dm mpath: make it easier to detect unintended I/O request flushes
Bart Van Assche
1
-4
/
+21
2017-04-28
dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()
Bart Van Assche
1
-21
/
+15
2017-04-28
dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATH
Bart Van Assche
1
-59
/
+11
2017-04-28
dm: introduce enum dm_queue_mode to cleanup related code
Bart Van Assche
1
-1
/
+4
2017-04-28
dm mpath: verify __pg_init_all_paths locking assumptions at runtime
Bart Van Assche
1
-0
/
+2
2017-04-28
dm mpath: delay requeuing while path initialization is in progress
Bart Van Assche
1
-3
/
+7
2017-04-28
dm mpath: avoid that path removal can trigger an infinite loop
Bart Van Assche
1
-4
/
+11
2017-04-28
dm mpath: split and rename activate_path() to prepare for its expanded use
Bart Van Assche
1
-5
/
+12
2017-04-24
dm mpath: requeue after a small delay if blk_get_request() fails
Bart Van Assche
1
-3
/
+2
2017-04-20
dm mpath: don't check for req->errors
Christoph Hellwig
1
-1
/
+1
2017-04-08
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-0
/
+1
2017-02-18
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-112
/
+20
2017-02-03
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
Mike Snitzer
1
-2
/
+2
2017-01-28
dm: always defer request allocation to the owner of the request_queue
Christoph Hellwig
1
-112
/
+20
2016-12-08
dm mpath: use hw_handler_params if attached hw_handler is same as requested
tang.junhui
1
-5
/
+9
2016-11-21
dm mpath: do not modify *__clone if blk_mq_alloc_request() fails
Bart Van Assche
1
-7
/
+8
2016-11-21
dm mpath: change return type of pg_init_all_paths() from int to void
Bart Van Assche
1
-5
/
+2
2016-11-21
dm mpath: add checks for priority group count to avoid invalid memory access
tang.junhui
1
-2
/
+2
2016-11-21
dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()
tang.junhui
1
-0
/
+2
2016-09-29
dm mpath: always return reservation conflict without failing over
Hannes Reinecke
1
-6
/
+8
2016-09-15
dm mpath: delay the requeue of blk-mq requests while all paths down
Mike Snitzer
1
-6
/
+9
2016-09-15
dm mpath: use dm_mq_kick_requeue_list()
Mike Snitzer
1
-6
/
+8
2016-09-14
dm: convert wait loops to use autoremove_wake_function()
Bart Van Assche
1
-7
/
+3
2016-09-14
dm mpath: check if path's request_queue is dying in activate_path()
Mike Snitzer
1
-3
/
+3
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-1
/
+1
2016-08-02
dm mpath: add locking to multipath_resume and must_push_back
Mike Snitzer
1
-4
/
+20
2016-06-10
dm mpath: add optional "queue_mode" feature
Mike Snitzer
1
-69
/
+80
2016-06-10
dm mpath: remove bio-based bloat from struct dm_mpath_io
Mike Snitzer
1
-12
/
+31
2016-06-10
dm mpath: reinstate bio-based support
Mike Snitzer
1
-22
/
+274
2016-06-10
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
1
-2
/
+2
2016-05-05
dm mpath: eliminate use of spinlock in IO fast-paths
Mike Snitzer
1
-77
/
+93
2016-05-05
dm mpath: move trigger_event member to the end of 'struct multipath'
Mike Snitzer
1
-2
/
+1
2016-05-05
dm mpath: use atomic_t for counting members of 'struct multipath'
Mike Snitzer
1
-28
/
+33
2016-05-05
dm mpath: switch to using bitops for state flags
Mike Snitzer
1
-56
/
+75
2016-03-11
dm mpath: cleanup reinstate_path() et al based on code review
Mike Snitzer
1
-6
/
+2
2016-02-23
dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy
Mike Snitzer
1
-4
/
+2
2016-02-23
dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate
Mike Snitzer
1
-50
/
+51
2016-02-23
dm path selector: remove 'repeat_count' return from .select_path hook
Mike Snitzer
1
-2
/
+1
2016-02-23
dm mpath: remove repeat_count support from multipath core
Mike Snitzer
1
-4
/
+3
[next]