summary refs log tree commit diff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2022-05-22md: fix double free of io_acct_set biosetXiao Ni
2022-05-22md: remove most calls to bdevnameChristoph Hellwig
2022-05-22md: protect md_unregister_thread from reentrancyGuoqing Jiang
2022-05-22md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang
2022-04-25md: Replace role magic numbers with defined constantsDavid Sloan
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao
2022-04-25md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong
2022-04-25md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-08md: use msleep() in md_notify_reboot()Eric Dumazet
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-02md: fix NULL pointer deref with nowait but no mddev->queueSong Liu
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-06md: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-06md: Move alloc/free acct bioset in to personalityXiao Ni
2022-01-06md: fix spelling of "its"Randy Dunlap
2022-01-06md: add support for REQ_NOWAITVishal Verma
2021-12-10md: fix double free of mddev->private in autorun_array()zhangyue
2021-12-10md: fix update super 1.0 on rdev size changeMarkus Hochholdinger
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18md: update superblock after changing rdev flags in state_storeXiao Ni
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang
2021-10-18md: properly unwind when failing to add the kobject in md_allocChristoph Hellwig
2021-10-18md: extend disks_mutex coverageChristoph Hellwig
2021-10-18md: add the bitmap group to the default groups for the md kobjectChristoph Hellwig
2021-10-18md: add error handling support for add_disk()Luis Chamberlain
2021-10-18md: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-09-22md: fix a lock order reversal in md_allocChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-14md: add comments in md_integrity_registerGuoqing Jiang
2021-06-14md: check level before create and exit io_acct_setGuoqing Jiang
2021-06-14md: Constify attribute_group structsRikard Falkeborn
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang
2021-06-14md: revert io stats accountingGuoqing Jiang
2021-06-01md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao
2021-04-15md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig
2021-04-15md: refactor mddev_find_or_allocChristoph Hellwig
2021-04-15md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig