aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: convert drivers/md/md.c to use kobject_init/add_ng()Greg Kroah-Hartman1-9/+4
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-4/+4
2008-01-24Kobject: change drivers/md/md.c to use kobject_init_and_addGreg Kroah-Hartman1-4/+6
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle1-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-17md: expose the degraded status of an assembled array through sysfsIustin Pop1-0/+7
2007-10-17md: 'sync_action' in sysfs returns wrong value for readonly arraysNeilBrown1-1/+1
2007-10-17md: software Raid autodetect dev list not arrayMichael J. Evans1-9/+33
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-1/+0
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-17/+8
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-17md: change bitmap_unplug and others to void functionsNeilBrown1-2/+1
2007-07-17md: check that internal bitmap does not overlap other dataNeilBrown1-1/+21
2007-07-17md: improve the is_mddev_idle test fixNeilBrown1-13/+22
2007-07-17md: improve message about invalid superblock during autodetectNeilBrown1-4/+6
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+0
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams1-1/+1
2007-05-23md: fix bug with linear hot-add and elsewhereNeilBrown1-6/+14
2007-05-11md: improve the is_mddev_idle testNeilBrown1-1/+1
2007-05-09Revert "md: improve partition detection in md array"Linus Torvalds1-8/+18
2007-05-09md: improve partition detection in md arrayNeilBrown1-18/+8
2007-05-09md: allow reshape_position for md arrays to be set via sysfsNeilBrown1-7/+63
2007-05-09md: stop using csum_partial for checksum calculation in mdNeilBrown1-2/+29
2007-05-09md: move test for whether level supports bitmap to correct placeNeilBrown1-16/+26
2007-05-09md: cleanup: use seq_release_private() where appropriateMartin Peschke1-10/+1
2007-05-09drivers/md.c: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-3/+3
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-1/+1
2007-04-04[PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown1-1/+15
2007-03-27[PATCH] md: convert compile time warnings into runtime warningsNeilBrown1-10/+31
2007-03-27[PATCH] md: clear the congested_fn when stopping a raid5NeilBrown1-0/+1
2007-03-01[PATCH] md: restart a (raid5) reshape that has been aborted due to a read/write errorNeilBrown1-29/+45
2007-03-01[PATCH] md: clean out unplug and other queue function on md shutdownNeilBrown1-0/+3
2007-03-01[PATCH] md: move warning about creating a raid array on partitions of the one deviceNeilBrown1-26/+37
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: md: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2007-01-26[PATCH] md: fix potential memalloc deadlock in mdNeilBrown1-0/+29
2007-01-26[PATCH] md: make sure the events count in an md array never returns to zeroNeilBrown1-1/+2
2006-12-22[PATCH] md: fix a few problems with the interface (sysfs and ioctl) to mdNeilBrown1-5/+8
2006-12-10[PATCH] md: assorted md and raid1 one-linersNeilBrown1-1/+2
2006-12-10[PATCH] MD: conditionalize some codeJeff Garzik1-1/+3
2006-12-10[PATCH] md: tidy up device-change notification when an md array is stoppedNeilBrown1-5/+5
2006-12-08[PATCH] struct path: convert mdJosef Sipek1-2/+2
2006-12-08[PATCH] lockdep: avoid lockdep warning in mdNeilBrown1-1/+1
2006-12-08[PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra1-3/+3
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1