summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2025-02-24Merge tag 'for-6.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-24dm: fix unconditional IO throttle caused by REQ_PREFLUSHJinliang Zheng
2025-02-24dm vdo: rework processing of loaded refcount byte arraysKen Raeburn
2025-02-24dm vdo: remove remaining ring referencesSweet Tea Dorminy
2025-02-24dm-verity: do forward error correction on metadata I/O errorsMikulas Patocka
2025-02-24dm vdo: add missing spin_lock_initKen Raeburn
2025-02-24dm-bufio: remove unused return valueMikulas Patocka
2025-02-24dm-integrity: set ti->error on memory allocation failureMikulas Patocka
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-17dm: Enable inline crypto passthrough for striped targetEd Tsai
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-02-03dm vdo slab-depot: read refcount blocks in large chunks at load timeKen Raeburn
2025-02-03dm vdo vio-pool: allow variable-sized metadata viosKen Raeburn
2025-02-03dm vdo vio-pool: support pools with multiple data blocks per vioKen Raeburn
2025-02-03dm vdo vio-pool: add a pool pointer to pooled_vioKen Raeburn
2025-02-03dm vdo: remove checks that can not failMatthew Sakai
2025-02-03dm vdo indexer: prevent unterminated string warningChung Chung
2025-02-03dm vdo: use a short static string for thread name prefixMatthew Sakai
2025-02-03dm-crypt: switch to using the crc32 libraryEric Biggers
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
2025-01-17dm-transaction-manager: use red-black trees instead of linear listsMikulas Patocka
2025-01-17dm: disable REQ_NOWAIT for flushesMikulas Patocka
2025-01-17dm: remove useless test in alloc_multiple_biosMikulas Patocka
2025-01-17dm: change kzalloc to kcallocEthan Carter Edwards
2025-01-17dm raid: fix spelling errors in raid_ctr()liujing
2025-01-17block: Add common atomic writes enable flagJohn Garry