aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-3/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+10
2021-06-14md: Constify attribute_group structsRikard Falkeborn1-2/+2
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang1-0/+8
2021-06-14md: revert io stats accountingGuoqing Jiang1-1/+0
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-3/+3
2021-03-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni1-0/+2
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig1-2/+0
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-3/+3
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2020-12-14Revert "md: change mddev 'chunk_sectors' from int to unsigned"Mike Snitzer1-2/+2
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer1-2/+2
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu1-2/+0
2020-11-30md: improve variable names in md_flush_request()Pankaj Gupta1-3/+3
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-09-25md: don't detour through bd_contains for the gendiskChristoph Hellwig1-1/+1
2020-09-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni1-0/+2
2020-09-02block: remove revalidate_disk()Christoph Hellwig1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+12
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2020-07-16md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig1-0/+8
2020-07-16md: remove the kernel version of md_u.hChristoph Hellwig1-0/+1
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig1-0/+3
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi1-1/+7
2020-07-13md: improve io stats accountingArtur Paszkiewicz1-0/+1
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-4/+0
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li1-0/+1
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang1-9/+17
2020-01-13md: add serialize_policy sysfs node for raid1Guoqing Jiang1-0/+1
2020-01-13md: prepare for enable raid1 io serializationGuoqing Jiang1-1/+1
2020-01-13md: rename wb stuffsGuoqing Jiang1-12/+12
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery1-2/+2
2019-09-03md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli1-0/+16
2019-08-27md: don't report active array_state until after revalidate_disk() completes.NeilBrown1-0/+3
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang1-0/+1
2019-06-20md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang1-0/+2
2019-06-20md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang1-0/+21
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-8/+1
2019-04-01md: batch flush requests.NeilBrown1-0/+3
2019-04-01Revert "MD: fix lock contention for flush bios"NeilBrown1-15/+7
2018-10-18md-cluster/raid10: support add disk under grow modeGuoqing Jiang1-0/+1
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang1-0/+1
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-7/+15
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet1-2/+2
2018-05-21MD: fix lock contention for flush biosXiao Ni1-7/+15
2018-02-18md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen1-0/+2
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak1-0/+1
2017-12-11md: introduce new personality funciton start()Song Liu1-0/+8
2017-11-01md: use lockdep_assert_heldShaohua Li1-5/+0
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown1-5/+4