summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-11-26 13:26:15 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2024-11-26 13:26:15 -0800
commit1675db5c42b780f8a6d45d080d5ac037d9714f7a (patch)
tree48b8edc4cabb9d95f1b29657287bb59df3a66246 /tools/perf/scripts/python/export-to-sqlite.py
parent9ad8d22f2f3fad7a366c9772362795ef6d6a2d51 (diff)
parenta312c10c0186b3fa6e6f9d4ca696913372804fae (diff)
downloadkernel-1675db5c42b780f8a6d45d080d5ac037d9714f7a.tar.gz
Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Pull vfs exportfs updates from Christian Brauner: "This contains work to bring NFS connectable file handles to userspace servers. The name_to_handle_at() system call is extended to encode connectable file handles. Such file handles can be resolved to an open file with a connected path. So far userspace NFS servers couldn't make use of this functionality even though the kernel does already support it. This is achieved by introducing a new flag for name_to_handle_at(). Similarly, the open_by_handle_at() system call is tought to understand connectable file handles explicitly created via name_to_handle_at()" * tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs: fs: open_by_handle_at() support for decoding "explicit connectable" file handles fs: name_to_handle_at() support for "explicit connectable" file handles fs: prepare for "explicit connectable" file handles
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
881012832dc121c19049d405'>scsi: ufs: ufs-mediatek: Set UFSHCD_QUIRK_MCQ_BROKEN_INTR quirkPo-Wen Kao 2023-05-31Merge patch series "UFS host controller driver patches"Martin K. Petersen 2023-05-31scsi: ufs: core: Simplify driver shutdownBart Van Assche 2023-05-08scsi: ufs: ufs-mediatek: Delete some dead codeDan Carpenter 2023-02-21scsi: ufs: ufs-mediatek: Guard power management functions with CONFIG_PMYangtao Li 2022-11-26scsi: ufs: ufs-mediatek: Remove unnecessary return codeChanWoo Lee 2022-11-26scsi: ufs: ufs-mediatek: Modify the return valueChanWoo Lee 2022-11-26scsi: ufs: ufs-mediatek: Remove unneeded codeChanWoo Lee 2022-08-22scsi: ufs: ufs-mediatek: Support clk-scaling to optimize power consumptionPo-Wen Kao 2022-08-22scsi: ufs: ufs-mediatek: Fix performance scalingPeter Wang 2022-08-22scsi: ufs: ufs-mediatek: Dump more registersPeter Wang 2022-08-22scsi: ufs: ufs-mediatek: Provide detailed description for UIC errorsStanley Chu 2022-08-22scsi: ufs: ufs-mediatek: Remove redundant header filesStanley Chu 2022-06-27scsi: ufs: ufs-mediatek: Fix invalid access to vccqxAlice Chao 2022-06-27scsi: ufs: ufs-mediatek: Support performance boostingPeter Wang 2022-06-27scsi: ufs: ufs-mediatek: Support host power controlPo-Wen Kao 2022-06-27scsi: ufs: ufs-mediatek: Disable reset confirm feature by UniProPo-Wen Kao 2022-06-27scsi: ufs: ufs-mediatek: Add stage information for ref-clk controlPeter Wang 2022-06-27scsi: ufs: ufs-mediatek: Prevent host hang by setting CLK_CG earlyPeter Wang 2022-06-27scsi: ufs: ufs-mediatek: Always add delays for VCC operationsPeter Wang 2022-06-27scsi: ufs: ufs-mediatek: Fix build warningsStanley Chu 2022-06-21scsi: ufs: ufs-mediatek: Fix build error and type mismatchRen Zhijie 2022-06-16scsi: ufs: ufs-mediatek: Disable unused VCCQx power railsStanley Chu 2022-06-16scsi: ufs: ufs-mediatek: Support multiple VCC sourcesStanley Chu 2022-06-16scsi: ufs: ufs-mediatek: Support low-power mode for parents of VCCQxStanley Chu 2022-06-16scsi: ufs: ufs-mediatek: Support flexible parameters for SMC callsStanley Chu 2022-06-16scsi: ufs: ufs-mediatek: Support low-power mode for VCCQPeter Wang 2022-06-16scsi: ufs: ufs-mediatek: Prevent device regulators setting LPM incorrectlyPo-Wen Kao 2022-06-16scsi: ufs: ufs-mediatek: Fix the timing of configuring device regulatorsPo-Wen Kao 2022-06-16scsi: ufs: ufs-mediatek: Introduce workaround for power mode changeCC Chou 2022-05-19scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche