summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2025-11-30md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raidYu Kuai1-1/+8
2025-11-21dm-verity: fix unreliable memory allocationMikulas Patocka1-5/+1
2025-11-20dm: fix failure when empty flush's bi_sector points beyond the device endMikulas Patocka1-1/+1
2025-11-18dm-pcache: zero cache_info before default initLi Chen1-1/+1
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen1-1/+1
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen4-6/+6
2025-11-18dm-ebs: Mark full buffer dirty even on partial writeUladzislau Rezki (Sony)1-1/+1
2025-11-18dm mpath: enable DM_TARGET_ATOMIC_WRITESJohn Garry1-1/+1
2025-11-18dm verity fec: Expose corrected block count via statusShubhankar Mishra3-1/+8
2025-11-18dm: Don't warn if IMA_DISABLE_HTABLE is not enabledJon Hunter1-1/+1
2025-11-13bcache: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+6
2025-11-13bcache: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari3-6/+9
2025-11-13bcache: replace use of system_wq with system_percpu_wqMarco Crivellari1-10/+10
2025-11-13bcache: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-11-13bcache: reduce gc latency by processing less nodes and sleep less timeColy Li3-24/+29
2025-11-13bcache: drop discard sysfs interfaceColy Li4-24/+2
2025-11-13bcache: remove discard code from alloc.cColy Li1-17/+4
2025-11-13bcache: get rid of discard code from journalColy Li2-98/+8
2025-11-13dm: fix zone reset all operation processingDamien Le Moal1-0/+9
2025-11-11md: allow configuring logical block sizeLi Nan7-0/+83
2025-11-11md: add check_new_feature module parameterLi Nan1-3/+9
2025-11-11md/raid0: Move queue limit setup before r0conf initializationLi Nan1-9/+7
2025-11-11md: init bioset in mddev_initLi Nan1-36/+33
2025-11-11md: delete md_redundancy_group when array is becoming inactiveLi Nan1-0/+4
2025-11-11md: prevent adding disks with larger logical_block_size to active arraysLi Nan1-0/+7
2025-11-08md/raid5: remove redundant __GFP_NOWARNHuiwen He1-1/+1
2025-11-08md: avoid repeated calls to del_gendiskXiao Ni2-1/+3
2025-11-08md/md-llbitmap: Remove unneeded semicolonChen Ni1-1/+1
2025-11-08md/md-linear: Enable atomic writesJohn Garry1-0/+1
2025-11-08Factor out code into md_should_do_recovery()Wu Guanghao1-12/+47
2025-11-08md: fix rcu protection in md_wakeup_threadYun Zhou2-9/+13
2025-11-08md: delete mddev kobj before deleting gendisk kobjXiao Ni1-1/+3
2025-11-05block: introduce disk_report_zone()Damien Le Moal2-25/+32
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)1-1/+1
2025-10-20dm-verity: use 2-way interleaved SHA-256 hashing when supportedEric Biggers2-41/+103
2025-10-20dm-verity: reduce scope of real and wanted digestsEric Biggers4-31/+34
2025-10-20dm-verity: use SHA-256 library for SHA-256Eric Biggers3-18/+64
2025-10-20dm-verity: remove log message with shash driver nameEric Biggers1-1/+0
2025-10-20dm: Fix deadlock when reloading a multipath tableBenjamin Marzinski3-17/+29
2025-10-20dm: sysfs: use sysfs_emit() in dm-sysfs.cVivek BalachandharTN1-6/+2
2025-10-20dm: remove useless md->nr_zones variableBenjamin Marzinski2-4/+0
2025-10-20dm-crypt: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes1-1/+1
2025-10-20dm-crypt: Use MD5 library instead of crypto_shashEric Biggers2-55/+22
2025-10-03Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds34-177/+5613
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-336/+2333
2025-09-29Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-2/+2
2025-09-23dm raid: use proper md_ro_state enumeratorsHeinz Mauelshagen1-6/+7
2025-09-23dm-integrity: prefer synchronous hash interfaceMikulas Patocka1-23/+24
2025-09-23dm-integrity: enable asynchronous hash interfaceMikulas Patocka1-44/+199
2025-09-23dm-integrity: rename internal_hashMikulas Patocka1-8/+11