summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorLines
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-17/+8
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe-1/+1
2007-07-17md: change bitmap_unplug and others to void functionsNeilBrown-2/+1
2007-07-17md: check that internal bitmap does not overlap other dataNeilBrown-1/+21
2007-07-17md: improve the is_mddev_idle test fixNeilBrown-13/+22
2007-07-17md: improve message about invalid superblock during autodetectNeilBrown-4/+6
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-1/+0
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams-1/+1
2007-05-23md: fix bug with linear hot-add and elsewhereNeilBrown-6/+14
2007-05-11md: improve the is_mddev_idle testNeilBrown-1/+1
2007-05-09Revert "md: improve partition detection in md array"Linus Torvalds-8/+18
2007-05-09md: improve partition detection in md arrayNeilBrown-18/+8
2007-05-09md: allow reshape_position for md arrays to be set via sysfsNeilBrown-7/+63
2007-05-09md: stop using csum_partial for checksum calculation in mdNeilBrown-2/+29
2007-05-09md: move test for whether level supports bitmap to correct placeNeilBrown-16/+26
2007-05-09md: cleanup: use seq_release_private() where appropriateMartin Peschke-10/+1
2007-05-09drivers/md.c: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish-3/+3
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra-1/+1
2007-04-04[PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown-1/+15
2007-03-27[PATCH] md: convert compile time warnings into runtime warningsNeilBrown-10/+31
2007-03-27[PATCH] md: clear the congested_fn when stopping a raid5NeilBrown-0/+1
2007-03-01[PATCH] md: restart a (raid5) reshape that has been aborted due to a read/wri...NeilBrown-29/+45
2007-03-01[PATCH] md: clean out unplug and other queue function on md shutdownNeilBrown-0/+3
2007-03-01[PATCH] md: move warning about creating a raid array on partitions of the one...NeilBrown-26/+37
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman-1/+1
2007-02-14[PATCH] sysctl: md: remove unnecessary insert_at_head flagEric W. Biederman-1/+1
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven-1/+1
2007-01-26[PATCH] md: fix potential memalloc deadlock in mdNeilBrown-0/+29
2007-01-26[PATCH] md: make sure the events count in an md array never returns to zeroNeilBrown-1/+2
2006-12-22[PATCH] md: fix a few problems with the interface (sysfs and ioctl) to mdNeilBrown-5/+8
2006-12-10[PATCH] md: assorted md and raid1 one-linersNeilBrown-1/+2
2006-12-10[PATCH] MD: conditionalize some codeJeff Garzik-1/+3
2006-12-10[PATCH] md: tidy up device-change notification when an md array is stoppedNeilBrown-5/+5
2006-12-08[PATCH] struct path: convert mdJosef Sipek-2/+2
2006-12-08[PATCH] lockdep: avoid lockdep warning in mdNeilBrown-1/+1
2006-12-08[PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra-3/+3
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham-1/+1
2006-11-08[PATCH] md: do not freeze md threads for suspendRafael J. Wysocki-1/+1
2006-11-08[PATCH] md: change ONLINE/OFFLINE events to a single CHANGE eventNeilBrown-2/+1
2006-11-03[PATCH] md: send online/offline uevents when an md array starts/stopsNeilBrown-0/+2
2006-10-28[PATCH] md: simplify checking of available size when resizing an arrayNeilBrown-5/+2
2006-10-28[PATCH] md: fix bug where spares don't always get rebuilt properly when they ...NeilBrown-0/+1
2006-10-21[PATCH] md: endian annotation for v1 superblock accessNeilBrown-6/+7
2006-10-17[PATCH] md: fix /proc/mdstat refcountingAkinobu Mita-0/+1
2006-10-06[PATCH] md: fix bug where new drives added to an md array sometimes don't syn...NeilBrown-0/+1
2006-10-03BUG_ON cleanup for drivers/md/Eric Sesterhenn-2/+1
2006-10-03[PATCH] md: add error reporting to superblock write failureNeilBrown-1/+5
2006-10-03[PATCH] md: remove MAX_MD_DEVS which is an arbitrary limitNeilBrown-18/+15
2006-10-03[PATCH] md: make messages about resync/recovery etc more specificNeilBrown-16/+31