Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-14 | dm: correct block comments format. | Heinz Mauelshagen | 1 | -2/+4 | |
Signed-off-by: Heinz Mauelshagen <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2023-02-14 | dm: change "unsigned" to "unsigned int" | Heinz Mauelshagen | 1 | -1/+1 | |
Signed-off-by: Heinz Mauelshagen <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2023-02-14 | dm: add missing SPDX-License-Indentifiers | Heinz Mauelshagen | 1 | -0/+1 | |
'GPL-2.0-only' is used instead of 'GPL-2.0' because SPDX has deprecated its use. Suggested-by: John Wiele <[email protected]> Signed-off-by: Heinz Mauelshagen <[email protected]> Signed-off-by: Mike Snitzer <[email protected]> | |||||
2009-12-10 | dm raid1: remove bio_endio from dm_rh_mark_nosync | Mikulas Patocka | 1 | -2/+1 | |
Move bio completion out of dm_rh_mark_nosync in preparation for the next patch. Signed-off-by: Mikulas Patocka <[email protected]> Reviewed-by: Takahiro Yasui <[email protected]> Tested-by: Takahiro Yasui <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]> | |||||
2008-10-21 | dm raid1: separate region_hash interface part1 | Heinz Mauelshagen | 1 | -0/+104 | |
Separate the region hash code from raid1 so it can be shared by forthcoming targets. Use BUG_ON() for failed async dm_io() calls. Signed-off-by: Heinz Mauelshagen <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]> |