summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-21/+1
|\
| * md: simplify sysctl registrationLuis Chamberlain2023-04-131-21/+1
* | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-12/+15
|\ \
| * | md: fix soft lockup in status_resyncYu Kuai2023-04-131-9/+9
| * | md: add error_handlers for raid0 and linearMariusz Tkaczyk2023-04-131-0/+3
| * | md: make kobj_type structures constantThomas Weißschuh2023-04-131-3/+3
* | | md: fix regression for null-ptr-deference in __md_stop()Yu Kuai2023-03-291-1/+2
| |/ |/|
* | md: avoid signed overflow in slot_store()NeilBrown2023-03-131-0/+3
* | md: Free resources in __md_stopXiao Ni2023-03-131-9/+5
|/
* md: account io_acct_set usage with active_ioXiao Ni2023-02-081-0/+6
* md: use MD_RESYNC_* whenever possibleHou Tao2023-02-011-3/+3
* md: Free writes_pending in md_stopXiao Ni2023-02-011-0/+1
* md: Change active_io to percpuXiao Ni2023-02-011-19/+24
* md: Factor out is_md_suspended helperXiao Ni2023-02-011-5/+12
* md: don't update recovery_cp when curr_resync is ACTIVEHou Tao2023-02-011-1/+1
* md: fix incorrect declaration about claim_rdev in md_import_deviceAdrian Huang2023-01-121-2/+2
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-041-0/+2
* md: fold unbind_rdev_from_array into md_kick_rdev_from_arrayChristoph Hellwig2022-12-021-21/+16
* md: mark md_kick_rdev_from_array staticChristoph Hellwig2022-12-021-2/+1
* md: remove lock_bdev / unlock_bdevChristoph Hellwig2022-12-021-41/+22
* md: fix a crash in mempool_freeMikulas Patocka2022-11-141-3/+6
* md: introduce md_ro_stateYe Bin2022-11-141-70/+82
* md: factor out __md_set_array_info()Ye Bin2022-11-141-30/+35
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-3/+2
|\
| * block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-271-2/+2
| * md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe2022-09-221-1/+0
* | md: call __md_stop_writes in md_stopGuoqing Jiang2022-08-241-0/+1
* | Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang2022-08-241-1/+1
* | md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan2022-08-241-0/+1
|/
* 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