summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-07-09dm zoned: assign max_io_len correctlyHou Tao1-1/+1
2020-06-30dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka1-0/+2
2020-06-30dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye1-0/+2
2020-06-24bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
2020-06-24dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2-4/+4
2020-06-24dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck1-1/+1
2020-06-22dm crypt: avoid truncating the logical block sizeEric Biggers1-1/+1
2020-06-22bcache: fix refcount underflow in bcache_device_free()Coly Li1-2/+5
2020-06-22raid5: remove gfp flags from scribble_alloc()Coly Li1-6/+9
2020-06-22md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2020-05-06dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi1-2/+4
2020-05-06dm writecache: fix data corruption when reloading the targetMikulas Patocka1-15/+37
2020-05-06dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom1-1/+1
2020-04-17dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis1-3/+6
2020-04-17dm clone: Fix handling of partial region discardsNikos Tsironis2-14/+42
2020-04-17dm clone: replace spin_lock_irqsave with spin_lock_irqMikulas Patocka3-34/+27
2020-04-17dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu1-1/+0
2020-04-17dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis3-3/+3
2020-04-17dm clone: Add overflow check for number of regionsNikos Tsironis1-1/+11
2020-04-17dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)1-0/+1
2020-04-17dm integrity: fix a crash with unusually large tag sizeMikulas Patocka1-2/+2
2020-04-17dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka1-1/+5
2020-04-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang1-1/+1
2020-04-08Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer1-2/+3
2020-03-25dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer1-23/+9
2020-03-25dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer1-0/+15
2020-03-12dm: fix congested_fn for request-based deviceHou Tao1-11/+10
2020-03-12dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki1-4/+4
2020-03-12dm writecache: verify watermark during resumeMikulas Patocka1-2/+10
2020-03-12dm: report suspended device during destroyMikulas Patocka3-8/+7
2020-03-12dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka1-2/+2
2020-03-12dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka1-1/+1
2020-03-12dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka1-4/+15
2020-03-12dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka1-5/+12
2020-03-12dm thin metadata: fix lockdep complaintTheodore Ts'o1-1/+1
2020-02-24bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li1-1/+3
2020-02-24bcache: fix incorrect data type usage in btree_flush_write()Coly Li1-1/+2
2020-02-24bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-24bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li1-3/+7
2020-02-24bcache: fix use-after-free in register_bcache()Coly Li1-1/+2
2020-02-24bcache: rework error unwinding in register_bcacheChristoph Hellwig1-30/+45
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2020-02-24dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka1-5/+13
2020-02-15bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li1-5/+75
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li3-5/+37
2020-02-11dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-02-11dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer1-4/+6
2020-02-11dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz1-2/+8
2020-02-11dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka1-1/+1
2020-02-11dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka1-21/+21