summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao
2021-04-15md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig
2021-04-15md: refactor mddev_find_or_allocChristoph Hellwig
2021-04-15md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig
2021-04-07md: split mddev_findChristoph Hellwig
2021-04-07md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig
2021-04-07md: md_open returns -EBUSY when entering racing areaZhao Heming
2021-03-24md: Fix missing unused status line of /proc/mdstatJan Glauber
2021-03-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni
2021-02-01md: use rdev_read_only in restart_arrayChristoph Hellwig
2021-02-01md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig
2021-01-27md: remove md_bio_alloc_syncChristoph Hellwig
2021-01-27md: simplify sync_page_ioChristoph Hellwig
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-20md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: add a bdev_kobj helperChristoph Hellwig
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming
2020-11-30md/cluster: block reshape with remote resync jobZhao Heming
2020-11-30md: use current request time as base for ktime comparisonsPankaj Gupta
2020-11-30md: add comments in md_flush_request()Pankaj Gupta
2020-11-30md: improve variable names in md_flush_request()Pankaj Gupta
2020-11-30md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong
2020-11-16md: use set_capacity_and_notifyChristoph Hellwig
2020-11-16md: use __register_blkdev to allocate devices on demandChristoph Hellwig
2020-11-16md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-08md: fix the checking of wrong work queueGuoqing Jiang
2020-09-25md: don't detour through bd_contains for the gendiskChristoph Hellwig
2020-09-25md: compare bd_disk instead of bd_containsChristoph Hellwig
2020-09-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni
2020-09-11md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu
2020-09-10md: use bdev_check_media_changeChristoph Hellwig
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-06Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2020-08-05md: get sysfs entry after redundancy attr group createJunxiao Bi
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-02md: print errno in super_writtenGuoqing Jiang
2020-08-02md: register new md sysfs file 'uuid' read-onlySebastian Parschauer
2020-08-02md: fix max sectors calculation for super 1.0Xiao Ni
2020-07-21md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming