index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-raid.c
Age
Commit message (
Expand
)
Author
2016-07-18
dm raid: remove bogus comment and fix comment typos
Heinz Mauelshagen
2016-07-18
dm raid: more restricting data_offset value checks
Heinz Mauelshagen
2016-07-18
dm raid: reject too many write_mostly devices
Heinz Mauelshagen
2016-07-18
dm raid: the sync_page_io() metadata_op argument is bool
Heinz Mauelshagen
2016-07-18
dm raid: prohibit to pass in both sync and nosync ctr flags
Heinz Mauelshagen
2016-07-18
dm raid: avoid superfluous memory barriers on static metadata
Heinz Mauelshagen
2016-06-16
dm raid: don't use 'const' in function return
Arnd Bergmann
2016-06-14
dm raid: fix failed takeover/reshapes by keeping raid set frozen
Heinz Mauelshagen
2016-06-14
dm raid: support to change bitmap region size
Heinz Mauelshagen
2016-06-14
dm raid: add reshaping support to the target
Heinz Mauelshagen
2016-06-14
dm raid: add prerequisite functions and definitions for reshaping
Heinz Mauelshagen
2016-06-14
dm raid: inverse check for flags from invalid to valid flags
Heinz Mauelshagen
2016-06-14
dm raid: various code cleanups
Mike Snitzer
2016-06-14
dm raid: rename functions that alloc and free struct raid_set
Mike Snitzer
2016-06-14
dm raid: remove all the bitops wrappers
Mike Snitzer
2016-06-14
dm raid: rename _in_range to __within_range
Mike Snitzer
2016-06-14
dm raid: add missing "dm-raid0" module alias
Mike Snitzer
2016-06-14
dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag
Mike Snitzer
2016-06-14
dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it
Mike Snitzer
2016-06-14
dm raid: remove ti_error_* wrappers
Mike Snitzer
2016-06-14
dm raid: tabify appropriate whitespace
Mike Snitzer
2016-06-14
dm raid: enhance status interface and fixup takeover/raid0
Heinz Mauelshagen
2016-06-14
dm raid: add raid level takeover support
Heinz Mauelshagen
2016-06-14
dm raid: enhance super_sync() to support new superblock members
Heinz Mauelshagen
2016-06-14
dm raid: add new reshaping/raid10 format table line options to parameter parser
Heinz Mauelshagen
2016-06-14
dm raid: introduce extended superblock and new raid types to support takeover...
Heinz Mauelshagen
2016-06-13
dm raid: use rt_is_raid*() in all appropriate checks
Heinz Mauelshagen
2016-06-13
dm raid: more use of flag testing wrappers
Heinz Mauelshagen
2016-06-13
dm raid: check constructor arguments for invalid raid level/argument combinat...
Heinz Mauelshagen
2016-06-13
dm raid: cleanup / provide infrastructure
Heinz Mauelshagen
2016-06-13
dm raid: use dm_arg_set API in constructor
Heinz Mauelshagen
2016-06-13
dm raid: rename variable 'ret' to 'r' to conform to other dm code
Heinz Mauelshagen
2016-06-07
md: use bio op accessors
Mike Christie
2016-05-13
dm raid: make sure no feature flags are set in metadata
Heinz Mauelshagen
2015-10-02
dm raid: fix round up of default region size
Mikulas Patocka
2015-08-13
block: kill merge_bvec_fn() completely
Kent Overstreet
2015-05-29
dm raid: add support for the MD RAID0 personality
Heinz Mauelshagen
2015-05-29
dm raid: a few cleanups
Heinz Mauelshagen
2015-05-29
dm raid: fixup documentation for discard support
Heinz Mauelshagen
2015-02-12
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-02-09
dm raid: fix a couple integer overflows
Dan Carpenter
2015-02-04
md: make ->congested robust against personality changes.
NeilBrown
2014-10-29
dm raid: fix inaccessible superblocks causing oops in configure_discard_support
Heinz Mauelshagen
2014-10-21
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
2014-10-05
dm raid: add discard support for RAID levels 4, 5 and 6
Heinz Mauelshagen
2014-10-05
dm raid: add discard support for RAID levels 1 and 10
Heinz Mauelshagen
2013-06-26
MD: Remember the last sync operation that was performed
Jonathan Brassow
2013-06-14
md: replace strict_strto*() with kstrto*()
Jingoo Han
2013-06-14
dm-raid: silence compiler warning on rebuilds_per_group.
NeilBrown
2013-06-14
DM RAID: Fix raid_resume not reviving failed devices in all cases
Jonathan Brassow
[prev]
[next]