summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fall back on old idmapper if request_key() failsBryan Schumaker2012-02-061-15/+0
* SUNRPC: Change the default limit to the number of TCP slotsTrond Myklebust2012-02-062-2/+2
* SUNRPC: Adding status trace pointsSteve Dickson2012-02-061-0/+53
* SUNRPC: Fix up sunrpc trace eventsTrond Myklebust2012-02-061-3/+3
* SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust2012-01-312-1/+125
* SUNRPC: constify the rpc_programTrond Myklebust2012-01-315-14/+14
* 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
* NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust2012-01-311-1/+1
* NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust2012-01-311-1/+2
* NFS: Remove unnecessary includes from linux/nfs_fs_i.hTrond Myklebust2012-01-312-5/+0
* SUNRPC: kernel PipeFS mount point creation routines removedStanislav Kinsbursky2012-01-311-2/+0
* NFS: idmap PipeFS notifier introducedStanislav Kinsbursky2012-01-312-10/+18
* NFS: make NFS client allocated per network namespace contextStanislav Kinsbursky2012-01-311-0/+1
* 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: handle RPC client pipefs dentries by network namespace aware routinesStanislav Kinsbursky2012-01-311-1/+1
* 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 tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-01-311-2/+2
|\
* \ Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-301-139/+0
|\ \
| * \ Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balb...Greg Kroah-Hartman2012-01-251-139/+0
| |\ \
| | * | usb: otg: kill langwell_otg driverAlexander Shishkin2012-01-241-139/+0
| * | | kernel-doc: fix new warning in usb.hRandy Dunlap2012-01-241-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-303-0/+4
|\ \ \
| * | | net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2012-01-301-0/+2
| * | | netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman2012-01-271-0/+1
| * | | net: explicitly add jump_label.h header to sock.hGlauber Costa2012-01-261-0/+1