summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm btree remove: assign new_root only when removal succeedsHou Tao2021-07-201-1/+2
* dm space maps: don't reset space map allocation cursor when committingJoe Thornber2021-07-202-2/+16
* dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka2021-06-031-1/+1
* dm snapshot: fix crash with transient storage and zero chunk sizeMikulas Patocka2021-05-261-0/+1
* dm ioctl: fix out of bounds array access when no devicesMikulas Patocka2021-05-221-1/+1
* md: md_open returns -EBUSY when entering racing areaZhao Heming2021-05-221-2/+1
* md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-05-221-13/+19
* dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber2021-05-221-0/+2
* dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2021-05-222-6/+6
* overflow.h: Add allocation size calculation helpersKees Cook2021-04-281-5/+5
* dm table: fix iterate_devices based device capability checksJeffle Xu2021-03-111-30/+53
* dm era: Update in-core bitset after committing the metadataNikos Tsironis2021-03-031-6/+19
* dm era: only resize metadata in preresumeNikos Tsironis2021-03-031-11/+10
* dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis2021-03-031-6/+6
* dm era: Use correct value size in equality function of writeset treeNikos Tsironis2021-03-031-1/+1
* dm era: Fix bitset memory leaksNikos Tsironis2021-03-031-0/+6
* dm era: Verify the data block size hasn't changedNikos Tsironis2021-03-031-1/+9
* dm era: Recover committed writeset after crashNikos Tsironis2021-03-031-8/+9
* dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke2021-01-301-3/+12
* dm ioctl: fix error return code in target_messageQinglang Miao2020-12-291-0/+1
* dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner2020-12-291-6/+0
* md/raid5: fix oops during stripe resizingSong Liu2020-11-101-2/+2
* md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming2020-11-101-1/+1
* bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang2020-10-013-4/+10
* dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-121-2/+6
* dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-121-2/+6
* bcache: allocate meta data pages as compound pagesColy Li2020-08-214-5/+5
* md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng2020-08-211-1/+2
* bcache: fix super block seq numbers comparision in register_cache_set()Coly Li2020-08-211-1/+8
* bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-291-2/+6
* md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-06-201-1/+2
* dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan2020-05-101-1/+1
* dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues2020-04-241-0/+5
* dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka2020-03-111-2/+2
* bcache: explicity type cast in bset_bkey_last()Coly Li2020-02-281-1/+2
* dm: fix potential for q->make_request_fn NULL pointerMike Snitzer2020-02-141-2/+7
* dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-02-144-3/+37
* md: Avoid namespace collision with bitmap APIAndy Shevchenko2020-01-291-4/+4
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-232-2/+2
* md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu2020-01-121-1/+1
* bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li2020-01-041-0/+2
* dm btree: increase rebalance threshold in __rebalance2()Hou Tao2019-12-211-1/+7
* dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche2019-11-281-3/+1
* bcache: recal cached_dev_sectors on detachShenghui Wang2019-11-251-0/+1
* dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet2019-11-066-6/+6
* dm snapshot: rework COW throttling to fix deadlockMikulas Patocka2019-11-061-16/+64
* dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka2019-11-061-3/+13
* dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka2019-11-061-41/+43
* md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni2019-10-051-1/+3
* md/raid1: fail run raid1 array when active disk less than oneYufen Yu2019-10-051-1/+12