Commit Graph

401 Commits (3807e26d69b9ad3864fe03224ebebc9610d5802e)

Author SHA1 Message Date
Alexey Dobriyan 83d5cde47d const: make block_device_operations const 16 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
NeilBrown b492b852cd md: don't use locked_ioctl. 16 years ago
NeilBrown 7a91ee1f62 md: don't update curr_resync_completed without also updating reshape_position. 16 years ago
NeilBrown b6a9ce688f md: export 'frozen' resync state through sysfs 16 years ago
NeilBrown 2b69c83924 md: improve errno return when setting array_size 16 years ago
NeilBrown 62e1e389f8 md: always update level / chunk_size / layout when writing v1.x metadata. 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
NeilBrown c4647292fd md: remove rd%d links immediately after stopping an array. 16 years ago
NeilBrown 5bf2959754 md: remove ability to explicit set an inactive array to 'clean'. 16 years ago
Jan Engelhardt 110518bccf md: constify VFTs 16 years ago
NeilBrown dd71cf6b27 md: tidy up status_resync to handle large arrays. 16 years ago
NeilBrown c03f6a1969 md: update sync_completed and reshape_position even more often. 16 years ago
NeilBrown acb180b0e3 md: improve usefulness and accuracy of sysfs file md/sync_completed. 16 years ago
NeilBrown 6d56e27844 md: allow setting newly added device to 'in_sync' via sysfs. 16 years ago
NeilBrown d1a7c50369 md: don't display meaningless values in sysfs files resync_start and sync_speed 16 years ago
NeilBrown cea9c22800 md: add explicit method to signal the end of a reshape. 16 years ago
Dan Williams b522adcde9 md: 'array_size' sysfs attribute 16 years ago
Dan Williams 1f403624bd md: centralize ->array_sectors modifications 16 years ago
NeilBrown b354603527 md/raid5: allow layout/chunksize to be changed on an active 2-drive raid5. 16 years ago
NeilBrown 245f46c2c2 md: add ->takeover method to support changing the personality managing an array 16 years ago
NeilBrown 409c57f380 md: enable suspend/resume of md devices. 16 years ago
NeilBrown e0cf8f045b md: md_unregister_thread should cope with being passed NULL 16 years ago
NeilBrown 34817e8c39 md: make sure new_level, new_chunksize, new_layout always have sensible values. 16 years ago
Andre Noll dd8ac336c1 md: Represent raid device size in sectors. 16 years ago
Andre Noll 58c0fed400 md: Make mddev->size sector-based. 16 years ago
NeilBrown 575a80fa4f md: be more consistent about setting WriteMostly flag when adding a drive to an array 16 years ago
NeilBrown 97e4f42d62 md: occasionally checkpoint drive recovery to reduce duplicate effort after a crash 16 years ago