summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2018-08-03md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu1-0/+3
2018-08-03md/raid1: add error handling of read error from FailFast deviceGioh Kim1-0/+2
2018-07-11dm: prevent DAX mounts if not supportedRoss Zwisler2-5/+5
2018-07-11dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer2-3/+2
2018-07-08md: remove special meaning of ->quiesce(.., 2)NeilBrown9-69/+37
2018-07-08md: allow metadata update while suspending.NeilBrown2-0/+20
2018-07-08md: use mddev_suspend/resume instead of ->quiesce()NeilBrown1-12/+12
2018-07-08md: move suspend_hi/lo handling into core md codeNeilBrown3-37/+28
2018-07-08md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10
2018-07-08md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown3-7/+24
2018-07-03dm thin: handle running out of data space vs concurrent discardMike Snitzer1-2/+9
2018-07-03dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche1-1/+1
2018-07-03md: fix two problems with setting the "re-add" device state.NeilBrown1-1/+3
2018-05-30bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li1-3/+17
2018-05-30bcache: fix kcrashes with fio in RAID5 backend devTang Junhui1-1/+1
2018-05-30md/raid1: fix NULL pointer dereferenceYufen Yu1-0/+11
2018-05-30md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang3-14/+15
2018-05-30md: raid5: avoid string overflow warningArnd Bergmann1-3/+4
2018-05-30md raid10: fix NULL deference in handle_write_completed()Yufen Yu1-2/+4
2018-05-30md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2-0/+12
2018-05-30MD: Free bioset when md_run failsXiao Ni1-5/+21
2018-05-16dm integrity: use kvfree for kvmalloc'd memoryMikulas Patocka1-1/+1
2018-04-26bcache: return attach error when no cache set existTang Junhui1-2/+3
2018-04-26bcache: fix for data collapse after re-attaching an attached deviceTang Junhui3-7/+11
2018-04-26bcache: fix for allocator and register thread raceTang Junhui2-4/+18
2018-04-26bcache: properly set task state in bch_writeback_thread()Coly Li2-3/+8
2018-04-26dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei1-1/+13
2018-04-24dm crypt: limit the number of allocated pagesMikulas Patocka1-1/+65
2018-04-12bcache: segregate flash only volume write streamsTang Junhui1-5/+14
2018-04-12bcache: stop writeback thread after detachingTang Junhui1-0/+6
2018-04-12bcache: ret IOERR when read meets metadata errorRui Hua1-0/+22
2018-03-19dm raid: fix raid set size revalidationHeinz Mauelshagen1-10/+20
2018-03-19dm mpath: fix passing integrity dataSteffen Maier1-2/+3
2018-03-15bcache: don't attach backing with duplicate UUIDMichael Lyle1-0/+11
2018-03-15bcache: fix crashes in duplicate cache device registerTang Junhui1-6/+10
2018-03-15dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann1-10/+6
2018-03-09md: only allow remove_and_add_spares when no sync_thread running.NeilBrown1-0/+4
2018-02-25md/raid1/10: add missed blk plugShaohua Li2-0/+8
2018-02-25md/raid5: correct degraded calculation in raid5_errorbingjingc1-1/+1
2018-02-22dm: correctly handle chained bios in dec_pending()NeilBrown1-1/+2
2018-02-03bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2018-01-23dm crypt: fix error return code in crypt_ctr()Wei Yongjun1-0/+1
2018-01-23dm crypt: wipe kernel key copy after IV initializationOndrej Kozina1-4/+8
2018-01-23dm crypt: fix crash by adding missing check for auth key sizeMilan Broz1-1/+6
2018-01-23dm integrity: don't store cipher request on the stackMikulas Patocka1-12/+37
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/+6
2017-12-25md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang1-2/+2
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-10/+10