summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid0.c
AgeCommit message (Expand)AuthorLines
2025-09-17md: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi-0/+1
2025-07-31md: rename recovery_cp to resync_offsetLi Nan-3/+3
2025-07-17md/raid0: set chunk_sectors limitJohn Garry-0/+1
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-7/+11
2025-03-05md: switch personalities to use md_submodule_headYu Kuai-7/+11
2025-02-14md/raid*: Fix the set_queue_limits implementationsBart Van Assche-3/+1
2025-01-17block: Add common atomic writes enable flagJohn Garry-1/+1
2024-11-19md/raid0: Atomic write supportJohn Garry-0/+1
2024-11-11md/raid0: Handle bio_split() errorsJohn Garry-0/+12
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig-1/+1
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig-1/+6
2024-06-14md/raid0: don't free conf on raid0_run failureChristoph Hellwig-16/+5
2024-03-06md: remove mddev->queueChristoph Hellwig-1/+1
2024-03-06md/raid0: use the atomic queue limit update APIsChristoph Hellwig-15/+20
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig-1/+1
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig-4/+1
2023-08-17md: raid0: account for split bio in iostat accountingDavid Jeffery-2/+1
2023-08-17md/raid0: Fix performance regression for large sequential writesJan Kara-1/+1
2023-08-17md/raid0: Factor out helper for mapping and submitting a bioJan Kara-39/+40
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai-14/+2
2023-06-30md/raid0: add discard support for the 'original' layoutJason Baron-8/+54
2023-04-13md: add error_handlers for raid0 and linearMariusz Tkaczyk-1/+13
2022-11-14md/raid0, raid10: Don't set discard sectors for request queueXiao Ni-1/+0
2022-09-22md: Replace snprintf with scnprintfSaurabh Sengar-1/+1
2022-05-22md: Don't set mddev private to NULL in raid0 pers->freeXiao Ni-1/+0
2022-05-22md: remove most calls to bdevnameChristoph Hellwig-16/+12
2022-04-25md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg-15/+16
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-7/+0
2022-02-22scsi: md: Remove WRITE_SAME supportChristoph Hellwig-2/+0
2022-01-06md: Move alloc/free acct bioset in to personalityXiao Ni-10/+28
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang-0/+3
2021-03-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni-12/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+4
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu-2/+12
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig-2/+2
2020-10-08md/raid0: remove unused function is_io_in_chunk_boundary()Jason Yan-17/+0
2020-09-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni-12/+2
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig-16/+0
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig-16/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig-4/+4
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka-1/+1
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+3
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery-3/+2
2019-10-24md/raid0: Fix an error message in raid0_make_request()Dan Carpenter-1/+1
2019-10-16md/raid0: fix warning message for parameter default_layoutSong Liu-1/+1
2019-09-13md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown-0/+3
2019-09-13md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown-1/+31
2019-09-03md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli-0/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner-8/+1
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou-1/+1