Jens Axboe
|
818551e2b2
Merge branch 'for-4.11/next' into for-4.11/linus-merge
|
8 年 前 |
Mike Snitzer
|
d19a55ccad
dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
|
8 年 前 |
Christoph Hellwig
|
eb8db831be
dm: always defer request allocation to the owner of the request_queue
|
8 年 前 |
tang.junhui
|
54cd640d20
dm mpath: use hw_handler_params if attached hw_handler is same as requested
|
8 年 前 |
Bart Van Assche
|
6599c84e4c
dm mpath: do not modify *__clone if blk_mq_alloc_request() fails
|
8 年 前 |
Bart Van Assche
|
4813577f93
dm mpath: change return type of pg_init_all_paths() from int to void
|
8 年 前 |
tang.junhui
|
cc5bd925f1
dm mpath: add checks for priority group count to avoid invalid memory access
|
8 年 前 |
tang.junhui
|
f97dc42128
dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()
|
9 年 前 |
Hannes Reinecke
|
8ff232c1a8
dm mpath: always return reservation conflict without failing over
|
10 年 前 |
Mike Snitzer
|
b88efd43f9
dm mpath: delay the requeue of blk-mq requests while all paths down
|
9 年 前 |
Mike Snitzer
|
7e48c768f4
dm mpath: use dm_mq_kick_requeue_list()
|
9 年 前 |
Bart Van Assche
|
9f4c3f874a
dm: convert wait loops to use autoremove_wake_function()
|
9 年 前 |
Mike Snitzer
|
f10e06b744
dm mpath: check if path's request_queue is dying in activate_path()
|
9 年 前 |
Jens Axboe
|
1eff9d322a
block: rename bio bi_rw to bi_opf
|
9 年 前 |
Mike Snitzer
|
1814f2e3fb
dm mpath: add locking to multipath_resume and must_push_back
|
9 年 前 |
Mike Snitzer
|
e83068a5fa
dm mpath: add optional "queue_mode" feature
|
9 年 前 |
Mike Snitzer
|
bf661be1fc
dm mpath: remove bio-based bloat from struct dm_mpath_io
|
9 年 前 |
Mike Snitzer
|
76e33fe4e2
dm mpath: reinstate bio-based support
|
9 年 前 |
Mike Snitzer
|
4cc96131af
dm: move request-based code out to dm-rq.[hc]
|
9 年 前 |
Mike Snitzer
|
2da1610ae2
dm mpath: eliminate use of spinlock in IO fast-paths
|
9 年 前 |
Mike Snitzer
|
20800cb345
dm mpath: move trigger_event member to the end of 'struct multipath'
|
9 年 前 |
Mike Snitzer
|
91e968aa60
dm mpath: use atomic_t for counting members of 'struct multipath'
|
9 年 前 |
Mike Snitzer
|
518257b132
dm mpath: switch to using bitops for state flags
|
9 年 前 |
Mike Snitzer
|
ec31f3f78a
dm mpath: cleanup reinstate_path() et al based on code review
|
9 年 前 |
Mike Snitzer
|
9f54cec553
dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy
|
9 年 前 |
Mike Snitzer
|
be7d31cca8
dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate
|
9 年 前 |
Mike Snitzer
|
90a4323ccf
dm path selector: remove 'repeat_count' return from .select_path hook
|
9 年 前 |
Mike Snitzer
|
21136f89d7
dm mpath: remove repeat_count support from multipath core
|
9 年 前 |
Mike Snitzer
|
7943bd6dd3
dm mpath: remove unnecessary casts in front of ti->private
|
9 年 前 |
Mike Snitzer
|
78ce23b518
dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly
|
9 年 前 |