summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm cache: fix corruption seen when using cache > 2TBJoe Thornber2017-06-051-3/+3
* md: ensure md devices are freed before module is unloaded.NeilBrown2017-06-051-0/+7
* md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-06-052-1/+29
* md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li2017-03-161-1/+1
* dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2017-03-161-8/+6
* md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov2017-03-161-0/+9
* dm crypt: mark key as invalid until properly loadedOndrej Kozina2017-03-161-2/+5
* dm rq: fix a race condition in rq_completed()Bart Van Assche2017-03-161-2/+8
* md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2017-02-231-1/+1
* dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui2017-02-231-15/+9
* dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer2017-02-231-3/+3
* dm: mark request_queue dead before destroying the DM deviceBart Van Assche2017-02-231-0/+5
* dm crypt: fix free of bad values after tfm allocation failureEric Biggers2016-11-201-1/+1
* bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet2016-11-201-1/+1
* bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler2016-11-201-2/+7
* dm flakey: error READ bios during the down_intervalMike Snitzer2016-11-201-8/+15
* md: multipath: don't hardcopy bio in .make_request pathMing Lei2016-05-011-1/+3
* bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-05-011-0/+3
* bcache: cleaned up error handling around register_cache()Eric Wheeler2016-05-011-12/+22
* bcache: Fix more early shutdown bugsKent Overstreet2016-05-011-3/+4
* md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen2016-05-011-2/+2
* bcache: add mutex lock for bch_is_openJianjian Huo2016-03-241-0/+2
* dm snapshot: fix hung bios when copy error occursMikulas Patocka2016-02-024-19/+12
* bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet2016-02-021-7/+30
* bcache: prevent crash on changing writeback_runningStefan Bader2016-02-021-1/+2
* bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis2016-02-021-2/+3
* bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu2016-02-021-1/+3
* bcache: fix a leak in bch_cached_dev_run()Al Viro2016-02-021-1/+4
* bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu2016-02-021-0/+2
* bcache: Add a cond_resched() call to gcKent Overstreet2016-02-021-0/+1
* bcache: fix a livelock when we cause a huge number of cache missesZheng Liu2016-02-021-1/+3
* dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov2016-02-021-2/+2
* dm space map metadata: remove unused variable in brb_pop()Mike Snitzer2016-02-021-3/+0
* dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber2016-01-181-1/+15
* dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber2016-01-181-10/+22
* dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber2016-01-181-0/+6
* dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer2016-01-111-1/+3
* dm: fix ioctl retry termination with signalJunichi Nomura2015-12-182-2/+2
* dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-12-181-0/+1
* md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown2015-12-131-6/+7
* md/raid0: update queue parameter in a safer location.NeilBrown2015-12-131-30/+36
* Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira2015-12-131-5/+2
* Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown2015-11-161-2/+1
* md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin2015-11-161-2/+4
* md/raid10: submit_bio_wait() returns 0 on successJes Sorensen2015-11-161-1/+1
* md/raid1: submit_bio_wait() returns 0 on successJes Sorensen2015-11-161-1/+1
* dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer2015-11-161-1/+1
* dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber2015-11-161-6/+11
* dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer2015-11-161-1/+1
* dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber2015-10-301-1/+1