summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+3
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-194/+1493
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+29
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds-48/+41
2021-08-28md/raid5: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-2/+2
2021-08-27raid1: ensure write behind bio has less than BIO_MAX_VECS sectorsGuoqing Jiang-0/+19
2021-08-26dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig-7/+2
2021-08-26dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig-1/+1
2021-08-26md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discardXiao Ni-4/+10
2021-08-20dm crypt: use in_hardirq() instead of deprecated in_irq()Changbin Du-2/+2
2021-08-20dm ima: update dm target attributes for ima measurementsTushar Sugandhi-9/+20
2021-08-20dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi-3/+6
2021-08-20dm ima: prefix ima event name related to device mapper with dm_Tushar Sugandhi-9/+10
2021-08-20dm ima: add version info to dm related events in ima logTushar Sugandhi-12/+57
2021-08-20dm ima: prefix dm table hashes in ima log with hash algorithmTushar Sugandhi-3/+12
2021-08-18dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Arne Welzel-1/+6
2021-08-16bcache: use bvec_virtChristoph Hellwig-1/+1
2021-08-16dm-integrity: use bvec_virtChristoph Hellwig-2/+2
2021-08-16dm-ebs: use bvec_virtChristoph Hellwig-1/+1
2021-08-16dm: make EBS depend on !HIGHMEMChristoph Hellwig-1/+1
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig-3/+1
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig-6/+4
2021-08-12bcache: add proper error unwinding in bcache_device_initChristoph Hellwig-5/+11
2021-08-11block: move some macros to blkdev.hGuoqing Jiang-2/+0
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi-2/+324
2021-08-10dm ima: measure data on device renameTushar Sugandhi-0/+53
2021-08-10dm ima: measure data on table clearTushar Sugandhi-0/+97
2021-08-10dm ima: measure data on device removeTushar Sugandhi-0/+124
2021-08-10dm ima: measure data on device resumeTushar Sugandhi-2/+125
2021-08-10dm ima: measure data on table loadTushar Sugandhi-1/+407
2021-08-10dm writecache: add event countersMikulas Patocka-3/+53
2021-08-10dm writecache: report invalid return from writecache_map helpersMikulas Patocka-1/+4
2021-08-10dm writecache: further writecache_map() cleanupMike Snitzer-32/+43
2021-08-10dm writecache: factor out writecache_map_remap_origin()Mike Snitzer-15/+15
2021-08-10dm writecache: split up writecache_map() to improve code readabilityMike Snitzer-151/+187
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig-1/+1
2021-08-09dm: delay registering the gendiskChristoph Hellwig-13/+11
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig-6/+3
2021-08-09dm: cleanup cleanup_mapped_deviceChristoph Hellwig-5/+1
2021-08-09block: make the block holder code optionalChristoph Hellwig-0/+3
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+2
2021-08-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe-4/+2
2021-08-02dm-writecache: use bvec_kmap_local instead of bvec_kmap_irqChristoph Hellwig-3/+2
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu-4/+2
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-592/+2411
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-83/+149
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-45/+26
2021-06-28dm writecache: make writeback pause configurableMikulas Patocka-8/+52
2021-06-25dm writecache: pause writeback if cache full and origin being written directlyMikulas Patocka-1/+20