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
2024-08-27
md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations
Yu Kuai
-15
/
+16
2024-08-27
md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
Yu Kuai
-10
/
+18
2024-08-27
md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operations
Yu Kuai
-36
/
+45
2024-08-27
md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operations
Yu Kuai
-27
/
+35
2024-08-27
md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operations
Yu Kuai
-15
/
+19
2024-08-27
md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operations
Yu Kuai
-9
/
+20
2024-08-27
md/md-bitmap: merge bitmap_write_all() into bitmap_operations
Yu Kuai
-10
/
+9
2024-08-27
md/md-bitmap: remove md_bitmap_setallbits()
Yu Kuai
-1
/
+0
2024-08-27
md/md-bitmap: merge md_bitmap_status() into bitmap_operations
Yu Kuai
-14
/
+14
2024-08-27
md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations
Yu Kuai
-11
/
+13
2024-08-27
md/md-bitmap: make md_bitmap_print_sb() internal
Yu Kuai
-4
/
+2
2024-08-27
md/md-bitmap: merge md_bitmap_flush() into bitmap_operations
Yu Kuai
-6
/
+5
2024-08-27
md/md-bitmap: merge md_bitmap_destroy() into bitmap_operations
Yu Kuai
-11
/
+13
2024-08-27
md/md-bitmap: merge md_bitmap_load() into bitmap_operations
Yu Kuai
-8
/
+11
2024-08-27
md/md-bitmap: merge md_bitmap_create() into bitmap_operations
Yu Kuai
-6
/
+7
2024-08-27
md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()
Yu Kuai
-30
/
+25
2024-08-27
md/md-bitmap: introduce struct bitmap_operations
Yu Kuai
-0
/
+14
2024-08-27
md/md-bitmap: add a new helper md_bitmap_set_pages()
Yu Kuai
-3
/
+8
2024-08-27
md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()
Yu Kuai
-5
/
+15
2024-08-27
md/md-bitmap: add 'behind_writes' and 'behind_wait' into struct md_bitmap_stats
Yu Kuai
-5
/
+13
2024-08-27
md/md-bitmap: add 'file_pages' into struct md_bitmap_stats
Yu Kuai
-8
/
+17
2024-08-27
md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
Yu Kuai
-14
/
+27
2024-08-27
md/md-cluster: fix spares warnings for __le64
Yu Kuai
-3
/
+3
2024-08-27
md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats
Yu Kuai
-2
/
+17
2024-08-27
md: use new helper md_bitmap_get_stats() in update_array_info()
Yu Kuai
-5
/
+7
2024-08-27
md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
Yu Kuai
-21
/
+41
2024-08-27
md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()
Yu Kuai
-5
/
+3
2024-08-27
md/raid1: Clean up local variable 'b' from raid1_read_request()
Yu Kuai
-17
/
+4
2024-08-27
md: Don't flush sync_work in md_write_start()
Yu Kuai
-1
/
+0
2024-08-22
dm bufio: Remove NULL check of list_entry()
Yuesong Li
-3
/
+0
2024-08-21
dm-crypt: Allow to specify the integrity key size as option
Ingo Franzki
-4
/
+15
2024-08-21
dm: Remove unused declaration and empty definition "dm_zone_map_bio"
Zhang Zekun
-5
/
+0
2024-08-21
dm vdo: force read-only mode for a corrupt recovery journal
Susan LeGendre-McGhee
-19
/
+24
2024-08-21
dm vdo: abort loading dirty VDO with the old recovery journal format
Susan LeGendre-McGhee
-4
/
+24
2024-08-21
dm vdo: add dmsetup message for returning configuration info
Bruce Johnston
-1
/
+53
2024-08-21
dm vdo: remove bad check of bi_next field
Ken Raeburn
-1
/
+0
2024-08-21
dm vdo: don't refer to dedupe_context after releasing it
Ken Raeburn
-0
/
+3
2024-08-20
dm-verity: expose root hash digest and signature data to LSMs
Deven Bowers
-0
/
+122
2024-08-16
Merge tag 'block-6.11-20240824' of git://git.kernel.dk/linux
Linus Torvalds
-4
/
+10
2024-08-15
md/raid1: Fix data corruption for degraded array with slow disk
Yu Kuai
-4
/
+10
2024-08-15
md: convert comma to semicolon
Chen Ni
-1
/
+1
2024-08-13
dm persistent data: fix memory allocation failure
Mikulas Patocka
-2
/
+2
2024-08-13
dm resume: don't return EINVAL when signalled
Khazhismel Kumykov
-2
/
+20
2024-08-13
dm suspend: return -ERESTARTSYS instead of -EINTR
Mikulas Patocka
-2
/
+2
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
-3
/
+3
2024-07-22
Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux
Linus Torvalds
-13
/
+56
2024-07-22
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+1
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-234
/
+281
2024-07-19
Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-570
/
+909
2024-07-19
dm vdo int-map: fix kerneldoc formatting
Matthew Sakai
-1
/
+1
[prev]
[next]