aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-3032-592/+2411
|\
| * dm writecache: make writeback pause configurableMikulas Patocka2021-06-282-8/+52
| * 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-251-4/+12
| * 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-152-0/+11
| * 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-045-54/+612
| * dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal2021-06-042-52/+59
| * dm: Forbid requeue of writes to zonesDamien Le Moal2021-06-043-6/+41
| * dm: Introduce dm_report_zones()Damien Le Moal2021-06-044-14/+29
| * 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-301077-19023/+79480
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-2931-123/+259
| |\ \
| | * | net: phy: at803x: mask 1000 Base-X link modeDavid Bauer2021-06-281-1/+29
| | * | 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
| | * | net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()Vladimir Oltean2021-06-241-0/+6
| | * | Merge tag 'ieee802154-for-davem-2021-06-24' of git://git.kernel.org/pub/scm/l...David S. Miller2021-06-241-3/+8
| | |\ \
| | | * | ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()Eric Dumazet2021-06-221-1/+1
| | | * | ieee802154: hwsim: Fix memory leak in hwsim_add_oneDongliang Mu2021-06-221-0/+5
| | | * | ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_othersDongliang Mu2021-06-141-2/+2
| | * | | e1000e: Check the PCIm stateSasha Neftin2021-06-241-11/+13
| | * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-06-243-8/+20
| | |\ \ \
| | | * | | i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski2021-06-241-4/+11
| | | * | | i40e: fix PTP on 5Gb linksJesse Brandeburg2021-06-241-2/+6
| | | * | | i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski2021-06-241-2/+1
| | | * | | i40e: Fix error handling in i40e_vsi_openDinghao Liu2021-06-241-0/+2
| | * | | | net: atlantic: fix the macsec key lengthAntoine Tenart2021-06-241-2/+2
| | * | | | net: phy: mscc: fix macsec key lengthAntoine Tenart2021-06-242-2/+2