summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: do not freeze md threads for suspendRafael J. Wysocki2006-11-091-1/+1
* [PATCH] md: fix sizing problem with raid5-reshape and CONFIG_LBD=nNeilBrown2006-11-091-1/+1
* [PATCH] md: change ONLINE/OFFLINE events to a single CHANGE eventNeilBrown2006-11-091-2/+1Star
* [PATCH] dm: raid1: fix waiting for io on suspendJonathan E Brassow2006-11-091-1/+21
* [PATCH] dm: multipath: fix rr_add_path orderJonathan E Brassow2006-11-091-1/+1
* [PATCH] dm: suspend: fix error pathAlasdair G Kergon2006-11-091-1/+3
* [PATCH] dm: fix find_device raceAlasdair G Kergon2006-11-091-2/+7
* [PATCH] md: send online/offline uevents when an md array starts/stopsNeilBrown2006-11-031-0/+2
* [PATCH] Fix dmsetup table output changeChristophe Saout2006-10-301-8/+3Star
* [PATCH] md: fix printk format warnings, seen on powerpc64:Randy Dunlap2006-10-282-4/+4
* [PATCH] md: fix up maintenance of ->degraded in multipathNeilBrown2006-10-281-0/+2
* [PATCH] md: simplify checking of available size when resizing an arrayNeilBrown2006-10-281-5/+2Star
* [PATCH] md: fix bug where spares don't always get rebuilt properly when they ...NeilBrown2006-10-281-0/+1
* [PATCH] md: endian annotations for the bitmap superblockNeilBrown2006-10-211-5/+5
* [PATCH] md: endian annotation for v1 superblock accessNeilBrown2006-10-211-6/+7
* [PATCH] md: fix calculation of ->degraded for multipath and raid10NeilBrown2006-10-212-2/+2
* [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-201-1/+2
* [PATCH] md: fix /proc/mdstat refcountingAkinobu Mita2006-10-171-0/+1
* [PATCH] md: use BUILD_BUG_ONAlexey Dobriyan2006-10-111-1/+1
* [PATCH] md: fix bug where new drives added to an md array sometimes don't syn...NeilBrown2006-10-061-0/+1
* BUG_ON cleanup for drivers/md/Eric Sesterhenn2006-10-032-3/+2Star
* [PATCH] md: add error reporting to superblock write failureNeilBrown2006-10-031-1/+5
* [PATCH] md: use ffz instead of find_first_set to convert multiplier to shiftPaul Clements2006-10-031-2/+1Star
* [PATCH] md: remove 'experimental' classification from raid5 reshapeNeilBrown2006-10-031-4/+6
* [PATCH] md: remove MAX_MD_DEVS which is an arbitrary limitNeilBrown2006-10-031-18/+15Star
* [PATCH] md: make messages about resync/recovery etc more specificNeilBrown2006-10-031-16/+31
* [PATCH] md: add a ->congested_fn function for raid5/6NeilBrown2006-10-031-0/+21
* [PATCH] md: define ->congested_fn for raid1, raid10, and multipathNeilBrown2006-10-033-0/+74
* [PATCH] md: define backing_dev_info.congested_fn for raid0 and linearNeilBrown2006-10-032-0/+32
* [PATCH] md: Improve locking around error handlingNeilBrown2006-10-033-17/+31
* [PATCH] md: Remove working_disks from raid1 state dataNeilBrown2006-10-031-16/+12Star
* [PATCH] md: Factor out part of raid1d into a separate functionNeilBrown2006-10-031-78/+95
* [PATCH] md: remove unnecessary variable x in stripe_to_pdidx()Coywolf Qi Hunt2006-10-031-3/+2Star
* [PATCH] md: new sysfs interface for setting bits in the write-intent-bitmapPaul Clements2006-10-032-0/+45
* [PATCH] md: remove 'working_disks' from raid10 stateNeilBrown2006-10-031-8/+4Star
* [PATCH] md: remove the working_disks and failed_disks from raid5 state data.NeilBrown2006-10-031-12/+8Star
* [PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2006-10-035-44/+47
* [PATCH] md: factor out part of raid10d into a separate function.NeilBrown2006-10-031-98/+115
* [PATCH] md: the scheduled removal of the START_ARRAY ioctl for mdAdrian Bunk2006-10-031-82/+0Star
* [PATCH] dm table: add target flushBryn Reeves2006-10-031-0/+5
* [PATCH] dm: extract device limit settingBryn Reeves2006-10-031-41/+46
* [PATCH] dm: use private biosetsStefan Bader2006-10-031-22/+41
* [PATCH] dm crypt: use private biosetsMilan Broz2006-10-031-12/+29
* [PATCH] dm crypt: move io to workqueueMilan Broz2006-10-031-36/+27Star
* [PATCH] dm crypt: restructure write processingMilan Broz2006-10-031-76/+76
* [PATCH] dm crypt: restructure for workqueue changeMilan Broz2006-10-031-123/+156
* [PATCH] dm crypt: add key msgMilan Broz2006-10-031-6/+91
* [PATCH] dm table: add target preresumeMilan Broz2006-10-033-4/+19
* [PATCH] dm: add debug macroBryn Reeves2006-10-032-0/+13
* [PATCH] dm: add uevent change event on resumeHannes Reinecke2006-10-031-0/+2