summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: enable bypassing cache for readsRaz Ben-Jehuda(caro)2006-12-101-0/+5
* [PATCH] md: allow reads that have bypassed the cache to be retried on failureRaz Ben-Jehuda(caro)2006-12-101-5/+160
* [PATCH] md: handle bypassing the read cache (assuming nothing fails)Raz Ben-Jehuda(caro)2006-12-101-0/+78
* [PATCH] md: define raid5_mergeable_bvecRaz Ben-Jehuda(caro)2006-12-101-0/+24
* [PATCH] md: tidy up device-change notification when an md array is stoppedNeilBrown2006-12-101-5/+5
* [PATCH] make drivers/md/dm-snap.c:ksnapd staticAdrian Bunk2006-12-081-1/+1
* [PATCH] dm: raid1: reset sync_search on resumeJonathan E Brassow2006-12-081-0/+9
* [PATCH] dm: log: rename complete_resync_workJonathan E Brassow2006-12-083-16/+26
* [PATCH] dm: snapshot: abstract memory releaseMilan Broz2006-12-081-7/+12
* [PATCH] dm: mpath: use noflush suspendingKiyoshi Ueda2006-12-081-5/+29
* [PATCH] dm: suspend: add noflush pushbackKiyoshi Ueda2006-12-083-10/+111
* [PATCH] dm: ioctl: add noflush suspendKiyoshi Ueda2006-12-082-0/+5
* [PATCH] dm: map and endio symbolic return codesKiyoshi Ueda2006-12-087-19/+19
* [PATCH] dm: map and endio return code clarificationKiyoshi Ueda2006-12-082-3/+21
* [PATCH] dm: suspend: parameter changeKiyoshi Ueda2006-12-083-7/+13
* [PATCH] dm: tidy core formattingKiyoshi Ueda2006-12-081-7/+4Star
* [PATCH] dm io: fix bi_max_vecsHeinz Mauelshagen2006-12-081-6/+9
* [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-071-9/+14
| * [BLOCK] dm-crypt: Align IV to u64 for essivHerbert Xu2006-12-071-1/+1
| * [BLOCK] dm-crypt: benbi IV, big endian narrow block count for LRW-32-AESRik Snel2006-12-071-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-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