aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfstrace.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia3-10/+30
2020-01-15NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia1-5/+13
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust7-12/+59
2020-01-15NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust1-2/+2
2020-01-15NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust1-1/+2
2020-01-15NFS: When resending after a short write, reset the reply count to zeroTrond Myklebust2-0/+4
2020-01-15NFS: Improve tracing of permission callsTrond Myklebust2-3/+62
2020-01-15pNFS/flexfiles: Add tracing for layout errorsTrond Myklebust3-9/+132
2020-01-15NFS: Clean up generic file commit tracepointTrond Myklebust2-17/+27
2020-01-15NFS: Clean up generic writeback tracepointsTrond Myklebust2-36/+43
2020-01-15NFS: Clean up generic file read tracepointsTrond Myklebust2-26/+35
2020-01-15pNFS/flexfiles: Record resend attempts on I/O failureTrond Myklebust3-8/+14
2020-01-15NFS: Fix fix of show_nfs_errorsTrond Myklebust1-16/+17
2020-01-15NFSv4: Improve read/write/commit tracingTrond Myklebust1-18/+34
2020-01-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust5-9/+16
2020-01-15NFS: Fix up fsync() when the server rebootedTrond Myklebust1-21/+16
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust5-84/+0
2020-01-15NFS: Revalidate the file mapping on all fatal writeback errorsTrond Myklebust1-3/+4
2020-01-15NFS: Revalidate the file size on a fatal write errorTrond Myklebust1-0/+8
2020-01-15xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever1-20/+11
2020-01-15xprtrdma: Destroy reps from previous connection instanceChuck Lever1-1/+3
2020-01-15xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever1-1/+8
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever4-37/+84
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever3-47/+25
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever5-40/+23
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever4-11/+11
2020-01-15xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever2-11/+23
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever4-16/+14
2020-01-15NFS: Add missing null check for failed allocationColin Ian King1-0/+3
2020-01-15nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven1-1/+1
2020-01-15SUNRPC: constify copied structureJulia Lawall1-1/+1
2020-01-15fs/nfs, swapon: check holes in swapfileMurphy Zhou1-0/+12
2020-01-15SUNRPC: call_connect_status should handle -EPROTOChuck Lever1-0/+1
2020-01-15NFS4: Report callback authentication errorsChuck Lever2-3/+43
2020-01-15NFS: Introduce trace events triggered by page writeback errorsChuck Lever2-0/+48
2020-01-15SUNRPC: Capture signalled RPC tasksChuck Lever2-1/+4
2020-01-15NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupzhengbin1-1/+1
2020-01-15NFS4: Remove unneeded semicolonzhengbin2-3/+3
2020-01-15nfs: encode nfsv4 timestamps as 64-bitArnd Bergmann1-1/+1
2020-01-15nfs: remove timespec from xdr_encode_nfstimeArnd Bergmann1-6/+6
2020-01-15nfs: fscache: use timespec64 in inode auxdataArnd Bergmann3-11/+21
2020-01-15nfs: use timespec64 in nfs_fattrArnd Bergmann2-7/+7
2020-01-15sunrpc: convert to time64_t for expiryArnd Bergmann8-24/+30
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew6-72/+48
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew13-273/+204
2020-01-15NFS: Add fs_context support.David Howells12-659/+773
2020-01-15NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew1-423/+364
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew2-58/+58
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells3-78/+66
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells2-52/+48