summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2014-06-11Merge tag 'md/3.16' of git://neil.brown.name/mdLinus Torvalds
2014-06-10raid5: speedup sync_request processingEivind Sarto
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-05md/raid5: deadlock between retry_aligned_read with barrier iohui jiao
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-02Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds
2014-05-30Merge tag 'dm-3.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-05-29raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li
2014-05-29md/bitmap: remove confusing code from filemap_get_page.NeilBrown
2014-05-29raid5: avoid release list until last reference of the stripeEivind Sarto
2014-05-29md: md_clear_badblocks should return an error code on failure.NeilBrown
2014-05-29md/raid56: Don't perform reads to support writes until stripe is ready.NeilBrown
2014-05-29md: refuse to change shape of array if it is active but read-onlyNeilBrown
2014-05-29md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown
2014-05-28md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown
2014-05-27dm mpath: really fix lockdep warningHannes Reinecke
2014-05-27dm cache: always split discards on cache block boundariesHeinz Mauelshagen
2014-05-21Merge tag 'dm-3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-05-20dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer
2014-05-14dm mpath: fix lock order inconsistency in multipath_ioctlMike Snitzer
2014-05-14dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber
2014-05-14dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber
2014-05-14dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka
2014-05-13Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds
2014-05-06md: avoid possible spinning md thread at shutdown.NeilBrown
2014-05-06md/raid10: call wait_barrier() for each request submitted.NeilBrown
2014-05-02Merge tag 'dm-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds
2014-05-01dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer
2014-04-29dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-17Merge tag '3.15-fixes' of git://neil.brown.name/mdLinus Torvalds
2014-04-17raid5: fix a race of stripe count checkShaohua Li
2014-04-15block: remove struct request buffer memberJens Axboe
2014-04-15dm verity: fix biovecs hash calculation regressionMilan Broz
2014-04-11Merge tag 'md/3.15' of git://neil.brown.name/mdLinus Torvalds
2014-04-09raid5: get_active_stripe avoids device_lockShaohua Li
2014-04-09raid5: make_request does less prepare waitShaohua Li
2014-04-09md: avoid oops on unload if some process is in poll or select.NeilBrown
2014-04-09md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...NeilBrown
2014-04-09md/bitmap: don't abuse i_writecount for bitmap files.NeilBrown
2014-04-08dm thin: fix rcu_read_lock being held in code that can sleepJoe Thornber
2014-04-08dm thin: irqsave must always be used with the pool->lock spinlockJoe Thornber
2014-04-05Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-04dm cache: fix a lock-inversionJoe Thornber
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-03-31dm thin: use per thin device deferred bio listsMike Snitzer
2014-03-31dm thin: simplify pool_is_congestedMike Snitzer