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
2016-07-18
dm raid: fix rs_set_capacity on growing reshape
Heinz Mauelshagen
1
-6
/
+3
2016-07-18
dm raid: make rs_set_capacity to work on shrinking reshape
Heinz Mauelshagen
1
-4
/
+4
2016-07-18
dm raid: enhance comments in takeover checks
Heinz Mauelshagen
1
-2
/
+2
2016-07-18
dm raid: remove bogus comment and fix comment typos
Heinz Mauelshagen
1
-4
/
+2
2016-07-18
dm raid: more restricting data_offset value checks
Heinz Mauelshagen
1
-1
/
+2
2016-07-18
dm raid: reject too many write_mostly devices
Heinz Mauelshagen
1
-1
/
+7
2016-07-18
dm raid: the sync_page_io() metadata_op argument is bool
Heinz Mauelshagen
1
-3
/
+3
2016-07-18
dm raid: prohibit to pass in both sync and nosync ctr flags
Heinz Mauelshagen
1
-0
/
+6
2016-07-18
dm raid: avoid superfluous memory barriers on static metadata
Heinz Mauelshagen
1
-5
/
+0
2016-06-16
dm raid: don't use 'const' in function return
Arnd Bergmann
1
-1
/
+1
2016-06-15
dm raid: fix failed takeover/reshapes by keeping raid set frozen
Heinz Mauelshagen
1
-29
/
+56
2016-06-15
dm raid: support to change bitmap region size
Heinz Mauelshagen
1
-0
/
+11
2016-06-15
dm raid: add reshaping support to the target
Heinz Mauelshagen
1
-58
/
+447
2016-06-15
dm raid: add prerequisite functions and definitions for reshaping
Heinz Mauelshagen
1
-22
/
+202
2016-06-15
dm raid: inverse check for flags from invalid to valid flags
Heinz Mauelshagen
1
-32
/
+56
2016-06-15
dm raid: various code cleanups
Mike Snitzer
1
-56
/
+43
2016-06-15
dm raid: rename functions that alloc and free struct raid_set
Mike Snitzer
1
-7
/
+7
2016-06-15
dm raid: remove all the bitops wrappers
Mike Snitzer
1
-125
/
+89
2016-06-15
dm raid: rename _in_range to __within_range
Mike Snitzer
1
-14
/
+14
2016-06-15
dm raid: add missing "dm-raid0" module alias
Mike Snitzer
1
-1
/
+2
2016-06-15
dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag
Mike Snitzer
1
-30
/
+30
2016-06-15
dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it
Mike Snitzer
1
-17
/
+20
2016-06-15
dm raid: remove ti_error_* wrappers
Mike Snitzer
1
-152
/
+249
2016-06-15
dm raid: tabify appropriate whitespace
Mike Snitzer
1
-62
/
+62
2016-06-15
dm raid: enhance status interface and fixup takeover/raid0
Heinz Mauelshagen
1
-181
/
+253
2016-06-15
dm raid: add raid level takeover support
Heinz Mauelshagen
1
-29
/
+426
2016-06-15
dm raid: enhance super_sync() to support new superblock members
Heinz Mauelshagen
1
-10
/
+65
2016-06-15
dm raid: add new reshaping/raid10 format table line options to parameter parser
Heinz Mauelshagen
1
-9
/
+39
2016-06-15
dm raid: introduce extended superblock and new raid types to support takeover...
Heinz Mauelshagen
1
-133
/
+471
2016-06-13
dm raid: use rt_is_raid*() in all appropriate checks
Heinz Mauelshagen
1
-12
/
+18
2016-06-13
dm raid: more use of flag testing wrappers
Heinz Mauelshagen
1
-25
/
+23
2016-06-13
dm raid: check constructor arguments for invalid raid level/argument combinat...
Heinz Mauelshagen
1
-1
/
+130
2016-06-13
dm raid: cleanup / provide infrastructure
Heinz Mauelshagen
1
-196
/
+228
2016-06-13
dm raid: use dm_arg_set API in constructor
Heinz Mauelshagen
1
-61
/
+84
2016-06-13
dm raid: rename variable 'ret' to 'r' to conform to other dm code
Heinz Mauelshagen
1
-32
/
+36
2016-06-07
md: use bio op accessors
Mike Christie
1
-2
/
+3
2016-05-13
dm raid: make sure no feature flags are set in metadata
Heinz Mauelshagen
1
-1
/
+6
2015-10-02
dm raid: fix round up of default region size
Mikulas Patocka
1
-2
/
+1
2015-08-13
block: kill merge_bvec_fn() completely
Kent Overstreet
1
-19
/
+0
2015-05-29
dm raid: add support for the MD RAID0 personality
Heinz Mauelshagen
1
-48
/
+84
2015-05-29
dm raid: a few cleanups
Heinz Mauelshagen
1
-45
/
+46
2015-05-29
dm raid: fixup documentation for discard support
Heinz Mauelshagen
1
-2
/
+0
2015-02-13
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+7
2015-02-09
dm raid: fix a couple integer overflows
Dan Carpenter
1
-9
/
+7
2015-02-04
md: make ->congested robust against personality changes.
NeilBrown
1
-7
/
+1
2014-10-29
dm raid: fix inaccessible superblocks causing oops in configure_discard_support
Heinz Mauelshagen
1
-1
/
+5
2014-10-21
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
1
-4
/
+7
2014-10-06
dm raid: add discard support for RAID levels 4, 5 and 6
Heinz Mauelshagen
1
-4
/
+34
2014-10-06
dm raid: add discard support for RAID levels 1 and 10
Heinz Mauelshagen
1
-2
/
+28
2013-06-26
MD: Remember the last sync operation that was performed
Jonathan Brassow
1
-1
/
+2
[prev]
[next]