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.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
Age
Commit message (
Expand
)
Author
Files
Lines
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-01
dm: use queue_limits_set
Christoph Hellwig
1
-15
/
+12
2024-03-01
md/raid1: factor out helpers to choose the best rdev from read_balance()
Yu Kuai
1
-77
/
+98
2024-03-01
md/raid1: factor out the code to manage sequential IO
Yu Kuai
1
-34
/
+37
2024-03-01
md/raid1: factor out choose_bb_rdev() from read_balance()
Yu Kuai
1
-31
/
+48
2024-03-01
md/raid1: factor out choose_slow_rdev() from read_balance()
Yu Kuai
1
-17
/
+52
2024-03-01
md/raid1: factor out read_first_rdev() from read_balance()
Yu Kuai
1
-17
/
+46
2024-03-01
md/raid1-10: factor out a new helper raid1_should_read_first()
Yu Kuai
3
-24
/
+24
2024-03-01
md/raid1-10: add a helper raid1_check_read_range()
Yu Kuai
1
-0
/
+49
2024-03-01
md/raid1: fix choose next idle in read_balance()
Yu Kuai
1
-10
/
+22
2024-03-01
md/raid1: record nonrot rdevs while adding/removing rdevs to conf
Yu Kuai
3
-7
/
+12
2024-03-01
md/raid1: factor out helpers to add rdev to conf
Yu Kuai
1
-32
/
+53
2024-03-01
md: add a new helper rdev_has_badblock()
Yu Kuai
4
-72
/
+44
2024-02-28
md/raid5: fix atomicity violation in raid5_cache_count
Gui-Dong Han
1
-6
/
+8
2024-02-27
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-20
bcache: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-22
/
+24
2024-02-20
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
3
-7
/
+8
2024-02-17
Merge tag 'md-6.9-20240216' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Jens Axboe
4
-85
/
+18
2024-02-12
md: fix kmemleak of rdev->serial
Li Nan
1
-0
/
+1
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
1
-1
/
+1
2024-02-12
dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
Johannes Thumshirn
1
-1
/
+4
2024-02-06
md/multipath: Remove md-multipath.h
Song Liu
1
-32
/
+0
2024-02-06
md/linear: Get rid of md-linear.h
Marc Zyngier
1
-17
/
+0
2024-02-06
md: use RCU lock to protect traversal in md_spares_need_change()
Li Lingfeng
1
-2
/
+7
2024-02-06
md: get rdev->mddev with READ_ONCE()
Li Lingfeng
1
-2
/
+2
2024-02-06
md: remove redundant md_wakeup_thread()
Yu Kuai
1
-18
/
+2
2024-02-06
md: remove redundant check of 'mddev->sync_thread'
Yu Kuai
2
-14
/
+6
2024-02-02
dm-crypt, dm-verity: disable tasklets
Mikulas Patocka
3
-61
/
+4
2024-01-30
dm writecache: allow allocations larger than 2GiB
Mikulas Patocka
1
-4
/
+4
2024-01-30
dm stats: limit the number of entries
Mikulas Patocka
1
-0
/
+9
2024-01-30
dm: limit the number of targets and parameter size area
Mikulas Patocka
3
-3
/
+11
2024-01-25
md: fix a suspicious RCU usage warning
Mikulas Patocka
1
-1
/
+1
2024-01-19
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
2
-19
/
+33
2024-01-12
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
20
-1825
/
+400
2024-01-10
md/raid1: Use blk_opf_t for read and write operations
Bart Van Assche
1
-6
/
+6
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-3
/
+3
[next]