index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BLOCK] dm-crypt: trivial comment improvements
Rik Snel
2006-09-21
1
-4
/
+4
*
[CRYPTO] users: Use crypto_hash interface instead of crypto_digest
Herbert Xu
2006-09-21
1
-14
/
+16
*
[BLOCK] dm-crypt: Use block ciphers where applicable
Herbert Xu
2006-09-21
1
-61
/
+47
*
[PATCH] md: Fix issues with referencing rdev in md/raid1
NeilBrown
2006-09-01
1
-22
/
+35
*
[PATCH] md: fix recent breakage of md/raid1 array checking
NeilBrown
2006-08-27
1
-3
/
+4
*
[PATCH] md: avoid backward event updates in md superblock when degraded.
NeilBrown
2006-08-27
1
-0
/
+13
*
[PATCH] dm: Fix deadlock under high i/o load in raid1 setup.
Daniel Kobras
2006-08-27
1
-1
/
+3
*
[PATCH] dm: BUG/OOPS fix
Michal Miroslaw
2006-08-14
1
-1
/
+2
*
[PATCH] md: Fix a bug that recently crept into md/linear
NeilBrown
2006-08-06
1
-3
/
+3
*
[PATCH] md: fix oops in error-handling
Andrew Morton
2006-07-10
1
-0
/
+2
*
[PATCH] md: include sector number in messages about corrected read errors
NeilBrown
2006-07-10
3
-7
/
+30
*
[PATCH] md: require CAP_SYS_ADMIN for (re-)configuring md devices via sysfs
NeilBrown
2006-07-10
1
-0
/
+4
*
[PATCH] md: unify usage of symbolic names for perms
NeilBrown
2006-07-10
1
-29
/
+27
*
[PATCH] md: fix usage of wrong variable in raid1
NeilBrown
2006-07-10
1
-1
/
+1
*
[PATCH] md: fix some small races in bitmap plugging in raid5
NeilBrown
2006-07-10
1
-3
/
+27
*
[PATCH] md: fix a plug/unplug race in raid5
NeilBrown
2006-07-10
1
-12
/
+6
*
[PATCH] md: fix resync speed calculation for restarted resyncs
NeilBrown
2006-07-10
2
-5
/
+8
*
[PATCH] md: delay starting md threads until array is completely setup
NeilBrown
2006-07-10
2
-7
/
+4
*
[PATCH] md: set desc_nr correctly for version-1 superblocks
NeilBrown
2006-07-10
1
-1
/
+5
*
[PATCH] md: possible fix for unplug problem
NeilBrown
2006-07-10
1
-1
/
+1
*
[PATCH] lockdep: annotate blkdev nesting
Ingo Molnar
2006-07-03
1
-3
/
+3
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
5
-5
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
2006-06-29
3
-58
/
+4
|
\
|
*
[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.
Greg Kroah-Hartman
2006-06-26
1
-1
/
+1
|
*
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
Greg Kroah-Hartman
2006-06-26
1
-5
/
+2
|
*
[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
|
*
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2006-06-26
2
-2
/
+0
|
*
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
2
-20
/
+1
|
*
[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
2
-27
/
+0
|
*
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
2
-2
/
+0
*
|
[PATCH] drivers/md/raid5.c: remove an unused variable
Adrian Bunk
2006-06-29
1
-1
/
+0
|
/
*
[PATCH] drivers/md/md.c: make code static
Adrian Bunk
2006-06-26
1
-2
/
+2
*
[PATCH] md: Allow the write_mostly flag to be set via sysfs
NeilBrown
2006-06-26
1
-0
/
+12
*
[PATCH] md: Allow resync_start to be set and queried via sysfs
NeilBrown
2006-06-26
1
-0
/
+26
*
[PATCH] md: Allow raid 'layout' to be read and set via sysfs
NeilBrown
2006-06-26
1
-0
/
+27
*
[PATCH] md: Allow rdev state to be set via sysfs
NeilBrown
2006-06-26
1
-1
/
+25
*
[PATCH] md: Set/get state of array via sysfs
NeilBrown
2006-06-26
1
-9
/
+188
*
[PATCH] md: Don't write dirty/clean update to spares - leave them alone
NeilBrown
2006-06-26
1
-8
/
+57
*
[PATCH] md: Allow re-add to work on array without bitmaps
NeilBrown
2006-06-26
2
-11
/
+20
*
[PATCH] md: Fix bug that stops raid5 resync from happening
NeilBrown
2006-06-26
1
-1
/
+1
*
[PATCH] md: Fix Kconfig error
akpm@osdl.org
2006-06-26
1
-1
/
+1
*
[PATCH] md: md Kconfig speeling feex
Justin Piszcz
2006-06-26
1
-3
/
+3
*
[PATCH] md: Calculate correct array size for raid10 in new offset mode
NeilBrown
2006-06-26
1
-1
/
+7
*
[PATCH] md: Change md/bitmap file handling to use bmap to file blocks-fix
NeilBrown
2006-06-26
1
-24
/
+23
*
[PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocks
NeilBrown
2006-06-26
1
-148
/
+135
*
[PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap
NeilBrown
2006-06-26
2
-26
/
+31
*
[PATCH] md/bitmap: remove dead code from md/bitmap
NeilBrown
2006-06-26
1
-22
/
+0
*
[PATCH] md/bitmap: remove unnecessary page reference manipulations from md/bi...
NeilBrown
2006-06-26
1
-18
/
+2
*
[PATCH] md/bitmap: use set_bit etc for bitmap page attributes
NeilBrown
2006-06-26
1
-7
/
+12
*
[PATCH] md/bitmap: cleaner separation of page attribute handlers in md/bitmap
NeilBrown
2006-06-26
1
-19
/
+22
[next]