summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni2021-01-201-0/+2
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-10/+23
|\
| * md/cluster: fix deadlock when node is doing resync jobZhao Heming2020-11-301-2/+4
| * md/cluster: block reshape with remote resync jobZhao Heming2020-11-301-2/+6
| * md: use current request time as base for ktime comparisonsPankaj Gupta2020-11-301-2/+2
| * md: add comments in md_flush_request()Pankaj Gupta2020-11-301-0/+4
| * md: improve variable names in md_flush_request()Pankaj Gupta2020-11-301-4/+4
| * md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong2020-11-301-2/+5
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-63/+52
|\ \
| * | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-3/+2
| * | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-2/+2
| * | block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-1/+1
| * | block: add a bdev_kobj helperChristoph Hellwig2020-12-011-3/+1
| * | md: use set_capacity_and_notifyChristoph Hellwig2020-11-161-14/+10
| |/
| * md: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-13/+8
| * md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2020-11-161-31/+31
* | Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu2020-12-091-20/+0
|/
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+21
|\
| * md: fix the checking of wrong work queueGuoqing Jiang2020-10-081-1/+1
| * md: add md_submit_discard_bio() for submitting discard bioXiao Ni2020-09-241-0/+20
* | md: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-251-1/+1
* | md: compare bd_disk instead of bd_containsChristoph Hellwig2020-09-251-4/+3
|/
* md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu2020-09-111-4/+4
* md: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
* block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-5/+5
* Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-151-7/+10
|\
| * Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-08-061-7/+10
| |\
| | * md: get sysfs entry after redundancy attr group createJunxiao Bi2020-08-051-7/+10
* | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-27/+11
|\ \ \ | |/ / |/| |
| * | md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig2020-07-161-14/+10
| * | md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig2020-07-161-13/+1
* | | Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-43/+138
|\ \ \ | | |/ | |/|
| * | md: print errno in super_writtenGuoqing Jiang2020-08-021-1/+2
| * | md: register new md sysfs file 'uuid' read-onlySebastian Parschauer2020-08-021-0/+9
| * | md: fix max sectors calculation for super 1.0Xiao Ni2020-08-021-4/+31
| * | md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming2020-07-211-0/+1
| * | md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming2020-07-211-2/+9
| * | md: Fix compilation warningDamien Le Moal2020-07-151-6/+6
| * | md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-141-14/+30
| * | md: improve io stats accountingArtur Paszkiewicz2020-07-131-12/+45
| * | md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King2020-07-131-4/+5
* | | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-23/+0
* | | md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-081-11/+8
|/ /
* | block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
* | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+3
* | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
|/
* md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang2020-05-131-1/+1
* md: stop using ->queuedataChristoph Hellwig2020-05-131-2/+1
* md: remove redundant memalloc scope API usageColy Li2020-05-131-4/+4
* md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2020-05-131-0/+4