summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2022-12-02md: fold unbind_rdev_from_array into md_kick_rdev_from_arrayChristoph Hellwig1-21/+16
2022-12-02md: mark md_kick_rdev_from_array staticChristoph Hellwig1-2/+1
2022-12-02md: remove lock_bdev / unlock_bdevChristoph Hellwig1-41/+22
2022-11-14md: fix a crash in mempool_freeMikulas Patocka1-3/+6
2022-11-14md: introduce md_ro_stateYe Bin1-70/+82
2022-11-14md: factor out __md_set_array_info()Ye Bin1-30/+35
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+2
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-2/+2
2022-09-22md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe1-1/+0
2022-08-24md: call __md_stop_writes in md_stopGuoqing Jiang1-0/+1
2022-08-24Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang1-1/+1
2022-08-24md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan1-0/+1
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-08-02md-raid: destroy the bitmap after destroying the threadMikulas Patocka1-1/+1
2022-08-02md: return the allocated devices from md_allocChristoph Hellwig1-32/+22
2022-08-02md: open code md_probe in autorun_devicesChristoph Hellwig1-1/+1
2022-08-02md: remove unneeded semicolonYang Li1-1/+1
2022-08-02md: fix build failure for !MODULEStephen Rothwell1-0/+2
2022-08-02md: simplify md_openChristoph Hellwig1-27/+15
2022-08-02md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig1-18/+38
2022-08-02md: stop using for_each_mddev in md_exitChristoph Hellwig1-28/+11
2022-08-02md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig1-3/+9
2022-08-02md: stop using for_each_mddev in md_do_syncChristoph Hellwig1-3/+5
2022-08-02md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig1-45/+39
2022-08-02md: rename md_free to md_kobj_releaseChristoph Hellwig1-2/+2
2022-08-02md: implement ->free_diskChristoph Hellwig1-6/+12
2022-08-02md: fix error handling in md_allocChristoph Hellwig1-13/+32
2022-08-02md: fix mddev->kobj lifetimeChristoph Hellwig1-6/+4
2022-08-02md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang1-2/+17
2022-08-02md: Explicitly create command-line configured devicesChris Webb1-1/+1
2022-08-02md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe1-0/+1
2022-08-02md: Ensure resync is reported after it startsLogan Gunthorpe1-2/+12
2022-08-02md: 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-22md: fix double free of io_acct_set biosetXiao Ni1-4/+0
2022-05-22md: remove most calls to bdevnameChristoph Hellwig1-87/+65
2022-05-22md: protect md_unregister_thread from reentrancyGuoqing Jiang1-5/+10
2022-05-22md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang1-5/+9
2022-04-25md: Replace role magic numbers with defined constantsDavid Sloan1-5/+6
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao1-3/+3
2022-04-25md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong1-4/+6
2022-04-25md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong1-3/+5
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk1-12/+15
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-2/+1
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1