index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-raid.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-14
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
*
dm raid: fix typo in analyse_superblocks code comment
Jiangshan Yi
2022-10-18
1
-1
/
+1
*
dm raid: delete the redundant word 'that' in comment
Jilin Yuan
2022-10-18
1
-1
/
+1
*
md: unlock mddev before reap sync_thread in action_store
Guoqing Jiang
2022-08-03
1
-0
/
+1
*
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-08-02
1
-3
/
+4
|
\
|
*
dm: fix dm-raid crash if md_handle_request() splits bio
Mike Snitzer
2022-07-28
1
-0
/
+1
|
*
dm raid: fix address sanitizer warning in raid_resume
Mikulas Patocka
2022-07-28
1
-1
/
+1
|
*
dm raid: fix address sanitizer warning in raid_status
Mikulas Patocka
2022-07-28
1
-1
/
+1
|
*
dm raid: remove redundant "the" in parse_raid_params() comment
Jiang Jian
2022-07-07
1
-1
/
+1
*
|
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-02
1
-1
/
+1
|
\
\
|
*
|
md/core: Combine two sync_page_io() arguments
Bart Van Assche
2022-07-14
1
-1
/
+1
|
|
/
*
/
dm raid: fix accesses beyond end of raid member array
Heinz Mauelshagen
2022-06-28
1
-16
/
+18
|
/
*
Revert "md: don't unregister sync_thread with reconfig_mutex held"
Guoqing Jiang
2022-06-15
1
-1
/
+1
*
md: don't unregister sync_thread with reconfig_mutex held
Guoqing Jiang
2022-05-23
1
-1
/
+1
*
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-18
1
-7
/
+2
*
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
1
-3
/
+3
*
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-08-10
1
-0
/
+39
*
dm raid: remove unnecessary discard limits for raid0 and raid10
Mike Snitzer
2021-04-30
1
-9
/
+0
*
dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...
Heinz Mauelshagen
2021-04-22
1
-6
/
+28
*
dm raid: fix fall-through warning in rs_check_takeover() for Clang
Gustavo A. R. Silva
2021-04-21
1
-0
/
+1
*
dm raid: fix discard limits for raid1
Mike Snitzer
2021-01-04
1
-3
/
+3
*
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-2
/
+1
|
\
|
*
dm-raid: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-2
/
+1
*
|
Revert "dm raid: fix discard limits for raid1 and raid10"
Mike Snitzer
2020-12-14
1
-7
/
+5
*
|
Revert "dm raid: remove unnecessary discard limits for raid10"
Song Liu
2020-12-10
1
-0
/
+11
|
/
*
dm raid: remove unnecessary discard limits for raid10
Mike Snitzer
2020-09-29
1
-11
/
+0
*
dm raid: fix discard limits for raid1 and raid10
Mike Snitzer
2020-09-29
1
-5
/
+7
*
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-09-02
1
-1
/
+1
*
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-07
1
-2
/
+0
|
\
[next]