summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-02Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-30md: remove legacy 1s delay in md_notify_rebootTarun Sahu
2025-11-30md/raid5: fix IO hang when array is broken with IO inflightYu Kuai
2025-11-30md: warn about updating super block failureYu Kuai
2025-11-30md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raidYu Kuai
2025-11-21dm-verity: fix unreliable memory allocationMikulas Patocka
2025-11-20dm: fix failure when empty flush's bi_sector points beyond the device endMikulas Patocka
2025-11-18dm-pcache: zero cache_info before default initLi Chen
2025-11-18dm-pcache: reuse meta_addr in pcache_meta_find_latestLi Chen
2025-11-18dm-pcache: allow built-in build and rename flush helperLi Chen
2025-11-13bcache: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-11-13bcache: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-11-13bcache: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-11-13bcache: remove redundant __GFP_NOWARNQianfeng Rong
2025-11-13bcache: reduce gc latency by processing less nodes and sleep less timeColy Li
2025-11-13bcache: drop discard sysfs interfaceColy Li
2025-11-13bcache: remove discard code from alloc.cColy Li
2025-11-13bcache: get rid of discard code from journalColy Li
2025-11-13dm: fix zone reset all operation processingDamien Le Moal
2025-11-11md: allow configuring logical block sizeLi Nan
2025-11-11md: add check_new_feature module parameterLi Nan
2025-11-11md/raid0: Move queue limit setup before r0conf initializationLi Nan
2025-11-11md: init bioset in mddev_initLi Nan
2025-11-11md: delete md_redundancy_group when array is becoming inactiveLi Nan
2025-11-11md: prevent adding disks with larger logical_block_size to active arraysLi Nan
2025-11-08md/raid5: remove redundant __GFP_NOWARNHuiwen He
2025-11-08md: avoid repeated calls to del_gendiskXiao Ni
2025-11-08md/md-llbitmap: Remove unneeded semicolonChen Ni
2025-11-08md/md-linear: Enable atomic writesJohn Garry
2025-11-08Factor out code into md_should_do_recovery()Wu Guanghao
2025-11-08md: fix rcu protection in md_wakeup_threadYun Zhou
2025-11-08md: delete mddev kobj before deleting gendisk kobjXiao Ni
2025-11-05block: introduce disk_report_zone()Damien Le Moal
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)
2025-10-03Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-29Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-09-23dm raid: use proper md_ro_state enumeratorsHeinz Mauelshagen
2025-09-23dm-integrity: prefer synchronous hash interfaceMikulas Patocka
2025-09-23dm-integrity: enable asynchronous hash interfaceMikulas Patocka
2025-09-23dm-integrity: rename internal_hashMikulas Patocka
2025-09-23dm-integrity: add the "offset" argumentMikulas Patocka
2025-09-23dm-integrity: allocate the recalculate buffer with kmallocMikulas Patocka
2025-09-23dm-integrity: introduce integrity_kmap and integrity_kunmapMikulas Patocka
2025-09-23dm-integrity: replace bvec_kmap_local with kmap_local_pageMikulas Patocka
2025-09-23dm-integrity: use internal variable for digestsizeMikulas Patocka
2025-09-23dm vdo: return error on corrupted metadata in start_restoring_volume functionsIvan Abramov
2025-09-23dm vdo: Update code to use mem_is_zeroBruce Johnston
2025-09-19Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linuxLinus Torvalds