summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
Commit message (Expand)AuthorAgeFilesLines
* md: add md_submit_discard_bio() for submitting discard bioXiao Ni2021-03-241-0/+2
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-271-2/+0
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-3/+3
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-3/+3
|\
| * md: improve variable names in md_flush_request()Pankaj Gupta2020-11-301-3/+3
* | Revert "md: change mddev 'chunk_sectors' from int to unsigned"Mike Snitzer2020-12-141-2/+2
* | md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer2020-12-121-2/+2
* | Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu2020-12-091-2/+0
|/
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+2
|\
| * md: add md_submit_discard_bio() for submitting discard bioXiao Ni2020-09-241-0/+2
* | md: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-251-1/+1
|/
* block: remove revalidate_disk()Christoph Hellwig2020-09-021-1/+1
* Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-0/+12
|\
| * md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig2020-07-161-0/+8
| * md: remove the kernel version of md_u.hChristoph Hellwig2020-07-161-0/+1
| * md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig2020-07-161-0/+3
* | Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-1/+8
|\ \
| * | md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-141-1/+7
| * | md: improve io stats accountingArtur Paszkiewicz2020-07-131-0/+1
| |/
* / writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-4/+0
|/
* md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2020-05-131-0/+1
* md: introduce a new struct for IO serializationGuoqing Jiang2020-01-131-9/+17
* md: add serialize_policy sysfs node for raid1Guoqing Jiang2020-01-131-0/+1
* md: prepare for enable raid1 io serializationGuoqing Jiang2020-01-131-1/+1
* md: rename wb stuffsGuoqing Jiang2020-01-131-12/+12
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-241-2/+2
* md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli2019-09-031-0/+16
* md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-08-271-0/+3
* md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang2019-08-071-0/+1
* md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2019-06-201-0/+2
* md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-201-0/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-8/+1
* md: batch flush requests.NeilBrown2019-04-011-0/+3
* Revert "MD: fix lock contention for flush bios"NeilBrown2019-04-011-15/+7
* md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-181-0/+1
* md-cluster: show array's status more accurateGuoqing Jiang2018-07-051-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-091-7/+15
|\
| * MD: fix lock contention for flush biosXiao Ni2018-05-211-7/+15
* | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-2/+2
|/
* md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2018-02-181-0/+2
* raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-151-0/+1
* md: introduce new personality funciton start()Song Liu2017-12-111-0/+8
* md: use lockdep_assert_heldShaohua Li2017-11-011-5/+0
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-011-5/+4
* md: allow metadata update while suspending.NeilBrown2017-11-011-0/+6
* md: separate request handlingShaohua Li2017-09-271-0/+1
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-0/+1
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-0/+1
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+7
|/
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-211-53/+0