index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-raid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm-raid: don't set io_min and io_opt for raid1
Mikulas Patocka
2025-09-17
1
-2
/
+4
*
Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linux
Linus Torvalds
2025-08-09
1
-21
/
+21
|
\
|
*
md: rename recovery_cp to resync_offset
Li Nan
2025-07-30
1
-21
/
+21
*
|
Merge tag 'for-6.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-08-04
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
dm-raid: do not include dm-core.h
Pavel Tikhomirov
2025-07-31
1
-2
/
+1
|
*
dm raid: add support for resync w/o metadata devices
Heinz Mauelshagen
2025-06-23
1
-0
/
+4
*
|
dm-raid: fix variable in journal device check
Heinz Mauelshagen
2025-06-23
1
-1
/
+1
|
/
*
md/dm-raid: remove max_write_behind setting limit
Yu Kuai
2025-05-30
1
-5
/
+1
*
md: record dm-raid gendisk in mddev
Yu Kuai
2025-05-10
1
-0
/
+3
*
dm raid: fix spelling errors in raid_ctr()
liujing
2025-01-17
1
-1
/
+1
*
Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-27
1
-1
/
+1
|
\
|
*
dm: fix spelling errors
Shen Lichuan
2024-09-26
1
-1
/
+1
*
|
md/md-bitmap: merge md_bitmap_resize() into bitmap_operations
Yu Kuai
2024-08-27
1
-1
/
+2
*
|
md/md-bitmap: pass in mddev directly for md_bitmap_resize()
Yu Kuai
2024-08-27
1
-1
/
+1
*
|
md/md-bitmap: merge md_bitmap_load() into bitmap_operations
Yu Kuai
2024-08-27
1
-1
/
+3
|
/
*
dm raid: fix stripes adding reshape size issues
Heinz Mauelshagen
2024-07-10
1
-3
/
+17
*
dm raid: move _get_reshape_sectors() as prerequisite to fixing reshape size i...
Heinz Mauelshagen
2024-07-10
1
-17
/
+17
*
dm: stop using blk_limits_io_{min,opt}
Christoph Hellwig
2024-07-10
1
-2
/
+2
*
dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
Benjamin Marzinski
2024-07-03
1
-2
/
+3
*
md: replace last_sync_action with new enum type
Yu Kuai
2024-06-12
1
-1
/
+1
*
Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-13
1
-4
/
+4
|
\
|
*
dm raid: fix false positive for requeue needed during reshape
Ming Lei
2024-03-12
1
-2
/
+2
|
*
dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list
Mike Snitzer
2024-02-20
1
-2
/
+2
*
|
dm-raid: fix lockdep waring in "pers->hot_add_disk"
Yu Kuai
2024-03-05
1
-0
/
+2
*
|
dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...
Yu Kuai
2024-03-05
1
-2
/
+20
*
|
dm-raid: add a new helper prepare_suspend() in md_personality
Yu Kuai
2024-03-05
1
-0
/
+18
*
|
md/dm-raid: don't call md_reap_sync_thread() directly
Yu Kuai
2024-03-05
1
-10
/
+18
*
|
dm-raid: really frozen sync_thread during suspend
Yu Kuai
2024-03-05
1
-10
/
+15
|
/
*
dm-raid: delay flushing event_work() after reconfig_mutex is released
Yu Kuai
2023-12-18
1
-0
/
+3
*
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-11-01
1
-8
/
+9
|
\
|
*
md: rename __mddev_suspend/resume() back to mddev_suspend/resume()
Yu Kuai
2023-10-11
1
-2
/
+2
|
*
md/dm-raid: use new apis to suspend array
Yu Kuai
2023-10-11
1
-8
/
+4
|
*
md: initialize 'active_io' while allocating mddev
Yu Kuai
2023-09-22
1
-1
/
+6
*
|
dm raid: Annotate struct raid_set with __counted_by
Kees Cook
2023-10-02
1
-1
/
+1
|
/
*
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-30
1
-1
/
+0
|
\
|
*
Revert "md: unlock mddev before reap sync_thread in action_store"
Yu Kuai
2023-07-27
1
-1
/
+0
*
|
dm raid: protect md_stop() with 'reconfig_mutex'
Yu Kuai
2023-07-25
1
-1
/
+3
*
|
dm raid: clean up four equivalent goto tags in raid_ctr()
Yu Kuai
2023-07-25
1
-18
/
+9
*
|
dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths
Yu Kuai
2023-07-25
1
-2
/
+7
|
/
*
dm-raid: remove useless checking in raid_message()
Yu Kuai
2023-06-13
1
-2
/
+2
*
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
1
-17
/
+1
*
dm raid: remove unused d variable
Tom Rix
2023-04-11
1
-4
/
+0
*
dm: fix suspect indent whitespace
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: add missing blank line after declarations/fix those
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
1
-6
/
+6
*
dm: address indent/space issues
Heinz Mauelshagen
2023-02-14
1
-4
/
+4
*
dm: avoid initializing static variables
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-0
/
+1
*
dm raid: fix some spelling mistakes in comments
Yu Zhe
2023-02-12
1
-3
/
+3
[next]