index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-raid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-3
/
+3
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
1
-0
/
+39
2021-04-30
dm raid: remove unnecessary discard limits for raid0 and raid10
Mike Snitzer
1
-9
/
+0
2021-04-22
dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...
Heinz Mauelshagen
1
-6
/
+28
2021-04-21
dm raid: fix fall-through warning in rs_check_takeover() for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-01-04
dm raid: fix discard limits for raid1
Mike Snitzer
1
-3
/
+3
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2020-12-14
Revert "dm raid: fix discard limits for raid1 and raid10"
Mike Snitzer
1
-7
/
+5
2020-12-10
Revert "dm raid: remove unnecessary discard limits for raid10"
Song Liu
1
-0
/
+11
2020-11-16
dm-raid: use set_capacity_and_notify
Christoph Hellwig
1
-2
/
+1
2020-09-29
dm raid: remove unnecessary discard limits for raid10
Mike Snitzer
1
-11
/
+0
2020-09-29
dm raid: fix discard limits for raid1 and raid10
Mike Snitzer
1
-5
/
+7
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-1
/
+1
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+0
2020-08-04
dm raid: Remove empty if statement
Damien Le Moal
1
-2
/
+0
2020-07-09
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-12
/
+0
2020-05-21
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-01-07
dm raid: table line rebuild status fixes
Heinz Mauelshagen
1
-21
/
+22
2019-11-07
dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layout
Nathan Chancellor
1
-1
/
+0
2019-11-05
dm raid: streamline rs_get_progress() and its raid_status() caller side
Heinz Mauelshagen
1
-27
/
+20
2019-11-05
dm raid: simplify rs_setup_recovery call chain
Heinz Mauelshagen
1
-21
/
+6
2019-11-05
dm raid: to ensure resynchronization, perform raid set grow in preresume
Heinz Mauelshagen
1
-21
/
+60
2019-11-05
dm raid: change rs_set_dev_and_array_sectors API and callers
Heinz Mauelshagen
1
-9
/
+5
2019-09-11
dm raid: fix updating of max_discard_sectors limit
Ming Lei
1
-5
/
+5
2019-08-21
dm raid: add missing cleanup in raid_ctr()
Wenwen Wang
1
-1
/
+1
2019-07-15
docs: device-mapper: move it to the admin-guide
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-14
docs: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-02-21
dm: eliminate 'split_discard_bios' flag from DM target interface
Mike Snitzer
1
-5
/
+9
2018-12-18
dm raid: fix false -EBUSY when handling check/repair message
Heinz Mauelshagen
1
-2
/
+1
2018-10-18
dm raid: avoid bitmap with raid4/5/6 journal device
Heinz Mauelshagen
1
-1
/
+1
2018-09-18
dm raid: remove bogus const from decipher_sync_action() return type
Geert Uytterhoeven
1
-1
/
+1
2018-09-07
dm raid: bump target version, update comments and documentation
Heinz Mauelshagen
1
-4
/
+6
2018-09-07
dm raid: fix RAID leg rebuild errors
Heinz Mauelshagen
1
-34
/
+46
2018-09-07
dm raid: fix rebuild of specific devices by updating superblock
Heinz Mauelshagen
1
-0
/
+5
2018-09-07
dm raid: fix stripe adding reshape deadlock
Heinz Mauelshagen
1
-8
/
+3
2018-09-06
dm raid: fix reshape race on small devices
Heinz Mauelshagen
1
-47
/
+1
2018-08-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-3
/
+3
2018-08-02
md: Avoid namespace collision with bitmap API
Andy Shevchenko
1
-3
/
+3
2018-06-22
dm raid: don't use 'const' in function return
Arnd Bergmann
1
-1
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-1
/
+1
2018-04-04
dm raid: fix parse_raid_params() variable range issue
Heinz Mauelshagen
1
-8
/
+19
2018-04-03
dm raid: fix nosync status
Heinz Mauelshagen
1
-1
/
+2
2018-04-03
dm: allow targets to return output from messages they are sent
Mike Snitzer
1
-1
/
+2
2018-03-07
dm raid: fix incorrect sync_ratio when degraded
Jonathan Brassow
1
-3
/
+4
2018-01-31
Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-126
/
+254
2018-01-17
dm raid: make raid_sets symbol static
Wei Yongjun
1
-1
/
+1
2017-12-13
dm raid: use rs_is_raid*()
Heinz Mauelshagen
1
-8
/
+8
2017-12-13
dm raid: simplify rs_get_progress()
Heinz Mauelshagen
1
-20
/
+3
2017-12-13
dm raid: ensure 'a' chars during reshape
Heinz Mauelshagen
1
-0
/
+9
2017-12-13
dm raid: stop keeping raid set frozen altogether
Heinz Mauelshagen
1
-38
/
+70
[next]