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