NeilBrown
|
5e8651060c
md: factor out updating of 'recovery_offset'.
|
15 years ago |
NeilBrown
|
24395a85d8
md: don't clear endpoint for resync when resync is interrupted.
|
15 years ago |
NeilBrown
|
5e5e3e78ed
md: Fix handling of raid5 array which is being reshaped to fewer devices.
|
15 years ago |
NeilBrown
|
3fa841d7e7
md: report device as congested when suspended
|
15 years ago |
NeilBrown
|
0da3c6194e
md: Improve name of threads created by md_register_thread
|
15 years ago |
NeilBrown
|
a9f326ebf2
md: remove sparse waring "symbol xxx shadows an earlier one"
|
15 years ago |
Alexey Dobriyan
|
83d5cde47d
const: make block_device_operations const
|
15 years ago |
NeilBrown
|
80ffb3ccea
Fix new incorrect error return from do_md_stop.
|
16 years ago |
NeilBrown
|
4d484a4a7a
md: allow upper limit for resync/reshape to be set when array is read-only
|
16 years ago |
NeilBrown
|
51d5668cb2
md: never advance 'events' counter by more than 1.
|
16 years ago |
NeilBrown
|
c8c00a6915
Remove deadlock potential in md_open
|
16 years ago |
NeilBrown
|
449aad3e25
md: Use revalidate_disk to effect changes in size of device.
|
16 years ago |
NeilBrown
|
70471dafe3
md: Handle growth of v1.x metadata correctly.
|
16 years ago |
NeilBrown
|
3673f305fa
md: avoid array overflow with bad v1.x metadata
|
16 years ago |
NeilBrown
|
3a981b03f3
md: when a level change reduces the number of devices, remove the excess.
|
16 years ago |
Andre Noll
|
ac5e7113e7
md: Push down data integrity code to personalities.
|
16 years ago |
Joe Perches
|
ad361c9884
Remove multiple KERN_ prefixes from printk formats
|
16 years ago |
NeilBrown
|
e62e58a5ff
md: use interruptible wait when duration is controlled by userspace.
|
16 years ago |
NeilBrown
|
0909dc448c
md: tidy up error paths in md_alloc
|
16 years ago |
NeilBrown
|
1ec22eb2b4
md: fix error path when duplicate name is found on md device creation.
|
16 years ago |
NeilBrown
|
b8d966efd9
md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.
|
16 years ago |
Andre Noll
|
0894cc3066
md: Move check for bitmap presence to personality code.
|
16 years ago |
NeilBrown
|
8190e754e0
md: remove chunksize rounding from common code.
|
16 years ago |
NeilBrown
|
1b57f13223
md: move assignment of ->utime so that it never gets skipped.
|
16 years ago |
Andre Noll
|
8c6ac868b1
md: Push down reconstruction log message to personality code.
|
16 years ago |
NeilBrown
|
50ac168a6e
md: merge reconfig and check_reshape methods.
|
16 years ago |
NeilBrown
|
597a711b69
md: remove unnecessary arguments from ->reconfig method.
|
16 years ago |
Andre Noll
|
664e7c413f
md: Convert mddev->new_chunk to sectors.
|
16 years ago |
Andre Noll
|
9d8f036362
md: Make mddev->chunk_size sector-based.
|
16 years ago |
raz ben yehuda
|
2ac06c3332
md: prepare for non-power-of-two chunk sizes
|
16 years ago |