summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix read past end of array in md/linear.cAndy Isaacson2007-03-171-1/+1
* [PATCH] md: fix for raid6 reshapeNeilBrown2007-03-051-1/+1
* [PATCH] md: add support for reshape of a raid6NeilBrown2007-03-011-33/+124
* [PATCH] md: restart a (raid5) reshape that has been aborted due to a read/wri...NeilBrown2007-03-012-29/+47
* [PATCH] md: clean out unplug and other queue function on md shutdownNeilBrown2007-03-011-0/+3
* [PATCH] md: move warning about creating a raid array on partitions of the one...NeilBrown2007-03-011-26/+37
* [PATCH] md: RAID6: clean up CPUID and FPU enter/exit codeH. Peter Anvin2007-03-014-241/+32Star
* [PATCH] md: fix raid10 recovery problem.NeilBrown2007-03-011-18/+20
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: md: remove unnecessary insert_at_head flagEric W. Biederman2007-02-141-1/+1
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-122-2/+2
* [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-111-1/+1
* [PATCH] md: avoid possible BUG_ON in md bitmap handlingNeil Brown2007-02-091-1/+21
* [PATCH] md: fix various bugs with aligned reads in RAID5Neil Brown2007-02-091-3/+39
* [PATCH] md: remove unnecessary printk when raid5 gets an unaligned read.NeilBrown2007-01-261-1/+1
* [PATCH] md: fix potential memalloc deadlock in mdNeilBrown2007-01-263-0/+34
* [PATCH] dm-multipath: fix stall on noflush suspend/resumeJun'ichi Nomura2007-01-261-8/+19
* [PATCH] md: avoid reading past the end of a bitmap fileNeilBrown2007-01-261-4/+8
* [PATCH] md: make sure the events count in an md array never returns to zeroNeilBrown2007-01-261-1/+2
* [PATCH] md: make 'repair' actually work for raid1NeilBrown2007-01-261-0/+5
* [PATCH] md: pass down BIO_RW_SYNC in raid{1,10}Lars Ellenberg2007-01-122-7/+17
* [PATCH] md: fix a few problems with the interface (sysfs and ioctl) to mdNeilBrown2006-12-221-5/+8
* [PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitlyNeilBrown2006-12-134-15/+15
* [CRYPTO] dm-crypt: Select CRYPTO_CBCHerbert Xu2006-12-101-0/+1
* [PATCH] md: assorted md and raid1 one-linersNeilBrown2006-12-102-1/+3
* [PATCH] md: return a non-zero error to bi_end_io as appropriate in raid5NeilBrown2006-12-101-4/+12
* [PATCH] md: remove some old ifdefed-out code from raid5.cNeilBrown2006-12-101-63/+0Star
* [PATCH] MD: conditionalize some codeJeff Garzik2006-12-101-1/+3
* [PATCH] md: fix innocuous bug in raid6 stripe_to_pdidxNeilBrown2006-12-101-4/+6
* [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