index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
Revert "dm: use queue_limits_set"
Linus Torvalds
1
-12
/
+15
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
17
-772
/
+1092
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
5
-56
/
+59
2024-03-06
Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Jens Axboe
8
-216
/
+265
2024-03-06
md: remove mddev->queue
Christoph Hellwig
7
-23
/
+26
2024-03-06
md: don't initialize queue limits
Christoph Hellwig
1
-2
/
+0
2024-03-06
md/raid10: use the atomic queue limit update APIs
Christoph Hellwig
1
-27
/
+33
2024-03-06
md/raid5: use the atomic queue limit update APIs
Christoph Hellwig
1
-65
/
+65
2024-03-06
md/raid1: use the atomic queue limit update APIs
Christoph Hellwig
1
-9
/
+16
2024-03-06
md/raid0: use the atomic queue limit update APIs
Christoph Hellwig
1
-15
/
+20
2024-03-06
md: add queue limit helpers
Christoph Hellwig
2
-0
/
+48
2024-03-06
md: add a mddev_is_dm helper
Christoph Hellwig
6
-35
/
+38
2024-03-06
md: add a mddev_add_trace_msg helper
Christoph Hellwig
6
-29
/
+28
2024-03-06
md: add a mddev_trace_remap helper
Christoph Hellwig
6
-37
/
+17
2024-03-06
bcache: move calculation of stripe_size and io_opt into bcache_device_init
Christoph Hellwig
1
-6
/
+5
2024-03-05
Merge branch 'dmraid-fix-6.9' into md-6.9
Song Liu
4
-40
/
+196
2024-03-05
dm-raid: fix lockdep waring in "pers->hot_add_disk"
Yu Kuai
1
-0
/
+2
2024-03-05
dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...
Yu Kuai
4
-7
/
+74
2024-03-05
dm-raid: add a new helper prepare_suspend() in md_personality
Yu Kuai
2
-0
/
+19
2024-03-05
md/dm-raid: don't call md_reap_sync_thread() directly
Yu Kuai
1
-10
/
+18
2024-03-05
dm-raid: really frozen sync_thread during suspend
Yu Kuai
2
-11
/
+17
2024-03-05
md: add a new helper reshape_interrupted()
Yu Kuai
1
-0
/
+19
2024-03-05
md: export helper md_is_rdwr()
Yu Kuai
2
-12
/
+12
2024-03-05
md: export helpers to stop sync_thread
Yu Kuai
2
-0
/
+32
2024-03-05
md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
Yu Kuai
1
-1
/
+4
2024-03-05
Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""
Song Liu
1
-0
/
+12
2024-03-01
dm: use queue_limits_set
Christoph Hellwig
1
-15
/
+12
2024-02-29
md/raid1: factor out helpers to choose the best rdev from read_balance()
Yu Kuai
1
-77
/
+98
2024-02-29
md/raid1: factor out the code to manage sequential IO
Yu Kuai
1
-34
/
+37
2024-02-29
md/raid1: factor out choose_bb_rdev() from read_balance()
Yu Kuai
1
-31
/
+48
2024-02-29
md/raid1: factor out choose_slow_rdev() from read_balance()
Yu Kuai
1
-17
/
+52
2024-02-29
md/raid1: factor out read_first_rdev() from read_balance()
Yu Kuai
1
-17
/
+46
2024-02-29
md/raid1-10: factor out a new helper raid1_should_read_first()
Yu Kuai
3
-24
/
+24
2024-02-29
md/raid1-10: add a helper raid1_check_read_range()
Yu Kuai
1
-0
/
+49
2024-02-29
md/raid1: fix choose next idle in read_balance()
Yu Kuai
1
-10
/
+22
2024-02-29
md/raid1: record nonrot rdevs while adding/removing rdevs to conf
Yu Kuai
3
-7
/
+12
2024-02-29
md/raid1: factor out helpers to add rdev to conf
Yu Kuai
1
-32
/
+53
2024-02-29
md: add a new helper rdev_has_badblock()
Yu Kuai
4
-72
/
+44
2024-02-27
md/raid5: fix atomicity violation in raid5_cache_count
Gui-Dong Han
1
-6
/
+8
2024-02-26
md/md-bitmap: fix incorrect usage for sb_index
Heming Zhao
1
-3
/
+6
2024-02-26
md: check mddev->pers before calling md_set_readonly()
Li Nan
1
-11
/
+11
2024-02-26
md: clean up openers check in do_md_stop() and md_set_readonly()
Li Nan
1
-23
/
+14
2024-02-26
md: sync blockdev before stopping raid or setting readonly
Li Nan
1
-0
/
+16
2024-02-26
md: factor out a helper to sync mddev
Li Nan
1
-11
/
+21
2024-02-26
md: Don't clear MD_CLOSING when the raid is about to stop
Li Nan
1
-4
/
+10
2024-02-26
md: return directly before setting did_set_md_closing
Li Nan
1
-17
/
+8
2024-02-26
md: clean up invalid BUG_ON in md_ioctl
Li Nan
1
-5
/
+0
2024-02-26
md: changed the switch of RAID_VERSION to if
Li Nan
1
-6
/
+2
2024-02-26
md: merge the check of capabilities into md_ioctl_valid()
Li Nan
1
-18
/
+12
2024-02-25
bcache: port block device access to files
Christian Brauner
2
-39
/
+39
[next]