locks: add special return value for asynchronous locks
[safe/jmp/linux-2.6] / drivers / md /
2008-07-21 Linus TorvaldsMerge git://git./linux/kernel/git/agk/linux-2.6-dm
2008-07-21 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-07-21 Milan Brozdm crypt: add merge
2008-07-21 Milan Brozdm table: remove merge_bvec sector restriction
2008-07-21 Milan Brozdm: linear add merge
2008-07-21 Milan Brozdm: introduce merge_bvec_fn
2008-07-21 Mikulas Patockadm snapshot: use per device mempools
2008-07-21 Mikulas Patockadm snapshot: fix race during exception creation
2008-07-21 Mikulas Patockadm snapshot: track snapshot reads
2008-07-21 Alasdair G Kergondm mpath: fix test for reinstate_path
2008-07-21 Mikulas Patockadm mpath: return parameter error
2008-07-21 Richard Kennedydm io: remove struct padding
2008-07-21 Adrian Bunkdm log: make dm_dirty_log init and exit static
2008-07-21 Mikulas Patockadm mpath: free path selector on invalid args
2008-07-21 NeilBrownmd: Protect access to mddev->disks list using RCU
2008-07-21 NeilBrownmd: only count actual openers as access which prevent...
2008-07-21 Andre Nollmd: linear: Make array_size sector-based and rename...
2008-07-21 Andre Nollmd: Make mddev->array_size sector-based.
2008-07-21 Andre Nollmd: Make super_type->rdev_size_change() take sector...
2008-07-21 Andre Nollmd: Fix check for overlapping devices.
2008-07-21 Neil Brownmd: Tidy up rdev_size_store a bit:
2008-07-16 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-07-15 Chandra Seetharaman[SCSI] scsi_dh: fix kconfig related build errors
2008-07-14 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-07-11 Andre Nollmd: Turn rdev->sb_offset into a sector-based quantity.
2008-07-11 Andre Nollmd: Make calc_dev_sboffset() return a sector count.
2008-07-11 Andre Nollmd: Replace calc_dev_size() by calc_num_sectors().
2008-07-11 Andre Nollmd: Make update_size() take the number of sectors.
2008-07-11 Neil Brownmd: Better control of when do_md_stop is allowed to...
2008-07-11 Andre Nollmd: get_disk_info(): Don't convert between signed and...
2008-07-11 Andre Nollmd: Simplify restart_array().
2008-07-11 Andre Nollmd: alloc_disk_sb(): Return proper error value.
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...
next