summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula2014-09-101-2/+2
* dm crypt: fix access beyond the end of allocated spaceMikulas Patocka2014-08-281-6/+19
* md/raid10: always initialise ->state on newly allocated r10_bioNeilBrown2014-08-191-0/+3
* md/raid10: avoid memory leak on error path during reshape.NeilBrown2014-08-191-0/+1
* md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown2014-08-191-0/+1
* md/raid10: fix memory leak when reshaping a RAID10.NeilBrown2014-08-191-1/+1
* md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown2014-08-181-0/+2
* md/raid5: avoid livelock caused by non-aligned writes.NeilBrown2014-08-181-1/+1
* Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-1410-205/+394
|\
| * dm table: propagate QUEUE_FLAG_NO_SG_MERGEJeff Moyer2014-08-101-0/+13
| * dm switch: efficiently support repetitive patternsMikulas Patocka2014-08-011-2/+47
| * dm switch: factor out switch_region_table_readMikulas Patocka2014-08-011-5/+13
| * dm cache: set minimum_io_size to cache's data block sizeMike Snitzer2014-08-011-1/+1
| * dm thin: set minimum_io_size to pool's data block sizeMike Snitzer2014-08-011-1/+1
| * dm crypt: use per-bio dataMikulas Patocka2014-08-011-14/+27
| * dm table: make dm_table_supports_discards staticMikulas Patocka2014-08-012-37/+37
| * dm cache metadata: use dm-space-map-metadata.h defined size limitsMike Snitzer2014-08-013-8/+6
| * dm cache: fail migrations in the do_worker error pathJoe Thornber2014-08-011-0/+1
| * dm cache: simplify deferred set reference count incrementsJoe Thornber2014-08-011-46/+77
| * dm thin: relax external origin size constraintsJoe Thornber2014-08-011-43/+115
| * dm thin: switch to an atomic_t for tracking pending new block preparationsJoe Thornber2014-08-011-13/+16
| * dm mpath: eliminate pg_ready() wrapperMike Snitzer2014-08-011-4/+2
| * dm io: simplify dec_count and sync_ioJoe Thornber2014-08-011-35/+42
* | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-1414-65/+119
|\ \
| * | bcache: Drop unneeded blk_sync_queue() callsKent Overstreet2014-08-041-8/+2
| * | bcache: add mutex lock for bch_is_openJianjian Huo2014-08-041-0/+2
| * | bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande2014-08-041-2/+2
| * | bcache: try to set b->parent properlySlava Pestov2014-08-043-20/+25
| * | bcache: fix memory corruption in init error pathSlava Pestov2014-08-041-3/+8
| * | bcache: fix crash with incomplete cache setSlava Pestov2014-08-042-0/+8
| * | bcache: Fix more early shutdown bugsKent Overstreet2014-08-041-3/+4
| * | bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov2014-08-041-0/+1
| * | bcache: Fix an infinite loop in journal replayKent Overstreet2014-08-041-1/+4
| * | bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov2014-08-041-1/+1
| * | bcache: bcache_write tracepoint was crashingSlava Pestov2014-08-041-1/+2
| * | bcache: fix typo in bch_bkey_equal_headerSlava Pestov2014-08-041-1/+1
| * | bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet2014-08-042-2/+2
| * | bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet2014-08-041-1/+1
| * | bcache: fix uninterruptible sleep in writeback threadSlava Pestov2014-08-043-5/+15
| * | bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-043-5/+12
| * | bcache: fix crash on shutdown in passthrough modeSlava Pestov2014-08-041-1/+2
| * | bcache: fix lockdep warnings on shutdownSlava Pestov2014-08-041-0/+4
| * | bcache allocator: send discards with correct sizeSlava Pestov2014-08-041-1/+1
| * | bcache: Fix to remove the rcu_sched stalls.Surbhi Palande2014-08-041-1/+2
| * | bcache: Fix a journal replay bugKent Overstreet2014-08-043-11/+19
| * | bcache: Fix a bug when detachingKent Overstreet2014-08-041-3/+6
* | | Merge tag 'md/3.17' of git://neil.brown.name/mdLinus Torvalds2014-08-114-16/+22
|\ \ \
| * | | md: don't allow bitmap file to be added to raid0/linear.NeilBrown2014-08-081-2/+2
| * | | md/raid0: check for bitmap compatability when changing raid levels.NeilBrown2014-08-081-0/+6
| * | | md: Recovery speed is wrongXiao Ni2014-08-081-2/+3