index
:
kernel/linux.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.19.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-6
/
+6
5 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-7
/
+7
8 days
Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
13 days
md: ignore discard return value
Chaitanya Kulkarni
1
-2
/
+2
14 days
Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2026-01-26
md raid: fix hang when stopping arrays with metadata through dm-raid
Heinz Mauelshagen
1
-6
/
+8
2026-01-26
md: remove recovery_disabled
Li Nan
1
-3
/
+0
2026-01-26
md: move finish_reshape to md_finish_sync()
Li Nan
1
-9
/
+6
2026-01-26
md: factor out sync completion update into helper
Li Nan
1
-35
/
+47
2026-01-26
md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update
Li Nan
1
-17
/
+4
2026-01-26
md: update curr_resync_completed even when MD_RECOVERY_INTR is set
Li Nan
1
-1
/
+1
2026-01-26
md: mark rdev Faulty when badblocks setting fails
Li Nan
1
-1
/
+7
2026-01-26
md: factor error handling out of md_done_sync into helper
Li Nan
1
-7
/
+10
2026-01-26
md: merge mddev serialize_policy into mddev_flags
Yu Kuai
1
-8
/
+12
2026-01-26
md: merge mddev faillast_dev into mddev_flags
Yu Kuai
1
-4
/
+6
2026-01-26
md: merge mddev has_superblock into mddev_flags
Yu Kuai
1
-3
/
+3
2026-01-14
dm: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-2
/
+2
2025-12-27
md: Fix forward incompatibility from configurable logical block size
Li Nan
1
-4
/
+44
2025-12-27
md: Fix logical_block_size configuration being overwritten
Li Nan
1
-1
/
+3
2025-12-27
md: suspend array while updating raid_disks via sysfs
FengWei Shih
1
-2
/
+2
2025-12-25
md: Fix static checker warning in analyze_sbs
Li Nan
1
-4
/
+1
2025-11-30
md: remove legacy 1s delay in md_notify_reboot
Tarun Sahu
1
-11
/
+0
2025-11-30
md: warn about updating super block failure
Yu Kuai
1
-0
/
+1
2025-11-11
md: allow configuring logical block size
Li Nan
1
-0
/
+77
2025-11-11
md: add check_new_feature module parameter
Li Nan
1
-3
/
+9
2025-11-11
md: init bioset in mddev_init
Li Nan
1
-36
/
+33
2025-11-11
md: delete md_redundancy_group when array is becoming inactive
Li Nan
1
-0
/
+4
2025-11-11
md: prevent adding disks with larger logical_block_size to active arrays
Li Nan
1
-0
/
+7
2025-11-08
md: avoid repeated calls to del_gendisk
Xiao Ni
1
-1
/
+2
2025-11-08
Factor out code into md_should_do_recovery()
Wu Guanghao
1
-12
/
+47
2025-11-08
md: fix rcu protection in md_wakeup_thread
Yun Zhou
1
-8
/
+6
2025-11-08
md: delete mddev kobj before deleting gendisk kobj
Xiao Ni
1
-1
/
+3
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-72
/
+310
2025-09-06
md/md-llbitmap: introduce new lockless bitmap
Yu Kuai
1
-0
/
+6
2025-09-06
md/md-bitmap: make method bitmap_ops->daemon_work optional
Yu Kuai
1
-1
/
+1
2025-09-06
md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
Yu Kuai
1
-1
/
+46
2025-09-06
md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
Yu Kuai
1
-0
/
+7
2025-09-06
md/md-bitmap: delay registration of bitmap_ops until creating bitmap
Yu Kuai
1
-37
/
+53
2025-09-06
md/md-bitmap: add a new sysfs api bitmap_type
Yu Kuai
1
-0
/
+81
2025-09-06
md: add a new mddev field 'bitmap_id'
Yu Kuai
1
-6
/
+31
2025-09-06
md/md-bitmap: support discard for bitmap ops
Yu Kuai
1
-4
/
+11
2025-09-06
md: factor out a helper raid_is_456()
Yu Kuai
1
-8
/
+1
2025-09-06
md: add a new parameter 'offset' to md_super_write()
Yu Kuai
1
-21
/
+31
2025-09-06
md/md-bitmap: introduce CONFIG_MD_BITMAP
Yu Kuai
1
-12
/
+28
2025-09-06
md: check before referencing mddev->bitmap_ops
Yu Kuai
1
-20
/
+48
2025-09-06
md/md-bitmap: merge md_bitmap_group into bitmap_operations
Yu Kuai
1
-1
/
+5
2025-09-04
md: prevent incorrect update of resync/recovery offset
Li Nan
1
-0
/
+5
2025-09-04
Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Jens Axboe
1
-2
/
+2
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
[next]