summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-032-4/+5
|\
| * dm integrity: fix logic bug in integrity tag testingMikulas Patocka2020-04-031-1/+1
| * Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer2020-04-031-2/+3
| * dm integrity: fix ppc64le warningMike Snitzer2020-04-031-1/+1
* | Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-018-102/+431
|\|
| * dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis2020-03-273-3/+3
| * dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis2020-03-271-3/+6
| * dm clone: Add overflow check for number of regionsNikos Tsironis2020-03-271-1/+11
| * dm clone: Fix handling of partial region discardsNikos Tsironis2020-03-272-14/+42
| * dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka2020-03-271-1/+5
| * dm integrity: improve discard in journal modeMikulas Patocka2020-03-241-0/+16
| * dm integrity: add optional discard supportMikulas Patocka2020-03-241-32/+145
| * dm integrity: allow resize of the integrity deviceMikulas Patocka2020-03-241-7/+27
| * dm integrity: factor out get_provided_data_sectors()Mikulas Patocka2020-03-241-10/+23
| * dm integrity: don't replay journal data past the end of the deviceMikulas Patocka2020-03-241-0/+4
| * dm integrity: remove sector type castsMikulas Patocka2020-03-241-17/+16
| * dm integrity: fix a crash with unusually large tag sizeMikulas Patocka2020-03-241-2/+2
| * dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu2020-03-241-1/+0
| * dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)2020-03-241-0/+1
| * dm writecache: optimize superblock writeMikulas Patocka2020-03-241-2/+32
| * dm writecache: implement gradual cleanupMikulas Patocka2020-03-241-1/+36
| * dm writecache: implement the "cleaner" policyMikulas Patocka2020-03-241-5/+43
| * dm writecache: do direct write if the cache is fullMikulas Patocka2020-03-241-0/+13
| * dm integrity: print device name in integrity_metadata() error messageErich Eckner2020-03-241-1/+2
| * dm crypt: use crypt_integrity_aead() helperYang Yingliang2020-03-241-2/+4
* | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-306-76/+437
|\ \
| * | bcache: remove dupplicated declaration from btree.hColy Li2020-03-241-7/+3
| * | bcache: optimize barrier usage for atomic operationsColy Li2020-03-222-6/+6
| * | bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso2020-03-221-3/+3
| * | bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-221-1/+1
| * | bcache: make bch_sectors_dirty_init() to be multithreadedColy Li2020-03-222-3/+174
| * | bcache: make bch_btree_check() to be multithreadedColy Li2020-03-222-3/+188
| * | bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li2020-03-222-9/+10
| * | bcache: move macro btree() and btree_root() into btree.hColy Li2020-03-222-59/+67
| * | md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang2020-03-171-1/+1
| |/
* | block: simplify queue allocationChristoph Hellwig2020-03-273-9/+6
* | bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig2020-03-273-9/+11
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-252-0/+2
* | block: cleanup how md_autodetect_dev is calledChristoph Hellwig2020-03-241-0/+1
* | block: remove __bdevnameChristoph Hellwig2020-03-241-2/+2
|/
* Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-072-29/+2
|\
| * Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe2020-03-022-29/+2
* | Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-03-049-67/+92
|\ \ | |/ |/|
| * dm: bump version of core and various targetsMike Snitzer2020-03-036-6/+6
| * dm: fix congested_fn for request-based deviceHou Tao2020-03-031-11/+10
| * dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer2020-03-031-23/+9
| * dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer2020-03-031-0/+15
| * dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki2020-02-271-4/+4
| * dm writecache: verify watermark during resumeMikulas Patocka2020-02-271-2/+10
| * dm: report suspended device during destroyMikulas Patocka2020-02-273-8/+7