index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Lines
2005-03-11
[PATCH] md: remove kludgy level check from md.c
Neil Brown
-3
/
+2
2005-03-11
[PATCH] md: make raid5 and raid6 robust against failure during recovery.
Neil Brown
-6
/
+6
2005-03-11
[PATCH] md: fix multipath assembly bug
Neil Brown
-1
/
+1
2005-03-09
[PATCH] md: fix typo in super_1_sync
Neil Brown
-1
/
+1
2005-02-07
[PATCH] md: fix endless loop when syncing an array that doesn't need any resync.
Neil Brown
-2
/
+4
2005-02-07
[PATCH] md: make md work a bit better with devfs
Neil Brown
-3
/
+6
2005-02-07
[PATCH] md: prevent oops when drive set faulty in inactive md array.
Neil Brown
-0
/
+3
2005-02-07
[PATCH] md: fix problems with verion-1 superblock code
Neil Brown
-2
/
+3
2005-02-02
[PATCH] md sync_page_io bio leak
Jens Axboe
-2
/
+0
2005-01-20
[PATCH] Fix md using bio on stack with bio clones
Jens Axboe
-16
/
+13
2005-01-20
[PATCH] Lock initializer cleanup: Raid
Thomas Gleixner
-2
/
+2
2004-12-01
[PATCH] md: fix jiffies handling in md.c
Neil Brown
-1
/
+1
2004-11-10
[PATCH] md: "Faulty" personality
Neil Brown
-1
/
+12
2004-10-25
[PATCH] md: fixes to make version-1 superblocks work in md driver
Neil Brown
-20
/
+11
2004-10-25
[PATCH] md: fix typos in md and raid10
Neil Brown
-2
/
+2
2004-10-25
[PATCH] md: don't hold lock on md devices while waiting for them to finish re...
Neil Brown
-17
/
+36
2004-10-25
[PATCH] md: discard calc_sb_csum_common in favour of csum_fold
Neil Brown
-26
/
+1
2004-10-25
[PATCH] md: remove md_flush_all
Neil Brown
-33
/
+0
2004-10-19
[PATCH] md: convert %Lu to %llu in printk
Neil Brown
-1
/
+1
2004-10-18
[PATCH] drivers/md: replace schedule_timeout() with msleep_interruptible()
Maximilian Attems
-2
/
+1
2004-09-13
[PATCH] mark md_interrupt_thread static
Christoph Hellwig
-2
/
+1
2004-08-26
[PATCH] md: fix problems with checksum handling in MD superblocks.
Neil Brown
-2
/
+38
2004-08-23
[PATCH] md: remove most calls to __bdevname from md.c
Neil Brown
-76
/
+20
2004-08-23
[PATCH] md: assorted fixes/improvemnet to generic md resync code.
Neil Brown
-10
/
+22
2004-08-23
[PATCH] md: make MD no device warning KERN_WARNING
Andi Kleen
-1
/
+1
2004-08-22
[PATCH] disk barriers: MD
Jens Axboe
-0
/
+34
2004-06-04
[PATCH] md: support reshaping raid1 arrays - adding or removing drives.
Neil Brown
-2
/
+29
2004-06-04
[PATCH] md: allow md arrays to be resized if devices are large enough.
Neil Brown
-16
/
+94
2004-06-04
[PATCH] md: abort the resync of raid1 there is only one device.
Neil Brown
-1
/
+1
2004-06-04
[PATCH] md: handle hot-add for arrays with non-persistent superblocks
Neil Brown
-1
/
+6
2004-06-04
[PATCH] md: allow an md personality to refuse a hot-remove request.
Neil Brown
-2
/
+2
2004-06-03
[PATCH] sparse: drivers/md annotation
Alexander Viro
-13
/
+14
2004-05-31
[PATCH] md.c message during quiet boot
Andrew Morton
-1
/
+1
2004-04-18
[PATCH] Rename PF_IOTHREAD to PF_NOFREEZE
Andrew Morton
-1
/
+1
2004-04-12
[PATCH] unplugging: md update
Andrew Morton
-30
/
+5
2004-04-12
[PATCH] per-backing dev unplugging
Andrew Morton
-3
/
+29
2004-03-28
[PATCH] md: Convert a number or "unsigned long"s to "sector_t"s
Andrew Morton
-7
/
+8
2004-03-13
[PATCH] md: allow assembling of partitioned arrays at boot time.
Andrew Morton
-8
/
+13
2004-02-25
[PATCH] Kill bogus __KERNEL_SYSCALLS usage
Andrew Morton
-3
/
+0
2004-02-18
[PATCH] md: Allow partitioning of MD devices.
Andrew Morton
-30
/
+75
2004-02-18
[PATCH] md: Print "deprecated" warning when START_ARRAY is used.
Andrew Morton
-0
/
+8
2004-02-18
[PATCH] Remove BDEV_RAW and friends
Andrew Morton
-3
/
+3
2004-02-03
[PATCH] md: Change the way the name of an md device is printed in error messa...
Andrew Morton
-66
/
+66
2004-02-03
[PATCH] md: Fixes to make debuging output nicer.
Andrew Morton
-7
/
+8
2004-02-03
[PATCH] md: Move the test in preferred_minor to where it is used.
Andrew Morton
-7
/
+4
2004-01-22
[PATCH] md: Fix possible hang in raid shutdown.
Andrew Morton
-1
/
+2
2004-01-20
[PATCH] md: remove unneeded ifdef/endif
Andrew Morton
-2
/
+0
2004-01-20
[PATCH] md: fixes for !CONFIG_PROCFS
Andrew Morton
-2
/
+0
2004-01-20
[PATCH] md: Use bd_disk->private data instead of bd_inode->u.generic_ip
Andrew Morton
-12
/
+9
2004-01-20
[PATCH] md: Discard the mddev_map array.
Andrew Morton
-12
/
+10
[next]