]> pilppa.org Git - linux-2.6-omap-h63xx.git/history - drivers/md
Merge branch 'master' into for-next
[linux-2.6-omap-h63xx.git] / drivers / md /
2008-07-11 Neil BrownMerge branch 'master' into for-next
2008-07-11 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-07-10 Linus TorvaldsMerge branch 'upstream-linus' of git://git.kernel.org...
2008-07-10 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git.kerne...
2008-07-10 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git.kernel...
2008-07-10 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
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.kernel.org/pub...
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.kernel.org/pub...
2008-07-08 Neil BrownMerge branch 'master' into for-next
2008-07-05 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git.kernel...
2008-07-04 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git.kernel...
2008-07-04 Linus TorvaldsMerge branch 'upstream-linus' of git://git.kernel.org...
2008-07-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-07-03 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
2008-07-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
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.kernel.org/pub...
2008-07-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-07-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
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.kerne...
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.kernel...
2008-07-03 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git.kernel...
2008-07-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-07-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
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.kernel.org/pub...
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.kernel.org/pub...
2008-06-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-06-15 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
2008-06-13 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-06-13 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-06-12 Jesse BarnesMerge branch 'pci-for-jesse' of git://git.kernel.org...
2008-06-12 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git.kerne...
2008-06-11 Linus TorvaldsMerge branch 'kvm-updates-2.6.26' of git://git.kernel...
2008-06-11 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-06-11 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-06-09 Linus TorvaldsMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2008-06-06 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-06-06 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/mtd-2.6.26
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 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-06-04 David S. MillerMerge branch 'davem-fixes' of master.kernel.org:/pub...
2008-06-04 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-06-02 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2008-05-30 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-05-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-05-29 Linus TorvaldsMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2008-05-29 Ingo MolnarMerge commit 'linus/master' into sched-fixes-for-linus
2008-05-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
next