summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-01-13dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2017-01-13md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2017-01-13dm crypt: mark key as invalid until properly loadedOndrej Kozina1-2/+5
2016-11-26md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown1-2/+2
2016-11-26md: sync sync_completed has correct value as recovery finishes.NeilBrown1-0/+9
2016-11-24dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui1-15/+9
2016-09-16dm crypt: fix free of bad values after tfm allocation failureEric Biggers1-1/+1
2016-09-16dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-09-16dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy1-1/+1
2016-09-16dm log writes: fix bug with too large biosMikulas Patocka1-2/+2
2016-09-16dm log writes: move IO accounting earlier to fix error pathMikulas Patocka1-1/+1
2016-09-01dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer1-11/+16
2016-09-01bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-09-01bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler1-2/+7
2016-08-20dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer1-7/+7
2016-08-20dm rq: fix the starting and stopping of blk-mq queuesSasha Levin1-2/+21
2016-08-20dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-08-20dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesSasha Levin1-1/+1
2016-07-11dm snapshot: disallow the COW and origin devices from being identicalDingXiang2-12/+33
2016-05-17MD: make bio mergeableShaohua Li1-0/+2
2016-04-18md: multipath: don't hardcopy bio in .make_request pathMing Lei1-1/+3
2016-04-18dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber1-1/+4
2016-04-18md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown1-1/+1
2016-04-18bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler1-0/+3
2016-04-18bcache: cleaned up error handling around register_cache()Eric Wheeler1-12/+22
2016-04-18bcache: fix race of writeback thread starting before complete initializationEric Wheeler1-1/+8
2016-04-18RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2-0/+20
2016-04-18md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen1-2/+2
2016-04-18dm: fix excessive dm-mq context switchingMike Snitzer1-7/+6
2016-03-07dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq pathsMike Snitzer1-0/+2
2016-02-03dm snapshot: fix hung bios when copy error occursMikulas Patocka4-19/+12
2016-02-01bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet1-7/+30
2016-02-01bcache: prevent crash on changing writeback_runningStefan Bader1-1/+2
2016-02-01bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis1-2/+3
2016-02-01bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu1-1/+3
2016-02-01bcache: fix a leak in bch_cached_dev_run()Al Viro1-1/+4
2016-02-01bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu1-0/+2
2016-02-01bcache: Add a cond_resched() call to gcKent Overstreet1-0/+1
2016-02-01bcache: fix a livelock when we cause a huge number of cache missesZheng Liu1-1/+3
2016-02-01dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov1-2/+2
2015-11-10Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown1-2/+1
2015-11-10md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin1-2/+4
2015-11-10md/raid10: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-11-10md/raid1: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-11-10dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer1-1/+1
2015-11-10dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber1-6/+11
2015-10-27dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer1-1/+1
2015-10-23dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber1-1/+1
2015-10-23dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura1-4/+2
2015-10-23md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown1-1/+2