aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown1-1/+17
2014-09-24Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/mdLinus Torvalds1-18/+22
2014-09-22md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown1-2/+2
2014-09-22md/raid1: count resync requests in nr_pending.NeilBrown1-0/+2
2014-09-22md/raid1: update next_resync under resync_lock.NeilBrown1-3/+3
2014-09-22md/raid1: Don't use next_resync to determine how far resync has progressedNeilBrown1-7/+5
2014-09-22md/raid1: make sure resync waits for conflicting writes to complete.NeilBrown1-2/+4
2014-09-22md/raid1: clean up request counts properly in close_sync()NeilBrown1-0/+5
2014-09-22md/raid1: be more cautious where we read-balance during resync.NeilBrown1-5/+1
2014-09-22md/raid1: intialise start_next_window for READ case to avoid hangNeilBrown1-0/+1
2014-09-10dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula1-2/+2
2014-08-28dm crypt: fix access beyond the end of allocated spaceMikulas Patocka1-6/+19
2014-08-19md/raid10: always initialise ->state on newly allocated r10_bioNeilBrown1-0/+3
2014-08-19md/raid10: avoid memory leak on error path during reshape.NeilBrown1-0/+1
2014-08-19md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown1-0/+1
2014-08-19md/raid10: fix memory leak when reshaping a RAID10.NeilBrown1-1/+1
2014-08-18md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown1-0/+2
2014-08-18md/raid5: avoid livelock caused by non-aligned writes.NeilBrown1-1/+1
2014-08-14Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds10-205/+394
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds14-65/+119
2014-08-11Merge tag 'md/3.17' of git://neil.brown.name/mdLinus Torvalds4-16/+22
2014-08-10dm table: propagate QUEUE_FLAG_NO_SG_MERGEJeff Moyer1-0/+13
2014-08-08md: don't allow bitmap file to be added to raid0/linear.NeilBrown1-2/+2
2014-08-08md/raid0: check for bitmap compatability when changing raid levels.NeilBrown1-0/+6
2014-08-08md: Recovery speed is wrongXiao Ni1-2/+3
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-36/+15
2014-08-04bcache: Drop unneeded blk_sync_queue() callsKent Overstreet1-8/+2
2014-08-04bcache: add mutex lock for bch_is_openJianjian Huo1-0/+2
2014-08-04bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande1-2/+2
2014-08-04bcache: try to set b->parent properlySlava Pestov3-20/+25
2014-08-04bcache: fix memory corruption in init error pathSlava Pestov1-3/+8
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov2-0/+8
2014-08-04bcache: Fix more early shutdown bugsKent Overstreet1-3/+4
2014-08-04bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov1-0/+1
2014-08-04bcache: Fix an infinite loop in journal replayKent Overstreet1-1/+4
2014-08-04bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov1-1/+1
2014-08-04bcache: bcache_write tracepoint was crashingSlava Pestov1-1/+2
2014-08-04bcache: fix typo in bch_bkey_equal_headerSlava Pestov1-1/+1
2014-08-04bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet2-2/+2
2014-08-04bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet1-1/+1
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov3-5/+15
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov3-5/+12
2014-08-04bcache: fix crash on shutdown in passthrough modeSlava Pestov1-1/+2
2014-08-04bcache: fix lockdep warnings on shutdownSlava Pestov1-0/+4
2014-08-04bcache allocator: send discards with correct sizeSlava Pestov1-1/+1
2014-08-04bcache: Fix to remove the rcu_sched stalls.Surbhi Palande1-1/+2
2014-08-04bcache: Fix a journal replay bugKent Overstreet3-11/+19
2014-08-04bcache: Fix a bug when detachingKent Overstreet1-3/+6
2014-08-01dm switch: efficiently support repetitive patternsMikulas Patocka1-2/+47
2014-08-01dm switch: factor out switch_region_table_readMikulas Patocka1-5/+13