summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-05-25md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown1-0/+5
2017-05-25md: update slab_cache before releasing new stripes when stripes resizingDennis Yang1-2/+4
2017-05-25dm space map disk: fix some book keeping in the disk space mapJoe Thornber1-1/+14
2017-05-25dm thin metadata: call precommit before saving the rootsJoe Thornber1-2/+2
2017-05-25dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka1-8/+8
2017-05-25dm cache metadata: fail operations if fail_io mode has been establishedMike Snitzer1-4/+8
2017-05-25dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche1-5/+12
2017-05-25dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka1-0/+10
2017-05-25dm bufio: avoid a possible ABBA deadlockMikulas Patocka1-4/+5
2017-05-25dm raid: select the Kconfig option CONFIG_MD_RAID0Mikulas Patocka1-0/+1
2017-05-25dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja1-2/+6
2017-05-20dm thin: fix a memory leak when passing discard bio downDennis Yang1-0/+1
2017-05-20dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche1-1/+5
2017-05-20dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy1-4/+4
2017-05-08dm ioctl: prevent stack leak in dm ioctl callAdrian Salido1-1/+1
2017-04-12dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov1-1/+1
2017-04-12dm verity fec: fix bufio leaksSami Tolvanen1-3/+3
2017-04-12dm verity fec: limit error correction recursionSami Tolvanen2-1/+15
2017-04-08blk: Ensure users for current->bio_list can see the full list.NeilBrown2-14/+18
2017-03-26md/raid1/10: fix potential deadlockShaohua Li1-0/+18
2017-03-18dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka1-0/+55
2017-03-12md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2-5/+35
2017-03-12dm raid: fix data corruption on reshape requestHeinz Mauelshagen1-1/+11
2017-03-12dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Mike Snitzer1-53/+14
2017-03-12dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka1-0/+1
2017-03-12dm cache: fix corruption seen when using cache > 2TBJoe Thornber1-3/+3
2017-02-23bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet5-26/+26
2017-02-14dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer1-0/+4
2017-01-12md: fix refcount problem on mddev when stopping array.NeilBrown1-1/+4
2017-01-12md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li1-1/+1
2017-01-09md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2017-01-06dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2017-01-06dm raid: fix discard support regressionHeinz Mauelshagen1-6/+3
2017-01-06dm rq: fix a race condition in rq_completed()Bart Van Assche1-2/+8
2017-01-06dm crypt: mark key as invalid until properly loadedOndrej Kozina1-2/+5
2017-01-06dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun1-0/+2
2017-01-06dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche1-0/+5
2017-01-06dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer1-6/+13
2016-11-05Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds4-19/+30
2016-10-28md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown1-2/+2
2016-10-28raid1: handle read error also in readonly modeTomasz Majchrzak1-9/+10
2016-10-28raid5-cache: correct condition for empty metadata writeShaohua Li1-1/+1
2016-10-28Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds5-44/+28
2016-10-24md: report 'write_pending' state when array in syncTomasz Majchrzak1-3/+3
2016-10-24md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu1-0/+1
2016-10-24md/raid5: initialize next_checkpoint field before useZhengyuan Liu1-0/+3
2016-10-24RAID10: ignore discard errorShaohua Li1-2/+5
2016-10-24RAID1: ignore discard errorShaohua Li1-2/+5
2016-10-24dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui1-15/+9
2016-10-18dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer1-2/+5