summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-14Merge tag 'for-6.14/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-13dm-flakey: Fix memory corruption in optional corrupt_bio_byte featureKent Overstreet
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing
2025-03-06md: improve return types of badblocks handling functionsZheng Qixing
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing
2025-03-06md/raid10: wait barrier before returning discard request with REQ_NOWAITXiao Ni
2025-03-05md/md-bitmap: fix wrong bitmap_limit for clustermd when write sbSu Yue
2025-03-05md/raid1,raid10: don't ignore IO flagsYu Kuai
2025-03-05md/raid5: merge reshape_progress checking inside get_reshape_loc()Yu Kuai
2025-03-05md: fix mddev uaf while iterating all_mddevs listYu Kuai
2025-03-05md: switch md-cluster to use md_submodle_headYu Kuai
2025-03-05md: don't export md_cluster_opsYu Kuai
2025-03-05md/md-cluster: cleanup md_cluster_ops referenceYu Kuai
2025-03-05md: switch personalities to use md_submodule_headYu Kuai
2025-03-05md: introduce struct md_submodule_head and APIsYu Kuai
2025-03-05md: only include md-cluster.h if necessaryYu Kuai
2025-03-05md: merge common code into find_pers()Yu Kuai
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig
2025-02-24Merge tag 'for-6.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-24dm vdo: add missing spin_lock_initKen Raeburn
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-17dm-integrity: Do not emit journal configuration in DM table for Inline modeMilan Broz
2025-02-17dm-integrity: Avoid divide by zero in table status in Inline modeMilan Broz
2025-02-15md/raid1: fix memory leak in raid1_run() if no active rdevZheng Qixing
2025-02-15md: ensure resync is prioritized over recoveryLi Nan
2025-02-14md/raid*: Fix the set_queue_limits implementationsBart Van Assche
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-31md: Fix linear_set_limits()Bart Van Assche
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-27Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-24md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetimeYu Kuai
2025-01-21dm-crypt: track tag_offset in convert_contextHou Tao
2025-01-21dm-crypt: don't initialize cc_sector againHou Tao
2025-01-21dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()Hou Tao
2025-01-21dm-crypt: use bi_sector in bio when initialize integrity seedHou Tao
2025-01-21dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer()Hou Tao
2025-01-21dm-crypt: set atomic as false when calling crypt_convert() in kworkerHou Tao
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-17dm-mirror: Support atomic writesJohn Garry
2025-01-17dm-io: Warn on creating multiple atomic write bios for a regionJohn Garry
2025-01-17dm-stripe: Enable atomic writesJohn Garry
2025-01-17dm-linear: Enable atomic writesJohn Garry
2025-01-17dm: Ensure cloned bio is same length for atomic writeJohn Garry
2025-01-17dm-table: atomic writes supportJohn Garry