summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-29bcache: replace snprintf in show functions with sysfs_emitQing Wang
2021-10-29bcache: move uapi header bcache.h to bcache code directoryColy Li
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-10-21bcache: add error handling support for add_disk()Luis Chamberlain
2021-10-21dm: add add_disk() error handlingLuis Chamberlain
2021-10-20bcache: remove bch_crc64_updateChristoph Hellwig
2021-10-20bcache: use bvec_kmap_local in bch_data_verifyChristoph Hellwig
2021-10-20bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig
2021-10-20bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig
2021-10-20bcache: move calc_cached_dev_sectors to proper place on backing device detachLin Feng
2021-10-20bcache: fix error info in register_bcache()Chao Yu
2021-10-20md: bcache: Fix spelling of 'acquire'Ding Senjie
2021-10-18md: update superblock after changing rdev flags in state_storeXiao Ni
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang
2021-10-18md/raid5: call roundup_pow_of_two in raid5_runGuoqing Jiang
2021-10-18md/raid1: use rdev in raid1_write_request directlyGuoqing Jiang
2021-10-18md/raid1: only allocate write behind bio for WriteMostly deviceGuoqing Jiang
2021-10-18md: properly unwind when failing to add the kobject in md_allocChristoph Hellwig
2021-10-18md: extend disks_mutex coverageChristoph Hellwig
2021-10-18md: add the bitmap group to the default groups for the md kobjectChristoph Hellwig
2021-10-18md: add error handling support for add_disk()Luis Chamberlain
2021-10-18md: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-10-18block: drop unused includes in <linux/blkdev.h>Christoph Hellwig
2021-10-18block: remove the unused rq_end_sector macroChristoph Hellwig
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-12dm: fix mempool NULL pointer race when completing IOJiazi Li
2021-10-12dm rq: don't queue request to blk-mq during DM suspendMing Lei
2021-10-12dm clone: make array 'descs' staticColin Ian King
2021-10-12dm verity: skip redundant verity_handle_err() on I/O errorsAkilesh Kailash
2021-09-22md: fix a lock order reversal in md_allocChristoph Hellwig
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-28md/raid5: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-27raid1: ensure write behind bio has less than BIO_MAX_VECS sectorsGuoqing Jiang
2021-08-26dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig
2021-08-26dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig