index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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-02
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-27
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-22
1
-1
/
+1
*
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
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-21
1
-6
/
+28
*
dm raid: fix fall-through warning in rs_check_takeover() for Clang
Gustavo A. R. Silva
2021-04-20
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-09
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
|
\
|
*
dm raid: Remove empty if statement
Damien Le Moal
2020-08-04
1
-2
/
+0
*
|
writeback: remove bdi->congested_fn
Christoph Hellwig
2020-07-08
1
-12
/
+0
|
/
*
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-20
1
-1
/
+1
*
dm raid: table line rebuild status fixes
Heinz Mauelshagen
2020-01-07
1
-21
/
+22
*
dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layout
Nathan Chancellor
2019-11-07
1
-1
/
+0
*
dm raid: streamline rs_get_progress() and its raid_status() caller side
Heinz Mauelshagen
2019-11-05
1
-27
/
+20
*
dm raid: simplify rs_setup_recovery call chain
Heinz Mauelshagen
2019-11-05
1
-21
/
+6
*
dm raid: to ensure resynchronization, perform raid set grow in preresume
Heinz Mauelshagen
2019-11-05
1
-21
/
+60
*
dm raid: change rs_set_dev_and_array_sectors API and callers
Heinz Mauelshagen
2019-11-05
1
-9
/
+5
*
dm raid: fix updating of max_discard_sectors limit
Ming Lei
2019-09-11
1
-5
/
+5
*
dm raid: add missing cleanup in raid_ctr()
Wenwen Wang
2019-08-21
1
-1
/
+1
*
docs: device-mapper: move it to the admin-guide
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
*
docs: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
*
dm: eliminate 'split_discard_bios' flag from DM target interface
Mike Snitzer
2019-02-20
1
-5
/
+9
[next]