summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown2017-05-251-0/+5
* md: update slab_cache before releasing new stripes when stripes resizingDennis Yang2017-05-251-2/+4
* dm space map disk: fix some book keeping in the disk space mapJoe Thornber2017-05-251-1/+14
* dm thin metadata: call precommit before saving the rootsJoe Thornber2017-05-251-2/+2
* dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka2017-05-251-8/+8
* dm cache metadata: fail operations if fail_io mode has been establishedMike Snitzer2017-05-251-4/+8
* dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche2017-05-251-5/+12
* dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka2017-05-251-0/+10
* dm bufio: avoid a possible ABBA deadlockMikulas Patocka2017-05-251-4/+5
* dm raid: select the Kconfig option CONFIG_MD_RAID0Mikulas Patocka2017-05-251-0/+1
* dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja2017-05-251-2/+6
* dm thin: fix a memory leak when passing discard bio downDennis Yang2017-05-201-0/+1
* dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche2017-05-201-1/+5
* dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy2017-05-201-4/+4
* dm ioctl: prevent stack leak in dm ioctl callAdrian Salido2017-05-081-1/+1
* dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov2017-04-121-1/+1
* dm verity fec: fix bufio leaksSami Tolvanen2017-04-121-3/+3
* dm verity fec: limit error correction recursionSami Tolvanen2017-04-122-1/+15
* blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-04-082-14/+18
* md/raid1/10: fix potential deadlockShaohua Li2017-03-261-0/+18
* dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka2017-03-181-0/+55
* md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-03-122-5/+35
* dm raid: fix data corruption on reshape requestHeinz Mauelshagen2017-03-121-1/+11
* dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Mike Snitzer2017-03-121-53/+14
* dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka2017-03-121-0/+1
* dm cache: fix corruption seen when using cache > 2TBJoe Thornber2017-03-121-3/+3
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2017-02-235-26/+26
* dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer2017-02-141-0/+4
* md: fix refcount problem on mddev when stopping array.NeilBrown2017-01-121-1/+4
* md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li2017-01-121-1/+1
* md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov2017-01-091-0/+9
* dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2017-01-061-8/+6
* dm raid: fix discard support regressionHeinz Mauelshagen2017-01-061-6/+3
* dm rq: fix a race condition in rq_completed()Bart Van Assche2017-01-061-2/+8
* dm crypt: mark key as invalid until properly loadedOndrej Kozina2017-01-061-2/+5
* dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun2017-01-061-0/+2
* dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche2017-01-061-0/+5
* dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer2017-01-061-6/+13
* Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-054-19/+30
|\
| * md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-281-2/+2
| * raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-281-9/+10
| * raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-281-1/+1
| * md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-241-3/+3
| * md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-241-0/+1
| * md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-241-0/+3
| * RAID10: ignore discard errorShaohua Li2016-10-241-2/+5
| * RAID1: ignore discard errorShaohua Li2016-10-241-2/+5
* | Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-10-285-44/+28
|\ \ | |/ |/|
| * dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui2016-10-241-15/+9
| * dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer2016-10-181-2/+5