summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-22md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe
2022-08-24md: call __md_stop_writes in md_stopGuoqing Jiang
2022-08-24Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang
2022-08-24md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
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-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: 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-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang
2022-05-22md: fix double free of io_acct_set biosetXiao Ni
2022-05-22md: remove most calls to bdevnameChristoph Hellwig
2022-05-22md: protect md_unregister_thread from reentrancyGuoqing Jiang
2022-05-22md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang
2022-04-25md: Replace role magic numbers with defined constantsDavid Sloan
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao
2022-04-25md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong
2022-04-25md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-08md: use msleep() in md_notify_reboot()Eric Dumazet
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-02md: fix NULL pointer deref with nowait but no mddev->queueSong Liu
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds