summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2022-08-02drivers:md:fix a potential use-after-free bugWentao_Liang
2022-08-02md/raid5: Ensure batch_last is released before sleeping for quiesceLogan Gunthorpe
2022-08-02md/raid5: Move stripe_request_ctx upLogan Gunthorpe
2022-08-02md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()Logan Gunthorpe
2022-08-02md/raid5: Make is_inactive_blocked() helperLogan Gunthorpe
2022-08-02md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02md-raid10: fix KASAN warningMikulas Patocka
2022-08-02md-raid: destroy the bitmap after destroying the threadMikulas Patocka
2022-08-02md: return the allocated devices from md_allocChristoph Hellwig
2022-08-02md: open code md_probe in autorun_devicesChristoph Hellwig
2022-08-02md: remove unneeded semicolonYang Li
2022-08-02md: fix build failure for !MODULEStephen Rothwell
2022-08-02raid5: fix duplicate checks for rdev->saved_raid_diskJackie Liu
2022-08-02md: simplify md_openChristoph Hellwig
2022-08-02md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_exitChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_do_syncChristoph Hellwig
2022-08-02md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig
2022-08-02md: rename md_free to md_kobj_releaseChristoph Hellwig
2022-08-02md: implement ->free_diskChristoph Hellwig
2022-08-02md: fix error handling in md_allocChristoph Hellwig
2022-08-02md: fix mddev->kobj lifetimeChristoph Hellwig
2022-08-02md/raid5: Convert prepare_to_wait() to wait_woken() apiLogan Gunthorpe
2022-08-02md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()Logan Gunthorpe
2022-08-02bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li
2022-08-02md: Fix spelling mistake in commentsZhang Jiaming
2022-08-02md/raid5: Increase restriction on max segments per requestLogan Gunthorpe
2022-08-02md/raid5: Improve debug printsLogan Gunthorpe
2022-08-02md/raid5: Pivot raid5_make_request()Logan Gunthorpe
2022-08-02md/raid5: Check all disks in a stripe_head for reshape progressLogan Gunthorpe
2022-08-02md/raid5: Refactor add_stripe_bio()Logan Gunthorpe
2022-08-02md/raid5: Keep a reference to last stripe_head for batchLogan Gunthorpe
2022-08-02md/raid5: Refactor for loop in raid5_make_request() into while loopLogan Gunthorpe
2022-08-02md/raid5: Move read_seqcount_begin() into make_stripe_request()Logan Gunthorpe
2022-08-02md/raid5: Drop the do_prepare flag in raid5_make_request()Logan Gunthorpe
2022-08-02md/raid5: Factor out helper from raid5_make_request() loopLogan Gunthorpe
2022-08-02md/raid5: Move common stripe get code into new find_get_stripe() helperLogan Gunthorpe
2022-08-02md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()Logan Gunthorpe
2022-08-02md/raid5: Refactor raid5_make_request loopLogan Gunthorpe
2022-08-02md/raid5: Factor out ahead_of_reshape() functionLogan Gunthorpe
2022-08-02md/raid5: Make logic blocking check consistent with logic that blocksLogan Gunthorpe
2022-08-02md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang
2022-08-02md: Explicitly create command-line configured devicesChris Webb
2022-08-02md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe
2022-08-02md: Ensure resync is reported after it startsLogan Gunthorpe
2022-08-02md: Use enum for overloaded magic numbers used by mddev->curr_resyncLogan Gunthorpe
2022-08-02md/raid5-cache: Annotate pslot with __rcu notationLogan Gunthorpe