summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: fix input truncation in safe_delay_store()Dan Williams2008-10-161-5/+3Star
* md: build failure due to missing delay.hStephen Rothwell2008-10-151-0/+1
* md: Relax minimum size restrictions on chunk_size.NeilBrown2008-10-131-6/+1Star
* md: remove space after function name in declaration and call.NeilBrown2008-10-131-13/+13
* md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-131-17/+4Star
* md: Don't try to set an array to 'read-auto' if it is already in that state.NeilBrown2008-10-131-2/+2
* md: Allow metadata_version to be updated for externally managed metadata.NeilBrown2008-10-131-1/+7
* md: Fix rdev_size_store with size == 0Chris Webb2008-10-131-4/+2Star
* block: move stats from disk to part0Tejun Heo2008-10-091-2/+2
* block: always set bdev->bd_partTejun Heo2008-10-091-4/+1Star
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-091-5/+5
* md: Don't wait UNINTERRUPTIBLE for other resync to finishNeilBrown2008-09-191-1/+7
* Remove invalidate_partition call from do_md_stop.NeilBrown2008-09-011-2/+0Star
* md: cancel check/repair requests when recovery is neededDan Williams2008-08-071-1/+3
* Allow faulty devices to be removed from a readonly array.NeilBrown2008-08-051-1/+12
* Fail safely when trying to grow an array with a write-intent bitmap.NeilBrown2008-08-051-0/+5
* Restore force switch of md array to readonly at reboot time.NeilBrown2008-08-051-1/+5
* Make writes to md/safe_mode_delay immediately effective.NeilBrown2008-08-051-0/+5
* md: do not count blocked devices as sparesDan Williams2008-07-291-1/+2
* md: delay notification of 'active_idle' to the recovery threadDan Williams2008-07-231-1/+4
* md: Protect access to mddev->disks list using RCUNeilBrown2008-07-211-12/+18
* md: only count actual openers as access which prevent a 'stop'NeilBrown2008-07-211-3/+6
* md: Make mddev->array_size sector-based.Andre Noll2008-07-211-5/+7
* md: Make super_type->rdev_size_change() take sector-based sizes.Andre Noll2008-07-211-21/+19Star
* md: Fix check for overlapping devices.Andre Noll2008-07-211-2/+3
* md: Tidy up rdev_size_store a bit:Neil Brown2008-07-211-9/+8Star
* md: Turn rdev->sb_offset into a sector-based quantity.Andre Noll2008-07-111-43/+38Star
* md: Make calc_dev_sboffset() return a sector count.Andre Noll2008-07-111-6/+7
* md: Replace calc_dev_size() by calc_num_sectors().Andre Noll2008-07-111-11/+7Star
* md: Make update_size() take the number of sectors.Andre Noll2008-07-111-18/+18
* md: Better control of when do_md_stop is allowed to stop the array.Neil Brown2008-07-111-14/+15
* md: get_disk_info(): Don't convert between signed and unsigned and back.Andre Noll2008-07-111-4/+1Star
* md: Simplify restart_array().Andre Noll2008-07-111-32/+17Star
* md: alloc_disk_sb(): Return proper error value.Andre Noll2008-07-111-1/+1
* md: Simplify sb_equal().Andre Noll2008-07-111-5/+1Star
* md: Simplify uuid_equal().Andre Noll2008-07-111-9/+4Star
* md: sb_equal(): Fix misleading printk.Andre Noll2008-07-081-1/+1
* md: Fix a typo in the comment to cmd_match().Andre Noll2008-07-081-1/+1
* md: Fix typo in array_state comment.Andre Noll2008-07-081-1/+1
* md: sync_speed_show(): Trivial cleanups.Andre Noll2008-07-081-4/+4
* md: do_md_run(): Fix misleading error message.Andre Noll2008-07-081-2/+3
* md: md_getgeo(): Move comment to proper position.Andre Noll2008-07-081-6/+6
* md: md_ioctl(): Fix misleading indentation.Andre Noll2008-07-081-3/+1Star
* md: resolve external metadata handling deadlock in md_allow_writeDan Williams2008-07-011-11/+16
* Support changing rdev size on running arrays.Chris Webb2008-06-281-13/+87
* Make sure all changes to md/dev-XX/state are notifiedNeil Brown2008-06-281-1/+13
* Make sure all changes to md/degraded are notified.Neil Brown2008-06-281-1/+5
* Make sure all changes to md/sync_action are notified.Neil Brown2008-06-281-6/+28
* Make sure all changes to md/array_state are notified.Neil Brown2008-06-281-5/+24
* Don't reject HOT_REMOVE_DISK request for an array that is not yet started.Neil Brown2008-06-281-3/+0Star