eeepc-laptop: restore acpi_generate_proc_event()
[safe/jmp/linux-2.6] / drivers / md /
2008-07-11 Andre Nollmd: Simplify sb_equal().
2008-07-11 Andre Nollmd: Simplify uuid_equal().
2008-07-10 Linus TorvaldsMerge branch 'for-2.6.26' of git://neil.brown.name/md
2008-07-10 Dan Williamsmd: ensure all blocks are uptodate or locked when syncing
2008-07-08 Andre Nollmd: sb_equal(): Fix misleading printk.
2008-07-08 Andre Nollmd: Fix a typo in the comment to cmd_match().
2008-07-08 Andre Nollmd: Fix typo in array_state comment.
2008-07-08 Andre Nollmd: sync_speed_show(): Trivial cleanups.
2008-07-08 Andre Nollmd: do_md_run(): Fix misleading error message.
2008-07-08 Andre Nollmd: md_getgeo(): Move comment to proper position.
2008-07-08 Andre Nollmd: md_ioctl(): Fix misleading indentation.
2008-07-08 Neil BrownMerge branch 'for-neil' of git://git./linux/kernel...
2008-07-08 Neil BrownMerge branch 'master' into for-next
2008-07-03 Alasdair G KergonAdd bvec_merge_data to handle stacked devices and ...
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-07-01 Dan Williamsmd: resolve external metadata handling deadlock in...
2008-06-27 Dan Williamsmd: rationalize raid5 function names
2008-06-27 Dan Williamsmd: handle operation chaining in raid5_run_ops
2008-06-27 Dan Williamsmd: replace R5_WantPrexor with R5_WantDrain, add 'prexo...
2008-06-27 Dan Williamsmd: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with...
2008-06-27 Dan Williamsmd: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN
2008-06-27 Dan Williamsmd: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN
2008-06-27 Dan Williamsmd: replace STRIPE_OP_CHECK with 'check_states'
2008-06-27 Dan Williamsmd: unify raid5/6 i/o submission
2008-06-27 Dan Williamsmd: use stripe_head_state in ops_run_io()
2008-06-27 Dan Williamsmd: kill STRIPE_OP_IO flag
2008-06-27 Dan Williamsmd: kill STRIPE_OP_MOD_DMA in raid5 offload
2008-06-27 Chris WebbSupport changing rdev size on running arrays.
2008-06-27 Neil BrownMake sure all changes to md/dev-XX/state are notified
2008-06-27 Neil BrownMake sure all changes to md/degraded are notified.
2008-06-27 Neil BrownMake sure all changes to md/sync_action are notified.
2008-06-27 Neil BrownMake sure all changes to md/array_state are notified.
2008-06-27 Neil BrownDon't reject HOT_REMOVE_DISK request for an array that...
2008-06-27 Neil Brownrationalise return value for ->hot_add_disk method.
2008-06-27 Neil BrownSupport adding a spare to a live md array with external...
2008-06-27 Neil BrownEnable setting of 'offset' and 'size' of a hot-added...
2008-06-27 Neil BrownDon't try to make md arrays dirty if that is not meanin...
2008-06-27 Neil BrownClose race in md_probe
2008-06-27 Neil BrownAllow setting start point for requested check/repair
2008-06-27 Neil BrownImprove setting of "events_cleared" for write-intent...
2008-06-27 Neil Brownuse bio_endio instead of a call to bi_end_io
2008-06-27 Nikanth Karthikesanlinear: correct disk numbering error check
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-06-05 Chandra Seetharaman[SCSI] scsi_dh: Remove hardware handler infrastructure...
2008-06-05 Chandra Seetharaman[SCSI] scsi_dh: Remove hardware handlers from dm
2008-06-05 Chandra Seetharaman[SCSI] scsi_dh: Remove dm_pg_init_complete
2008-06-05 Chandra Seetharaman[SCSI] scsi_dh: Add a single threaded workqueue for...
2008-06-05 Chandra Seetharaman[SCSI] scsi_dh: Use SCSI device handler in dm-multipath
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
next