summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
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
2020-07-21md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming
2020-07-16md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig
2020-07-15md: Fix compilation warningDamien Le Moal
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi
2020-07-13md: improve io stats accountingArtur Paszkiewicz
2020-07-13md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-08md: switch to ->check_events for media change notificationsChristoph Hellwig
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-05-13md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang
2020-05-13md: stop using ->queuedataChristoph Hellwig
2020-05-13md: remove redundant memalloc scope API usageColy Li
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li
2020-05-13md: remove the extra line for ->hot_add_diskGuoqing Jiang
2020-05-13md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang
2020-05-13md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-05-13md: add new workqueue for delete rdevGuoqing Jiang
2020-05-13md: add checkings before flush md_misc_wqGuoqing Jiang
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig
2020-03-24block: remove __bdevnameChristoph Hellwig
2020-03-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-13md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang
2020-01-13md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang
2020-01-13md: add serialize_policy sysfs node for raid1Guoqing Jiang
2020-01-13md: prepare for enable raid1 io serializationGuoqing Jiang