summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: move waitq from RPC pipe to RPC inodeStanislav Kinsbursky2012-02-271-1/+1
* NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2012-02-172-2/+5
* SUNRPC: Use KERN_DEFAULT for debugging printk'sChuck Lever2012-02-161-1/+5
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-161-2/+5
* SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust2012-02-152-2/+16
* Lockd: per-net up and down routines introducedStanislav Kinsbursky2012-02-151-0/+2
* SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2012-02-151-1/+1
* SUNRPC: Change the default limit to the number of TCP slotsTrond Myklebust2012-02-061-1/+1
* SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust2012-01-311-1/+1
* SUNRPC: constify the rpc_programTrond Myklebust2012-01-312-7/+7
* SUNRPC: constify rpc_program->nameTrond Myklebust2012-01-311-2/+2
* SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust2012-01-311-5/+4
* SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky2012-01-311-1/+2
* SUNRPC: register service stats /proc entries in passed network namespace contextStanislav Kinsbursky2012-01-311-4/+4
* sunrpc: fix stats.h for CONFIG_PROC_FS not enabledRandy Dunlap2012-01-311-2/+2
* SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky2012-01-311-4/+4
* SUNRPC: generic cache register routines removedStanislav Kinsbursky2012-01-311-2/+0
* SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky2012-01-311-0/+2
* SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky2012-01-311-0/+4
* SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky2012-01-311-4/+5
* SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky2012-01-311-2/+2
* SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky2012-01-311-2/+3
* SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-01-311-0/+3
* SUNRPC: kernel PipeFS mount point creation routines removedStanislav Kinsbursky2012-01-311-2/+0
* NFS: idmap PipeFS notifier introducedStanislav Kinsbursky2012-01-311-0/+7
* SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky2012-01-311-0/+2
* SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky2012-01-311-0/+2
* SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky2012-01-311-1/+2
* SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky2012-01-311-2/+5
* SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky2012-01-311-3/+7
* SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky2012-01-311-0/+1
* SUNRPC: pipefs per-net operations helper introducedStanislav Kinsbursky2012-01-311-0/+3
* SUNRPC: pipefs dentry lookup helper introducedStanislav Kinsbursky2012-01-311-0/+3
* SUNRPC: send notification events on pipefs sb creation and destructionStanislav Kinsbursky2012-01-311-0/+8
* SUNRPC: remove non-exclusive pipe creation from RPC pipefsStanislav Kinsbursky2012-01-311-1/+0
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-142-3/+2
|\
| * SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-061-1/+1
| * svcrpc: destroy server sockets all at onceJ. Bruce Fields2011-12-061-1/+1
| * svcrpc: make svc_delete_xprt staticJ. Bruce Fields2011-12-061-1/+0
* | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-103-2/+5
|\ \
| * | NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-051-0/+2
| * | SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2012-01-052-2/+3
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-2/+2
|\ \
| * | sunrpc: propagate umode_tAl Viro2012-01-032-2/+2
| |/
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-3/+3