index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
5
-5
/
+0
2006-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
3
-58
/
+4
2006-06-29
[PATCH] drivers/md/raid5.c: remove an unused variable
Adrian Bunk
1
-1
/
+0
2006-06-26
[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.
Greg Kroah-Hartman
1
-1
/
+1
2006-06-26
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-5
/
+2
2006-06-26
[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2
-2
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2
-20
/
+1
2006-06-26
[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
Greg Kroah-Hartman
2
-27
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
2
-2
/
+0
2006-06-26
[PATCH] drivers/md/md.c: make code static
Adrian Bunk
1
-2
/
+2
2006-06-26
[PATCH] md: Allow the write_mostly flag to be set via sysfs
NeilBrown
1
-0
/
+12
2006-06-26
[PATCH] md: Allow resync_start to be set and queried via sysfs
NeilBrown
1
-0
/
+26
2006-06-26
[PATCH] md: Allow raid 'layout' to be read and set via sysfs
NeilBrown
1
-0
/
+27
2006-06-26
[PATCH] md: Allow rdev state to be set via sysfs
NeilBrown
1
-1
/
+25
2006-06-26
[PATCH] md: Set/get state of array via sysfs
NeilBrown
1
-9
/
+188
2006-06-26
[PATCH] md: Don't write dirty/clean update to spares - leave them alone
NeilBrown
1
-8
/
+57
2006-06-26
[PATCH] md: Allow re-add to work on array without bitmaps
NeilBrown
2
-11
/
+20
2006-06-26
[PATCH] md: Fix bug that stops raid5 resync from happening
NeilBrown
1
-1
/
+1
2006-06-26
[PATCH] md: Fix Kconfig error
akpm@osdl.org
1
-1
/
+1
2006-06-26
[PATCH] md: md Kconfig speeling feex
Justin Piszcz
1
-3
/
+3
2006-06-26
[PATCH] md: Calculate correct array size for raid10 in new offset mode
NeilBrown
1
-1
/
+7
2006-06-26
[PATCH] md: Change md/bitmap file handling to use bmap to file blocks-fix
NeilBrown
1
-24
/
+23
2006-06-26
[PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocks
NeilBrown
1
-148
/
+135
2006-06-26
[PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap
NeilBrown
2
-26
/
+31
2006-06-26
[PATCH] md/bitmap: remove dead code from md/bitmap
NeilBrown
1
-22
/
+0
2006-06-26
[PATCH] md/bitmap: remove unnecessary page reference manipulations from md/bi...
NeilBrown
1
-18
/
+2
2006-06-26
[PATCH] md/bitmap: use set_bit etc for bitmap page attributes
NeilBrown
1
-7
/
+12
2006-06-26
[PATCH] md/bitmap: cleaner separation of page attribute handlers in md/bitmap
NeilBrown
1
-19
/
+22
2006-06-26
[PATCH] md/bitmap: remove bitmap writeback daemon
NeilBrown
1
-107
/
+8
2006-06-26
[PATCH] md/bitmap: fix online removal of file-backed bitmaps
NeilBrown
1
-2
/
+5
2006-06-26
[PATCH] md: split reshape portion of raid5 sync_request into a separate function
NeilBrown
1
-118
/
+128
2006-06-26
[PATCH] md: make md_print_devices() static
Adrian Bunk
1
-2
/
+5
2006-06-26
[PATCH] md: support stripe/offset mode in raid10
NeilBrown
1
-21
/
+43
2006-06-26
[PATCH] md: allow a linear array to have drives added while active
NeilBrown
2
-15
/
+74
2006-06-26
[PATCH] md: allow checkpoint of recovery with version-1 superblock
NeilBrown
4
-23
/
+99
2006-06-26
[PATCH] md: remove nuisance message at shutdown
NeilBrown
1
-1
/
+1
2006-06-26
[PATCH] md: merge raid5 and raid6 code
NeilBrown
4
-2527
/
+1002
2006-06-26
[PATCH] md: increase the delay before marking metadata clean, and make it con...
NeilBrown
1
-2
/
+52
2006-06-26
[PATCH] md: remove useless ioctl warning
NeilBrown
1
-5
/
+0
2006-06-26
[PATCH] md: remove arbitrary limit on chunk size
NeilBrown
3
-5
/
+5
2006-06-26
[PATCH] md: reformat code in raid1_end_write_request to avoid goto
NeilBrown
1
-17
/
+17
2006-06-26
[PATCH] dm: improve error message consistency
Alasdair G Kergon
16
-112
/
+141
2006-06-26
[PATCH] dm: prevent removal if open
Alasdair G Kergon
3
-21
/
+78
2006-06-26
[PATCH] dm: create error table
David Teigland
1
-0
/
+38
2006-06-26
[PATCH] dm: add exports
Alasdair G Kergon
2
-80
/
+7
2006-06-26
[PATCH] dm: consolidate creation functions
Alasdair G Kergon
3
-31
/
+26
2006-06-26
[PATCH] dm table split_args: handle no input
David Teigland
1
-0
/
+6
2006-06-26
[PATCH] dm kcopyd: error accumulation fix
Jonathan Brassow
2
-3
/
+3
2006-06-26
[PATCH] dm mirror log: sync_count fix
Alasdair G Kergon
1
-1
/
+5
[next]