| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/de... | Mark Brown | 11 | -304/+1069 |
| 2 days | Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ax... | Mark Brown | 4 | -1/+4 |
| 3 days | raid6: improve the public interface | Christoph Hellwig | 1 | -2/+2 |
| 5 days | md: propagate BLK_FEAT_PCI_P2PDMA from member devices to RAID device | Kiran Kumar Modukuri | 3 | -0/+3 |
| 5 days | block: switch numa_node to int in blk_mq_hw_ctx and init_request | Mateusz Nowicki | 1 | -1/+1 |
| 6 days | Merge tag 'for-7.1/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 7 days | dm-inlinecrypt: add support for hardware-wrapped keys | Linlin Zhang | 1 | -22/+41 |
| 14 days | dm: limit target bio polling to one shot | Fengnan Chang | 1 | -2/+11 |
| 14 days | dm-ioctl: report an error if a device has no table | Mikulas Patocka | 1 | -1/+4 |
| 2026-05-12 | dm-inlinecrypt: add target for inline block device encryption | Eric Biggers | 3 | -0/+611 |
| 2026-05-04 | dm vdo: use GFP_NOIO for blkdev_issue_zeroout on format path | Bruce Johnston | 1 | -2/+2 |
| 2026-05-04 | dm-ima: use active table's size if available | Benjamin Marzinski | 2 | -60/+20 |
| 2026-05-04 | dm-ima: Fail more gracefully in dm_ima_measure_on_* | Benjamin Marzinski | 1 | -19/+19 |
| 2026-05-04 | dm-ima: Handle race between rename and table swap | Benjamin Marzinski | 1 | -0/+13 |
| 2026-05-04 | dm-ima: Fix issues with dm_ima_measure_on_device_rename | Benjamin Marzinski | 1 | -32/+37 |
| 2026-05-04 | dm-ima: remove new_map from dm_ima_measure_on_device_clear | Benjamin Marzinski | 3 | -11/+6 |
| 2026-05-04 | dm-ima: Fix UAF errors and measuring incorrect context | Benjamin Marzinski | 4 | -130/+340 |
| 2026-05-04 | dm-ima: don't copy the active table to the inactive table | Benjamin Marzinski | 1 | -54/+10 |
| 2026-05-04 | dm-ima: Remove status_flags from dm_ima_measure_on_table_load() | Benjamin Marzinski | 3 | -5/+5 |
| 2026-05-04 | dm-ima: remove broken last_target_measured logic | Benjamin Marzinski | 1 | -16/+2 |
| 2026-05-04 | dm-ima: remove dm_ima_reset_data() | Benjamin Marzinski | 3 | -25/+12 |
| 2026-05-04 | dm-raid: only requeue bios when dm is suspending | Benjamin Marzinski | 3 | -2/+13 |
| 2026-05-04 | dm vdo: use get_random_u32() where appropriate | David Carlier | 1 | -1/+1 |
| 2026-05-01 | Merge tag 'block-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -109/+250 |
| 2026-04-28 | md: use ATTRIBUTE_GROUPS() for md default sysfs attributes | Abd-Alrhman Masalkhi | 1 | -10/+2 |
| 2026-04-28 | md: use mddev_is_dm() instead of open-coding gendisk checks | Abd-Alrhman Masalkhi | 1 | -2/+2 |
| 2026-04-28 | md/raid1: replace wait loop with wait_event_idle() in raid1_write_request() | Abd-Alrhman Masalkhi | 1 | -11/+4 |
| 2026-04-28 | md/md-bitmap: add a none backend for bitmap grow | Yu Kuai | 3 | -16/+137 |
| 2026-04-28 | md/md-bitmap: split bitmap sysfs groups | Yu Kuai | 4 | -13/+40 |
| 2026-04-28 | md: factor bitmap creation away from sysfs handling | Yu Kuai | 1 | -29/+49 |
| 2026-04-28 | md: use mddev_lock_nointr() in mddev_suspend_and_lock_nointr() | Abd-Alrhman Masalkhi | 1 | -1/+1 |
| 2026-04-28 | md: replace wait loop with wait_event() in md_handle_request() | Abd-Alrhman Masalkhi | 1 | -9/+1 |
| 2026-04-28 | md/raid10: fix divide-by-zero in setup_geo() with zero far_copies | Junrui Luo | 1 | -0/+2 |
| 2026-04-28 | md/raid1,raid10: don't fail devices for invalid IO errors | Keith Busch | 1 | -1/+6 |
| 2026-04-28 | md/raid5: Fix UAF on IO across the reshape position | Benjamin Marzinski | 3 | -25/+14 |
| 2026-04-27 | Merge tag 'for-7.1/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+8 |
| 2026-04-20 | dm-thin: fix metadata refcount underflow | Mikulas Patocka | 1 | -0/+8 |
| 2026-04-15 | Merge tag 'for-7.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 71 | -840/+1239 |
| 2026-04-10 | dm cache: fix missing return in invalidate_committed's error path | Ming-Hung Tsai | 1 | -1/+3 |
| 2026-04-09 | dm: fix a buffer overflow in ioctl processing | Mikulas Patocka | 1 | -0/+4 |
| 2026-04-07 | md/raid5: fix soft lockup in retry_aligned_read() | Chia-Ming Chang | 1 | -1/+7 |
| 2026-04-07 | md: wake raid456 reshape waiters before suspend | Yu Kuai | 1 | -0/+11 |
| 2026-04-07 | md/raid1: serialize overlap io for writemostly disk | Xiao Ni | 3 | -14/+39 |
| 2026-04-07 | md/md-llbitmap: optimize initial sync with write_zeroes_unmap support | Yu Kuai | 1 | -1/+61 |
| 2026-04-07 | md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity building | Yu Kuai | 1 | -12/+128 |
| 2026-04-07 | md: add fallback to correct bitmap_ops on version mismatch | Yu Kuai | 1 | -1/+110 |
| 2026-04-07 | md/raid5: validate payload size before accessing journal metadata | Junrui Luo | 1 | -15/+33 |
| 2026-04-07 | md: remove unused static md_wq workqueue | Abd-Alrhman Masalkhi | 1 | -8/+0 |
| 2026-04-07 | md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations | Gregory Price | 1 | -9/+9 |
| 2026-04-06 | md: fix array_state=clear sysfs deadlock | Yu Kuai | 1 | -1/+7 |
| 2026-04-03 | bcache: fix uninitialized closure object | Mingzhe Zou | 1 | -1/+2 |
| 2026-04-03 | bcache: fix cached_dev.sb_bio use-after-free and crash | Mingzhe Zou | 1 | -0/+7 |
| 2026-03-30 | dm-crypt: Make crypt_iv_operations::post return void | Eric Biggers | 1 | -18/+13 |
| 2026-03-30 | dm vdo: Fix spelling mistake "postive" -> "positive" | Colin Ian King | 1 | -1/+1 |
| 2026-03-27 | dm: provide helper to set stacked limits | Keith Busch | 4 | -27/+4 |
| 2026-03-27 | dm-integrity: always set the io hints | Keith Busch | 1 | -13/+8 |
| 2026-03-27 | dm-integrity: fix mismatched queue limits | Keith Busch | 1 | -3/+9 |
| 2026-03-26 | dm-bufio: use kzalloc_flex | Rosen Penev | 1 | -2/+2 |
| 2026-03-26 | dm vdo: save the formatted metadata to disk | Bruce Johnston | 3 | -20/+147 |
| 2026-03-26 | dm vdo: add formatting logic and initialization | Bruce Johnston | 2 | -25/+81 |
| 2026-03-26 | dm vdo: add synchronous metadata I/O submission helper | Bruce Johnston | 3 | -13/+34 |
| 2026-03-26 | dm vdo: add geometry block structure | Bruce Johnston | 2 | -45/+66 |
| 2026-03-26 | dm vdo: add geometry block encoding | Bruce Johnston | 2 | -0/+58 |
| 2026-03-26 | dm vdo: add upfront validation for logical size | Bruce Johnston | 1 | -0/+6 |
| 2026-03-26 | dm vdo: add formatting parameters to table line | Bruce Johnston | 5 | -17/+111 |
| 2026-03-26 | dm vdo: add super block initialization to encodings.c | Bruce Johnston | 3 | -0/+90 |
| 2026-03-26 | dm vdo: add geometry block initialization to encodings.c | Bruce Johnston | 4 | -0/+103 |
| 2026-03-23 | dm-crypt: Make crypt_iv_operations::wipe return void | Eric Biggers | 1 | -14/+6 |
| 2026-03-23 | dm-crypt: Reimplement elephant diffuser using AES library | Eric Biggers | 2 | -55/+31 |
| 2026-03-23 | dm-verity-fec: warn even when there were no errors | Eric Biggers | 1 | -1/+1 |
| 2026-03-23 | md: remove unused mddev argument from export_rdev | Chen Cheng | 1 | -14/+14 |
| 2026-03-23 | md/raid5: move handle_stripe() comment to correct location | Chen Cheng | 1 | -14/+12 |
| 2026-03-23 | md/raid5: remove stale md_raid5_kick_device() declaration | Chen Cheng | 1 | -1/+0 |
| 2026-03-23 | md/raid1: fix the comparing region of interval tree | Xiao Ni | 1 | -2/+2 |
| 2026-03-22 | md/raid5: skip 2-failure compute when other disk is R5_LOCKED | FengWei Shih | 1 | -0/+2 |
| 2026-03-18 | dm: make "dmsetup remove_all" interruptible | Mikulas Patocka | 1 | -10/+25 |
| 2026-03-18 | dm: don't report warning when doing deferred remove | Mikulas Patocka | 1 | -1/+1 |
| 2026-03-18 | dm init: ensure device probing has finished in dm-mod.waitfor= | Guillaume Gonnet | 1 | -1/+3 |
| 2026-03-16 | md/md-llbitmap: raise barrier before state machine transition | Yu Kuai | 1 | -4/+4 |
| 2026-03-16 | md/md-llbitmap: skip reading rdevs that are not in_sync | Yu Kuai | 1 | -1/+2 |
| 2026-03-16 | md/raid5: set chunk_sectors to enable full stripe I/O splitting | Yu Kuai | 1 | -0/+1 |
| 2026-03-16 | md/raid10: fix deadlock with check operation and nowait requests | Josh Hunt | 1 | -2/+2 |
| 2026-03-16 | md: suppress spurious superblock update error message for dm-raid | Chen Cheng | 1 | -1/+3 |
| 2026-03-09 | block: remove bdev_nonrot() | Damien Le Moal | 3 | -3/+3 |
| 2026-03-09 | dm-verity-fec: improve comments for fec_read_bufs() | Eric Biggers | 1 | -8/+22 |
| 2026-03-09 | dm-verity-fec: log target_block instead of index_in_region | Eric Biggers | 1 | -12/+14 |
| 2026-03-09 | dm-verity-fec: make fec_decode_bufs() just return 0 or error | Eric Biggers | 1 | -7/+4 |
| 2026-03-09 | dm-verity-fec: pass down index_in_region instead of rsb | Eric Biggers | 1 | -21/+26 |
| 2026-03-09 | dm-verity-fec: compute target region directly | Eric Biggers | 1 | -21/+16 |
| 2026-03-09 | dm-verity-fec: move computation of offset and rsb down a level | Eric Biggers | 1 | -28/+18 |
| 2026-03-09 | dm-verity-fec: rename block_offset to out_pos | Eric Biggers | 1 | -15/+13 |
| 2026-03-09 | dm-verity-fec: simplify deinterleaving | Eric Biggers | 1 | -15/+4 |
| 2026-03-09 | dm-verity-fec: simplify computation of ileaved | Eric Biggers | 1 | -12/+1 |
| 2026-03-09 | dm-verity-fec: simplify computation of rsb | Eric Biggers | 1 | -3/+3 |
| 2026-03-09 | dm-verity-fec: rename rounds to region_blocks | Eric Biggers | 2 | -9/+9 |
| 2026-03-09 | dm-verity-fec: replace io_size with block_size | Eric Biggers | 2 | -18/+14 |
| 2026-03-09 | dm-verity-fec: rename "RS block" to "RS codeword" | Eric Biggers | 2 | -33/+35 |
| 2026-03-09 | dm-verity-fec: use standard names for Reed-Solomon parameters | Eric Biggers | 2 | -19/+19 |
| 2026-03-09 | dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTS | Eric Biggers | 2 | -7/+6 |
| 2026-03-09 | dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_end | Eric Biggers | 3 | -7/+7 |
| 2026-03-09 | dm-verity-fec: fix reading parity bytes split across blocks (take 3) | Eric Biggers | 1 | -56/+44 |
| 2026-03-09 | dm-verity-fec: fix the size of dm_verity_fec_io::erasures | Eric Biggers | 1 | -1/+2 |
| 2026-03-09 | dm-verity-fec: fix corrected block count stat | Eric Biggers | 1 | -3/+2 |
| 2026-03-09 | dm-verity-fec: correctly reject too-small hash devices | Eric Biggers | 1 | -1/+2 |
| 2026-03-09 | dm-verity-fec: correctly reject too-small FEC devices | Eric Biggers | 1 | -3/+2 |
| 2026-03-09 | dm log: fix out-of-bounds write due to region_count overflow | Junrui Luo | 1 | -1/+5 |
| 2026-03-09 | dm cache metadata: fix memory leak on metadata abort retry | Ming-Hung Tsai | 1 | -5/+8 |
| 2026-03-02 | dm mirror: fix integer overflow in create_dirty_log() | Junrui Luo | 1 | -3/+3 |
| 2026-03-02 | dm vdo: add __counted_by attribute to a number of structures | Ken Raeburn | 8 | -8/+8 |
| 2026-03-02 | dm vdo: remove redundant TYPE argument from vdo_allocate macro | Ken Raeburn | 32 | -198/+114 |
| 2026-03-02 | dm vdo: update vdo_allocate_extended to take a field name, no types | Ken Raeburn | 17 | -78/+40 |
| 2026-03-02 | dm-ima: use SHA-256 library | Eric Biggers | 3 | -45/+11 |
| 2026-03-02 | dm-mpath: don't stop probing paths at presuspend | Benjamin Marzinski | 1 | -7/+2 |
| 2026-03-02 | dm cache: prevent entering passthrough mode after unclean shutdown | Ming-Hung Tsai | 3 | -1/+32 |
| 2026-03-02 | dm cache: fix dirty mapping checking in passthrough mode switching | Ming-Hung Tsai | 3 | -33/+8 |
| 2026-03-02 | dm cache: fix concurrent write failure in passthrough mode | Ming-Hung Tsai | 1 | -0/+9 |
| 2026-03-02 | dm cache policy smq: fix missing locks in invalidating cache blocks | Ming-Hung Tsai | 1 | -0/+4 |
| 2026-03-02 | dm cache: fix write hang in passthrough mode | Ming-Hung Tsai | 1 | -5/+25 |
| 2026-03-02 | dm cache: fix write path cache coherency in passthrough mode | Ming-Hung Tsai | 1 | -0/+1 |
| 2026-03-02 | dm cache: fix null-deref with concurrent writes in passthrough mode | Ming-Hung Tsai | 1 | -2/+4 |
| 2026-03-02 | dm vdo slab-depot: validate old zone count on load | Matthew Sakai | 1 | -0/+4 |
| 2026-03-02 | dm vdo indexer: validate saved zone count | Matthew Sakai | 1 | -0/+3 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 7 | -11/+9 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 7 | -16/+8 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 7 | -7/+7 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 65 | -116/+116 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 75 | -199/+185 |
| 2026-02-19 | dm: dm-zoned: Adjust dmz_load_mapping() allocation type | Kees Cook | 1 | -1/+1 |
| 2026-02-19 | dm-crypt: Adjust crypt_alloc_tfms_aead() allocation type | Kees Cook | 1 | -1/+1 |
| 2026-02-17 | Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -0/+3 |
| 2026-02-12 | md: ignore discard return value | Chaitanya Kulkarni | 1 | -2/+2 |
| 2026-02-11 | Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 35 | -332/+404 |
| 2026-02-09 | Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 14 | -356/+315 |
| 2026-02-02 | md: fix return value of mddev_trylock | Xiao Ni | 1 | -2/+2 |
| 2026-02-02 | md/raid1: fix memory leak in raid1_run() | Zilin Guan | 1 | -0/+1 |
| 2026-01-30 | Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+1 |
| 2026-01-28 | bcache: fix I/O accounting leak in detached_dev_do_request | Shida Zhang | 1 | -0/+1 |
| 2026-01-28 | bcache: remove dead code in detached_dev_do_request | Shida Zhang | 1 | -5/+0 |
| 2026-01-28 | dm mpath: make pg_init_delay_msecs settable | Benjamin Marzinski | 1 | -1/+1 |
| 2026-01-28 | Revert "dm: fix a race condition in retrieve_deps" | Benjamin Marzinski | 3 | -31/+9 |
| 2026-01-28 | dm mpath: Add missing dm_put_device when failing to get scsi dh name | Benjamin Marzinski | 1 | -10/+10 |
| 2026-01-27 | dm vdo encodings: clean up header and version functions | Matthew Sakai | 2 | -30/+6 |
| 2026-01-26 | dm: use bio_clone_blkg_association | Mikulas Patocka | 1 | -0/+2 |
| 2026-01-26 | md raid: fix hang when stopping arrays with metadata through dm-raid | Heinz Mauelshagen | 1 | -6/+8 |
| 2026-01-26 | md-cluster: fix NULL pointer dereference in process_metadata_update | Jiasheng Jiang | 1 | -1/+6 |
| 2026-01-26 | md/bitmap: fix GPF in write_page caused by resize race | Jack Wang | 1 | -1/+2 |
| 2026-01-26 | md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout | Yu Kuai | 1 | -1/+3 |
| 2026-01-26 | md/raid5: fix IO hang with degraded array with llbitmap | Yu Kuai | 1 | -1/+6 |
| 2026-01-26 | md: remove recovery_disabled | Li Nan | 8 | -51/+4 |
| 2026-01-26 | md/raid10: cleanup skip handling in raid10_sync_request | Li Nan | 1 | -74/+22 |
| 2026-01-26 | md/raid10: fix any_working flag handling in raid10_sync_request | Li Nan | 1 | -1/+1 |
| 2026-01-26 | md: move finish_reshape to md_finish_sync() | Li Nan | 1 | -9/+6 |
| 2026-01-26 | md: factor out sync completion update into helper | Li Nan | 1 | -35/+47 |
| 2026-01-26 | md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update | Li Nan | 2 | -19/+4 |
| 2026-01-26 | md: update curr_resync_completed even when MD_RECOVERY_INTR is set | Li Nan | 1 | -1/+1 |
| 2026-01-26 | md: mark rdev Faulty when badblocks setting fails | Li Nan | 4 | -45/+32 |
| 2026-01-26 | md: break remaining operations on badblocks set failure in narrow_write_error | Li Nan | 2 | -22/+24 |
| 2026-01-26 | md/raid1,raid10: support narrow_write_error when badblocks is disabled | Li Nan | 2 | -8/+8 |
| 2026-01-26 | md: factor error handling out of md_done_sync into helper | Li Nan | 5 | -26/+33 |
| 2026-01-26 | md/raid1: simplify uptodate handling in end_sync_write | Li Nan | 1 | -3/+2 |
| 2026-01-26 | md/raid5: make sure max_sectors is not less than io_opt | Yu Kuai | 2 | -10/+29 |
| 2026-01-26 | md/raid5: use mempool to allocate stripe_request_ctx | Yu Kuai | 4 | -27/+45 |
| 2026-01-26 | md: merge mddev serialize_policy into mddev_flags | Yu Kuai | 6 | -16/+22 |
| 2026-01-26 | md: merge mddev faillast_dev into mddev_flags | Yu Kuai | 6 | -11/+18 |
| 2026-01-26 | md: merge mddev has_superblock into mddev_flags | Yu Kuai | 2 | -4/+5 |
| 2026-01-26 | md/raid5: fix raid5_run() to return error when log_init() fails | Yu Kuai | 1 | -1/+2 |
| 2026-01-23 | Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -45/+53 |
| 2026-01-22 | bcache: use bio cloning for detached device requests | Shida Zhang | 3 | -45/+53 |
| 2026-01-21 | dm: fix excessive blk-crypto operations for invalid keys | Eric Biggers | 1 | -9/+3 |
| 2026-01-21 | dm-verity: fix section mismatch error | Mikulas Patocka | 2 | -2/+2 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 3 | -0/+3 |
| 2026-01-20 | block: pass io_comp_batch to rq_end_io_fn callback | Ming Lei | 1 | -1/+2 |
| 2026-01-19 | dm-unstripe: fix mapping bug when there are multiple targets in a table | Matt Whitlock | 1 | -1/+1 |
| 2026-01-19 | dm-integrity: fix recalculation in bitmap mode | Mikulas Patocka | 1 | -0/+13 |
| 2026-01-19 | dm-bufio: avoid redundant buffer_tree lookups | Eric Biggers | 1 | -53/+89 |
| 2026-01-19 | dm-bufio: merge cache_put() into cache_put_and_wake() | Eric Biggers | 1 | -22/+10 |
| 2026-01-19 | dm-verity: add dm-verity keyring | Christian Brauner | 3 | -1/+82 |
| 2026-01-14 | dm: clear cloned request bio pointer when last clone bio completes | Michael Liang | 1 | -3/+10 |
| 2026-01-14 | dm-verity: fix up various workqueue-related comments | Eric Biggers | 1 | -10/+10 |
| 2026-01-14 | dm-verity: switch to bio_advance_iter_single() | Eric Biggers | 1 | -1/+1 |
| 2026-01-14 | dm-verity: consolidate the BH and normal work structs | Eric Biggers | 2 | -5/+4 |
| 2026-01-14 | dm: add WQ_PERCPU to alloc_workqueue users | Marco Crivellari | 16 | -24/+45 |
| 2026-01-14 | dm-integrity: fix a typo in the code for write/discard race | Mikulas Patocka | 1 | -1/+1 |
| 2026-01-14 | dm: use READ_ONCE in dm_blk_report_zones | Mikulas Patocka | 1 | -1/+1 |
| 2026-01-14 | dm: fix unlocked test for dm_suspended_md | Mikulas Patocka | 1 | -3/+6 |
| 2026-01-11 | Merge branch 'block-6.19' into for-7.0/block | Jens Axboe | 2 | -15/+56 |
| 2026-01-04 | dm-verity: allow REED_SOLOMON to be 'm' if DM_VERITY is 'm' | Eric Biggers | 1 | -2/+2 |
| 2026-01-04 | dm-verity: correctly handle dm_bufio_client_create() failure | Eric Biggers | 1 | -2/+2 |
| 2026-01-04 | dm-verity: make verity_fec_is_enabled() an inline function | Eric Biggers | 2 | -9/+5 |
| 2026-01-04 | dm-verity: remove unnecessary ifdef around verity_fec_decode() | Eric Biggers | 1 | -2/+0 |
| 2026-01-04 | dm-verity: remove unnecessary condition for verity_fec_finish_io() | Eric Biggers | 1 | -2/+1 |
| 2026-01-04 | dm-verity: make dm_verity_fec_io::bufs variable-length | Eric Biggers | 2 | -28/+31 |
| 2026-01-04 | dm-verity: move dm_verity_fec_io to mempool | Eric Biggers | 3 | -60/+54 |
| 2026-01-04 | dm clone: drop redundant size checks | Li Chen | 1 | -16/+0 |
| 2026-01-04 | dm cache: drop redundant origin size check | Li Chen | 1 | -7/+0 |
| 2026-01-02 | Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -15/+56 |
| 2026-01-02 | dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio spl... | Yongpeng Yang | 1 | -1/+9 |
| 2026-01-02 | dm: replace -EEXIST with -EBUSY | Daniel Gomez | 4 | -4/+4 |
| 2026-01-02 | dm: remove fake timeout to avoid leak request | Ding Hui | 1 | -2/+1 |