aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2021-10-18md/raid1: use rdev in raid1_write_request directlyGravatar Guoqing Jiang 1-6/+5
2021-10-18md/raid1: only allocate write behind bio for WriteMostly deviceGravatar Guoqing Jiang 1-1/+1
2021-10-18md: properly unwind when failing to add the kobject in md_allocGravatar Christoph Hellwig 1-20/+17
2021-10-18md: extend disks_mutex coverageGravatar Christoph Hellwig 1-1/+1
2021-10-18md: add the bitmap group to the default groups for the md kobjectGravatar Christoph Hellwig 1-5/+11
2021-10-18md: add error handling support for add_disk()Gravatar Luis Chamberlain 1-1/+5
2021-10-18md: use bdev_nr_sectors instead of open coding itGravatar Christoph Hellwig 1-15/+11
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themGravatar Christoph Hellwig 22-33/+28
2021-10-18bcache: remove bdev_sectorsGravatar Christoph Hellwig 3-6/+2
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 4-34/+21
2021-10-18block: move struct request to blk-mq.hGravatar Christoph Hellwig 1-0/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Gravatar Christoph Hellwig 4-0/+4
2021-10-18block: drop unused includes in <linux/genhd.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-18block: drop unused includes in <linux/blkdev.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-18block: remove the unused rq_end_sector macroGravatar Christoph Hellwig 1-1/+0
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-12dm: fix mempool NULL pointer race when completing IOGravatar Jiazi Li 1-7/+10
2021-10-12dm rq: don't queue request to blk-mq during DM suspendGravatar Ming Lei 1-0/+8
2021-10-12dm clone: make array 'descs' staticGravatar Colin Ian King 1-1/+1
2021-10-12dm verity: skip redundant verity_handle_err() on I/O errorsGravatar Akilesh Kailash 1-3/+12
2021-09-22md: fix a lock order reversal in md_allocGravatar Christoph Hellwig 1-5/+0
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-8/+3
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 37-194/+1493
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-4/+29
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 13-48/+41
2021-08-28md/raid5: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-2/+2
2021-08-27raid1: ensure write behind bio has less than BIO_MAX_VECS sectorsGravatar Guoqing Jiang 1-0/+19
2021-08-26dax: move the dax_read_lock() locking into dax_supportedGravatar Christoph Hellwig 1-7/+2
2021-08-26dm: use fs_dax_get_by_bdev instead of dax_get_by_hostGravatar Christoph Hellwig 1-1/+1
2021-08-26md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discardGravatar Xiao Ni 1-4/+10
2021-08-20dm crypt: use in_hardirq() instead of deprecated in_irq()Gravatar Changbin Du 1-2/+2
2021-08-20dm ima: update dm target attributes for ima measurementsGravatar Tushar Sugandhi 3-9/+20
2021-08-20dm ima: add a warning in dm_init if duplicate ima events are not measuredGravatar Tushar Sugandhi 1-3/+6
2021-08-20dm ima: prefix ima event name related to device mapper with dm_Gravatar Tushar Sugandhi 1-9/+10
2021-08-20dm ima: add version info to dm related events in ima logGravatar Tushar Sugandhi 2-12/+57
2021-08-20dm ima: prefix dm table hashes in ima log with hash algorithmGravatar Tushar Sugandhi 2-3/+12
2021-08-18dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()Gravatar Arne Welzel 1-1/+6
2021-08-16bcache: use bvec_virtGravatar Christoph Hellwig 1-1/+1
2021-08-16dm-integrity: use bvec_virtGravatar Christoph Hellwig 1-2/+2
2021-08-16dm-ebs: use bvec_virtGravatar Christoph Hellwig 1-1/+1
2021-08-16dm: make EBS depend on !HIGHMEMGravatar Christoph Hellwig 1-1/+1
2021-08-12block: remove GENHD_FL_UPGravatar Christoph Hellwig 1-3/+1
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeGravatar Christoph Hellwig 1-6/+4
2021-08-12bcache: add proper error unwinding in bcache_device_initGravatar Christoph Hellwig 1-5/+11
2021-08-11block: move some macros to blkdev.hGravatar Guoqing Jiang 1-2/+0
2021-08-10dm: update target status functions to support IMA measurementGravatar Tushar Sugandhi 31-2/+324
2021-08-10dm ima: measure data on device renameGravatar Tushar Sugandhi 3-0/+53
2021-08-10dm ima: measure data on table clearGravatar Tushar Sugandhi 3-0/+97
2021-08-10dm ima: measure data on device removeGravatar Tushar Sugandhi 3-0/+124