summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2024-02-29md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai
2024-02-29md/raid1: factor out the code to manage sequential IOYu Kuai
2024-02-29md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai
2024-02-29md/raid1-10: add a helper raid1_check_read_range()Yu Kuai
2024-02-29md/raid1: fix choose next idle in read_balance()Yu Kuai
2024-02-29md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai
2024-02-29md/raid1: factor out helpers to add rdev to confYu Kuai
2024-02-29md: add a new helper rdev_has_badblock()Yu Kuai
2024-02-27md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han
2024-02-26md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao
2024-02-26md: check mddev->pers before calling md_set_readonly()Li Nan
2024-02-26md: clean up openers check in do_md_stop() and md_set_readonly()Li Nan
2024-02-26md: sync blockdev before stopping raid or setting readonlyLi Nan
2024-02-26md: factor out a helper to sync mddevLi Nan
2024-02-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan
2024-02-26md: return directly before setting did_set_md_closingLi Nan
2024-02-26md: clean up invalid BUG_ON in md_ioctlLi Nan
2024-02-26md: changed the switch of RAID_VERSION to ifLi Nan
2024-02-26md: merge the check of capabilities into md_ioctl_valid()Li Nan
2024-02-19bcache: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-02-16Merge tag 'md-6.9-20240216' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe
2024-02-12md: fix kmemleak of rdev->serialLi Nan
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn
2024-02-12dm: dm-zoned: guard blkdev_zone_mgmt with noio scopeJohannes Thumshirn
2024-02-05md/multipath: Remove md-multipath.hSong Liu
2024-02-05md/linear: Get rid of md-linear.hMarc Zyngier
2024-02-05md: use RCU lock to protect traversal in md_spares_need_change()Li Lingfeng
2024-02-05md: get rdev->mddev with READ_ONCE()Li Lingfeng
2024-02-05md: remove redundant md_wakeup_thread()Yu Kuai
2024-02-05md: remove redundant check of 'mddev->sync_thread'Yu Kuai
2024-02-02dm-crypt, dm-verity: disable taskletsMikulas Patocka
2024-01-30dm writecache: allow allocations larger than 2GiBMikulas Patocka
2024-01-30dm stats: limit the number of entriesMikulas Patocka
2024-01-30dm: limit the number of targets and parameter size areaMikulas Patocka
2024-01-24md: fix a suspicious RCU usage warningMikulas Patocka
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-09md/raid1: Use blk_opf_t for read and write operationsBart Van Assche
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-09md: Fix md_seq_ops() regressionsYu Kuai
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-29bcache: use the default discard granularityChristoph Hellwig
2023-12-29bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-19md: Remove deprecated CONFIG_MD_FAULTYSong Liu