summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown5-46/+17
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown5-10/+3
2023-08-30nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2-34/+25
2023-08-30nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown2-36/+0
2023-08-30nfsd: don't allow nfsd threads to be signalled.NeilBrown4-33/+9
2023-08-30lockd: remove SIGKILL handlingNeilBrown1-24/+0
2023-08-30fs: lockd: avoid possible wrong NULL parameterSu Hui1-0/+3
2023-08-30exportfs: remove kernel-doc warnings in exportfsZhu Wang1-0/+1
2023-08-30SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever1-1/+11
2023-08-30SUNRPC: Revert e0a912e8ddbaChuck Lever2-8/+0
2023-08-30SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever1-11/+13
2023-08-30SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever2-15/+20
2023-08-30SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever3-44/+72
2023-08-30nfsd: inherit required unset default acls from effective setJeff Layton1-5/+29
2023-08-30sunrpc: Remove unused extern declarationsYueHaibing1-3/+0
2023-08-30lockd: nlm_blocked list race fixesAlexander Aring1-1/+12
2023-08-30nfsd: set missing after_change as before_change + 1Jeff Layton1-1/+1
2023-08-30nfsd: remove unsafe BUG_ON from set_change_infoJeff Layton2-11/+32
2023-08-30nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton5-37/+65
2023-08-30nfsd: add a MODULE_DESCRIPTIONJeff Layton1-0/+1
2023-08-30NFSD: Rename struct svc_cacherepChuck Lever4-28/+28
2023-08-30NFSD: Remove svc_rqst::rq_cacherepChuck Lever4-12/+16
2023-08-30NFSD: Refactor the duplicate reply cache shrinkerChuck Lever1-43/+39
2023-08-30NFSD: Replace nfsd_prune_bucket()Chuck Lever2-15/+85
2023-08-30NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever1-3/+3
2023-08-30NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever1-7/+20
2023-08-30SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.cChuck Lever3-114/+1
2023-08-30SUNRPC: Remove the ->import_ctx methodChuck Lever2-12/+1
2023-08-30SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever2-14/+0
2023-08-30SUNRPC: Remove gss_import_v1_context()Chuck Lever1-141/+1
2023-08-30SUNRPC: Remove krb5_derive_key_v1()Chuck Lever2-90/+0
2023-08-30SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever5-486/+0
2023-08-30SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever1-52/+0
2023-08-30SUNRPC: Remove Kunit tests for the DES3 encryption typeChuck Lever1-196/+0
2023-08-30SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DESChuck Lever2-29/+0
2023-08-30NFSD: Enable write delegation supportDai Ngo2-20/+78
2023-08-30NFSD: Report zero space limit for write delegationsChuck Lever1-3/+6
2023-08-30NFSD: handle GETATTR conflict with write delegationDai Ngo5-0/+82
2023-08-30locks: allow support for write delegationDai Ngo1-7/+0
2023-08-30SUNRPC: Fix the recent bv_offset fixChuck Lever1-1/+3
2023-08-28Linux 6.5Linus Torvalds1-1/+1
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-57/+6
2023-08-26Merge tag 'x86-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+9
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+6
2023-08-26Merge tag 'loongarch-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds22-38/+42
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold1-1/+6
2023-08-26LoongArch: Fix hw_breakpoint_control() for watchpointsHuacai Chen1-2/+1
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen2-4/+22
2023-08-26Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-48/+51
2023-08-25lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller1-26/+6