aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-13md: add error_handlers for raid0 and linearGravatar Mariusz Tkaczyk 1-8/+2
2023-02-08md: account io_acct_set usage with active_ioGravatar Xiao Ni 1-3/+4
2023-02-01md: Change active_io to percpuGravatar Xiao Ni 1-1/+1
2022-12-02md: mark md_kick_rdev_from_array staticGravatar Christoph Hellwig 1-1/+0
2022-08-02md: return the allocated devices from md_allocGravatar Christoph Hellwig 1-1/+2
2022-08-02md: only delete entries from all_mddevs when the disk is freedGravatar Christoph Hellwig 1-0/+2
2022-08-02md: Explicitly create command-line configured devicesGravatar Chris Webb 1-0/+1
2022-08-02md: Use enum for overloaded magic numbers used by mddev->curr_resyncGravatar Logan Gunthorpe 1-0/+15
2022-07-14md/core: Combine two sync_page_io() argumentsGravatar Bart Van Assche 1-2/+1
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Gravatar Guoqing Jiang 1-1/+1
2022-05-22md: don't unregister sync_thread with reconfig_mutex heldGravatar Guoqing Jiang 1-1/+1
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Gravatar Mariusz Tkaczyk 1-27/+35
2022-02-22scsi: md: Remove WRITE_SAME supportGravatar Christoph Hellwig 1-7/+0
2022-01-06md: Move alloc/free acct bioset in to personalityGravatar Xiao Ni 1-0/+2
2021-10-18md: remove unused argument from md_new_eventGravatar Guoqing Jiang 1-1/+1
2021-08-12block: remove GENHD_FL_UPGravatar Christoph Hellwig 1-3/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+10
2021-06-14md: Constify attribute_group structsGravatar Rikard Falkeborn 1-2/+2
2021-06-14md: add io accounting for raid0 and raid5Gravatar Guoqing Jiang 1-0/+8
2021-06-14md: revert io stats accountingGravatar Guoqing Jiang 1-1/+0
2021-06-01block: move bd_mutex to struct gendiskGravatar Christoph Hellwig 1-3/+3
2021-03-24md: add md_submit_discard_bio() for submitting discard bioGravatar Xiao Ni 1-0/+2
2021-01-27md: remove bio_alloc_mddevGravatar Christoph Hellwig 1-2/+0
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-3/+3
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2020-12-14Revert "md: change mddev 'chunk_sectors' from int to unsigned"Gravatar Mike Snitzer 1-2/+2
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedGravatar Mike Snitzer 1-2/+2
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Gravatar Song Liu 1-2/+0
2020-11-30md: improve variable names in md_flush_request()Gravatar Pankaj Gupta 1-3/+3
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2020-09-25md: don't detour through bd_contains for the gendiskGravatar Christoph Hellwig 1-1/+1
2020-09-24md: add md_submit_discard_bio() for submitting discard bioGravatar Xiao Ni 1-0/+2
2020-09-02block: remove revalidate_disk()Gravatar Christoph Hellwig 1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+12
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+8
2020-07-16md: rewrite md_setup_drive to avoid ioctlsGravatar Christoph Hellwig 1-0/+8
2020-07-16md: remove the kernel version of md_u.hGravatar Christoph Hellwig 1-0/+1
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callGravatar Christoph Hellwig 1-0/+3
2020-07-14md: fix deadlock causing by sysfs_notifyGravatar Junxiao Bi 1-1/+7
2020-07-13md: improve io stats accountingGravatar Artur Paszkiewicz 1-0/+1
2020-07-08writeback: remove bdi->congested_fnGravatar Christoph Hellwig 1-4/+0
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Gravatar Coly Li 1-0/+1
2020-01-13md: introduce a new struct for IO serializationGravatar Guoqing Jiang 1-9/+17
2020-01-13md: add serialize_policy sysfs node for raid1Gravatar Guoqing Jiang 1-0/+1
2020-01-13md: prepare for enable raid1 io serializationGravatar Guoqing Jiang 1-1/+1
2020-01-13md: rename wb stuffsGravatar Guoqing Jiang 1-12/+12
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()Gravatar David Jeffery 1-2/+2
2019-09-03md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGravatar Guilherme G. Piccoli 1-0/+16
2019-08-27md: don't report active array_state until after revalidate_disk() completes.Gravatar NeilBrown 1-0/+3
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Gravatar Guoqing Jiang 1-0/+1