index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
2006-08-27
[PATCH] md: avoid backward event updates in md superblock when degraded.
NeilBrown
2006-07-10
[PATCH] md: fix oops in error-handling
Andrew Morton
2006-07-10
[PATCH] md: require CAP_SYS_ADMIN for (re-)configuring md devices via sysfs
NeilBrown
2006-07-10
[PATCH] md: unify usage of symbolic names for perms
NeilBrown
2006-07-10
[PATCH] md: fix resync speed calculation for restarted resyncs
NeilBrown
2006-07-10
[PATCH] md: delay starting md threads until array is completely setup
NeilBrown
2006-07-10
[PATCH] md: set desc_nr correctly for version-1 superblocks
NeilBrown
2006-07-03
[PATCH] lockdep: annotate blkdev nesting
Ingo Molnar
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-26
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] drivers/md/md.c: make code static
Adrian Bunk
2006-06-26
[PATCH] md: Allow the write_mostly flag to be set via sysfs
NeilBrown
2006-06-26
[PATCH] md: Allow resync_start to be set and queried via sysfs
NeilBrown
2006-06-26
[PATCH] md: Allow raid 'layout' to be read and set via sysfs
NeilBrown
2006-06-26
[PATCH] md: Allow rdev state to be set via sysfs
NeilBrown
2006-06-26
[PATCH] md: Set/get state of array via sysfs
NeilBrown
2006-06-26
[PATCH] md: Don't write dirty/clean update to spares - leave them alone
NeilBrown
2006-06-26
[PATCH] md: Allow re-add to work on array without bitmaps
NeilBrown
2006-06-26
[PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap
NeilBrown
2006-06-26
[PATCH] md/bitmap: fix online removal of file-backed bitmaps
NeilBrown
2006-06-26
[PATCH] md: make md_print_devices() static
Adrian Bunk
2006-06-26
[PATCH] md: allow a linear array to have drives added while active
NeilBrown
2006-06-26
[PATCH] md: allow checkpoint of recovery with version-1 superblock
NeilBrown
2006-06-26
[PATCH] md: remove nuisance message at shutdown
NeilBrown
2006-06-26
[PATCH] md: increase the delay before marking metadata clean, and make it con...
NeilBrown
2006-06-26
[PATCH] md: remove useless ioctl warning
NeilBrown
2006-05-31
[PATCH] md: Fix badness in sysfs_notify caused by md_new_event
NeilBrown
2006-05-26
[PATCH] Unlock md devices when stopping them on reboot.
Neil Brown
2006-05-21
[PATCH] md: Fix inverted test for 'repair' directive.
NeilBrown
2006-04-20
[PATCH] md: locking fix
Ingo Molnar
2006-04-14
[PATCH] sysfs: Allow sysfs attribute files to be pollable
NeilBrown
2006-03-31
[PATCH] md: Remove some code that can sleep from under a spinlock
NeilBrown
2006-03-27
[PATCH] md: Convert reconfig_sem to reconfig_mutex
NeilBrown
2006-03-27
[PATCH] sem2mutex: drivers/md
Arjan van de Ven
2006-03-27
[PATCH] md: Fix md grow/size code to correctly find the maximum available space
NeilBrown
2006-03-27
[PATCH] md: Support suspending of IO to regions of an md array
NeilBrown
2006-03-27
[PATCH] md: Make 'reshape' a possible sync_action action
NeilBrown
2006-03-27
[PATCH] md: Split reshape handler in check_reshape and start_reshape
NeilBrown
2006-03-27
[PATCH] md: Checkpoint and allow restart of raid5 reshape
NeilBrown
2006-03-27
[PATCH] md: Final stages of raid5 expand code
NeilBrown
2006-03-27
[PATCH] md: Core of raid5 resize process
NeilBrown
2006-03-27
[PATCH] md: Allow stripes to be expanded in preparation for expanding an array
NeilBrown
2006-03-27
[PATCH] md: Update status_resync to handle LARGE devices
NeilBrown
2006-03-27
[PATCH] md: Fix the 'failed' count for version-0 superblocks
NeilBrown
2006-03-27
[PATCH] md: Add '4' to the list of levels for which bitmaps are supported
NeilBrown
2006-03-27
[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.
NeilBrown
[next]