summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-3038-622/+2548
|\
| * dm writecache: make writeback pause configurableMikulas Patocka2021-06-283-10/+55
| * dm writecache: pause writeback if cache full and origin being written directlyMikulas Patocka2021-06-251-1/+20
| * dm io tracker: factor out IO trackerMike Snitzer2021-06-252-76/+75
| * dm btree remove: assign new_root only when removal succeedsHou Tao2021-06-251-1/+2
| * dm zone: fix dm_revalidate_zones() memory allocationDamien Le Moal2021-06-251-2/+8
| * dm ps io affinity: remove redundant continue statementColin Ian King2021-06-251-1/+0
| * dm writecache: add optional "metadata_only" parameterMikulas Patocka2021-06-252-4/+15
| * dm writecache: add "cleaner" and "max_age" to DocumentationMike Snitzer2021-06-251-0/+17
| * dm writecache: write at least 4k when committingMikulas Patocka2021-06-211-1/+5
| * dm writecache: flush origin device when writing and cache is fullMikulas Patocka2021-06-161-2/+6
| * dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka2021-06-153-0/+12
| * dm writecache: use list_move instead of list_del/list_add in writecache_write...Baokun Li2021-06-141-6/+3
| * dm writecache: commit just one block, not a full pageMikulas Patocka2021-06-141-5/+1
| * dm writecache: remove unused gfp_t argument from wc_add_block()Mikulas Patocka2021-06-141-3/+3
| * dm crypt: Fix zoned block device supportDamien Le Moal2021-06-041-5/+19
| * dm: introduce zone append emulationDamien Le Moal2021-06-046-54/+618
| * dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal2021-06-042-52/+59
| * block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal2021-06-041-0/+1
| * block: introduce bio zone helpersDamien Le Moal2021-06-041-0/+12
| * block: improve handling of all zones reset operationDamien Le Moal2021-06-041-27/+92
| * dm: Forbid requeue of writes to zonesDamien Le Moal2021-06-043-6/+41
| * dm: Introduce dm_report_zones()Damien Le Moal2021-06-045-15/+31
| * dm: move zone related code to dm-zone.cDamien Le Moal2021-06-045-89/+119
| * dm: cleanup device_area_is_invalid()Damien Le Moal2021-06-041-1/+1
| * dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal2021-06-041-2/+6
| * dm zoned: check zone capacityDamien Le Moal2021-06-041-0/+7
| * dm table: Constify static struct blk_ksm_ll_opsRikard Falkeborn2021-06-041-1/+1
| * dm writecache: interrupt writeback if suspendedMikulas Patocka2021-06-041-2/+3
| * dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka2021-06-041-8/+30
| * dm kcopyd: avoid spin_lock_irqsave from process contextMikulas Patocka2021-06-041-9/+6
| * dm kcopyd: avoid useless atomic operationsMikulas Patocka2021-06-043-12/+12
| * dm space map disk: cache a small number of index entriesJoe Thornber2021-06-042-6/+96
| * dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber2021-06-0415-245/+774
| * dm space maps: don't reset space map allocation cursor when committingJoe Thornber2021-06-042-2/+16
| * dm btree: improve btree residencyJoe Thornber2021-06-043-31/+439
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301908-26530/+107411
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-2988-390/+707
| |\ \
| | * | selftests: net: devlink_port_split: check devlink returned an element before ...Paolo Pisati2021-06-281-0/+3
| | * | net: phy: at803x: mask 1000 Base-X link modeDavid Bauer2021-06-281-1/+29
| | * | Merge branch 'sctp-size-validations'David S. Miller2021-06-286-30/+58
| | |\ \
| | | * | sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-06-281-3/+10
| | | * | sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-06-281-0/+3
| | | * | sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-06-281-1/+1
| | | * | sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-286-26/+44
| | |/ /
| | * | flow_offload: action should not be NULL when it is referencedgushengxian2021-06-281-5/+7
| | * | net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-06-281-1/+1
| | * | net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-06-283-9/+22
| | * | Revert "be2net: disable bh with spin_lock in be_process_mcc"Petr Oros2021-06-252-2/+6
| | * | gve: Fix swapped vars when fetching max queuesBailey Forrest2021-06-251-2/+2