summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker2021-11-052-5/+4
* NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker2021-11-053-8/+7
* NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker2021-11-053-42/+18
* NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-0510-53/+27
* NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker2021-11-053-26/+12
* NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker2021-11-054-27/+13
* NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker2021-11-056-39/+24
* NFS: Remove the nfs4_label from the nfs4_link_res structAnna Schumaker2021-11-052-14/+4
* NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker2021-11-052-8/+6
* NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker2021-11-052-15/+8
* NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker2021-11-053-20/+23
* NFS: Always initialise fattr->label in nfs_fattr_alloc()Trond Myklebust2021-11-051-1/+3
* NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_modeTrond Myklebust2021-11-051-2/+1
* NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust2021-11-051-4/+6
* NFSv4: Remove unnecessary 'minor version' checkTrond Myklebust2021-11-051-6/+2
* NFSv4: Fix potential Oops in decode_op_map()Trond Myklebust2021-11-051-13/+2
* NFSv4: Ensure decode_compound_hdr() sanity checks the tagTrond Myklebust2021-11-051-10/+13
* NFS: Don't trace an uninitialised valueTrond Myklebust2021-11-051-1/+1
* NFSv4.2 add tracepoint to OFFLOAD_CANCELOlga Kornievskaia2021-11-052-0/+34
* NFSv4.2 add tracepoint to COPY_NOTIFYOlga Kornievskaia2021-11-052-1/+58
* NFSv4.2 add tracepoint to CB_OFFLOADOlga Kornievskaia2021-11-052-0/+47
* NFSv4.2 add tracepoint to CLONEOlga Kornievskaia2021-11-052-0/+74
* NFSv4.2 add tracepoint to COPYOlga Kornievskaia2021-11-052-0/+108
* NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATEOlga Kornievskaia2021-11-052-0/+60
* NFSv4.2 add tracepoint to SEEKOlga Kornievskaia2021-11-052-0/+75
* nfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew2021-11-031-0/+8
* NFS: Add offset to nfs_aop_readahead tracepointDave Wysochanski2021-11-022-4/+8
* NFS: Move NFS protocol display macros to global headerChuck Lever2021-11-024-471/+54
* NFS: Move generic FS show macros to global headerChuck Lever2021-11-022-113/+34
* NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust2021-10-271-7/+8
* NFS: Remove redundant call to __set_page_dirty_nobuffersTrond Myklebust2021-10-211-2/+0
* NFS: Unexport nfs_probe_fsinfo()Anna Schumaker2021-10-212-3/+1
* NFS: Call nfs_probe_server() during a fscontext-reconfigure eventAnna Schumaker2021-10-211-1/+6
* NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()Anna Schumaker2021-10-212-16/+2
* NFS: Move nfs_probe_destination() into the generic clientAnna Schumaker2021-10-213-25/+26
* NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker2021-10-213-14/+22
* NFS: Remove --> and <-- dprintk call sitesChuck Lever2021-10-211-49/+5
* SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-217-17/+0
* NFS: Replace dprintk callsites in nfs_readpage(s)Chuck Lever2021-10-212-6/+151
* SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever2021-10-212-6/+9
* Fix user namespace leakAlexey Gladkov2021-10-211-1/+1
* NFS: Save some space in the inodeTrond Myklebust2021-10-211-8/+18
* NFSv4: Fixes for nfs4_inode_return_delegation()Trond Myklebust2021-10-211-4/+6
* NFS: Fix an Oops in pnfs_mark_request_commit()Trond Myklebust2021-10-211-1/+1
* NFS: Fix up commit deadlocksTrond Myklebust2021-10-213-6/+7
* NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust2021-10-101-15/+2
* NFS: Instrument i_size_write()Chuck Lever2021-10-103-6/+54
* NFS: Remove unnecessary TRACE_DEFINE_ENUM()sChuck Lever2021-10-101-68/+0
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-10-042-4/+4
* NFS: Remove unnecessary page cache invalidationsTrond Myklebust2021-10-041-6/+1