index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
dm: Fix dm-zoned-reclaim zone write pointer alignment
Damien Le Moal
1
-3
/
+3
2024-12-03
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again
Liequan Che
1
-1
/
+1
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
3
-4
/
+37
2024-11-25
Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
33
-288
/
+115
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
8
-48
/
+11
2024-11-20
dm-verity: remove the unused "data_start" variable
Mikulas Patocka
2
-4
/
+3
2024-11-20
dm-bufio: use kmalloc to allocate power-of-two sized buffers
Mikulas Patocka
1
-5
/
+20
2024-11-20
dm thin: Add missing destroy_work_on_stack()
Yuan Can
1
-0
/
+1
2024-11-20
dm: add support for get_unique_id
Benjamin Coddington
1
-0
/
+55
2024-11-20
dm vdo: fix function doc comment formatting
Matthew Sakai
10
-23
/
+19
2024-11-20
dm vdo int-map: remove unused parameters
Matthew Sakai
1
-17
/
+11
2024-11-20
dm-vdo: reset bi_ioprio to the default value when the bio is reset
Susan LeGendre-McGhee
1
-0
/
+1
2024-11-20
dm-vdo murmurhash: remove u64 alignment requirement
Susan LeGendre-McGhee
1
-5
/
+2
2024-11-20
dm: Fix typo in error message
Ssuhung Yeh
1
-1
/
+1
2024-11-20
dm ioctl: rate limit a couple of ioctl based error messages
Colin Ian King
1
-2
/
+2
2024-11-20
dm vdo: Remove unused uds_compute_index_size
Dr. David Alan Gilbert
2
-30
/
+0
2024-11-20
dm vdo: Remove unused functions
Dr. David Alan Gilbert
2
-34
/
+0
2024-11-20
dm: zoned: Remove unused functions
Dr. David Alan Gilbert
2
-52
/
+0
2024-11-20
dm: Remove unused dm_table_bio_based
Dr. David Alan Gilbert
2
-6
/
+0
2024-11-20
dm: Remove unused dm_set_md_type
Dr. David Alan Gilbert
2
-7
/
+0
2024-11-20
dm cache: Remove unused functions in bio-prison-v1
Dr. David Alan Gilbert
2
-59
/
+0
2024-11-20
dm cache: Remove unused dm_cache_size
Dr. David Alan Gilbert
2
-10
/
+0
2024-11-20
dm cache: Remove unused dm_cache_dump
Dr. David Alan Gilbert
2
-26
/
+0
2024-11-20
dm cache: Remove unused btracker_nr_writebacks_queued
Dr. David Alan Gilbert
2
-7
/
+0
2024-11-19
md/raid10: Atomic write support
John Garry
1
-2
/
+18
2024-11-19
md/raid1: Atomic write support
John Garry
1
-2
/
+18
2024-11-19
md/raid0: Atomic write support
John Garry
1
-0
/
+1
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
13
-80
/
+202
2024-11-12
md/raid5: Increase r5conf.cache_name size
John Garry
1
-1
/
+1
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-2
/
+2
2024-11-11
dm-cache: fix warnings about duplicate slab caches
Mikulas Patocka
3
-24
/
+34
2024-11-11
dm-bufio: fix warnings about duplicate slab caches
Mikulas Patocka
1
-4
/
+8
2024-11-11
md/raid10: Handle bio_split() errors
John Garry
1
-1
/
+46
2024-11-11
md/raid1: Handle bio_split() errors
John Garry
1
-2
/
+31
2024-11-11
md/raid0: Handle bio_split() errors
John Garry
1
-0
/
+12
2024-11-07
md/raid5: Wait sync io to finish before changing group cnt
Xiao Ni
1
-0
/
+4
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
1
-2
/
+2
2024-11-06
Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-35
/
+42
2024-11-05
md/md-bitmap: Add missing destroy_work_on_stack()
Yuan Can
1
-0
/
+1
2024-11-05
bcache: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
4
-38
/
+7
2024-11-05
dm vdo: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
2
-10
/
+2
2024-11-05
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
2
-0
/
+2
2024-11-05
md/raid5: don't set Faulty rdev for blocked_rdev
Yu Kuai
1
-7
/
+6
2024-11-05
md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()
Yu Kuai
1
-22
/
+18
2024-11-05
md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()
Yu Kuai
1
-13
/
+4
2024-11-05
md/raid1: factor out helper to handle blocked rdev from raid1_write_request()
Yu Kuai
1
-36
/
+48
2024-11-05
md: don't record new badblocks for faulty rdev
Yu Kuai
1
-0
/
+11
2024-11-05
md: don't wait faulty rdev in md_wait_for_blocked_rdev()
Yu Kuai
1
-3
/
+1
2024-11-05
md: add a new helper rdev_blocked()
Yu Kuai
1
-0
/
+24
2024-11-05
md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()
Uros Bizjak
1
-1
/
+1
[next]