summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2018-01-23dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang1-1/+5
2018-01-23dm btree: fix serious bug in btree_split_beneath()Joe Thornber1-17/+2
2018-01-17dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan1-2/+5
2017-12-20raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-12-20bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-12-20bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-12-20md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang1-0/+1
2017-12-09bcache: recover data from backing when data is cleanRui Hua1-7/+6
2017-12-09bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-12-05bcache: Fix building error on MIPSHuacai Chen3-3/+3
2017-11-30bcache: check ca->alloc_thread initialized before wake up itColy Li1-1/+2
2017-11-30dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao1-4/+8
2017-11-30dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers1-9/+6
2017-10-21md/linear: shutup lockdep warnningShaohua Li1-1/+2
2017-10-08md/raid10: submit bio directly to replacement diskShaohua Li1-3/+16
2017-10-05md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang1-1/+2
2017-10-05md/raid5: fix a race condition in stripe batchShaohua Li1-2/+8
2017-09-27bcache: fix bch_hprint crash and improve outputMichael Lyle1-15/+35
2017-09-27bcache: fix for gc and write-back raceTang Junhui3-2/+10
2017-09-27bcache: Correct return value for sysfs attach errorsTony Asleson1-2/+2
2017-09-27bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2-1/+21
2017-09-27bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui1-3/+3
2017-09-27bcache: Fix leak of bdev referenceJan Kara1-0/+2
2017-09-27bcache: initialize dirty stripes in flash_dev_run()Tang Junhui3-6/+7
2017-09-27md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown1-0/+5
2017-09-27md/raid5: release/flush io in raid5_do_work()Song Liu1-0/+2
2017-08-07md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz1-0/+2
2017-07-28Raid5 should update rdev->sectors after reshapeXiao Ni1-3/+1
2017-07-28md: don't use flush_signals in userspace processesMikulas Patocka2-2/+8
2017-07-15md: fix super_offset endianness in super_1_rdev_size_changeJason Yan1-1/+1
2017-07-15md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan1-1/+1
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 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 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-05-03md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang1-1/+1
2017-04-08blk: Ensure users for current->bio_list can see the full list.NeilBrown3-15/+20
2017-03-30raid10: increment write counter after bio is splitTomasz Majchrzak1-2/+2
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 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