md: Make super_type->rdev_size_change() take sector-based sizes.
[pandora-kernel.git] / drivers / md /
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-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-11 Neil BrownMerge branch 'master' into for-next
2008-07-11 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-10 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-07-10 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-07-10 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2008-07-10 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2008-07-10 Linus TorvaldsMerge branch 'for-2.6.26' of git://neil.brown.name/md
2008-07-10 Neil BrownMerge branch 'for-2.6.26' into for-next
2008-07-10 Dan Williamsmd: ensure all blocks are uptodate or locked when syncing
2008-07-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
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-05 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2008-07-04 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2008-07-04 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-07-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-03 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-07-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-03 Linus TorvaldsMerge branch 'i2c-fix' of git://aeryn.fluff.org.uk...
2008-07-03 Linus TorvaldsMerge branch 'for-2.6.26' of git://git.kernel.dk/linux...
2008-07-03 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2008-07-03 Linus TorvaldsMerge git://git./linux/kernel/git/mchehab/v4l-dvb
2008-07-03 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2008-07-03 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2008-07-03 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-07-03 Linus TorvaldsMerge branch 'i2c-for-linus' of git://jdelvare.pck...
2008-07-03 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2008-07-03 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2008-07-03 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2008-07-03 Linus TorvaldsMerge git://git./linux/kernel/git/agk/linux-2.6-dm
2008-07-03 Linus TorvaldsMerge branch 'for-2.6.26' of git://neil.brown.name/md
2008-07-02 Milan Brozdm crypt: use cond_resched
2008-07-01 Dan Williamsmd: resolve external metadata handling deadlock in...
2008-06-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
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-22 Russell KingMerge branch 'omap-fixes' of git://git./linux/kernel...
2008-06-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-06-15 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-06-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-06-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2008-06-12 Jesse BarnesMerge branch 'pci-for-jesse' of git://git./linux/kernel...
2008-06-12 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-06-11 Linus TorvaldsMerge branch 'kvm-updates-2.6.26' of git://git./linux...
2008-06-11 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-06-11 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-06-09 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2008-06-06 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-06-06 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/mtd-2.6.26
next