summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* block: switch polling to be bio basedChristoph Hellwig2021-10-184-34/+21
* block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-0/+1
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-184-0/+4
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
* block: drop unused includes in <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
* block: remove the unused rq_end_sector macroChristoph Hellwig2021-10-181-1/+0
* mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* dm: fix mempool NULL pointer race when completing IOJiazi Li2021-10-121-7/+10
* dm rq: don't queue request to blk-mq during DM suspendMing Lei2021-10-121-0/+8
* dm clone: make array 'descs' staticColin Ian King2021-10-121-1/+1
* dm verity: skip redundant verity_handle_err() on I/O errorsAkilesh Kailash2021-10-121-3/+12
* md: fix a lock order reversal in md_allocChristoph Hellwig2021-09-221-5/+0
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-092-8/+3
|\
| * dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig2021-08-261-7/+2
| * dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig2021-08-261-1/+1
* | Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+2
|\ \
* \ \ Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-3137-194/+1493
|\ \ \
| * | | dm crypt: use in_hardirq() instead of deprecated in_irq()Changbin Du2021-08-201-2/+2
| * | | dm ima: update dm target attributes for ima measurementsTushar Sugandhi2021-08-203-9/+20
| * | | dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi2021-08-201-3/+6
| * | | dm ima: prefix ima event name related to device mapper with dm_Tushar Sugandhi2021-08-201-9/+10