summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-05-27bcache: fix refcount underflow in bcache_device_free()Coly Li1-2/+5
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches10-109/+110
2020-05-27bcache: remove redundant variables i and nColin Ian King1-2/+0
2020-05-22dm zoned: remove leftover hunk for switching to sequential zonesHannes Reinecke1-8/+0
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig3-5/+5
2020-05-20dm zoned: terminate reclaim on congestionHannes Reinecke3-2/+9
2020-05-20dm zoned: start reclaim with sequential zonesHannes Reinecke1-5/+6
2020-05-20dm zoned: reclaim random zones when idleHannes Reinecke3-16/+29
2020-05-20dm zoned: separate random and cache zonesHannes Reinecke4-67/+159
2020-05-20dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2-4/+4
2020-05-20dm zoned: Avoid 64-bit division error in dmz_fixup_devicesNathan Chancellor1-2/+3
2020-05-20dm: use DMDEBUG macros now that they use pr_debug variantsMike Snitzer2-7/+7
2020-05-20dm zoned: remove spurious newlines from debugging messagesHannes Reinecke2-4/+4
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva9-9/+9
2020-05-20dm zoned: metadata version 2Hannes Reinecke3-102/+400
2020-05-20dm zoned: ignore metadata zone in dmz_alloc_zone()Hannes Reinecke1-0/+6
2020-05-20dm zoned: Reduce logging output on startupHannes Reinecke1-12/+12
2020-05-20dm zoned: add metadata logging functionsHannes Reinecke1-39/+57
2020-05-19dm zoned: use dmz_zone_to_dev() when handling metadata I/OHannes Reinecke1-5/+7
2020-05-19dm zoned: replace 'target' pointer in the bio contextHannes Reinecke1-20/+24
2020-05-19dm zoned: remove 'dev' argument from reclaimHannes Reinecke3-30/+32
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig1-1/+10
2020-05-15dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev()Hannes Reinecke4-5/+18
2020-05-15dm zoned: introduce dmz_metadata_label() to format device nameHannes Reinecke4-42/+62
2020-05-15dm zoned: move fields from struct dmz_dev to dmz_metadataHannes Reinecke4-63/+95
2020-05-15dm zoned: store device in struct dmz_sbHannes Reinecke1-31/+59
2020-05-15dm zoned: use array for superblock zonesHannes Reinecke1-16/+25
2020-05-15dm zoned: store zone id within the zone structure and kill dmz_id()Hannes Reinecke4-36/+31
2020-05-15dm zoned: add 'message' callbackHannes Reinecke1-0/+15
2020-05-15dm zoned: add 'status' callbackHannes Reinecke3-0/+44
2020-05-15dm mpath: add Historical Service Time Path SelectorKhazhismel Kumykov3-0/+573
2020-05-15dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi5-6/+18
2020-05-15dm writecache: improve performance on DDR persistent memory (Optane)Mikulas Patocka1-1/+37
2020-05-15dm writecache: remove superfluous test in persistent_memory_claimMikulas Patocka1-4/+0
2020-05-15dm persistent data: switch exit_ro_spine to return voidZhiqiang Liu2-5/+3
2020-05-15dm integrity: remove set but not used variablesYueHaibing1-4/+0
2020-05-15dm ebs: pass discards down to underlying deviceHeinz Mauelshagen1-7/+34
2020-05-15dm bufio: implement discardMikulas Patocka1-5/+64
2020-05-15dm: add emulated block size targetHeinz Mauelshagen3-0/+454
2020-05-15dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck1-1/+1
2020-05-15dm crypt: support using encrypted keysDmitry Baryshkov2-19/+58
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+3
2020-05-13md/raid1: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-13md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang1-1/+1
2020-05-13md: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-13md/raid1: release pending accounting for an I/O only after write-behind is al...David Jeffery1-6/+7
2020-05-13md: remove redundant memalloc scope API usageColy Li1-4/+4
2020-05-13raid5: update code comment of scribble_alloc()Coly Li1-2/+5
2020-05-13raid5: remove gfp flags from scribble_alloc()Coly Li1-6/+9
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2-0/+5