aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-1/+89
2020-04-03Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+5
2020-04-03dm integrity: fix logic bug in integrity tag testingGravatar Mikulas Patocka 1-1/+1
2020-04-03Revert "dm: always call blk_queue_split() in dm_process_bio()"Gravatar Mike Snitzer 1-2/+3
2020-04-03dm integrity: fix ppc64le warningGravatar Mike Snitzer 1-1/+1
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Gravatar Vivek Goyal 1-1/+1
2020-04-02dm,dax: Add dax zero_page_range operationGravatar Vivek Goyal 4-0/+88
2020-04-01Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-102/+431
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-76/+437
2020-03-27dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Gravatar Nikos Tsironis 3-3/+3
2020-03-27dm clone: Add missing casts to prevent overflows and data corruptionGravatar Nikos Tsironis 1-3/+6
2020-03-27dm clone: Add overflow check for number of regionsGravatar Nikos Tsironis 1-1/+11
2020-03-27dm clone: Fix handling of partial region discardsGravatar Nikos Tsironis 2-14/+42
2020-03-27dm writecache: add cond_resched to avoid CPU hangsGravatar Mikulas Patocka 1-1/+5
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 3-9/+6
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestGravatar Christoph Hellwig 3-9/+11
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerGravatar Christoph Hellwig 2-0/+2
2020-03-24bcache: remove dupplicated declaration from btree.hGravatar Coly Li 1-7/+3
2020-03-24dm integrity: improve discard in journal modeGravatar Mikulas Patocka 1-0/+16
2020-03-24dm integrity: add optional discard supportGravatar Mikulas Patocka 1-32/+145
2020-03-24dm integrity: allow resize of the integrity deviceGravatar Mikulas Patocka 1-7/+27
2020-03-24dm integrity: factor out get_provided_data_sectors()Gravatar Mikulas Patocka 1-10/+23
2020-03-24dm integrity: don't replay journal data past the end of the deviceGravatar Mikulas Patocka 1-0/+4
2020-03-24dm integrity: remove sector type castsGravatar Mikulas Patocka 1-17/+16
2020-03-24dm integrity: fix a crash with unusually large tag sizeGravatar Mikulas Patocka 1-2/+2
2020-03-24dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Gravatar Bob Liu 1-1/+0
2020-03-24dm verity fec: fix memory leak in verity_fec_dtrGravatar Shetty, Harshini X (EXT-Sony Mobile) 1-0/+1
2020-03-24dm writecache: optimize superblock writeGravatar Mikulas Patocka 1-2/+32
2020-03-24dm writecache: implement gradual cleanupGravatar Mikulas Patocka 1-1/+36
2020-03-24dm writecache: implement the "cleaner" policyGravatar Mikulas Patocka 1-5/+43
2020-03-24dm writecache: do direct write if the cache is fullGravatar Mikulas Patocka 1-0/+13
2020-03-24dm integrity: print device name in integrity_metadata() error messageGravatar Erich Eckner 1-1/+2
2020-03-24dm crypt: use crypt_integrity_aead() helperGravatar Yang Yingliang 1-2/+4
2020-03-24block: cleanup how md_autodetect_dev is calledGravatar Christoph Hellwig 1-0/+1
2020-03-24block: remove __bdevnameGravatar Christoph Hellwig 1-2/+2
2020-03-22bcache: optimize barrier usage for atomic operationsGravatar Coly Li 2-6/+6
2020-03-22bcache: optimize barrier usage for Rmw atomic bitopsGravatar Davidlohr Bueso 1-3/+3
2020-03-22bcache: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-1/+1
2020-03-22bcache: make bch_sectors_dirty_init() to be multithreadedGravatar Coly Li 2-3/+174
2020-03-22bcache: make bch_btree_check() to be multithreadedGravatar Coly Li 2-3/+188
2020-03-22bcache: add bcache_ prefix to btree_root() and btree() macrosGravatar Coly Li 2-9/+10
2020-03-22bcache: move macro btree() and btree_root() into btree.hGravatar Coly Li 2-59/+67
2020-03-17md: check arrays is suspended in mddev_detach before call quiesce operationsGravatar Guoqing Jiang 1-1/+1
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-29/+2
2020-03-04Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-67/+92
2020-03-03dm: bump version of core and various targetsGravatar Mike Snitzer 6-6/+6
2020-03-03dm: fix congested_fn for request-based deviceGravatar Hou Tao 1-11/+10
2020-03-03dm integrity: use dm_bio_record and dm_bio_restoreGravatar Mike Snitzer 1-23/+9
2020-03-03dm bio record: save/restore bi_end_io and bi_integrityGravatar Mike Snitzer 1-0/+15
2020-03-02Revert "bcache: ignore pending signals when creating gc and allocator thread"Gravatar Jens Axboe 2-29/+2