aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-261-23/+33
|\
| * md: allow extended partitions on md devices.NeilBrown2008-10-211-0/+5
| * md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown2008-10-211-9/+12
| * md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown2008-10-211-14/+16
* | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-2/+2
* | [PATCH] switch mdAl Viro2008-10-211-10/+10
* | [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
|/
* md: fix input truncation in safe_delay_store()Dan Williams2008-10-161-5/+3
* 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/+1
* 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/+4
* 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/+2
* block: move stats from disk to part0Tejun Heo2008-10-091-2/+2
* block: always set bdev->bd_partTejun Heo2008-10-091-4/+1
* 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/+0
* 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-281-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/+19
* 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/+8
* md: Turn rdev->sb_offset into a sector-based quantity.Andre Noll2008-07-111-43/+38
* 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/+7
* 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/+1
* md: Simplify restart_array().Andre Noll2008-07-111-32/+17
* md: alloc_disk_sb(): Return proper error value.Andre Noll2008-07-111-1/+1
* md: Simplify sb_equal().Andre Noll2008-07-111-5/+1
* md: Simplify uuid_equal().Andre Noll2008-07-111-9/+4
* 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/+1