aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2014-11-10dm bio prison: switch to using a red black treeJoe Thornber
2014-11-10dm bufio: evict buffers that are past the max age but retain some buffersJoe Thornber
2014-11-10dm bufio: switch from a huge hash table to an rbtreeJoe Thornber
2014-11-10dm btree: fix a recursion depth bug in btree walking codeJoe Thornber
2014-11-04dm thin: grab a virtual cell before looking up the mappingJoe Thornber
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen
2014-10-17dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka
2014-10-10dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar
2014-10-05dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov
2014-10-05dm bufio: when done scanning return from __scan immediatelyMikulas Patocka
2014-10-05dm bufio: update last_accessed when relinking a bufferJoe Thornber
2014-10-05dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen
2014-10-05dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski
2014-10-05dm mpath: stop queueing IO when no valid paths existBenjamin Marzinski
2014-10-05dm: use bioset_create_nobvec()Junichi Nomura
2014-10-05dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura
2014-09-10dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula
2014-08-28dm crypt: fix access beyond the end of allocated spaceMikulas Patocka
2014-08-19md/raid10: always initialise ->state on newly allocated r10_bioNeilBrown
2014-08-19md/raid10: avoid memory leak on error path during reshape.NeilBrown
2014-08-19md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown
2014-08-19md/raid10: fix memory leak when reshaping a RAID10.NeilBrown
2014-08-18md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown
2014-08-18md/raid5: avoid livelock caused by non-aligned writes.NeilBrown
2014-08-14Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-08-11Merge tag 'md/3.17' of git://neil.brown.name/mdLinus Torvalds
2014-08-10dm table: propagate QUEUE_FLAG_NO_SG_MERGEJeff Moyer
2014-08-08md: don't allow bitmap file to be added to raid0/linear.NeilBrown
2014-08-08md/raid0: check for bitmap compatability when changing raid levels.NeilBrown
2014-08-08md: Recovery speed is wrongXiao Ni
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-04bcache: Drop unneeded blk_sync_queue() callsKent Overstreet
2014-08-04bcache: add mutex lock for bch_is_openJianjian Huo
2014-08-04bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande
2014-08-04bcache: try to set b->parent properlySlava Pestov
2014-08-04bcache: fix memory corruption in init error pathSlava Pestov
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov
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