summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter3-28/+10
2023-05-23nfsd: make a copy of struct iattr before calling notify_changeJeff Layton1-1/+9
2023-05-15NFSD: Remove open coding of string copyAzeem Shaikh1-3/+3
2023-05-14SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown6-29/+41
2023-05-14SUNRPC: double free xprt_ctxt while still in useNeilBrown1-1/+2
2023-05-05SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever1-12/+4
2023-05-03SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever1-6/+11
2023-05-02lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix1-1/+1
2023-05-02nfsd: define exports_proc_ops with CONFIG_PROC_FSTom Rix1-12/+13
2023-05-02SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel1-0/+10
2023-04-27NFSD: Handle new xprtsec= export optionChuck Lever3-3/+62
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever6-8/+132
2023-04-27NFSD: Clean up xattr memory allocation flagsChuck Lever1-5/+2
2023-04-27NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo1-2/+0
2023-04-27SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever1-0/+2
2023-04-27SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever2-2/+48
2023-04-27SUNRPC: Be even lazier about releasing pagesChuck Lever2-3/+3
2023-04-26SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever1-6/+5
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever3-12/+21
2023-04-26nfsd: simplify the delayed disposal list codeJeff Layton1-42/+22
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever4-20/+18
2023-04-26SUNRPC: Ensure server-side sockets have a sock->fileChuck Lever1-7/+18
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever4-3/+45
2023-04-26sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain1-19/+2
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown5-30/+30
2023-04-26lockd: add some client-side tracepointsJeff Layton5-2/+131
2023-04-26nfs: move nfs_fhandle_hash to common include fileJeff Layton2-15/+20
2023-04-26lockd: server should unlock lock if client rejects the grantJeff Layton1-4/+17
2023-04-26lockd: fix races in client GRANTED_MSG wait logicJeff Layton3-34/+44
2023-04-26lockd: move struct nlm_wait to lockd.hJeff Layton2-13/+10
2023-04-26lockd: remove 2 unused helper functionsJeff Layton1-10/+0
2023-04-26lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton1-0/+1
2023-04-26NFSD: Convert filecache to rhltableChuck Lever2-187/+133
2023-04-26nfsd: allow reaping files still under writebackJeff Layton3-4/+18
2023-04-26nfsd: update comment over __nfsd_file_cache_purgeJeff Layton1-1/+2
2023-04-26nfsd: don't take/put an extra reference when putting a fileJeff Layton1-3/+1
2023-04-26nfsd: add some comments to nfsd_file_do_acquireJeff Layton1-0/+5
2023-04-26nfsd: don't kill nfsd_files because of lease break errorJeff Layton1-14/+15
2023-04-26nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton1-1/+1
2023-04-26nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton1-0/+4
2023-04-26nfsd: don't open-code clear_and_wake_up_bitJeff Layton1-3/+1
2023-04-26net: phy: hide the PHYLIB_LEDS knobPaolo Abeni1-3/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni44-188/+295
2023-04-25net: phy: marvell-88x2222: remove unnecessary (void*) conversionswuych1-2/+2
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima1-0/+3
2023-04-25net: amd: Fix link leak when verifying config failedGencen Gan1-1/+1
2023-04-24net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-04-24lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur3-23/+28
2023-04-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-44/+87