aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-05NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker3-9/+6
2021-11-05NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker3-16/+8
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker4-20/+36
2021-11-05NFS: Always initialise fattr->label in nfs_fattr_alloc()Trond Myklebust1-1/+3
2021-11-05NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_modeTrond Myklebust1-2/+1
2021-11-05NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust1-4/+6
2021-11-05NFSv4: Remove unnecessary 'minor version' checkTrond Myklebust1-6/+2
2021-11-05NFSv4: Fix potential Oops in decode_op_map()Trond Myklebust1-13/+2
2021-11-05NFSv4: Ensure decode_compound_hdr() sanity checks the tagTrond Myklebust1-10/+13
2021-11-05NFS: Don't trace an uninitialised valueTrond Myklebust1-1/+1
2021-11-04SUNRPC: Prevent immediate close+reconnectTrond Myklebust2-2/+3
2021-11-04SUNRPC: Fix races when closing the socketTrond Myklebust2-0/+3
2021-11-04NFSv4.2 add tracepoint to OFFLOAD_CANCELOlga Kornievskaia2-0/+34
2021-11-04NFSv4.2 add tracepoint to COPY_NOTIFYOlga Kornievskaia2-1/+58
2021-11-04NFSv4.2 add tracepoint to CB_OFFLOADOlga Kornievskaia2-0/+47
2021-11-04NFSv4.2 add tracepoint to CLONEOlga Kornievskaia2-0/+74
2021-11-04NFSv4.2 add tracepoint to COPYOlga Kornievskaia2-0/+108
2021-11-04NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATEOlga Kornievskaia2-0/+60
2021-11-04NFSv4.2 add tracepoint to SEEKOlga Kornievskaia2-0/+75
2021-11-04SUNRPC: Check if the xprt is connected before handling sysfs readsAnna Schumaker1-4/+8
2021-11-03nfs: remove unused header <linux/pnfs_osd_xdr.h>Jonathan Corbet1-317/+0
2021-11-03nfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew1-0/+8
2021-11-02NFS: Add offset to nfs_aop_readahead tracepointDave Wysochanski2-4/+8
2021-11-02xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington1-6/+7
2021-11-02NFS: Move NFS protocol display macros to global headerChuck Lever6-471/+433
2021-11-02NFS: Move generic FS show macros to global headerChuck Lever3-113/+156
2021-11-01SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust1-40/+28
2021-11-01SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust1-27/+11
2021-10-27NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust1-7/+8
2021-10-21NFS: Remove redundant call to __set_page_dirty_nobuffersTrond Myklebust1-2/+0
2021-10-20sunrpc: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker1-18/+15
2021-10-20NFS: Unexport nfs_probe_fsinfo()Anna Schumaker2-3/+1
2021-10-20NFS: Call nfs_probe_server() during a fscontext-reconfigure eventAnna Schumaker1-1/+6
2021-10-20NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker2-16/+2
2021-10-20NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker3-25/+26
2021-10-20NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker3-14/+22
2021-10-20NFS: Remove --> and <-- dprintk call sitesChuck Lever1-49/+5
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever9-17/+2
2021-10-20NFS: Replace dprintk callsites in nfs_readpage(s)Chuck Lever2-6/+151
2021-10-20SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever1-12/+12
2021-10-20SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever6-59/+108
2021-10-20xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever2-3/+0
2021-10-20xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever5-12/+65
2021-10-20Fix user namespace leakAlexey Gladkov1-1/+1
2021-10-20NFS: Save some space in the inodeTrond Myklebust2-26/+42
2021-10-20NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski1-1/+3
2021-10-20NFSv4: Fixes for nfs4_inode_return_delegation()Trond Myklebust1-4/+6
2021-10-20NFS: Fix an Oops in pnfs_mark_request_commit()Trond Myklebust1-1/+1
2021-10-20NFS: Fix up commit deadlocksTrond Myklebust4-6/+8
2021-10-10NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust1-15/+2