summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2022-07-14dm/core: Rename kcopyd_job.rw into kcopyd.opBart Van Assche
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-08dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compil...Matthias Kaehlcke
2022-07-08dm: Add verity helpers for LoadPinMatthias Kaehlcke
2022-07-07dm snapshot: fix typo in snapshot_map() commentZhang Jiaming
2022-07-07dm raid: remove redundant "the" in parse_raid_params() commentJiang Jian
2022-07-07dm cache: fix typo in 2 comment blocksSteven Lung
2022-07-07dm verity: fix checkpatch close brace errorJeongHyeon Lee
2022-07-07dm table: rename dm_target variable in dm_table_add_target()Mike Snitzer
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer
2022-07-07dm: add two stage requeue mechanismMing Lei
2022-07-07dm: add dm_bio_rewind() API to DM coreMing Lei
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig
2022-07-06dm-zoned: cleanup dmz_fixup_devicesChristoph Hellwig
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-29dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka
2022-06-29dm raid: fix KASAN warning in raid5_remove_diskMikulas Patocka
2022-06-29dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handlingMing Lei
2022-06-29dm: refactor dm_md_mempool allocationChristoph Hellwig
2022-06-29dm: unexport dm_get_reserved_rq_based_iosChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-27dm raid: fix accesses beyond end of raid member arrayHeinz Mauelshagen
2022-06-27dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig
2022-06-23dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka
2022-06-23dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei
2022-06-21dm: do not return early from dm_io_complete if BLK_STS_AGAIN without pollingMike Snitzer
2022-06-21dm era: commit metadata in postsuspend after worker stopsNikos Tsironis
2022-06-17Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-16dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka
2022-06-16dm: fix narrow race for REQ_NOWAIT bios being issued despite no supportMikulas Patocka
2022-06-16dm: fix use-after-free in dm_put_live_table_bioMikulas Patocka
2022-06-15md/raid5-ppl: Fix argument order in bio_alloc_bioset()Logan Gunthorpe
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang
2022-06-15dm: fix race in dm_start_io_acctBenjamin Marzinski
2022-06-10dm: fix zoned locking imbalance due to needless check in clone_endioMike Snitzer
2022-06-08dm: fix bio_set allocationChristoph Hellwig
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-01Merge tag 'for-5.19/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-31dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti
2022-05-31dm table: fix dm_table_supports_poll to return false if no data devicesMike Snitzer
2022-05-28bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-27md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai