summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust1-5/+2
2012-03-05NFS: Undo changes to idmap.hBryan Schumaker1-0/+11
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust7-4/+11
2012-03-02NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever2-0/+4
2012-03-02NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever1-5/+6
2012-03-02NFS: Add a client-side function to display NFS file handlesChuck Lever1-0/+14
2012-03-02SUNRPC: Add API to acquire source addressChuck Lever1-0/+1
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2-1/+2
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2-1/+16
2012-03-01NFSv4: parse and display server implementation idsWeston Andros Adamson2-8/+9
2012-03-01NFS: Store the legacy idmapper result in the keyringBryan Schumaker1-11/+0
2012-03-01Created a function for setting timeouts on keysBryan Schumaker1-0/+2
2012-02-27SUNRPC: move waitq from RPC pipe to RPC inodeStanislav Kinsbursky1-1/+1
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2-2/+5
2012-02-16SUNRPC: Use KERN_DEFAULT for debugging printk'sChuck Lever1-1/+5
2012-02-16SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2-3/+6
2012-02-15SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust2-2/+16
2012-02-15Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky1-0/+1
2012-02-15LockD: make nlm hosts network namespace awareStanislav Kinsbursky2-1/+4
2012-02-15Lockd: per-net up and down routines introducedStanislav Kinsbursky1-0/+2
2012-02-15SUNRPC: service destruction in network namespace contextStanislav Kinsbursky1-1/+1
2012-02-15NFSv4.1: Add a module parameter to set the number of session slotsTrond Myklebust1-2/+3
2012-02-15NFSv4.1: Convert slotid from u8 to u32Trond Myklebust2-4/+5
2012-02-06NFS: Fall back on old idmapper if request_key() failsBryan Schumaker1-15/+0
2012-02-06SUNRPC: Change the default limit to the number of TCP slotsTrond Myklebust2-2/+2
2012-02-06SUNRPC: Adding status trace pointsSteve Dickson1-0/+53
2012-02-06SUNRPC: Fix up sunrpc trace eventsTrond Myklebust1-3/+3
2012-02-03NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust1-1/+1
2012-02-03Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds1-0/+2
2012-02-02include/linux/lp8727.h: Remove executable bitJosh Triplett1-0/+0
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+6
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds1-0/+1
2012-02-01Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds1-2/+0
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy1-1/+1
2012-02-02lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin1-2/+0
2012-01-31SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust2-1/+125
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust5-14/+14
2012-01-31SUNRPC: constify rpc_program->nameTrond Myklebust1-2/+2
2012-01-31SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust1-5/+4
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky1-1/+2
2012-01-31SUNRPC: register service stats /proc entries in passed network namespace contextStanislav Kinsbursky1-4/+4
2012-01-31sunrpc: fix stats.h for CONFIG_PROC_FS not enabledRandy Dunlap1-2/+2
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky1-4/+4
2012-01-31SUNRPC: generic cache register routines removedStanislav Kinsbursky1-2/+0
2012-01-31SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky1-0/+2
2012-01-31SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky1-0/+4
2012-01-31SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky1-4/+5
2012-01-31SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky1-1/+1
2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky1-1/+1
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1