summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-1/+1
* [PATCH] struct path: convert mdJosef Sipek2006-12-084-8/+8
* [PATCH] struct path: rename DM's struct pathJosef "Jeff" Sipek2006-12-086-23/+23
* [PATCH] lockdep: avoid lockdep warning in mdNeilBrown2006-12-081-1/+1
* [PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra2006-12-081-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-071-7/+61
|\
| * [CRYPTO] dm-crypt: Make iv_gen_private a unionHerbert Xu2006-12-061-9/+14
| * [BLOCK] dm-crypt: Align IV to u64 for essivHerbert Xu2006-12-061-1/+1
| * [BLOCK] dm-crypt: benbi IV, big endian narrow block count for LRW-32-AESRik Snel2006-12-061-1/+50
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-1/+1
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-076-10/+10
|/
* WorkStruct: make allyesconfigDavid Howells2006-11-225-20/+23
* [PATCH] md: do not freeze md threads for suspendRafael J. Wysocki2006-11-081-1/+1
* [PATCH] md: fix sizing problem with raid5-reshape and CONFIG_LBD=nNeilBrown2006-11-081-1/+1
* [PATCH] md: change ONLINE/OFFLINE events to a single CHANGE eventNeilBrown2006-11-081-2/+1
* [PATCH] dm: raid1: fix waiting for io on suspendJonathan E Brassow2006-11-081-1/+21
* [PATCH] dm: multipath: fix rr_add_path orderJonathan E Brassow2006-11-081-1/+1
* [PATCH] dm: suspend: fix error pathAlasdair G Kergon2006-11-081-1/+3
* [PATCH] dm: fix find_device raceAlasdair G Kergon2006-11-081-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/+3
* [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/+2
* [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/+2
* [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/+1
* [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/+15
* [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/+12
* [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/+2
* [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/+4
* [PATCH] md: remove the working_disks and failed_disks from raid5 state data.NeilBrown2006-10-031-12/+8
* [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
OpenPOWER on IntegriCloud