summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md/linear: shutup lockdep warnningShaohua Li2017-10-211-1/+2
* md/raid10: submit bio directly to replacement diskShaohua Li2017-10-081-3/+16
* md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang2017-10-051-1/+2
* md/raid5: fix a race condition in stripe batchShaohua Li2017-10-051-2/+8
* bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-271-15/+35
* bcache: fix for gc and write-back raceTang Junhui2017-09-273-2/+10
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-271-2/+2
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-272-1/+21
* bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui2017-09-271-3/+3
* bcache: Fix leak of bdev referenceJan Kara2017-09-271-0/+2
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-273-6/+7
* md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown2017-09-271-0/+5
* md/raid5: release/flush io in raid5_do_work()Song Liu2017-09-201-0/+2
* md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz2017-08-061-0/+2
* Raid5 should update rdev->sectors after reshapeXiao Ni2017-07-271-3/+1
* md: don't use flush_signals in userspace processesMikulas Patocka2017-07-272-2/+8
* dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer2017-07-271-2/+2
* md: fix super_offset endianness in super_1_rdev_size_changeJason Yan2017-07-151-1/+1
* md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan2017-07-151-1/+1
* dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara2017-07-051-13/+13
* 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