summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/stats.c
AgeCommit message (Expand)AuthorLines
2015-02-03sunrpc: add rpc_count_iostats_idxWeston Andros Adamson-7/+19
2014-11-25SUNRPC: serialize iostats updatesChuck Lever-5/+16
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-1/+1
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust-1/+5
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson-4/+4
2012-01-31SUNRPC: register service stats /proc entries in passed network namespace contextStanislav Kinsbursky-4/+4
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky-7/+8
2010-11-16SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variableJesper Juhl-3/+1
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov-18/+25
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust-2/+2
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever-18/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga-1/+1
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga-2/+4
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan-8/+2
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust-3/+3
2008-05-02sunrpc: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev-7/+1
2008-02-28[SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen-2/+1
2008-02-01SUNRPC: RPC program information is stored in unsigned integersChuck Lever-2/+2
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust-0/+3
2008-01-30SUNRPC: Restrict sunrpc client exportsTrond Myklebust-5/+5
2008-01-30SUNRPC: Move exported declarations to the function declarationsTrond Myklebust-0/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman-2/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust-1/+1
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven-1/+1
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever-3/+3
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris-6/+1
2006-04-19NFS: make 2 functions staticAdrian Bunk-1/+2
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven-2/+2
2006-03-20SUNRPC: fix compile warnings on 64-bit platformsChuck Lever-1/+1
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever-2/+12
2006-03-20SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever-0/+105
2005-09-07[PATCH] sunrpc: print unsigned integers in statsMax Kellermann-8/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+175