firmware: convert ymfpci driver to use firmware loader exclusively
[safe/jmp/linux-2.6] / drivers / md /
2008-07-03 Linus TorvaldsMerge git://git./linux/kernel/git/agk/linux-2.6-dm
2008-07-02 Milan Brozdm crypt: use cond_resched
2008-06-27 Neil BrownFix error paths if md_probe fails.
2008-06-27 Neil BrownDon't acknowlege that stripe-expand is complete until...
2008-06-27 Neil BrownEnsure interrupted recovery completed properly (v1...
2008-06-06 Dan Williamsmd: do not compute parity unless it is on a failed...
2008-06-06 Dan Williamsmd: fix uninitialized use of mddev->recovery_wait
2008-06-06 Dan Williamsmd: fix prexor vs sync_request race
2008-05-24 NeilBrownmd: restart recovery cleanly after device failure.
2008-05-24 Bernd Schubertmd: allow parallel resync of md-devices.
2008-05-24 Dan Williamsmd: notify userspace on 'stop' events
2008-05-24 NeilBrownmd: notify userspace on 'write-pending' changes to...
2008-05-24 NeilBrownmd: raid1: Fix restoration of bio between failed read...
2008-05-24 Bernd Schubertmd: md: raid5 rate limit error printk
2008-05-24 Christoph Hellwigmd: kill file_path wrapper
2008-05-24 NeilBrownmd: fix possible oops when removing a bitmap from an...
2008-05-15 Neil BrownRemove blkdev warning triggered by using md
2008-05-13 Dan Williamsmd: fix raid5 'repair' operations
2008-05-08 Harvey Harrisonmisc: fix integer as NULL pointer warnings
2008-04-30 Dan Williamsmd: support blocking writes to an array on device failure
2008-04-30 Dan Williamsmd: prevent duplicates in bind_rdev_to_array
2008-04-30 Dan Williamsmd: remove a stray command from a copy and paste error...
2008-04-30 NeilBrownmd: fix up switching md arrays between read-only and...
2008-04-30 NeilBrownmd: fix 'safemode' handling for external metadata.
2008-04-30 NeilBrownmd: reinitialise more mddev fields in do_md_stop.
2008-04-30 NeilBrownmd: skip all metadata update processing when using...
2008-04-30 Dan Williamsmd: fix use after free when removing rdev via sysfs
2008-04-29 Jens Axboedm: use unlocked variants of queue flag check/set
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-04-29 Denis V. Lunevdrivers: use non-racy method for proc entries creation (2)
2008-04-29 FUJITA Tomonoriblock: no need to initialize rq->cmd with blk_get_request
2008-04-29 Nick Pigginblock: make queue flags non-atomic
2008-04-28 Julia Lawalldrivers/md: use time_before, time_before_eq, etc
2008-04-28 Nick Andrewraid: remove leading TAB on printk messages
2008-04-28 Dan Williamsmd: raid5.c convert simple_strtoul to strict_strtoul
2008-04-28 Dan Williamsmd: introduce get_priority_stripe() to improve raid456...
2008-04-28 Harvey Harrisonmd: replace remaining __FUNCTION__ occurrences
2008-04-28 Harvey Harrisonmd: fix integer as NULL pointer warnings in md.c
2008-04-25 Frederik Deweerdtdm: remove md argument from specific_minor
2008-04-25 Adrian Bunkdm table: remove unused dm_create_error_table
2008-04-25 Adrian Bunkdm table: drop void suspend_targets return
2008-04-25 Mikulas Patockadm: unplug queues in threads
2008-04-25 Mikulas Patockadm raid1: use timer
2008-04-25 Alasdair G Kergondm: move include files
2008-04-25 Alasdair G Kergondm kcopyd: rename
2008-04-25 Alasdair G Kergondm: expose macros
2008-04-25 Mikulas Patockadm kcopyd: remove redundant client counting
2008-04-25 Mikulas Patockadm kcopyd: private mempool
2008-04-25 Mikulas Patockadm kcopyd: per device
2008-04-25 Jonathan Brassowdm log: make module use tracking internal
2008-04-25 Alasdair G Kergondm log: move register functions
2008-04-25 Heinz Mauelshagendm log: clean interface
2008-04-25 Heinz Mauelshagendm kcopyd: clean interface
2008-04-25 Heinz Mauelshagendm io: clean interface
2008-04-25 Alasdair G Kergondm io: rename error to error_bits
2008-04-25 Mikulas Patockadm snapshot: store pointer to target instance
2008-04-25 Heinz Mauelshagendm log: move dirty region log code into separate module
2008-04-25 Heinz Mauelshagendm log: generalise name in messages
2008-04-25 Robert P. J. Daydm raid1: use list_split_init
2008-04-25 Milan Brozdm snapshot: reduce default memory allocation
2008-04-25 Mikulas Patockadm snapshot: fix chunksize sector conversion
2008-04-21 Nick AndrewRAID: remove trailing space from printk line
2008-04-11 Dan Williamsmd: close a livelock window in handle_parity_checks5
2008-03-28 Alasdair G Kergondm io: write error bits form long not int
2008-03-28 Milan Brozdm crypt: fix ctx pending
2008-03-20 Andrew Mortondrivers/md/raid5.c: fix printk warnings
2008-03-20 NeilBrownmd: remove the 'super' sysfs attribute from devices...
2008-03-11 NeilBrownmd: reduce CPU wastage on idle md array with a write...
2008-03-11 NeilBrownmd: fix formatting error in /proc/mdstat
2008-03-05 K.Tanakamd: the md RAID10 resync thread could cause a md RAID10...
2008-03-05 NeilBrownmd: fix possible raid1/raid10 deadlock on read error...
2008-03-05 Keld Simonsenmd: don't attempt read-balancing for raid10 'far' layouts
2008-03-05 NeilBrownmd: lock access to rdev attributes properly
2008-03-05 NeilBrownmd: make sure a reshape is started when device switches...
2008-03-05 NeilBrownmd: clean up irregularity with raid autodetect
2008-03-05 NeilBrownmd: guard against possible bad array geometry in v1...
2008-03-05 NeilBrownmd: reduce CPU wastage on idle md array with a write...
2008-03-05 NeilBrownmd: fix deadlock in md/raid1 and md/raid10 when handlin...
2008-02-19 Adrian Bunkdm-raid1.c: fix NULL dereferences
2008-02-15 Jan Blunckd_path: Make d_path() use a struct path
2008-02-15 Jan Blunckd_path: Make seq_path() use a struct path argument
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-13 Al Virodm-raid1 breakage on 64bit
2008-02-08 Jonathan Brassowdm raid1: report fault status
2008-02-08 Jonathan Brassowdm raid1: handle read failures
2008-02-08 Jonathan Brassowdm raid1: fix EIO after log failure
2008-02-08 Jonathan Brassowdm raid1: handle recovery failures
2008-02-08 Jonathan Brassowdm raid1: handle write failures
2008-02-08 Milan Brozdm snapshot: combine consecutive exceptions in memory
2008-02-08 Brian Wooddm: stripe enhanced status return
2008-02-08 Brian Wooddm: stripe trigger event on failure
2008-02-08 Jonathan Brassowdm log: auto load modules
2008-02-08 Milan Brozdm: move deferred bio flushing to workqueue
2008-02-08 Milan Brozdm crypt: use async crypto
2008-02-08 Milan Brozdm crypt: prepare async callback fn
2008-02-08 Milan Brozdm crypt: add completion for async
2008-02-08 Milan Brozdm crypt: add async request mempool
2008-02-08 Milan Brozdm crypt: extract scatterlist processing
2008-02-08 Milan Brozdm crypt: tidy io ref counting
next