summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-2/+2
|\
| * fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-2/+2
* | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-259-65/+34
|\ \
| * | xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever2022-01-145-27/+0
| * | xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever2022-01-141-12/+0
| * | sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker2022-01-131-16/+19
| * | net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang2022-01-131-2/+4
| * | SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia2022-01-131-1/+4
| * | SUNRPC: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-2/+4
| * | SUNRPC: clean up some inconsistent indentingJiapeng Chong2022-01-061-1/+1
| * | sunrpc: Remove unneeded null checkXu Wang2022-01-061-4/+2
* | | proc: remove PDE_DATA() completelyMuchun Song2022-01-223-15/+15
| |/ |/|
* | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-162-106/+77
|\ \
| * | SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever2022-01-101-1/+1
| * | SUNRPC: Remove low signal-to-noise tracepointsChuck Lever2021-12-131-4/+2
| * | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-2/+1
| * | SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown2021-12-131-25/+29
| * | SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2021-12-131-6/+25
| * | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-47/+2
| * | SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown2021-12-131-2/+7
| * | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-11/+11
| * | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-14/+5
| |/
* / mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-1/+2
|/
* Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-271-5/+5
|\
| * SUNRPC: use different lock keys for INET6 and LOCALNeilBrown2021-11-221-5/+5
* | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-108-114/+94
|\ \
| * | SUNRPC: De-duplicate .pc_release() call sitesChuck Lever2021-10-121-15/+7
| * | SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-121-49/+2
| * | SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever2021-10-041-0/+1
| * | svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever2021-10-041-4/+26
| * | svcrdma: Split the svcrdma_wc_send() tracepointChuck Lever2021-10-041-3/+11
| * | svcrdma: Split the svcrdma_wc_receive() tracepointChuck Lever2021-10-041-2/+7
| * | NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-5/+6
| * | SUNRPC: xdr_stream_subsegment() must handle non-zero page_basesChuck Lever2021-10-021-15/+17
| * | UNRPC: Return specific error code on kmalloc failureYang Li2021-09-231-1/+1
| * | nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields2021-09-211-22/+18
* | | Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-109-132/+163
|\ \ \ | | |/ | |/|
| * | SUNRPC: Prevent immediate close+reconnectTrond Myklebust2021-11-042-2/+3
| * | SUNRPC: Fix races when closing the socketTrond Myklebust2021-11-042-0/+3
| * | SUNRPC: Check if the xprt is connected before handling sysfs readsAnna Schumaker2021-11-041-4/+8
| * | xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington2021-11-021-6/+7
| * | SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust2021-11-011-40/+28
| * | SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust2021-11-011-27/+11
| * | sunrpc: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker2021-10-201-18/+15
| * | SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-0/+1
| * | xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever2021-10-202-3/+0
| * | xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever2021-10-204-9/+55
| * | SUNRPC: Per-rpc_clnt task PIDsChuck Lever2021-10-101-2/+10
| * | SUNRPC: xprt_clear_locked() only needs release memory semanticsTrond Myklebust2021-10-031-5/+3
| * | SUNRPC: Remove WQ_HIGHPRI from xprtiodTrond Myklebust2021-10-031-2/+1