summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-06-16bcache: don't attach backing with duplicate UUIDMichael Lyle
2018-06-16bcache: fix crashes in duplicate cache device registerTang Junhui
2018-06-16md raid10: fix NULL deference in handle_write_completed()Yufen Yu
2018-03-03dm btree: fix serious bug in btree_split_beneath()Joe Thornber
2018-03-03dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang
2018-03-03dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2018-03-03dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn
2018-03-03bcache: recover data from backing when data is cleanRui Hua
2018-02-13dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers
2018-02-13dm: discard support requires all targets in a table support discardsMike Snitzer
2018-02-13dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao
2018-02-13bcache: only permit to recovery read error when cache device is cleanColy Li
2018-02-13bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-11-26bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-11-26bcache: fix bch_hprint crash and improve outputMichael Lyle
2017-11-26bcache: fix for gc and write-back raceTang Junhui
2017-11-26bcache: fix crash on shutdown in passthrough modeSlava Pestov
2017-11-26bcache: Correct return value for sysfs attach errorsTony Asleson
2017-11-26bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui
2017-11-26bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui
2017-11-26bcache: fix sequential large write IO bypassTang Junhui
2017-11-26bcache: Fix leak of bdev referenceJan Kara
2017-11-26md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown
2017-11-11dm bufio: hide bogus warningArnd Bergmann
2017-11-11dm: fix printk() rate limiting codeBart Van Assche
2017-11-11md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz
2017-11-11Raid5 should update rdev->sectors after reshapeXiao Ni
2017-10-12dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka
2017-10-12md: don't use flush_signals in userspace processesMikulas Patocka
2017-09-15dm space map disk: fix some book keeping in the disk space mapJoe Thornber
2017-09-15dm thin metadata: call precommit before saving the rootsJoe Thornber
2017-08-26dm bufio: avoid a possible ABBA deadlockMikulas Patocka
2017-08-26dm ioctl: prevent stack leak in dm ioctl callAdrian Salido
2017-08-26dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy
2017-08-26dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja
2017-07-18md/raid1/10: fix potential deadlockShaohua Li
2017-06-05dm cache: fix corruption seen when using cache > 2TBJoe Thornber
2017-06-05md: ensure md devices are freed before module is unloaded.NeilBrown
2017-06-05md linear: fix a race between linear_add() and linear_congested()colyli@suse.de
2017-03-16md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li
2017-03-16dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski
2017-03-16md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov
2017-03-16dm crypt: mark key as invalid until properly loadedOndrej Kozina
2017-03-16dm rq: fix a race condition in rq_completed()Bart Van Assche
2017-02-23md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown
2017-02-23dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui
2017-02-23dm mpath: check if path's request_queue is dying in activate_path()Mike Snitzer
2017-02-23dm: mark request_queue dead before destroying the DM deviceBart Van Assche
2016-11-20dm crypt: fix free of bad values after tfm allocation failureEric Biggers
2016-11-20bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet