aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2022-01-07Merge tag 'block-5.16-2022-01-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2022-01-03md/raid1: fix missing bitmap update w/o WriteMostly devicesGravatar Song Liu 1-1/+2
2021-12-17Merge tag 'block-5.16-2021-12-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2021-12-16Merge tag 'for-5.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2021-12-15dm integrity: fix data corruption due to improper use of bvec_kmap_localGravatar Mike Snitzer 1-1/+1
2021-12-14bcache: fix NULL pointer reference in cached_dev_detach_finishGravatar Lin Feng 1-1/+2
2021-12-10md: fix double free of mddev->private in autorun_array()Gravatar zhangyue 1-1/+2
2021-12-10md: fix update super 1.0 on rdev size changeGravatar Markus Hochholdinger 1-0/+1
2021-11-24dm btree remove: fix use after free in rebalance_children()Gravatar Joe Thornber 1-1/+1
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-6/+23
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+0
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-31/+219
2021-11-08bcache: Revert "bcache: use bvec_virt"Gravatar Coly Li 1-1/+1
2021-11-03bcache: fix use-after-free problem in bcache_device_free()Gravatar Coly Li 1-1/+1
2021-11-02raid5-ppl: use swap() to make code cleanerGravatar Yang Guang 1-4/+2
2021-11-02md/bitmap: don't set max_write_behind if there is no write mostly deviceGravatar Guoqing Jiang 1-0/+19
2021-11-02dm: don't stop request queue after the dm device is suspendedGravatar Ming Lei 1-10/+0
2021-11-01dm table: log table creation error codeGravatar Michał Mirosław 1-2/+2
2021-11-01dm: make workqueue names device-specificGravatar Michał Mirosław 1-1/+1
2021-11-01dm writecache: Make use of the helper macro kthread_run()Gravatar Cai Huoqing 1-4/+2
2021-11-01dm crypt: Make use of the helper macro kthread_run()Gravatar Cai Huoqing 1-2/+1
2021-11-01dm verity: use bvec_kmap_local in verity_for_bv_blockGravatar Christoph Hellwig 1-3/+3
2021-11-01dm log writes: use memcpy_from_bvec in log_writes_mapGravatar Christoph Hellwig 1-4/+2
2021-11-01dm integrity: use bvec_kmap_local in __journal_read_writeGravatar Christoph Hellwig 1-3/+3
2021-11-01dm integrity: use bvec_kmap_local in integrity_metadataGravatar Christoph Hellwig 1-2/+2
2021-11-01dm: add add_disk() error handlingGravatar Luis Chamberlain 1-1/+3
2021-11-01dm: Remove redundant flush_workqueue() callsGravatar Christophe JAILLET 2-2/+0
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Gravatar Linus Torvalds 1-2/+2
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 26-54/+41
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 19-151/+600
2021-10-29block: remove blk_{get,put}_requestGravatar Christoph Hellwig 1-2/+2
2021-10-29bcache: replace snprintf in show functions with sysfs_emitGravatar Qing Wang 2-19/+16
2021-10-29bcache: move uapi header bcache.h to bcache code directoryGravatar Coly Li 5-4/+450
2021-10-27dm crypt: log aead integrity violations to audit subsystemGravatar Michael Weiß 1-4/+18
2021-10-27dm integrity: log audit events for dm-integrity targetGravatar Michael Weiß 2-4/+22
2021-10-27dm: introduce audit event module for device mapperGravatar Michael Weiß 4-0/+163
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileGravatar Eric Biggers 3-91/+87
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileGravatar Eric Biggers 2-2/+2
2021-10-21bcache: add error handling support for add_disk()Gravatar Luis Chamberlain 1-5/+12
2021-10-21dm: add add_disk() error handlingGravatar Luis Chamberlain 1-1/+3
2021-10-20bcache: remove bch_crc64_updateGravatar Christoph Hellwig 3-10/+2
2021-10-20bcache: use bvec_kmap_local in bch_data_verifyGravatar Christoph Hellwig 1-6/+5
2021-10-20bcache: remove the backing_dev_name field from struct cached_devGravatar Christoph Hellwig 6-39/+29
2021-10-20bcache: remove the cache_dev_name field from struct cacheGravatar Christoph Hellwig 3-10/+7
2021-10-20bcache: move calc_cached_dev_sectors to proper place on backing device detachGravatar Lin Feng 1-1/+1
2021-10-20bcache: fix error info in register_bcache()Gravatar Chao Yu 1-3/+10
2021-10-20md: bcache: Fix spelling of 'acquire'Gravatar Ding Senjie 1-1/+1
2021-10-18md: update superblock after changing rdev flags in state_storeGravatar Xiao Ni 1-1/+10
2021-10-18md: remove unused argument from md_new_eventGravatar Guoqing Jiang 4-18/+18
2021-10-18md/raid5: call roundup_pow_of_two in raid5_runGravatar Guoqing Jiang 1-4/+1