index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Commit message (
Expand
)
Author
Age
*
md: support blocking writes to an array on device failure
Dan Williams
2008-04-30
*
md: prevent duplicates in bind_rdev_to_array
Dan Williams
2008-04-30
*
md: remove a stray command from a copy and paste error in resync_start_store
Dan Williams
2008-04-30
*
md: fix up switching md arrays between read-only and read-write
NeilBrown
2008-04-30
*
md: fix 'safemode' handling for external metadata.
NeilBrown
2008-04-30
*
md: reinitialise more mddev fields in do_md_stop.
NeilBrown
2008-04-30
*
md: skip all metadata update processing when using external metadata.
NeilBrown
2008-04-30
*
md: fix use after free when removing rdev via sysfs
Dan Williams
2008-04-30
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2008-04-29
|
\
|
*
block: make queue flags non-atomic
Nick Piggin
2008-04-29
*
|
drivers: use non-racy method for proc entries creation (2)
Denis V. Lunev
2008-04-29
|
/
*
md: fix integer as NULL pointer warnings in md.c
Harvey Harrison
2008-04-28
*
RAID: remove trailing space from printk line
Nick Andrew
2008-04-21
*
md: remove the 'super' sysfs attribute from devices in an 'md' array
NeilBrown
2008-03-19
*
md: fix formatting error in /proc/mdstat
NeilBrown
2008-03-10
*
md: lock access to rdev attributes properly
NeilBrown
2008-03-04
*
md: make sure a reshape is started when device switches to read-write
NeilBrown
2008-03-04
*
md: clean up irregularity with raid autodetect
NeilBrown
2008-03-04
*
md: guard against possible bad array geometry in v1 metadata
NeilBrown
2008-03-04
*
d_path: Make seq_path() use a struct path argument
Jan Blunck
2008-02-15
*
md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...
NeilBrown
2008-02-06
*
md: change ITERATE_RDEV to rdev_for_each
NeilBrown
2008-02-06
*
md: change INTERATE_MDDEV to for_each_mddev
NeilBrown
2008-02-06
*
md: change a few 'int' to 'size_t' in md
NeilBrown
2008-02-06
*
md: fix use-after-free bug when dropping an rdev from an md array
NeilBrown
2008-02-06
*
md: allow an md array to appear with 0 drives if it has external metadata
NeilBrown
2008-02-06
*
md: lock address when changing attributes of component devices
NeilBrown
2008-02-06
*
md: allow devices to be shared between md arrays
NeilBrown
2008-02-06
*
md: set and test the ->persistent flag for md devices more consistently
NeilBrown
2008-02-06
*
md: allow a maximum extent to be set for resyncing
NeilBrown
2008-02-06
*
md: give userspace control over removing failed devices when external metdata...
NeilBrown
2008-02-06
*
md: support 'external' metadata for md arrays
NeilBrown
2008-02-06
*
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
2008-01-24
*
Kobject: rename kobject_init_ng() to kobject_init()
Greg Kroah-Hartman
2008-01-24
*
Kobject: rename kobject_add_ng() to kobject_add()
Greg Kroah-Hartman
2008-01-24
*
Kobject: convert drivers/md/md.c to use kobject_init/add_ng()
Greg Kroah-Hartman
2008-01-24
*
Driver core: convert block from raw kobjects to core devices
Kay Sievers
2008-01-24
*
Kobject: change drivers/md/md.c to use kobject_init_and_add
Greg Kroah-Hartman
2008-01-24
*
Add UNPLUG traces to all appropriate places
Alan D. Brunelle
2007-11-09
*
Use helpers to obtain task pid in printks
Pavel Emelyanov
2007-10-19
*
md: expose the degraded status of an assembled array through sysfs
Iustin Pop
2007-10-17
*
md: 'sync_action' in sysfs returns wrong value for readonly arrays
NeilBrown
2007-10-17
*
md: software Raid autodetect dev list not array
Michael J. Evans
2007-10-17
*
block: convert blkdev_issue_flush() to use empty barriers
Jens Axboe
2007-10-16
*
kobjects: fix up improper use of the kobject name field
Greg Kroah-Hartman
2007-10-12
*
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-10-10
*
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
2007-07-24
*
md: change bitmap_unplug and others to void functions
NeilBrown
2007-07-17
*
md: check that internal bitmap does not overlap other data
NeilBrown
2007-07-17
*
md: improve the is_mddev_idle test fix
NeilBrown
2007-07-17
[next]