Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4257e085e26edaba0bf516ea231bd5122e3f3e6f
/
drivers
/
md
/
dm-raid.c
4257e08
dm raid: support to change bitmap region size
by Heinz Mauelshagen
· 8 years ago
9dbd1aa
dm raid: add reshaping support to the target
by Heinz Mauelshagen
· 8 years ago
40ba37e
dm raid: add prerequisite functions and definitions for reshaping
by Heinz Mauelshagen
· 8 years ago
a30cbc0
dm raid: inverse check for flags from invalid to valid flags
by Heinz Mauelshagen
· 8 years ago
e6ca5e1
dm raid: various code cleanups
by Mike Snitzer
· 8 years ago
bfcee0e
dm raid: rename functions that alloc and free struct raid_set
by Mike Snitzer
· 8 years ago
4286325
dm raid: remove all the bitops wrappers
by Mike Snitzer
· 8 years ago
bb91a63
dm raid: rename _in_range to __within_range
by Mike Snitzer
· 8 years ago
ef9b85a
dm raid: add missing "dm-raid0" module alias
by Mike Snitzer
· 8 years ago
3fa6cf3
dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag
by Mike Snitzer
· 8 years ago
9b6e542
dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it
by Mike Snitzer
· 8 years ago
bd83a4c
dm raid: remove ti_error_* wrappers
by Mike Snitzer
· 8 years ago
4315784
dm raid: tabify appropriate whitespace
by Mike Snitzer
· 8 years ago
3a1c1ef
dm raid: enhance status interface and fixup takeover/raid0
by Heinz Mauelshagen
· 8 years ago
ecbfb9f
dm raid: add raid level takeover support
by Heinz Mauelshagen
· 8 years ago
7b34df7
dm raid: enhance super_sync() to support new superblock members
by Heinz Mauelshagen
· 8 years ago
4763e54
dm raid: add new reshaping/raid10 format table line options to parameter parser
by Heinz Mauelshagen
· 8 years ago
33e53f0
dm raid: introduce extended superblock and new raid types to support takeover/reshaping
by Heinz Mauelshagen
· 8 years ago
676fa5a
dm raid: use rt_is_raid*() in all appropriate checks
by Heinz Mauelshagen
· 8 years ago
ad51d7f
dm raid: more use of flag testing wrappers
by Heinz Mauelshagen
· 8 years ago
f090279
dm raid: check constructor arguments for invalid raid level/argument combinations
by Heinz Mauelshagen
· 8 years ago
702108d
dm raid: cleanup / provide infrastructure
by Heinz Mauelshagen
· 8 years ago
92c83d7
dm raid: use dm_arg_set API in constructor
by Heinz Mauelshagen
· 8 years ago
73c6f23
dm raid: rename variable 'ret' to 'r' to conform to other dm code
by Heinz Mauelshagen
· 8 years ago
796a5cf
md: use bio op accessors
by Mike Christie
· 8 years ago
4c9971c
dm raid: make sure no feature flags are set in metadata
by Heinz Mauelshagen
· 9 years ago
042745e
dm raid: fix round up of default region size
by Mikulas Patocka
· 9 years ago
8ae1266
block: kill merge_bvec_fn() completely
by Kent Overstreet
· 10 years ago
0cf4503
dm raid: add support for the MD RAID0 personality
by Heinz Mauelshagen
· 10 years ago
c76d53f
dm raid: a few cleanups
by Heinz Mauelshagen
· 10 years ago
0f4106b
dm raid: fixup documentation for discard support
by Heinz Mauelshagen
· 10 years ago
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