summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-04-17dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis3-3/+3
2020-04-17dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis1-3/+6
2020-04-17dm clone: Add overflow check for number of regionsNikos Tsironis1-1/+11
2020-04-17dm clone: Fix handling of partial region discardsNikos Tsironis2-14/+42
2020-04-17dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu1-1/+0
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-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds2-29/+2
2020-03-04Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-67/+92
2020-03-03dm: bump version of core and various targetsMike Snitzer6-6/+6
2020-03-03dm: fix congested_fn for request-based deviceHou Tao1-11/+10
2020-03-03dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer1-23/+9
2020-03-03dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer1-0/+15
2020-03-03Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe2-29/+2
2020-02-28dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki1-4/+4
2020-02-28dm writecache: verify watermark during resumeMikulas Patocka1-2/+10
2020-02-28dm: report suspended device during destroyMikulas Patocka3-8/+7
2020-02-27dm thin metadata: fix lockdep complaintTheodore Ts'o1-1/+1
2020-02-27dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka1-2/+2
2020-02-25dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka1-1/+1
2020-02-25dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka1-4/+15
2020-02-25dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka1-5/+12
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds4-24/+31
2020-02-13bcache: remove macro nr_to_fifo_front()Coly Li1-5/+2
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li1-17/+0
2020-02-13bcache: ignore pending signals when creating gc and allocator threadColy Li2-2/+29
2020-02-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+10
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds7-15/+64
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino1-6/+10
2020-02-01bcache: check return value of prio_read()Coly Li1-5/+16
2020-02-01bcache: fix incorrect data type usage in btree_flush_write()Coly Li1-1/+2
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li3-5/+37
2020-02-01bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-01bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li1-3/+7
2020-01-30Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-101/+578
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds11-236/+469
2020-01-27dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li1-5/+5
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li1-3/+3
2020-01-23bcache: remove member accessed from struct btreeColy Li2-8/+2
2020-01-23bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li1-5/+75
2020-01-23bcache: add code comments for state->pool in __btree_sort()Coly Li1-0/+5
2020-01-23bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig1-9/+7
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig2-19/+17
2020-01-23bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig1-11/+11
2020-01-23bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig1-15/+6