Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6eb031d2fe2d9a3d7eaaba151c64e20bd0220fc9
/
drivers
/
md
/
dm-raid.c
802ea9d
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
3ca5a21
dm raid: fix a couple integer overflows
by Dan Carpenter
· 10 years ago
5c675f8
md: make ->congested robust against personality changes.
by NeilBrown
· 10 years ago
d20c4b0
dm raid: fix inaccessible superblocks causing oops in configure_discard_support
by Heinz Mauelshagen
· 10 years ago
40d43c4
dm raid: ensure superblock's size matches device's logical block size
by Heinz Mauelshagen
· 10 years ago
48cf06b
dm raid: add discard support for RAID levels 4, 5 and 6
by Heinz Mauelshagen
· 10 years ago
75b8e04
dm raid: add discard support for RAID levels 1 and 10
by Heinz Mauelshagen
· 10 years ago
c4a3955
MD: Remember the last sync operation that was performed
by Jonathan Brassow
· 11 years ago
b29bebd
md: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
3f6bbd3
dm-raid: silence compiler warning on rebuilds_per_group.
by NeilBrown
· 12 years ago
a4dc163
DM RAID: Fix raid_resume not reviving failed devices in all cases
by Jonathan Brassow
· 12 years ago
f381e71
DM RAID: Break-up untidy function
by Jonathan Brassow
· 12 years ago
9092c02
DM RAID: Add ability to restore transiently failed devices on resume
by Jonathan Brassow
· 12 years ago
be83651
DM RAID: Add message/status support for changing sync action
by Jonathan Brassow
· 12 years ago
a5e0d73
Merge tag 'md-3.9' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
55a62ee
dm: rename request variables to bios
by Alasdair G Kergon
· 12 years ago
fd7c092
dm: fix truncated status strings
by Mikulas Patocka
· 12 years ago
fe5d2f4
DM RAID: Add support for MD's RAID10 "far" and "offset" algorithms
by Jonathan Brassow
· 12 years ago
55ebbb5
DM-RAID: Fix RAID10's check for sufficient redundancy
by Jonathan Brassow
· 12 years ago
7de3ee5
dm: remove map_info
by Mikulas Patocka
· 12 years ago
3a0f9aa
dm raid: round region_size to power of two
by Jonathan Brassow
· 12 years ago
761becf
DM RAID: Fix for "sync" directive ineffectiveness
by Jonathan Brassow
· 12 years ago
7386199
DM RAID: Fix comparison of index and quantity for "rebuild" parameter
by Jonathan Brassow
· 12 years ago
4ec1e36
DM RAID: Add rebuild capability for RAID10
by Jonathan Brassow
· 12 years ago
eb64912
DM RAID: Move 'rebuild' checking code to its own function
by Jonathan Brassow
· 12 years ago
fcff06c
Merge branch 'for-next' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
63f33b8d
DM RAID: Add support for MD RAID10
by Jonathan Brassow
· 12 years ago
1f4e0ff
dm thin: commit before gathering status
by Alasdair G Kergon
· 12 years ago
c039c33
dm raid: move sectors_per_dev calculation
by Jonathan E Brassow
· 12 years ago
f999e8f
dm raid: restructure parse_raid_params
by Jonathan E Brassow
· 12 years ago
542f903
dm: support non power of two target max_io_len
by Mike Snitzer
· 12 years ago
c32fb9e
DM RAID: Use md_error() in place of simply setting Faulty bit
by Jonathan Brassow
· 12 years ago
81f382f
DM RAID: Record and handle missing devices
by Jonathan Brassow
· 12 years ago
47525e5
DM RAID: Set recovery flags on resume
by Jonathan Brassow
· 12 years ago
545c879
md: dm-raid should call helper function to clear rdev.
by NeilBrown
· 12 years ago
a9ad852
DM RAID: Use safe version of rdev_for_each
by Jonathan Brassow
· 13 years ago
0447568
dm raid: handle failed devices during start up
by Jonathan E Brassow
· 13 years ago
dafb20f
md: tidy up rdev_for_each usage.
by NeilBrown
· 13 years ago
0ca93de
dm raid: fix flush support
by Jonathan E Brassow
· 13 years ago
3aa3b2b
dm raid: set MD_CHANGE_DEVS when rebuilding
by Jonathan E Brassow
· 13 years ago
34f8ac6d
Prevent DM RAID from loading bitmap twice.
by Jonathan Brassow
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
43672a0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dm
by Linus Torvalds
· 13 years ago
056075c
md: Add module.h to all files using it implicitly
by Paul Gortmaker
· 13 years ago
2e727c3
dm: raid fix device status indicator when array initializing
by Jonathan E Brassow
· 13 years ago
c3ae1f3
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
d1688a6
md/raid5: typedef removal: raid5_conf_t -> struct r5conf
by NeilBrown
· 13 years ago
fd01b88
md: remove typedefs: mddev_t -> struct mddev
by NeilBrown
· 13 years ago
3cb0300
md: removing typedefs: mdk_rdev_t -> struct md_rdev
by NeilBrown
· 13 years ago
8232480
dm: raid fix write_mostly arg validation
by Jonthan Brassow
· 13 years ago
3273727
dm raid: add md raid1 support
by Jonathan Brassow
· 13 years ago
b12d437
dm raid: support metadata devices
by Jonathan Brassow
· 13 years ago
46bed2b
dm raid: add write_mostly parameter
by Jonathan Brassow
· 13 years ago
c108456
dm raid: add region_size parameter
by Jonathan Brassow
· 13 years ago
3e8dbb7
dm raid: tidy includes
by Alasdair G Kergon
· 13 years ago
13c8758
dm raid: cleanup parameter handling
by Jonathan Brassow
· 13 years ago
af1db72
md/dm - remove remains of plug_fn callback.
by NeilBrown
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
9d09e66
dm: raid456 basic support
by NeilBrown
· 14 years ago