summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-07-18md/raid1/10: fix potential deadlockShaohua Li
2017-06-05dm cache: fix corruption seen when using cache > 2TBJoe Thornber
2017-06-05md: ensure md devices are freed before module is unloaded.NeilBrown
2017-06-05md linear: fix a race between linear_add() and linear_congested()colyli@suse.de
2017-03-16md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li
2017-03-16dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski
2017-03-16md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov
2017-03-16dm crypt: mark key as invalid until properly loadedOndrej Kozina
2017-03-16dm rq: fix a race condition in rq_completed()Bart Van Assche
2017-02-23md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown
2017-02-23dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui
2017-02-23dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer
2017-02-23dm: mark request_queue dead before destroying the DM deviceBart Van Assche
2016-11-20dm crypt: fix free of bad values after tfm allocation failureEric Biggers
2016-11-20bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet
2016-11-20bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler
2016-11-20dm flakey: error READ bios during the down_intervalMike Snitzer
2016-05-01md: multipath: don't hardcopy bio in .make_request pathMing Lei
2016-05-01bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler
2016-05-01bcache: cleaned up error handling around register_cache()Eric Wheeler
2016-05-01bcache: Fix more early shutdown bugsKent Overstreet
2016-05-01md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen
2016-03-24bcache: add mutex lock for bch_is_openJianjian Huo
2016-02-02dm snapshot: fix hung bios when copy error occursMikulas Patocka
2016-02-02bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet
2016-02-02bcache: prevent crash on changing writeback_runningStefan Bader
2016-02-02bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis
2016-02-02bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu
2016-02-02bcache: fix a leak in bch_cached_dev_run()Al Viro
2016-02-02bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu
2016-02-02bcache: Add a cond_resched() call to gcKent Overstreet
2016-02-02bcache: fix a livelock when we cause a huge number of cache missesZheng Liu
2016-02-02dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov
2016-02-02dm space map metadata: remove unused variable in brb_pop()Mike Snitzer
2016-01-18dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber
2016-01-18dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber
2016-01-18dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber
2016-01-11dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer
2015-12-18dm: fix ioctl retry termination with signalJunichi Nomura
2015-12-18dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer
2015-12-13md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown
2015-12-13md/raid0: update queue parameter in a safer location.NeilBrown
2015-12-13Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira
2015-11-16Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown
2015-11-16md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin
2015-11-16md/raid10: submit_bio_wait() returns 0 on successJes Sorensen
2015-11-16md/raid1: submit_bio_wait() returns 0 on successJes Sorensen
2015-11-16dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer
2015-11-16dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber
2015-11-16dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer