summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2021-08-16dm-ebs: use bvec_virtChristoph Hellwig1-1/+1
2021-08-16dm: make EBS depend on !HIGHMEMChristoph Hellwig1-1/+1
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-3/+1
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig1-6/+4
2021-08-12bcache: add proper error unwinding in bcache_device_initChristoph Hellwig1-5/+11
2021-08-12block: move some macros to blkdev.hGuoqing Jiang1-2/+0
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi31-2/+324
2021-08-10dm ima: measure data on device renameTushar Sugandhi3-0/+53
2021-08-10dm ima: measure data on table clearTushar Sugandhi3-0/+97
2021-08-10dm ima: measure data on device removeTushar Sugandhi3-0/+124
2021-08-10dm ima: measure data on device resumeTushar Sugandhi3-2/+125
2021-08-10dm ima: measure data on table loadTushar Sugandhi6-1/+407
2021-08-10dm writecache: add event countersMikulas Patocka1-3/+53
2021-08-10dm writecache: report invalid return from writecache_map helpersMikulas Patocka1-1/+4
2021-08-10dm writecache: further writecache_map() cleanupMike Snitzer1-32/+43
2021-08-10dm writecache: factor out writecache_map_remap_origin()Mike Snitzer1-15/+15
2021-08-10dm writecache: split up writecache_map() to improve code readabilityMike Snitzer1-151/+187
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-08-09dm: delay registering the gendiskChristoph Hellwig2-13/+11
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig2-6/+3
2021-08-09dm: cleanup cleanup_mapped_deviceChristoph Hellwig1-5/+1
2021-08-09block: make the block holder code optionalChristoph Hellwig2-0/+3
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+2
2021-08-05Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2-4/+2
2021-08-02dm-writecache: use bvec_kmap_local instead of bvec_kmap_irqChristoph Hellwig1-3/+2
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu2-4/+2
2021-07-01Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds32-592/+2411
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds13-83/+149
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds5-45/+26
2021-06-28dm writecache: make writeback pause configurableMikulas Patocka2-8/+52
2021-06-25dm writecache: pause writeback if cache full and origin being written directlyMikulas Patocka1-1/+20
2021-06-25dm io tracker: factor out IO trackerMike Snitzer2-76/+75
2021-06-25dm btree remove: assign new_root only when removal succeedsHou Tao1-1/+2
2021-06-25dm zone: fix dm_revalidate_zones() memory allocationDamien Le Moal1-2/+8
2021-06-25dm ps io affinity: remove redundant continue statementColin Ian King1-1/+0
2021-06-25dm writecache: add optional "metadata_only" parameterMikulas Patocka1-4/+12
2021-06-21dm writecache: write at least 4k when committingMikulas Patocka1-1/+5
2021-06-18sched: Change task_struct::statePeter Zijlstra1-3/+3
2021-06-16dm writecache: flush origin device when writing and cache is fullMikulas Patocka1-2/+6
2021-06-15dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka2-0/+11
2021-06-15md/raid5: avoid device_lock in read_one_chunk()Gal Ofri1-6/+23
2021-06-15md: add comments in md_integrity_registerGuoqing Jiang1-0/+6
2021-06-15md: check level before create and exit io_acct_setGuoqing Jiang1-6/+14
2021-06-15md: Constify attribute_group structsRikard Falkeborn4-7/+7
2021-06-15md: mark some personalities as deprecatedGuoqing Jiang4-6/+6
2021-06-15md/raid10: enable io accountingGuoqing Jiang2-0/+7
2021-06-15md/raid1: enable io accountingGuoqing Jiang2-0/+8
2021-06-15md/raid1: rename print_msg with r1bio_existedGuoqing Jiang1-4/+4
2021-06-15md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang1-14/+15
2021-06-15md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang1-7/+7