summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-094-6/+23
|\
| * bcache: Revert "bcache: use bvec_virt"Coly Li2021-11-081-1/+1
| * bcache: fix use-after-free problem in bcache_device_free()Coly Li2021-11-031-1/+1
| * raid5-ppl: use swap() to make code cleanerYang Guang2021-11-021-4/+2
| * md/bitmap: don't set max_write_behind if there is no write mostly deviceGuoqing Jiang2021-11-021-0/+19
* | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-10/+0
|\ \
| * | dm: don't stop request queue after the dm device is suspendedMing Lei2021-11-021-10/+0
* | | Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-0913-31/+219
|\ \ \
| * | | dm table: log table creation error codeMichał Mirosław2021-11-011-2/+2
| * | | dm: make workqueue names device-specificMichał Mirosław2021-11-011-1/+1
| * | | dm writecache: Make use of the helper macro kthread_run()Cai Huoqing2021-11-011-4/+2
| * | | dm crypt: Make use of the helper macro kthread_run()Cai Huoqing2021-11-011-2/+1
| * | | dm verity: use bvec_kmap_local in verity_for_bv_blockChristoph Hellwig2021-11-011-3/+3
| * | | dm log writes: use memcpy_from_bvec in log_writes_mapChristoph Hellwig2021-11-011-4/+2
| * | | dm integrity: use bvec_kmap_local in __journal_read_writeChristoph Hellwig2021-11-011-3/+3
| * | | dm integrity: use bvec_kmap_local in integrity_metadataChristoph Hellwig2021-11-011-2/+2
| * | | dm: add add_disk() error handlingLuis Chamberlain2021-11-011-1/+3
| * | | dm: Remove redundant flush_workqueue() callsChristophe JAILLET2021-11-012-2/+0
| * | | dm crypt: log aead integrity violations to audit subsystemMichael Weiß2021-10-271-4/+18
| * | | dm integrity: log audit events for dm-integrity targetMichael Weiß2021-10-272-4/+22
| * | | dm: introduce audit event module for device mapperMichael Weiß2021-10-274-0/+163
* | | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-2/+2
|\ \ \ \
| * | | | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-2/+2
| | |/ / | |/| |
* | | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-0126-54/+41
|\ \ \ \
| * | | | md: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-15/+11
| * | | | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-1822-33/+28
| * | | | bcache: remove bdev_sectorsChristoph Hellwig2021-10-183-6/+2
* | | | | Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-0119-151/+600
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | bcache: replace snprintf in show functions with sysfs_emitQing Wang2021-10-292-19/+16
| * | | bcache: move uapi header bcache.h to bcache code directoryColy Li2021-10-295-4/+450
| * | | bcache: add error handling support for add_disk()Luis Chamberlain2021-10-211-5/+12
| * | | dm: add add_disk() error handlingLuis Chamberlain2021-10-211-1/+3
| * | | bcache: remove bch_crc64_updateChristoph Hellwig2021-10-203-10/+2
| * | | bcache: use bvec_kmap_local in bch_data_verifyChristoph Hellwig2021-10-201-6/+5
| * | | bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig2021-10-206-39/+29
| * | | bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig2021-10-203-10/+7
| * | | bcache: move calc_cached_dev_sectors to proper place on backing device detachLin Feng2021-10-201-1/+1
| * | | bcache: fix error info in register_bcache()Chao Yu2021-10-201-3/+10
| * | | md: bcache: Fix spelling of 'acquire'Ding Senjie2021-10-201-1/+1
| * | | md: update superblock after changing rdev flags in state_storeXiao Ni2021-10-181-1/+10
| * | | md: remove unused argument from md_new_eventGuoqing Jiang2021-10-184-18/+18
| * | | md/raid5: call roundup_pow_of_two in raid5_runGuoqing Jiang2021-10-181-4/+1
| * | | md/raid1: use rdev in raid1_write_request directlyGuoqing Jiang2021-10-181-6/+5
| * | | md/raid1: only allocate write behind bio for WriteMostly deviceGuoqing Jiang2021-10-181-1/+1
| * | | md: properly unwind when failing to add the kobject in md_allocChristoph Hellwig2021-10-181-20/+17
| * | | md: extend disks_mutex coverageChristoph Hellwig2021-10-181-1/+1
| * | | md: add the bitmap group to the default groups for the md kobjectChristoph Hellwig2021-10-181-5/+11
| * | | md: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| |/ /
* | | blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-213-91/+87
* | | blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers2021-10-212-2/+2
|/ /