aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-10-16nfsd: remove unneeded breakTom Rix1-1/+0
2020-10-16net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov1-1/+7
2020-10-12NFSD: Encode a full READ_PLUS replyAnna Schumaker1-24/+25
2020-10-12NFSD: Return both a hole and a data segmentAnna Schumaker1-16/+40
2020-10-12NFSD: Add READ_PLUS hole segment encodingAnna Schumaker1-1/+38
2020-10-12NFSD: Add READ_PLUS data supportAnna Schumaker2-3/+105
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever10-120/+145
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2-3/+1
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever2-138/+130
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever5-122/+171
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever3-11/+26
2020-10-02NFSD: Remove vestigial typedefsChuck Lever1-3/+0
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever1-25/+35
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever1-8/+7
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever1-10/+16
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever1-4/+4
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever9-3/+25
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever3-43/+80
2020-10-02lockd: Replace PROC() macro with open codeChuck Lever2-100/+398
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever1-0/+16
2020-09-25nfsd: rq_lease_breaker cleanupJ. Bruce Fields2-2/+2
2020-09-25nfsd4: remove check_conflicting_opens warningJ. Bruce Fields1-1/+0
2020-09-25nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields1-1/+1
2020-09-25sunrpc: simplify do_cache_cleanJ. Bruce Fields1-7/+8
2020-09-25sunrpc: cache : Replace seq_printf with seq_putsXu Wang1-2/+2
2020-09-25silence nfscache allocation warnings with kvzallocRik van Riel1-8/+4
2020-09-25nfsd: fix comparison to bool warningZheng Bin1-1/+1
2020-09-25NFSD: Correct type annotations in COPY XDR functionsChuck Lever1-1/+1
2020-09-25NFSD: Correct type annotations in user xattr XDR functionsChuck Lever1-4/+4
2020-09-25NFSD: Correct type annotations in user xattr helpersChuck Lever1-2/+4
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker3-25/+50
2020-09-25nfsd: rename delegation related tracepoints to make them less confusingHou Tao2-4/+4
2020-09-25Documentation: update RPCSEC_GSSv3 RFC linkJ. Bruce Fields1-3/+2
2020-09-25MAINTAINERS: Note NFS docs under Documentation/J. Bruce Fields1-0/+2
2020-09-25nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar1-1/+1
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap3-3/+3
2020-09-25nfsd: Fix typo in commentAlex Dewar1-1/+1
2020-09-25nfsd: give up callbacks on revoked delegationsJ. Bruce Fields1-1/+2
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields8-755/+0
2020-09-13Linux 5.9-rc5Linus Torvalds1-1/+1
2020-09-12KVM: emulator: more strict rsm checks.Maxim Levitsky1-5/+17
2020-09-12KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky1-11/+18
2020-09-12SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky1-0/+3
2020-09-12SVM: nSVM: correctly restore GIF on vmexit from nesting after migrationMaxim Levitsky1-1/+3
2020-09-12openrisc: Fix issue with get_user for 64-bit valuesStafford Horne1-12/+21
2020-09-12x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov1-0/+2
2020-09-12x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov1-4/+0
2020-09-12KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li1-0/+1
2020-09-12KVM: SVM: avoid emulation with stale next_ripWanpeng Li1-4/+3