Commit Graph

340 Commits (563f346d04e8373739240604a51ce8529dd9f07e)

Author SHA1 Message Date
NeilBrown de01dfadf2 md: Ensure an md array never has too many devices. 16 years ago
NeilBrown 4044ba58dd md: don't retry recovery of raid1 that fails due to error on source drive. 16 years ago
NeilBrown efeb53c0e5 md: Allow md devices to be created by name. 16 years ago
NeilBrown d3374825ce md: make devices disappear when they are no longer needed. 16 years ago
NeilBrown a21d15042d md: centralise all freeing of an 'mddev' in 'md_free' 16 years ago
NeilBrown 8b76539823 md: move allocation of ->queue from mddev_find to md_probe 16 years ago
Cheng Renquan cd2ac9321c md: need another print_sb for mdp_superblock_1 16 years ago
Cheng Renquan 159ec1fc06 md: use list_for_each_entry macro directly 16 years ago
NeilBrown 0c3573f19d md: use sysfs_notify_dirent to notify changes to md/sync_action. 16 years ago
NeilBrown cb3ac42b8a md: revert the recent addition of a call to the BLKRRPART ioctl. 16 years ago
NeilBrown 934d9c23b4 md: destroy partitions and notify udev when md array is stopped. 17 years ago
Al Viro 9a1c354276 [PATCH] pass fmode_t to blkdev_put() 17 years ago
Al Viro a39907fa2f [PATCH] switch md 17 years ago
Al Viro d4430d62fa [PATCH] beginning of methods conversion 17 years ago
NeilBrown 92850bbd71 md: allow extended partitions on md devices. 17 years ago
NeilBrown 3c0ee63a64 md: use sysfs_notify_dirent to notify changes to md/dev-xxx/state 17 years ago
NeilBrown b62b75905d md: use sysfs_notify_dirent to notify changes to md/array_state 17 years ago
Johannes Berg a65e5d782f remove CONFIG_KMOD from drivers 17 years ago
Dan Williams 97ce0a7f9c md: fix input truncation in safe_delay_store() 17 years ago
Stephen Rothwell 255707274e md: build failure due to missing delay.h 17 years ago
NeilBrown 4bbf3771ca md: Relax minimum size restrictions on chunk_size. 17 years ago
NeilBrown d710e13812 md: remove space after function name in declaration and call. 17 years ago
NeilBrown fb4d8c76e5 md: Remove unnecessary #includes, #defines, and function declarations. 17 years ago
NeilBrown 80268ee927 md: Don't try to set an array to 'read-auto' if it is already in that state. 17 years ago
NeilBrown ea43ddd849 md: Allow metadata_version to be updated for externally managed metadata. 17 years ago
Chris Webb 7d3c6f8717 md: Fix rdev_size_store with size == 0 17 years ago
Tejun Heo 074a7aca7a block: move stats from disk to part0 17 years ago
Tejun Heo 0762b8bde9 block: always set bdev->bd_part 17 years ago
Tejun Heo ed9e198234 block: implement and use {disk|part}_to_dev() 17 years ago
NeilBrown 9744197c3d md: Don't wait UNINTERRUPTIBLE for other resync to finish 17 years ago
NeilBrown 271f5a9b8f Remove invalidate_partition call from do_md_stop. 17 years ago
Dan Williams 56ac36d722 md: cancel check/repair requests when recovery is needed 17 years ago
NeilBrown c89a8eee61 Allow faulty devices to be removed from a readonly array. 17 years ago
NeilBrown dba034eef2 Fail safely when trying to grow an array with a write-intent bitmap. 17 years ago
NeilBrown 2b25000bf5 Restore force switch of md array to readonly at reboot time. 17 years ago
NeilBrown 19052c0e85 Make writes to md/safe_mode_delay immediately effective. 17 years ago
Dan Williams e542713529 md: do not count blocked devices as spares 17 years ago
Dan Williams d8e64406a0 md: delay notification of 'active_idle' to the recovery thread 17 years ago
NeilBrown 4b80991c6c md: Protect access to mddev->disks list using RCU 17 years ago
NeilBrown f2ea68cf42 md: only count actual openers as access which prevent a 'stop' 17 years ago
Andre Noll f233ea5c9e md: Make mddev->array_size sector-based. 17 years ago
Andre Noll 15f4a5fdf3 md: Make super_type->rdev_size_change() take sector-based sizes. 17 years ago
Andre Noll d07bd3bcc4 md: Fix check for overlapping devices. 17 years ago
Neil Brown d7027458d6 md: Tidy up rdev_size_store a bit: 17 years ago
Andre Noll 0f420358e3 md: Turn rdev->sb_offset into a sector-based quantity. 17 years ago
Andre Noll b73df2d3d6 md: Make calc_dev_sboffset() return a sector count. 17 years ago
Andre Noll e7debaa495 md: Replace calc_dev_size() by calc_num_sectors(). 17 years ago
Andre Noll d71f9f88d7 md: Make update_size() take the number of sectors. 17 years ago
Neil Brown df5b20cf68 md: Better control of when do_md_stop is allowed to stop the array. 17 years ago
Andre Noll 26ef379f53 md: get_disk_info(): Don't convert between signed and unsigned and back. 17 years ago