index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-7
/
+7
2026-02-17
Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2026-02-12
md: ignore discard return value
Chaitanya Kulkarni
1
-2
/
+2
2026-02-11
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-05
md: prevent incorrect update of resync/recovery offset
Li Nan
1
-0
/
+5
2025-09-03
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]