summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2025-02-25Merge tag 'for-6.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+15
2025-02-24dm vdo: add missing spin_lock_initKen Raeburn1-0/+1
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds3-9/+3
2025-02-17dm-integrity: Do not emit journal configuration in DM table for Inline modeMilan Broz1-7/+10
2025-02-17dm-integrity: Avoid divide by zero in table status in Inline modeMilan Broz1-4/+4
2025-02-13md/raid*: Fix the set_queue_limits implementationsBart Van Assche3-9/+3
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-1/+9
2025-01-31md: Fix linear_set_limits()Bart Van Assche1-3/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-28Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-61/+115
2025-01-24md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetimeYu Kuai2-1/+9
2025-01-22dm-crypt: track tag_offset in convert_contextHou Tao1-6/+7
2025-01-22dm-crypt: don't initialize cc_sector againHou Tao1-1/+0
2025-01-22dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()Hou Tao1-11/+3
2025-01-22dm-crypt: use bi_sector in bio when initialize integrity seedHou Tao1-1/+1
2025-01-21dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer()Hou Tao1-5/+3
2025-01-21dm-crypt: set atomic as false when calling crypt_convert() in kworkerHou Tao1-2/+2
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds21-190/+565
2025-01-18dm-mirror: Support atomic writesJohn Garry1-2/+3
2025-01-18dm-io: Warn on creating multiple atomic write bios for a regionJohn Garry1-0/+1
2025-01-18dm-stripe: Enable atomic writesJohn Garry1-2/+3
2025-01-18dm-linear: Enable atomic writesJohn Garry1-2/+3
2025-01-18dm: Ensure cloned bio is same length for atomic writeJohn Garry1-0/+3
2025-01-18dm-table: atomic writes supportJohn Garry1-0/+29
2025-01-18dm-transaction-manager: use red-black trees instead of linear listsMikulas Patocka1-17/+37
2025-01-18dm: disable REQ_NOWAIT for flushesMikulas Patocka1-0/+9
2025-01-18dm: remove useless test in alloc_multiple_biosMikulas Patocka1-10/+9
2025-01-18dm: change kzalloc to kcallocEthan Carter Edwards1-1/+1
2025-01-18dm raid: fix spelling errors in raid_ctr()liujing1-1/+1
2025-01-17block: Add common atomic writes enable flagJohn Garry3-3/+3
2025-01-16md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()Dan Carpenter1-2/+2
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai7-56/+37
2025-01-13md/raid5: implement pers->bitmap_sector()Yu Kuai1-0/+51
2025-01-13md: add a new callback pers->bitmap_sector()Yu Kuai1-0/+3
2025-01-13md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()Yu Kuai9-70/+21
2025-01-13md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()Yu Kuai6-40/+56
2025-01-13md: Replace deprecated kmap_atomic() with kmap_local_page()David Reaver2-29/+29
2025-01-13md: reintroduce md-linearYu Kuai5-3/+376
2025-01-08Merge tag 'for-6.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-40/+45
2025-01-08dm thin: make get_first_thin use rcu-safe list first functionKrister Johansen1-3/+2
2025-01-08dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITYMikulas Patocka1-1/+1
2025-01-03dm-verity FEC: Avoid copying RS parity bytes twice.Milan Broz1-21/+10
2025-01-03dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)Milan Broz1-14/+26
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+1
2024-12-23block: Delete bio_set_prio()John Garry2-2/+2
2024-12-23block: Delete bio_prio()John Garry2-5/+5
2024-12-13dm array: fix cursor index when skipping across block boundariesMing-Hung Tsai1-0/+1
2024-12-13dm array: fix unreleased btree blocks on closing a faulty array cursorMing-Hung Tsai1-3/+3
2024-12-13dm array: fix releasing a faulty array block twice in dm_array_cursor_endMing-Hung Tsai1-4/+8