index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-05
md: prevent incorrect update of resync/recovery offset
Li Nan
1
-0
/
+5
2025-08-16
md: fix sync_action incorrect display during resync
Zheng Qixing
1
-2
/
+35
2025-08-16
md: add helper rdev_needs_recovery()
Zheng Qixing
1
-11
/
+12
2025-08-16
md: keep recovery_cp in mdp_superblock_s
Xiao Ni
1
-3
/
+3
2025-08-13
md: add legacy_async_del_gendisk mode
Xiao Ni
1
-14
/
+42
2025-08-03
md: make rdev_addable usable for rcu mode
Yang Erkun
1
-1
/
+7
2025-07-31
md: rename recovery_cp to resync_offset
Li Nan
1
-25
/
+25
2025-07-31
md/md-cluster: handle REMOVE message earlier
Heming Zhao
1
-3
/
+6
2025-07-31
md: fix create on open mddev lifetime regression
Yu Kuai
1
-0
/
+6
2025-07-12
md: allow removing faulty rdev during resync
Zheng Qixing
1
-7
/
+17
2025-07-12
md: remove/add redundancy group only in level change
Xiao Ni
1
-2
/
+0
2025-07-12
md: Don't clear MD_CLOSING until mddev is freed
Xiao Ni
1
-12
/
+4
2025-07-12
md: call del_gendisk in control path
Xiao Ni
1
-10
/
+23
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-30
md/md-bitmap: remove parameter slot from bitmap_create()
Yu Kuai
1
-3
/
+3
2025-05-30
md/md-bitmap: cleanup bitmap_ops->startwrite()
Yu Kuai
1
-4
/
+4
2025-05-10
md: fix is_mddev_idle()
Yu Kuai
1
-38
/
+43
2025-05-10
md: add a new api sync_io_depth
Yu Kuai
1
-19
/
+90
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-03-13
Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-6.15/block
Jens Axboe
1
-149
/
+146
2025-03-06
md: improve return types of badblocks handling functions
Zheng Qixing
1
-10
/
+9
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
1
-17
/
+18
2025-03-05
md: fix mddev uaf while iterating all_mddevs list
Yu Kuai
1
-9
/
+13
2025-03-05
md: switch md-cluster to use md_submodle_head
Yu Kuai
1
-35
/
+6
2025-03-05
md: don't export md_cluster_ops
Yu Kuai
1
-39
/
+55
2025-03-05
md: switch personalities to use md_submodule_head
Yu Kuai
1
-49
/
+33
2025-03-05
md: introduce struct md_submodule_head and APIs
Yu Kuai
1
-0
/
+14
2025-03-05
md: merge common code into find_pers()
Yu Kuai
1
-30
/
+38
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
1
-13
/
+0
2025-02-15
md: ensure resync is prioritized over recovery
Li Nan
1
-7
/
+7
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+5
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-24
md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
Yu Kuai
1
-0
/
+5
2025-01-13
md/md-bitmap: move bitmap_{start, end}write to md upper layer
Yu Kuai
1
-0
/
+29
2025-01-13
md: reintroduce md-linear
Yu Kuai
1
-1
/
+1
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+12
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-10-17
md: ensure child flush IO does not affect origin bio->bi_status
Li Nan
1
-1
/
+23
2024-09-06
md: Add new_level sysfs interface
Xiao Ni
1
-0
/
+29
2024-09-04
md: Report failed arrays as broken in mdstat
Mateusz Kusiak
1
-2
/
+7
2024-08-28
Merge branch 'md-6.12-bitmap' into md-6.12
Song Liu
1
-55
/
+100
2024-08-27
md: Remove flush handling
Yu Kuai
1
-123
/
+15
2024-08-27
md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operations
Yu Kuai
1
-1
/
+1
2024-08-27
md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operations
Yu Kuai
1
-1
/
+1
2024-08-27
md/md-bitmap: merge bitmap_unplug() into bitmap_operations
Yu Kuai
1
-1
/
+1
2024-08-27
md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
Yu Kuai
1
-1
/
+1
2024-08-27
md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operations
Yu Kuai
1
-4
/
+10
2024-08-27
md/md-bitmap: merge bitmap_write_all() into bitmap_operations
Yu Kuai
1
-1
/
+1
2024-08-27
md/md-bitmap: merge md_bitmap_status() into bitmap_operations
Yu Kuai
1
-5
/
+6
[next]