summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-03md-raid: destroy the bitmap after destroying the threadMikulas Patocka1-1/+1
2022-08-03md: return the allocated devices from md_allocChristoph Hellwig1-32/+22
2022-08-03md: open code md_probe in autorun_devicesChristoph Hellwig1-1/+1
2022-08-03md: remove unneeded semicolonYang Li1-1/+1
2022-08-03md: fix build failure for !MODULEStephen Rothwell1-0/+2
2022-08-03md: simplify md_openChristoph Hellwig1-27/+15
2022-08-03md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig1-18/+38
2022-08-03md: stop using for_each_mddev in md_exitChristoph Hellwig1-28/+11
2022-08-03md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig1-3/+9
2022-08-03md: stop using for_each_mddev in md_do_syncChristoph Hellwig1-3/+5
2022-08-03md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig1-45/+39
2022-08-03md: rename md_free to md_kobj_releaseChristoph Hellwig1-2/+2
2022-08-03md: implement ->free_diskChristoph Hellwig1-6/+12
2022-08-03md: fix error handling in md_allocChristoph Hellwig1-13/+32
2022-08-03md: fix mddev->kobj lifetimeChristoph Hellwig1-6/+4
2022-08-03md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang1-2/+17
2022-08-03md: Explicitly create command-line configured devicesChris Webb1-1/+1
2022-08-03md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe1-0/+1
2022-08-03md: Ensure resync is reported after it startsLogan Gunthorpe1-2/+12
2022-08-03md: Use enum for overloaded magic numbers used by mddev->curr_resyncLogan Gunthorpe1-22/+18
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche1-5/+5
2022-07-14block: remove bdevnameChristoph Hellwig1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang1-9/+5
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