summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2018-03-11dm io: fix duplicate bio completion due to missing ref countMike Snitzer1-0/+1
2018-02-07bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2018-01-31dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang1-1/+5
2018-01-31dm btree: fix serious bug in btree_split_beneath()Joe Thornber1-17/+2
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-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-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-08md/raid10: submit bio directly to replacement diskShaohua Li1-3/+16
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: 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-08-11md/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-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: avoid a possible ABBA deadlockMikulas Patocka1-4/+5
2017-05-25dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja1-2/+6
2017-05-20md/raid1: avoid reusing a resync bio after error handling.NeilBrown1-0/+2
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-08md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang1-1/+1
2017-04-30dm bufio: hide bogus warningArnd Bergmann1-0/+1
2017-04-22md/raid1/10: fix potential deadlockShaohua Li1-0/+18
2017-04-18dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka1-0/+55
2017-04-18raid10: increment write counter after bio is splitTomasz Majchrzak1-2/+2
2017-01-15dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2017-01-15md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2017-01-15dm crypt: mark key as invalid until properly loadedOndrej Kozina1-2/+5
2016-11-24md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown1-2/+2
2016-11-24md: sync sync_completed has correct value as recovery finishes.NeilBrown1-0/+9
2016-11-24dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui1-15/+9
2016-09-16dm crypt: fix free of bad values after tfm allocation failureEric Biggers1-1/+1
2016-09-16dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-09-01dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer1-11/+16
2016-09-01bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-09-01bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler1-2/+7
2016-08-22dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-05-17MD: make bio mergeableShaohua Li1-0/+2
2016-04-18md: multipath: don't hardcopy bio in .make_request pathMing Lei1-1/+3