index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
bcache: remove unused constants
Robert Pang
1
-2
/
+0
2025-05-27
bcache: fix NULL pointer in cache_set_flush()
Linggang Zeng
1
-1
/
+6
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
9
-103
/
+149
2025-05-22
dm mpath: replace spin_lock_irqsave with spin_lock_irq
Mikulas Patocka
1
-44
/
+31
2025-05-16
dm-mpath: Don't grab work_mutex while probing paths
Benjamin Marzinski
1
-40
/
+78
2025-05-15
dm-zone: Use bdev_*() helper functions where applicable
Bart Van Assche
2
-5
/
+5
2025-05-15
dm vdo indexer: don't read request structure after enqueuing
Matthew Sakai
1
-11
/
+13
2025-05-11
sort.h: hoist cmp_int() into generic header file
Fedor Pchelkin
1
-2
/
+1
2025-05-10
md: clean up accounting for issued sync IO
Yu Kuai
4
-31
/
+0
2025-05-10
md: fix is_mddev_idle()
Yu Kuai
2
-39
/
+45
2025-05-10
md: add a new api sync_io_depth
Yu Kuai
2
-19
/
+91
2025-05-10
md: record dm-raid gendisk in mddev
Yu Kuai
2
-1
/
+5
2025-05-08
md/bcache: Mark __nonstring look-up table
Kees Cook
1
-1
/
+2
2025-05-07
dm-integrity: use bio_add_virt_nofail
Christoph Hellwig
1
-10
/
+6
2025-05-07
dm-bufio: use bio_add_virt_nofail
Christoph Hellwig
1
-1
/
+1
2025-05-07
bcache: use bio_add_virt_nofail
Christoph Hellwig
1
-2
/
+1
2025-05-06
dm: pass through operations on wrapped inline crypto keys
Eric Biggers
1
-0
/
+177
2025-05-06
Merge tag 'for-6.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+3
2025-05-06
dm: fix copying after src array boundaries
Tudor Ambarus
1
-1
/
+1
2025-05-04
dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limits
John Garry
1
-0
/
+6
2025-05-04
dm mpath: Interface for explicit probing of active paths
Kevin Wolf
2
-1
/
+100
2025-05-04
dm: Allow .prepare_ioctl to handle ioctls directly
Kevin Wolf
10
-15
/
+36
2025-05-04
dm-flakey: make corrupting read bios work
Benjamin Marzinski
1
-26
/
+28
2025-05-04
dm-flakey: remove useless ERROR_READS check in flakey_end_io
Benjamin Marzinski
1
-9
/
+2
2025-05-04
dm-flakey: error all IOs when num_features is absent
Benjamin Marzinski
1
-8
/
+8
2025-05-04
dm-flakey: Clean up parsing messages
Benjamin Marzinski
1
-9
/
+24
2025-05-04
dm: remove unneeded kvfree from alloc_targets
Benjamin Marzinski
1
-1
/
+0
2025-05-04
dm-bufio: remove maximum age based eviction
Eric Biggers
1
-153
/
+36
2025-05-04
dm-verity: use softirq context only when !need_resched()
Eric Biggers
1
-1
/
+2
2025-05-04
dm: lock limits when reading them
Mikulas Patocka
1
-1
/
+7
2025-05-04
dm: use generic functions instead of disable_discard and disable_write_zeroes
Mikulas Patocka
3
-23
/
+4
2025-05-04
dm-delay: don't busy-wait in kthread
Benjamin Marzinski
1
-3
/
+14
2025-05-04
dm: fix native zone append devices on top of emulated ones
Benjamin Marzinski
1
-1
/
+5
2025-05-04
dm: limit swapping tables for devices with zone write plugs
Benjamin Marzinski
4
-14
/
+73
2025-05-04
dm: fix dm_blk_report_zones
Benjamin Marzinski
2
-8
/
+18
2025-04-30
dm: add missing unlock on in dm_keyslot_evict()
Dan Carpenter
1
-1
/
+2
2025-04-28
Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-7
/
+12
2025-04-28
dm: always update the array size in realloc_argv on success
Benjamin Marzinski
1
-2
/
+3
2025-04-23
dm-integrity: fix a warning on invalid table line
Mikulas Patocka
1
-1
/
+1
2025-04-23
dm-bufio: don't schedule in atomic context
LongPing Wei
1
-1
/
+8
2025-04-20
gcc-15: get rid of misc extra NUL character padding
Linus Torvalds
1
-1
/
+1
2025-04-18
Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux
Linus Torvalds
3
-13
/
+19
2025-04-16
md/raid1: Add check for missing source disk in process_checks()
Meir Elisha
1
-10
/
+16
2025-04-11
dm: handle failures in dm_table_set_restrictions
Benjamin Marzinski
3
-17
/
+36
2025-04-11
dm: free table mempools if not used in __bind
Benjamin Marzinski
1
-4
/
+4
2025-04-11
dm: don't change md if dm_table_set_restrictions() fails
Benjamin Marzinski
1
-10
/
+12
2025-04-09
dm table: Fix W=1 build warning when mempool_needs_integrity is unused
Andy Shevchenko
1
-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
/
+2
2025-04-06
md/md-bitmap: fix stats collection for external bitmaps
Zheng Qixing
1
-3
/
+2
2025-04-06
md/raid10: fix missing discard IO accounting
Yu Kuai
1
-0
/
+1
[prev]
[next]