summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau6-17/+17
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau2-0/+5
2023-03-10bpf: Remove the preceding __ from __bpf_selem_unlink_storageMartin KaFai Lau1-3/+3
2023-03-10bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau1-37/+26
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau6-33/+11
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau2-5/+2
2023-03-10bpf/selftests: Fix send_signal tracepoint testsDavid Vernet1-1/+5
2023-03-10bpf: take into account liveness when propagating precisionAndrii Nakryiko1-2/+4
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko2-4/+33
2023-03-10selftests/bpf: make BPF compiler flags stricterAndrii Nakryiko1-2/+2
2023-03-10selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko81-187/+90
2023-03-10selftests/bpf: add __sink() macro to fake variable consumptionAndrii Nakryiko1-0/+3
2023-03-10selftests/bpf: prevent unused variable warning in bpf_for()Andrii Nakryiko1-3/+6
2023-03-10selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...Yonghong Song1-1/+1
2023-03-09selftests/bpf: Improve error logs in XDP compliance test toolLorenzo Bianconi1-7/+16
2023-03-09selftests/bpf: Use ifname instead of ifindex in XDP compliance test toolLorenzo Bianconi1-17/+27
2023-03-09bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.hMichael Weiß2-2/+2
2023-03-09selftests/bpf: Fix flaky fib_lookup testMartin KaFai Lau1-2/+10
2023-03-09selftests/bpf: implement and test custom testmod_seq iteratorAndrii Nakryiko5-1/+169
2023-03-09selftests/bpf: add number iterator testsAndrii Nakryiko2-0/+291
2023-03-09selftests/bpf: add iterators testsAndrii Nakryiko5-0/+1325
2023-03-09selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macrosAndrii Nakryiko7-10/+124
2023-03-09bpf: implement numbers iteratorAndrii Nakryiko5-2/+95
2023-03-09bpf: add support for open-coded iterator loopsAndrii Nakryiko2-8/+610
2023-03-09bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko3-1/+117
2023-03-09bpf: factor out fetching basic kfunc metadataAndrii Nakryiko1-33/+59
2023-03-08selftests/bpf: Fix IMA testRoberto Sassu1-8/+21
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet5-5/+9
2023-03-08net: microchip: sparx5: Add TC template supportSteen Hegelund1-7/+202
2023-03-08net: microchip: sparx5: Add port keyset changing functionalitySteen Hegelund2-0/+276
2023-03-08net: microchip: sparx5: Add TC template list to a portSteen Hegelund2-0/+2
2023-03-08net: microchip: sparx5: Provide rule count, key removal and keyset selectSteen Hegelund2-0/+72
2023-03-08net: microchip: sparx5: Correct the spelling of the keysets in debugfsSteen Hegelund1-1/+1
2023-03-08dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literalArınç ÜNAL1-3/+3
2023-03-08emulex/benet: clean up some inconsistent indentingJiapeng Chong1-13/+14
2023-03-08net/mlx4_en: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-03-08r8169: remove ASPM restrictions now that ASPM is disabled during NAPI pollHeiner Kallweit1-26/+1
2023-03-08r8169: disable ASPM during NAPI pollHeiner Kallweit1-1/+10
2023-03-08r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic contextHeiner Kallweit1-2/+3
2023-03-08r8169: enable cfg9346 config register access in atomic contextHeiner Kallweit1-2/+16
2023-03-08r8169: use spinlock to protect access to registers Config2 and Config5Heiner Kallweit1-10/+37
2023-03-08r8169: use spinlock to protect mac ocp register accessHeiner Kallweit1-4/+33
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2-2/+2
2023-03-08netxen_nic: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-03-08net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit1-10/+7
2023-03-08net: remove enum skb_free_reasonEric Dumazet2-22/+16
2023-03-08net: phy: improve phy_read_poll_timeoutHeiner Kallweit1-3/+2
2023-03-08libbpf: USDT arm arg parsing supportPuranjay Mohan1-0/+80
2023-03-08libbpf: Refactor parse_usdt_arg() to re-use codePuranjay Mohan1-82/+42
2023-03-08libbpf: Fix theoretical u32 underflow in find_cd() functionDaniel Müller1-2/+1