summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-04dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz1-11/+12
2021-03-04dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka1-0/+4
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka3-0/+65
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer3-13/+6
2021-02-11dm: set DM_TARGET_PASSES_CRYPTO feature for some targetsSatya Tangirala2-3/+6
2021-02-11dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala1-0/+53
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala3-1/+184
2021-02-11dm era: only resize metadata in preresumeNikos Tsironis1-11/+10
2021-02-10dm era: Use correct value size in equality function of writeset treeNikos Tsironis1-1/+1
2021-02-10dm era: Fix bitset memory leaksNikos Tsironis1-0/+6
2021-02-10dm era: Verify the data block size hasn't changedNikos Tsironis1-1/+9
2021-02-10dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis1-6/+6
2021-02-10dm era: Update in-core bitset after committing the metadataNikos Tsironis1-6/+19
2021-02-10dm era: Recover committed writeset after crashNikos Tsironis1-8/+9
2021-02-09dm writecache: use bdev_nr_sectors() instead of open-coded equivalentMike Snitzer1-1/+1
2021-02-09dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka1-0/+18
2021-02-09dm table: remove needless request_queue NULL pointer checksJeffle Xu1-11/+11
2021-02-09dm table: fix zoned iterate_devices based device capability checksJeffle Xu1-32/+16
2021-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu3-29/+12
2021-02-09dm table: fix iterate_devices based device capability checksJeffle Xu1-46/+51
2021-02-08dm writecache: return the exact table values that were setMikulas Patocka1-24/+30
2021-02-03dm crypt: support using trusted keysAhmad Fatoum2-1/+23
2021-02-03dm crypt: replaced #if defined with IS_ENABLEDAhmad Fatoum1-5/+2
2021-02-03dm writecache: fix unnecessary NULL check warningsTian Tao1-4/+2
2021-02-03dm writecache: fix performance degradation in ssd modeMikulas Patocka1-1/+1
2021-02-03dm integrity: introduce the "fix_hmac" argumentMikulas Patocka1-13/+125
2021-02-03dm persistent data: fix return type of shadow_root()Jinoh Kang2-2/+2
2021-02-03dm: cleanup of front padding calculationJeffle Xu1-6/+10
2021-02-03dm integrity: fix spelling mistake "flusing" -> "flushing"Colin Ian King1-1/+1
2021-02-03dm crypt: Spelling s/cihper/cipher/Geert Uytterhoeven1-1/+1
2021-02-03dm dust: remove h from printk format specifierTom Rix1-1/+1
2021-02-01md: use rdev_read_only in restart_arrayChristoph Hellwig1-1/+1
2021-02-01md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig1-5/+8
2021-01-27nvme-core: check bdev value for NULLChaitanya Kulkarni1-1/+2
2021-01-27md/raid6: refactor raid5_read_one_chunkChristoph Hellwig1-63/+45
2021-01-27md: remove md_bio_alloc_syncChristoph Hellwig1-9/+1
2021-01-27md: simplify sync_page_ioChristoph Hellwig1-13/+13
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig4-15/+3
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig3-14/+8
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig4-17/+2
2021-01-27dm-clone: use blkdev_issue_flush in commit_metadataChristoph Hellwig1-13/+1
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig3-5/+5
2021-01-26bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig1-1/+1
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig3-4/+4
2021-01-25target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig1-14/+6
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang19-26/+26
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang9-14/+12
2021-01-24bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei1-1/+1
2021-01-24block: add a disk_uevent helperChristoph Hellwig1-21/+5
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2-17/+25