summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
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
2021-04-07md: split mddev_findChristoph Hellwig
2021-04-07md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig
2021-04-07md: md_open returns -EBUSY when entering racing areaZhao Heming
2021-03-24md: Fix missing unused status line of /proc/mdstatJan Glauber
2021-03-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni
2021-02-01md: use rdev_read_only in restart_arrayChristoph Hellwig
2021-02-01md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig
2021-01-27md: remove md_bio_alloc_syncChristoph Hellwig
2021-01-27md: simplify sync_page_ioChristoph Hellwig
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig