summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2022-08-02md: open code md_probe in autorun_devicesChristoph Hellwig-1/+1
2022-08-02md: remove unneeded semicolonYang Li-1/+1
2022-08-02md: fix build failure for !MODULEStephen Rothwell-0/+2
2022-08-02raid5: fix duplicate checks for rdev->saved_raid_diskJackie Liu-2/+1
2022-08-02md: simplify md_openChristoph Hellwig-27/+15
2022-08-02md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig-18/+40
2022-08-02md: stop using for_each_mddev in md_exitChristoph Hellwig-28/+11
2022-08-02md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig-3/+9
2022-08-02md: stop using for_each_mddev in md_do_syncChristoph Hellwig-3/+5
2022-08-02md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig-45/+39
2022-08-02md: rename md_free to md_kobj_releaseChristoph Hellwig-2/+2
2022-08-02md: implement ->free_diskChristoph Hellwig-6/+12
2022-08-02md: fix error handling in md_allocChristoph Hellwig-13/+32
2022-08-02md: fix mddev->kobj lifetimeChristoph Hellwig-6/+4
2022-08-02md/raid5: Convert prepare_to_wait() to wait_woken() apiLogan Gunthorpe-7/+6
2022-08-02md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()Logan Gunthorpe-8/+11
2022-08-02bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li-1/+1
2022-08-02md: Fix spelling mistake in commentsZhang Jiaming-2/+2
2022-08-02md/raid5: Increase restriction on max segments per requestLogan Gunthorpe-0/+3
2022-08-02md/raid5: Improve debug printsLogan Gunthorpe-2/+6
2022-08-02md/raid5: Pivot raid5_make_request()Logan Gunthorpe-6/+83
2022-08-02md/raid5: Check all disks in a stripe_head for reshape progressLogan Gunthorpe-14/+39
2022-08-02md/raid5: Refactor add_stripe_bio()Logan Gunthorpe-30/+56
2022-08-02md/raid5: Keep a reference to last stripe_head for batchLogan Gunthorpe-12/+40
2022-08-02md/raid5: Refactor for loop in raid5_make_request() into while loopLogan Gunthorpe-4/+5
2022-08-02md/raid5: Move read_seqcount_begin() into make_stripe_request()Logan Gunthorpe-7/+5
2022-08-02md/raid5: Drop the do_prepare flag in raid5_make_request()Logan Gunthorpe-6/+2
2022-08-02md/raid5: Factor out helper from raid5_make_request() loopLogan Gunthorpe-98/+133
2022-08-02md/raid5: Move common stripe get code into new find_get_stripe() helperLogan Gunthorpe-67/+64
2022-08-02md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()Logan Gunthorpe-2/+3
2022-08-02md/raid5: Refactor raid5_make_request loopLogan Gunthorpe-54/+55
2022-08-02md/raid5: Factor out ahead_of_reshape() functionLogan Gunthorpe-12/+15
2022-08-02md/raid5: Make logic blocking check consistent with logic that blocksLogan Gunthorpe-1/+1
2022-08-02md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang-2/+18
2022-08-02md: Explicitly create command-line configured devicesChris Webb-1/+3
2022-08-02md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe-0/+1
2022-08-02md: Ensure resync is reported after it startsLogan Gunthorpe-2/+12
2022-08-02md: Use enum for overloaded magic numbers used by mddev->curr_resyncLogan Gunthorpe-22/+33
2022-08-02md/raid5-cache: Annotate pslot with __rcu notationLogan Gunthorpe-2/+2
2022-08-02md/raid5-cache: Clear conf->log after finishing workLogan Gunthorpe-2/+3
2022-08-02md/raid5-cache: Drop RCU usage of conf->logLogan Gunthorpe-11/+5
2022-08-02md/raid5-cache: Take mddev_lock in r5c_journal_mode_show()Logan Gunthorpe-6/+9
2022-08-02md/raid5: suspend the array for calls to log_exit()Logan Gunthorpe-1/+4
2022-08-02md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()Logan Gunthorpe-3/+3
2022-08-02md/raid5-log: Drop extern decorators for function prototypesLogan Gunthorpe-39/+36
2022-08-02Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+112
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-394/+676
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-268/+254
2022-07-28dm: verity-loadpin: Drop use of dm_table_get_num_targets()Matthias Kaehlcke-1/+2
2022-07-28dm bufio: Add DM_BUFIO_CLIENT_NO_SLEEP flagNathan Huckleberry-3/+19