index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Lines
2025-05-07
dm-bufio: use bio_add_virt_nofail
Christoph Hellwig
-1
/
+1
2025-05-07
bcache: use bio_add_virt_nofail
Christoph Hellwig
-2
/
+1
2025-05-06
dm: pass through operations on wrapped inline crypto keys
Eric Biggers
-0
/
+177
2025-05-06
Merge tag 'for-6.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+3
2025-05-06
dm: fix copying after src array boundaries
Tudor Ambarus
-1
/
+1
2025-05-04
dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limits
John Garry
-0
/
+6
2025-05-04
dm mpath: Interface for explicit probing of active paths
Kevin Wolf
-1
/
+100
2025-05-04
dm: Allow .prepare_ioctl to handle ioctls directly
Kevin Wolf
-15
/
+36
2025-05-04
dm-flakey: make corrupting read bios work
Benjamin Marzinski
-26
/
+28
2025-05-04
dm-flakey: remove useless ERROR_READS check in flakey_end_io
Benjamin Marzinski
-9
/
+2
2025-05-04
dm-flakey: error all IOs when num_features is absent
Benjamin Marzinski
-8
/
+8
2025-05-04
dm-flakey: Clean up parsing messages
Benjamin Marzinski
-9
/
+24
2025-05-04
dm: remove unneeded kvfree from alloc_targets
Benjamin Marzinski
-1
/
+0
2025-05-04
dm-bufio: remove maximum age based eviction
Eric Biggers
-153
/
+36
2025-05-04
dm-verity: use softirq context only when !need_resched()
Eric Biggers
-1
/
+2
2025-05-04
dm: lock limits when reading them
Mikulas Patocka
-1
/
+7
2025-05-04
dm: use generic functions instead of disable_discard and disable_write_zeroes
Mikulas Patocka
-23
/
+4
2025-05-04
dm-delay: don't busy-wait in kthread
Benjamin Marzinski
-3
/
+14
2025-05-04
dm: fix native zone append devices on top of emulated ones
Benjamin Marzinski
-1
/
+5
2025-05-04
dm: limit swapping tables for devices with zone write plugs
Benjamin Marzinski
-14
/
+73
2025-05-04
dm: fix dm_blk_report_zones
Benjamin Marzinski
-8
/
+18
2025-04-30
dm: add missing unlock on in dm_keyslot_evict()
Dan Carpenter
-1
/
+2
2025-04-28
Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-7
/
+12
2025-04-28
dm: always update the array size in realloc_argv on success
Benjamin Marzinski
-2
/
+3
2025-04-23
dm-integrity: fix a warning on invalid table line
Mikulas Patocka
-1
/
+1
2025-04-23
dm-bufio: don't schedule in atomic context
LongPing Wei
-1
/
+8
2025-04-20
gcc-15: get rid of misc extra NUL character padding
Linus Torvalds
-1
/
+1
2025-04-18
Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux
Linus Torvalds
-13
/
+19
2025-04-16
md/raid1: Add check for missing source disk in process_checks()
Meir Elisha
-10
/
+16
2025-04-11
dm: handle failures in dm_table_set_restrictions
Benjamin Marzinski
-17
/
+36
2025-04-11
dm: free table mempools if not used in __bind
Benjamin Marzinski
-4
/
+4
2025-04-11
dm: don't change md if dm_table_set_restrictions() fails
Benjamin Marzinski
-10
/
+12
2025-04-09
dm table: Fix W=1 build warning when mempool_needs_integrity is unused
Andy Shevchenko
-3
/
+0
2025-04-08
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
-2
/
+2
2025-04-06
md/md-bitmap: fix stats collection for external bitmaps
Zheng Qixing
-3
/
+2
2025-04-06
md/raid10: fix missing discard IO accounting
Yu Kuai
-0
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-11
/
+11
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
-2
/
+2
2025-04-02
Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-242
/
+492
2025-03-28
dm-ebs: fix prefetch-vs-suspend race
Mikulas Patocka
-0
/
+7
2025-03-28
dm-verity: fix prefetch-vs-suspend race
Mikulas Patocka
-0
/
+8
2025-03-28
dm-integrity: fix non-constant-time tag verification
Jo Van Bulck
-23
/
+22
2025-03-28
dm-verity: support block number limits for different ioprio classes
LongPing Wei
-3
/
+26
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
-344
/
+383
2025-03-25
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
-24
/
+23
2025-03-24
dm-delay: support zoned devices
Christoph Hellwig
-1
/
+17
2025-03-14
Merge tag 'for-6.14/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2025-03-14
dm: restrict dm device size to 2^63-512 bytes
Mikulas Patocka
-0
/
+4
2025-03-13
dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature
Kent Overstreet
-1
/
+1
2025-03-13
Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
-269
/
+338
[prev]
[next]