Linus Torvalds
|
dff4d1f6fe
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
|
8 年之前 |
Linus Torvalds
|
a0725ab0c7
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
|
8 年之前 |
Eric Biggers
|
5916a22b83
dm: constify argument arrays
|
8 年之前 |
Bart Van Assche
|
9157c8d3e2
dm mpath: complain about unsupported __multipath_map_bio() return values
|
8 年之前 |
Bart Van Assche
|
7b06e09a6d
dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-through
|
8 年之前 |
Bart Van Assche
|
1c23484c35
dm mpath: do not lock up a CPU with requeuing activity
|
8 年之前 |
Bart Van Assche
|
68515cc721
dm mpath: retry BLK_STS_RESOURCE errors
|
8 年之前 |
Christoph Hellwig
|
74d46992e0
block: replace bi_bdev with a gendisk pointer and partitions index
|
8 年之前 |
Dan Carpenter
|
047385b3dd
dm: missing break in process_queued_bios()
|
8 年之前 |
Christoph Hellwig
|
4e4cbee93d
block: switch bios to blk_status_t
|
8 年之前 |
Christoph Hellwig
|
2a842acab1
block: introduce new block status code type
|
8 年之前 |
Christoph Hellwig
|
1be5690984
dm: change ->end_io calling convention
|
8 年之前 |
Christoph Hellwig
|
846785e6a5
dm: don't return errnos from ->map
|
8 年之前 |
Christoph Hellwig
|
14ef1e4826
dm mpath: merge do_end_io_bio into multipath_end_io_bio
|
8 年之前 |
Christoph Hellwig
|
f98e0eb680
dm mpath: multipath_clone_and_map must not return -EIO
|
8 年之前 |
Christoph Hellwig
|
18a482f524
dm mpath: don't return -EIO from dm_report_EIO
|
8 年之前 |
Christoph Hellwig
|
7ed8578a96
dm rq: change ->rq_end_io calling conventions
|
8 年之前 |
Christoph Hellwig
|
b79f10eefd
dm mpath: merge do_end_io into multipath_end_io
|
8 年之前 |
Mike Snitzer
|
7e25a76061
Merge branch 'dm-4.12' into dm-4.12-post-merge
|
8 年之前 |
Bart Van Assche
|
86331f39a5
dm mpath: make it easier to detect unintended I/O request flushes
|
8 年之前 |
Bart Van Assche
|
9a8ac3ae68
dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()
|
8 年之前 |
Bart Van Assche
|
ca5beb76c3
dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATH
|
8 年之前 |
Bart Van Assche
|
7e0d574f26
dm: introduce enum dm_queue_mode to cleanup related code
|
8 年之前 |
Bart Van Assche
|
b194679fac
dm mpath: verify __pg_init_all_paths locking assumptions at runtime
|
8 年之前 |
Bart Van Assche
|
c1d7ecf7ca
dm mpath: delay requeuing while path initialization is in progress
|
8 年之前 |
Bart Van Assche
|
7083abbbfc
dm mpath: avoid that path removal can trigger an infinite loop
|
8 年之前 |
Bart Van Assche
|
89bfce763e
dm mpath: split and rename activate_path() to prepare for its expanded use
|
8 年之前 |
Bart Van Assche
|
06eb061f48
dm mpath: requeue after a small delay if blk_get_request() fails
|
8 年之前 |
Christoph Hellwig
|
8fc7798058
dm mpath: don't check for req->errors
|
8 年之前 |
Christoph Hellwig
|
ac62d6208a
dm: support REQ_OP_WRITE_ZEROES
|
8 年之前 |