summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau
2022-09-29bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau
2022-09-29bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau
2022-09-29ASoC: core: clarify the driver name initializationJaroslav Kysela
2022-09-29dmaengine: ti: k3-psil: add additional TX threads for j721eMatt Ranostay
2022-09-29dmaengine: ti: k3-psil: add additional TX threads for j7200Matt Ranostay
2022-09-29dmaengine: apple-admac: Trigger shared resetMartin Povišer
2022-09-29dmaengine: apple-admac: Do not use devres for IRQsMartin Povišer
2022-09-29dmaengine: ti: edma: Remove some unused functionsJiapeng Chong
2022-09-29dt-bindings: dma: Make minor fixes to qcom,bam-dma binding docBhupesh Sharma
2022-09-29Documentation: devicetree: dma: update the commentsDeming Wang
2022-09-29dmaengine: sh: rcar-dmac: Replace zero-length arrays with DECLARE_FLEX_ARRAY(...Gustavo A. R. Silva
2022-09-29Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-09-29phy: phy-mtk-dp: make array driving_params static constColin Ian King
2022-09-29Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-09-29spi: spi-gxp: Use devm_platform_ioremap_resource()Yang Yingliang
2022-09-29ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probeZhang Qilong
2022-09-29ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probeZhang Qilong
2022-09-29ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probeZhang Qilong
2022-09-29ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probeZhang Qilong
2022-09-29btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa
2022-09-29btrfs: drop extent map range more efficientlyFilipe Manana
2022-09-29btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana
2022-09-29btrfs: remove unnecessary next extent map searchFilipe Manana
2022-09-29btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana
2022-09-29btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana
2022-09-29btrfs: remove unnecessary extent map initializationsFilipe Manana
2022-09-29btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana
2022-09-29btrfs: use cond_resched_rwlock_write() during inode evictionFilipe Manana
2022-09-29btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Filipe Manana
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-09-29btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana
2022-09-29btrfs: remove stale prototype of btrfs_write_inodeJeff Layton
2022-09-29btrfs: enable nowait async buffered writesStefan Roesch
2022-09-29btrfs: assert nowait mode is not used for some btree search functionsStefan Roesch
2022-09-29btrfs: make btrfs_buffered_write nowait compatibleStefan Roesch
2022-09-29btrfs: plumb NOWAIT through the write pathStefan Roesch
2022-09-29btrfs: make lock_and_cleanup_extent_if_need nowait compatibleStefan Roesch
2022-09-29btrfs: make prepare_pages nowait compatibleStefan Roesch
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-29Merge tag 'nvme-6.0-2022-09-29' of git://git.infradead.org/nvme into block-6.0Jens Axboe
2022-09-29block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav
2022-09-29ext4: fix null-ptr-deref in ext4_write_infoBaokun Li
2022-09-29ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett