summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-08-26dm bufio: avoid a possible ABBA deadlockMikulas Patocka1-4/+5
2017-08-26dm ioctl: prevent stack leak in dm ioctl callAdrian Salido1-1/+1
2017-08-26dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy1-4/+4
2017-08-26dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja1-2/+6
2017-07-18md/raid1/10: fix potential deadlockShaohua Li1-0/+18
2017-06-05dm cache: fix corruption seen when using cache > 2TBJoe Thornber1-3/+3
2017-06-05md: ensure md devices are freed before module is unloaded.NeilBrown1-0/+7
2017-06-05md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2-1/+29
2017-03-16md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li1-1/+1
2017-03-16dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2017-03-16md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2017-03-16dm crypt: mark key as invalid until properly loadedOndrej Kozina1-2/+5
2017-03-16dm rq: fix a race condition in rq_completed()Bart Van Assche1-2/+8
2017-02-23md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown1-1/+1
2017-02-23dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui1-15/+9
2017-02-23dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer1-3/+3
2017-02-23dm: mark request_queue dead before destroying the DM deviceBart Van Assche1-0/+5
2016-11-20dm crypt: fix free of bad values after tfm allocation failureEric Biggers1-1/+1
2016-11-20bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-11-20bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler1-2/+7
2016-11-20dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-05-01md: multipath: don't hardcopy bio in .make_request pathMing Lei1-1/+3
2016-05-01bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler1-0/+3
2016-05-01bcache: cleaned up error handling around register_cache()Eric Wheeler1-12/+22
2016-05-01bcache: Fix more early shutdown bugsKent Overstreet1-3/+4
2016-05-01md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen1-2/+2
2016-03-24bcache: add mutex lock for bch_is_openJianjian Huo1-0/+2
2016-02-02dm snapshot: fix hung bios when copy error occursMikulas Patocka4-19/+12
2016-02-02bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet1-7/+30
2016-02-02bcache: prevent crash on changing writeback_runningStefan Bader1-1/+2
2016-02-02bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis1-2/+3
2016-02-02bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu1-1/+3
2016-02-02bcache: fix a leak in bch_cached_dev_run()Al Viro1-1/+4
2016-02-02bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu1-0/+2
2016-02-02bcache: Add a cond_resched() call to gcKent Overstreet1-0/+1
2016-02-02bcache: fix a livelock when we cause a huge number of cache missesZheng Liu1-1/+3
2016-02-02dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov1-2/+2
2016-02-02dm space map metadata: remove unused variable in brb_pop()Mike Snitzer1-3/+0
2016-01-19dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber1-1/+15
2016-01-19dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber1-10/+22
2016-01-19dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber1-0/+6
2016-01-11dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer1-1/+3
2015-12-18dm: fix ioctl retry termination with signalJunichi Nomura2-2/+2
2015-12-18dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer1-0/+1
2015-12-13md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown1-6/+7
2015-12-13md/raid0: update queue parameter in a safer location.NeilBrown1-30/+36
2015-12-13Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira1-5/+2
2015-11-16Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown1-2/+1
2015-11-16md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin1-2/+4
2015-11-16md/raid10: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1