summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2014-08-04bcache: Fix more early shutdown bugsKent Overstreet
2014-08-04bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov
2014-08-04bcache: Fix an infinite loop in journal replayKent Overstreet
2014-08-04bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov
2014-08-04bcache: bcache_write tracepoint was crashingSlava Pestov
2014-08-04bcache: fix typo in bch_bkey_equal_headerSlava Pestov
2014-08-04bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet
2014-08-04bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov
2014-08-04bcache: fix crash on shutdown in passthrough modeSlava Pestov
2014-08-04bcache: fix lockdep warnings on shutdownSlava Pestov
2014-08-04bcache allocator: send discards with correct sizeSlava Pestov
2014-08-04bcache: Fix to remove the rcu_sched stalls.Surbhi Palande
2014-08-04bcache: Fix a journal replay bugKent Overstreet
2014-08-04bcache: Fix a bug when detachingKent Overstreet
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-11dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner
2014-06-11dm bio prison: implement per bucket locking in the dm_bio_prison hash tableHeinz Mauelshagen
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-04dm: remove symbol export for dm_set_device_limitsMike Snitzer
2014-06-04dm: disable WRITE SAME if it failsMike Snitzer
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03dm era: check for a non-NULL metadata object before closing itJoe Thornber
2014-06-03dm thin: return ENOSPC instead of EIO when error_if_no_space enabledMike Snitzer
2014-06-03dm thin: cleanup noflush_work to use a proper completionJoe Thornber
2014-06-03dm snapshot: do not split read bios sent to snapshot-origin targetMikulas Patocka
2014-06-03dm snapshot: allocate a per-target structure for snapshot-origin targetMikulas Patocka
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka
2014-06-03dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka
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