summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-01md: use rdev_read_only in restart_arrayChristoph Hellwig1-1/+1
2021-02-01md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig1-5/+8
2021-01-27md: remove md_bio_alloc_syncChristoph Hellwig1-9/+1
2021-01-27md: simplify sync_page_ioChristoph Hellwig1-13/+13
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig1-11/+1
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-4/+4
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2021-01-20md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni1-0/+2
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+23
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-63/+52
2020-12-10Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu1-20/+0
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-3/+2
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-02block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-1/+1
2020-12-02block: add a bdev_kobj helperChristoph Hellwig1-3/+1
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming1-2/+4
2020-11-30md/cluster: block reshape with remote resync jobZhao Heming1-2/+6
2020-11-30md: use current request time as base for ktime comparisonsPankaj Gupta1-2/+2
2020-11-30md: add comments in md_flush_request()Pankaj Gupta1-0/+4
2020-11-30md: improve variable names in md_flush_request()Pankaj Gupta1-4/+4
2020-11-30md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-11-16md: use set_capacity_and_notifyChristoph Hellwig1-14/+10
2020-11-16md: use __register_blkdev to allocate devices on demandChristoph Hellwig1-13/+8
2020-11-16md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-31/+31
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+21
2020-10-09md: fix the checking of wrong work queueGuoqing Jiang1-1/+1
2020-09-25md: don't detour through bd_contains for the gendiskChristoph Hellwig1-1/+1
2020-09-25md: compare bd_disk instead of bd_containsChristoph Hellwig1-4/+3
2020-09-25md: add md_submit_discard_bio() for submitting discard bioXiao Ni1-0/+20
2020-09-12md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu1-4/+4
2020-09-10md: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-5/+5
2020-08-16Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+10
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+11
2020-08-07Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe1-7/+10
2020-08-06md: get sysfs entry after redundancy attr group createJunxiao Bi1-7/+10
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-43/+138
2020-08-03md: print errno in super_writtenGuoqing Jiang1-1/+2
2020-08-03md: register new md sysfs file 'uuid' read-onlySebastian Parschauer1-0/+9
2020-08-03md: fix max sectors calculation for super 1.0Xiao Ni1-4/+31
2020-07-22md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming1-0/+1
2020-07-22md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming1-2/+9
2020-07-16md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig1-14/+10
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig1-13/+1
2020-07-16md: Fix compilation warningDamien Le Moal1-6/+6
2020-07-15md: fix deadlock causing by sysfs_notifyJunxiao Bi1-14/+30
2020-07-14md: improve io stats accountingArtur Paszkiewicz1-12/+45
2020-07-14md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King1-4/+5
2020-07-09writeback: remove bdi->congested_fnChristoph Hellwig1-23/+0
2020-07-09md: switch to ->check_events for media change notificationsChristoph Hellwig1-11/+8