summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md: Fix failed allocation of md_register_threadAditya Pakki2019-07-092-0/+4
* It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-07-091-1/+0
* bcache: treat stale && dirty keys as bad keysTang Junhui2019-07-091-6/+7
* bcache: never writeback a discard operationDaniel Axtens2019-07-091-0/+3
* dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis2019-05-021-5/+50
* dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang2019-02-111-12/+6
* bcache: fix miss key refill->end in writebackTang Junhui2019-02-111-1/+1
* bcache: fix wrong cache_misses statisticstang.junhui2019-02-111-1/+5
* dm cache: destroy migration_cache if cache target registration failedShenghui Wang2018-12-161-3/+2
* bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang2018-12-163-3/+12
* bcache: do not assign in if condition in bcache_init()Florian Schmaus2018-12-161-3/+9
* bcache: explicitly destroy mutex while exitingLiang Chen2018-12-161-2/+4
* bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2018-12-161-2/+3
* bcache: don't embed 'return' statements in closure macrosJens Axboe2018-12-164-6/+14
* dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka2018-12-161-4/+4
* dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer2018-12-161-1/+2
* dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka2018-11-201-0/+10
* dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson2018-11-201-2/+3
* dm thin: handle running out of data space vs concurrent discardMike Snitzer2018-11-201-2/+9
* bcache: don't attach backing with duplicate UUIDMichael Lyle2018-06-161-0/+11
* bcache: fix crashes in duplicate cache device registerTang Junhui2018-06-161-6/+10
* md raid10: fix NULL deference in handle_write_completed()Yufen Yu2018-06-161-2/+4
* dm btree: fix serious bug in btree_split_beneath()Joe Thornber2018-03-031-17/+2
* dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang2018-03-031-1/+5
* dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com2018-03-034-51/+49
* dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn2018-03-031-9/+15
* bcache: recover data from backing when data is cleanRui Hua2018-03-031-7/+6
* dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers2018-02-131-9/+6
* dm: discard support requires all targets in a table support discardsMike Snitzer2018-02-131-18/+14
* dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao2018-02-131-4/+8
* bcache: only permit to recovery read error when cache device is cleanColy Li2018-02-131-1/+9
* bcache: check ca->alloc_thread initialized before wake up itColy Li2018-02-131-1/+2
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-11-263-6/+7
* bcache: fix bch_hprint crash and improve outputMichael Lyle2017-11-261-15/+35
* bcache: fix for gc and write-back raceTang Junhui2017-11-263-2/+10
* bcache: fix crash on shutdown in passthrough modeSlava Pestov2017-11-261-1/+2
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-11-261-2/+2
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-11-262-1/+21
* bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui2017-11-261-3/+3
* bcache: fix sequential large write IO bypassTang Junhui2017-11-261-6/+0
* bcache: Fix leak of bdev referenceJan Kara2017-11-261-0/+2
* md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown2017-11-261-0/+5
* dm bufio: hide bogus warningArnd Bergmann2017-11-111-0/+1
* dm: fix printk() rate limiting codeBart Van Assche2017-11-111-10/+0
* md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz2017-11-111-0/+2
* Raid5 should update rdev->sectors after reshapeXiao Ni2017-11-111-3/+1
* dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka2017-10-121-0/+55
* md: don't use flush_signals in userspace processesMikulas Patocka2017-10-122-2/+8
* dm space map disk: fix some book keeping in the disk space mapJoe Thornber2017-09-151-1/+14
* dm thin metadata: call precommit before saving the rootsJoe Thornber2017-09-151-2/+2