summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23md: fix double free of io_acct_set biosetXiao Ni1-4/+0
2022-05-23md: remove most calls to bdevnameChristoph Hellwig1-87/+65
2022-05-23md: protect md_unregister_thread from reentrancyGuoqing Jiang1-5/+10
2022-05-23md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang1-5/+9
2022-04-26md: Replace role magic numbers with defined constantsDavid Sloan1-5/+6
2022-04-26md: replace deprecated strlcpy & remove duplicated lineHeming Zhao1-3/+3
2022-04-26md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong1-4/+6
2022-04-26md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong1-3/+5
2022-04-26md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk1-12/+15
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-2/+1
2022-03-22Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+14
2022-03-09md: use msleep() in md_notify_reboot()Eric Dumazet1-1/+1
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+3
2022-02-02md: fix NULL pointer deref with nowait but no mddev->queueSong Liu1-4/+4
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-5/+3
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-8/+8
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+41
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2022-01-06md: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-06md: Move alloc/free acct bioset in to personalityXiao Ni1-10/+17
2022-01-06md: fix spelling of "its"Randy Dunlap1-1/+1
2022-01-06md: add support for REQ_NOWAITVishal Verma1-0/+21
2021-12-10md: fix double free of mddev->private in autorun_array()zhangyue1-1/+2
2021-12-10md: fix update super 1.0 on rdev size changeMarkus Hochholdinger1-0/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-5/+0
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+11
2021-10-18md: update superblock after changing rdev flags in state_storeXiao Ni1-1/+10
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang1-15/+15
2021-10-18md: properly unwind when failing to add the kobject in md_allocChristoph Hellwig1-20/+17
2021-10-18md: extend disks_mutex coverageChristoph Hellwig1-1/+1
2021-10-18md: add the bitmap group to the default groups for the md kobjectChristoph Hellwig1-5/+11
2021-10-18md: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18md: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-15/+11
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-6/+4
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-09-22md: fix a lock order reversal in md_allocChristoph Hellwig1-5/+0
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+65
2021-06-15md: add comments in md_integrity_registerGuoqing Jiang1-0/+6
2021-06-15md: check level before create and exit io_acct_setGuoqing Jiang1-6/+14
2021-06-15md: Constify attribute_group structsRikard Falkeborn1-3/+3
2021-06-15md: add io accounting for raid0 and raid5Guoqing Jiang1-3/+48
2021-06-15md: revert io stats accountingGuoqing Jiang1-45/+0
2021-06-01md: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-16/+9
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao1-4/+4
2021-04-15md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig1-23/+23
2021-04-15md: refactor mddev_find_or_allocChristoph Hellwig1-36/+24
2021-04-15md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig1-20/+27