index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2024-08-27
md/md-bitmap: merge md_bitmap_flush() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_destroy() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_load() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: merge md_bitmap_create() into bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()
Yu Kuai
2024-08-27
md/md-bitmap: introduce struct bitmap_operations
Yu Kuai
2024-08-27
md/md-bitmap: add a new helper md_bitmap_set_pages()
Yu Kuai
2024-08-27
md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()
Yu Kuai
2024-08-27
md/md-bitmap: add 'behind_writes' and 'behind_wait' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md/md-bitmap: add 'file_pages' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md/md-cluster: fix spares warnings for __le64
Yu Kuai
2024-08-27
md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats
Yu Kuai
2024-08-27
md: use new helper md_bitmap_get_stats() in update_array_info()
Yu Kuai
2024-08-27
md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
Yu Kuai
2024-08-27
md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()
Yu Kuai
2024-08-27
md/raid1: Clean up local variable 'b' from raid1_read_request()
Yu Kuai
2024-08-27
md: Don't flush sync_work in md_write_start()
Yu Kuai
2024-08-22
dm bufio: Remove NULL check of list_entry()
Yuesong Li
2024-08-21
dm-crypt: Allow to specify the integrity key size as option
Ingo Franzki
2024-08-21
dm: Remove unused declaration and empty definition "dm_zone_map_bio"
Zhang Zekun
2024-08-21
dm vdo: force read-only mode for a corrupt recovery journal
Susan LeGendre-McGhee
2024-08-21
dm vdo: abort loading dirty VDO with the old recovery journal format
Susan LeGendre-McGhee
2024-08-21
dm vdo: add dmsetup message for returning configuration info
Bruce Johnston
2024-08-21
dm vdo: remove bad check of bi_next field
Ken Raeburn
2024-08-21
dm vdo: don't refer to dedupe_context after releasing it
Ken Raeburn
2024-08-20
dm-verity: expose root hash digest and signature data to LSMs
Deven Bowers
2024-08-16
Merge tag 'block-6.11-20240824' of git://git.kernel.dk/linux
Linus Torvalds
2024-08-15
md/raid1: Fix data corruption for degraded array with slow disk
Yu Kuai
2024-08-15
md: convert comma to semicolon
Chen Ni
2024-08-13
dm persistent data: fix memory allocation failure
Mikulas Patocka
2024-08-13
dm resume: don't return EINVAL when signalled
Khazhismel Kumykov
2024-08-13
dm suspend: return -ERESTARTSYS instead of -EINTR
Mikulas Patocka
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
2024-07-22
Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-22
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-07-19
Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-07-19
dm vdo int-map: fix kerneldoc formatting
Matthew Sakai
2024-07-19
dm vdo repair: add missing kerneldoc fields
Matthew Sakai
2024-07-19
dm: Constify struct dm_block_validator
Christophe JAILLET
2024-07-19
dm-integrity: introduce the Inline mode
Mikulas Patocka
2024-07-17
Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-12
dm: introduce the target flag mempool_needs_integrity
Mikulas Patocka
2024-07-12
md/raid1: set max_sectors during early return from choose_slow_rdev()
Mateusz Jończyk
2024-07-12
md-cluster: fix no recovery job when adding/re-adding a disk
Heming Zhao
2024-07-12
md-cluster: fix hanging issue while a new disk adding
Heming Zhao
2024-07-11
Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-07-11
dm vdo: replace max_discard_sectors with max_hw_discard_sectors
Bruce Johnston
[prev]
[next]