index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
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
2025-02-17
md: reintroduce md-linear
Yu Kuai
1
-1
/
+1
2025-02-08
md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
Yu Kuai
1
-0
/
+5
2025-02-08
md/md-bitmap: move bitmap_{start, end}write to md upper layer
Yu Kuai
1
-0
/
+29
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
2024-08-27
md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations
Yu Kuai
1
-2
/
+2
2024-08-27
md/md-bitmap: merge md_bitmap_flush() into bitmap_operations
Yu Kuai
1
-1
/
+2
2024-08-27
md/md-bitmap: merge md_bitmap_destroy() into bitmap_operations
Yu Kuai
1
-7
/
+8
2024-08-27
md/md-bitmap: merge md_bitmap_load() into bitmap_operations
Yu Kuai
1
-3
/
+4
2024-08-27
md/md-bitmap: merge md_bitmap_create() into bitmap_operations
Yu Kuai
1
-3
/
+3
2024-08-27
md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()
Yu Kuai
1
-21
/
+9
2024-08-27
md/md-bitmap: introduce struct bitmap_operations
Yu Kuai
1
-0
/
+1
2024-08-27
md/md-bitmap: add 'file_pages' into struct md_bitmap_stats
Yu Kuai
1
-6
/
+11
2024-08-27
md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats
Yu Kuai
1
-2
/
+14
2024-08-27
md: use new helper md_bitmap_get_stats() in update_array_info()
Yu Kuai
1
-5
/
+7
2024-08-27
md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
Yu Kuai
1
-1
/
+28
2024-08-27
md: Don't flush sync_work in md_write_start()
Yu Kuai
1
-1
/
+0
2024-07-12
md-cluster: fix no recovery job when adding/re-adding a disk
Heming Zhao
1
-3
/
+14
2024-07-04
md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
Yu Kuai
1
-6
/
+0
2024-07-04
md-cluster: Constify struct md_cluster_operations
Christophe JAILLET
1
-2
/
+2
2024-07-04
md: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2024-06-26
md: set md-specific flags for all queue limits
Christoph Hellwig
1
-5
/
+9
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
1
-34
/
+6
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
1
-17
/
+1
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
1
-3
/
+2
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-13
/
+0
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-3
/
+5
2024-06-14
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
1
-55
/
+17
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
1
-55
/
+17
2024-06-12
md: pass in max_sectors for pers->sync_request()
Yu Kuai
1
-2
/
+3
2024-06-12
md: factor out helpers for different sync_action in md_do_sync()
Yu Kuai
1
-50
/
+73
2024-06-12
md: replace last_sync_action with new enum type
Yu Kuai
1
-3
/
+4
2024-06-12
md: use new helpers in md_do_sync()
Yu Kuai
1
-16
/
+5
2024-06-12
md: don't fail action_store() if sync_thread is not registered
Yu Kuai
1
-52
/
+33
2024-06-12
md: remove parameter check_seq for stop_sync_thread()
Yu Kuai
1
-15
/
+11
2024-06-12
md: replace sysfs api sync_action with new helpers
Yu Kuai
1
-42
/
+52
2024-06-12
md: factor out helper to start reshape from action_store()
Yu Kuai
1
-24
/
+41
[next]