summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-051-2/+2
* Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2025-04-025-13/+250
|\
| * SUNRPC: Don't allow waiting for exiting tasksTrond Myklebust2025-03-281-0/+2
| * SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust2025-03-261-3/+0
| * SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust2025-03-261-2/+3
| * NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust2025-03-211-8/+22
| * sunrpc: Add a sysfs file for one-step xprt deletionAnna Schumaker2025-03-211-0/+46
| * sunrpc: Add a sysfs file for adding a new xprtAnna Schumaker2025-03-212-0/+75
| * sunrpc: Add a sysfs files for rpc_clnt informationAnna Schumaker2025-03-211-0/+73
| * sunrpc: Add a sysfs attr for xprtsecAnna Schumaker2025-03-211-0/+29
* | Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2025-03-314-153/+7
|\ \
| * | svcrdma: do not unregister device for listenersOlga Kornievskaia2025-03-101-1/+2
| * | SUNRPC: Remove unused make_checksumDr. David Alan Gilbert2025-03-102-94/+0
| * | SUNRPC: Remove unused krb5_decryptDr. David Alan Gilbert2025-03-102-57/+0
| * | sunrpc: clean cache_detail immediately when flush is written frequentlyLi Lingfeng2025-03-101-1/+5
| |/
* | Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2025-03-261-1/+1
|\ \ | |/ |/|
| * sunrpc: simplify rpcauth_cache_shrink_count()Kaixiong Yu2025-02-071-1/+1
* | Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-02-272-10/+3
|\ \
| * | net: better track kernel sockets lifetimeEric Dumazet2025-02-212-10/+3
| |/
* | sunrpc: suppress warnings for unused procfs functionsArnd Bergmann2025-02-251-7/+3
* | SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington2025-02-191-1/+9
* | SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust2025-02-191-2/+0
|/
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2025-02-011-9/+5
|\
| * add a string-to-qstr constructorAl Viro2025-01-271-9/+5
* | Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2025-01-282-9/+35
|\ \
| * | SUNRPC: do not retry on EKEYEXPIRED when user TGT ticket expiredDai Ngo2025-01-221-2/+2
| * | sunrpc: add netns inum and srcaddr to debugfs rpc_xprt infoJeff Layton2025-01-221-0/+12
| * | SUNRPC: display total RPC tasks for RPC clientDai Ngo2025-01-132-2/+8
| * | SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved.Dai Ngo2025-01-131-5/+13
* | | Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2025-01-2710-369/+53
|\ \ \
| * | | sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcodeDr. David Alan Gilbert2025-01-212-62/+0
| * | | sunrpc: Remove gss_generic_token deadcodeDr. David Alan Gilbert2025-01-213-233/+1
| * | | sunrpc: Remove unused xprt_iter_get_xprtDr. David Alan Gilbert2025-01-211-17/+0
| * | | Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever2025-01-211-11/+1
| * | | SUNRPC: Document validity guarantees of the pointer returned by reserve_spaceChuck Lever2025-01-101-0/+6
| * | | SUNRPC: no need get cache ref when protected by rcuYang Erkun2025-01-061-9/+3
| * | | SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun2025-01-061-15/+26
| * | | sunrpc: remove all connection limit configurationNeilBrown2025-01-061-7/+1
| * | | nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown2025-01-061-16/+16
| |/ /
* / / mm: alloc_pages_bulk: rename APILuiz Capitulino2025-01-252-4/+3
|/ /
* / module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
|/
* Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-11-302-5/+17
|\
| * sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian2024-11-282-0/+11
| * SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington2024-11-281-5/+4
| * sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian2024-11-281-0/+1
| * SUNRPC: Fix a hang in TLS sock_close if sk_write_pendingBenjamin Coddington2024-11-081-0/+1
* | Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-11-263-7/+24
|\ \
| * | svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin2024-11-181-5/+14
| * | SUNRPC: make sure cache entry active before cache_showYang Erkun2024-11-181-1/+3
| * | svcrdma: Address an integer overflowChuck Lever2024-11-111-1/+7
| |/