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