summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-1/+1
* md-raid: destroy the bitmap after destroying the threadMikulas Patocka2022-08-021-1/+1
* md: return the allocated devices from md_allocChristoph Hellwig2022-08-021-32/+22
* md: open code md_probe in autorun_devicesChristoph Hellwig2022-08-021-1/+1
* md: remove unneeded semicolonYang Li2022-08-021-1/+1
* md: fix build failure for !MODULEStephen Rothwell2022-08-021-0/+2
* md: simplify md_openChristoph Hellwig2022-08-021-27/+15
* md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig2022-08-021-18/+38
* md: stop using for_each_mddev in md_exitChristoph Hellwig2022-08-021-28/+11
* md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig2022-08-021-3/+9
* md: stop using for_each_mddev in md_do_syncChristoph Hellwig2022-08-021-3/+5
* md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig2022-08-021-45/+39
* md: rename md_free to md_kobj_releaseChristoph Hellwig2022-08-021-2/+2
* md: implement ->free_diskChristoph Hellwig2022-08-021-6/+12
* md: fix error handling in md_allocChristoph Hellwig2022-08-021-13/+32
* md: fix mddev->kobj lifetimeChristoph Hellwig2022-08-021-6/+4
* md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang2022-08-021-2/+17
* md: Explicitly create command-line configured devicesChris Webb2022-08-021-1/+1
* md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe2022-08-021-0/+1
* md: Ensure resync is reported after it startsLogan Gunthorpe2022-08-021-2/+12
* md: Use enum for overloaded magic numbers used by mddev->curr_resyncLogan Gunthorpe2022-08-021-22/+18
* md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-141-5/+5
* block: remove bdevnameChristoph Hellwig2022-07-141-1/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang2022-06-151-9/+5
* md: fix double free of io_acct_set biosetXiao Ni2022-05-221-4/+0
* md: remove most calls to bdevnameChristoph Hellwig2022-05-221-87/+65
* md: protect md_unregister_thread from reentrancyGuoqing Jiang2022-05-221-5/+10
* md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang2022-05-221-5/+9
* md: Replace role magic numbers with defined constantsDavid Sloan2022-04-251-5/+6
* md: replace deprecated strlcpy & remove duplicated lineHeming Zhao2022-04-251-3/+3
* md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong2022-04-251-4/+6
* md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong2022-04-251-3/+5
* md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk2022-04-251-12/+15
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-2/+1
* Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+1
|\
| * md: use msleep() in md_notify_reboot()Eric Dumazet2022-03-081-1/+1
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-15/+14
|\|
| * block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-2/+3
| * block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-5/+3
| * block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-8/+8
* | md: fix NULL pointer deref with nowait but no mddev->queueSong Liu2022-02-021-4/+4
|/
* Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-12/+41
|\
| * md: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
| * md: Move alloc/free acct bioset in to personalityXiao Ni2022-01-061-10/+17
| * md: fix spelling of "its"Randy Dunlap2022-01-061-1/+1
| * md: add support for REQ_NOWAITVishal Verma2022-01-061-0/+21
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-5/+0
|\|
| * block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-5/+0