summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* raid5: Set R5_Expanded on parity devices as well as data.NeilBrown2017-12-201-1/+4
* bcache: fix wrong cache_misses statisticstang.junhui2017-12-201-1/+5
* bcache: explicitly destroy mutex while exitingLiang Chen2017-12-201-2/+4
* md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang2017-12-201-0/+1
* md: free unused memory after bitmap resizeZdenek Kabelac2017-12-161-0/+9
* bcache: recover data from backing when data is cleanRui Hua2017-12-091-7/+6
* bcache: only permit to recovery read error when cache device is cleanColy Li2017-12-091-1/+9
* bcache: Fix building error on MIPSHuacai Chen2017-12-053-3/+3
* bcache: check ca->alloc_thread initialized before wake up itColy Li2017-11-301-1/+2
* dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao2017-11-301-4/+8
* dm: allocate struct mapped_device with kvzallocMikulas Patocka2017-11-302-4/+6
* dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers2017-11-301-9/+6
* 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