summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-23nfs: add LOCALIO supportWeston Andros Adamson
2024-09-23nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer
2024-09-23nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer
2024-09-23nfs_common: add NFS LOCALIO auxiliary protocol enablementMike Snitzer
2024-09-23SUNRPC: replace program list with program arrayNeilBrown
2024-09-23SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson
2024-09-23SUNRPC: remove call_allocate() BUG_ONsMike Snitzer
2024-09-23nfsd: add nfsd_serv_try_get and nfsd_serv_putMike Snitzer
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown
2024-09-23nfsd: factor out __fh_verify to allow NULL rqstp to be passedNeilBrown
2024-09-23NFSD: Short-circuit fh_verify tracepoints for LOCALIOChuck Lever
2024-09-23NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()Chuck Lever
2024-09-23NFSD: Refactor nfsd_setuser_and_check_port()NeilBrown
2024-09-23NFSD: Handle @rqstp == NULL in check_nfsd_access()NeilBrown
2024-09-23nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.hMike Snitzer
2024-09-23nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer
2024-09-23nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer
2024-09-23nfs: add 'noalignwrite' option for lock-less 'lost writes' preventionDan Aloni
2024-09-23nfs: fix the comment of nfs_get_rootLi Lingfeng
2024-09-23NFSv4.2: Fix detection of "Proxying of Times" server supportRoi Azarzar
2024-09-23NFSv4: Fail mounts if the lease setup times outTrond Myklebust
2024-09-23fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr...Zhaoyang Huang
2024-09-23nfs: Remove obsoleted declaration for nfs_read_prepareGaosheng Cui
2024-09-23net/sunrpc: make use of the helper macro LIST_HEAD()Hongbo Li
2024-09-23SUNRPC: clnt.c: Remove misleading commentSiddh Raman Pant
2024-09-23SUNRPC: convert RPC_TASK_* constants to enumStephen Brennan
2024-09-23SUNRPC: Fix -Wformat-truncation warningKunwu Chan
2024-09-23nfs: Remove unnecessary NULL check before kfree()Thorsten Blum
2024-09-23nfs: Annotate struct nfs_cache_array with __counted_by()Thorsten Blum
2024-09-23nfs: simplify and guarantee owner uniqueness.NeilBrown
2024-09-23nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng
2024-09-23Merge tag 'nfsd-6.12' into linux-next-with-localioAnna Schumaker
2024-09-20xdrgen: Prevent reordering of encoder and decoder functionsChuck Lever
2024-09-20xdrgen: typedefs should use the built-in string and opaque functionsChuck Lever
2024-09-20xdrgen: Fix return code checking in built-in XDR decodersChuck Lever
2024-09-20tools: Add xdrgenChuck Lever
2024-09-20nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown
2024-09-20nfsd: fix initial getattr on write delegationJeff Layton
2024-09-20nfsd: untangle code in nfsd4_deleg_getattr_conflict()NeilBrown
2024-09-20nfsd: enforce upper limit for namelen in __cld_pipe_inprogress_downcall()Scott Mayhew
2024-09-20nfsd: return -EINVAL when namelen is 0Li Lingfeng
2024-09-20NFSD: Wrap async copy operations with trace pointsChuck Lever
2024-09-20NFSD: Clean up extra whitespace in trace_nfsd_copy_doneChuck Lever
2024-09-20NFSD: Record the callback stateid in copy tracepointsChuck Lever
2024-09-20NFSD: Display copy stateids with conventional print formattingChuck Lever
2024-09-20NFSD: Limit the number of concurrent async COPY operationsChuck Lever
2024-09-20NFSD: Async COPY result needs to return a write verifierChuck Lever
2024-09-20nfsd: avoid races with wake_up_var()NeilBrown