summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2025-07-08 18:03:16 +0100
committerJaegeuk Kim <jaegeuk@kernel.org>2025-07-22 15:56:12 +0000
commit5ea99b6d70b3c9b6b8ae7807827a92beee3f8903 (patch)
tree8e86cd525db988f0548a9f45ee8b8fa5307a936b /tools/perf/scripts/python
parent6ebd7ba499c5c5141ff082dc772ca04ef581490c (diff)
downloadkernel-5ea99b6d70b3c9b6b8ae7807827a92beee3f8903.tar.gz
f2fs: Pass a folio to f2fs_inode_chksum()
Both callers have a folio so pass it in. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
unlap 2012-03-27SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker 2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust 2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust 2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust 2012-01-31SUNRPC: constify the rpc_programTrond Myklebust 2012-01-31SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust 2012-01-31SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedureStanislav Kinsbursky 2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky 2012-01-31SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky 2012-01-31SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky 2012-01-31SUNRPC: create rpcbind client in passed network namespace contextStanislav Kinsbursky 2012-01-31SUNRPC: optimize net_ns dereferencing in rpcbind registering callsStanislav Kinsbursky 2012-01-31SUNRPC: optimize net_ns dereferencing in rpcbind creation callsStanislav Kinsbursky 2012-01-31SUNRPC: move rpcbind internals to sunrpc part of network namespace contextStanislav Kinsbursky 2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky 2011-10-25SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky 2011-10-25SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky 2011-10-25SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky 2011-10-25SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky 2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust