Age | Commit message (Expand) | Author |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan |
2019-07-06 | Merge branch 'multipath_tcp' | Trond Myklebust |
2019-07-06 | SUNRPC: Count ops completing with tk_status < 0 | Dave Wysochanski |
2019-07-06 | SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts. | NeilBrown |
2019-07-06 | SUNRPC: Use proper printk specifiers for unsigned long long | Dave Wysochanski |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2018-07-31 | sunrpc: whitespace fixes | Stephen Hemminger |
2018-07-31 | sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c... | Dave Wysochanski |
2018-07-30 | sunrpc: Add _add_rpc_iostats() to add rpc_iostats metrics | Dave Wysochanski |
2018-07-30 | sunrpc: add _print_rpc_iostats() to output metrics for one RPC op | Dave Wysochanski |
2018-04-10 | sunrpc: Add static trace point to report RPC latency stats | Chuck Lever |
2017-05-15 | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig |
2017-05-15 | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig |
2017-05-15 | sunrpc: move p_count out of struct rpc_procinfo | Christoph Hellwig |
2016-11-29 | SUNRPC: Proper metric accounting when RPC is not transmitted | Chuck Lever |
2015-02-03 | sunrpc: add rpc_count_iostats_idx | Weston Andros Adamson |
2014-11-25 | SUNRPC: serialize iostats updates | Chuck Lever |
2013-08-30 | SUNRPC: Deprecate rpc_client->cl_protname | Trond Myklebust |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro |
2012-03-02 | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust |
2012-02-17 | NFS: include filelayout DS rpc stats in mountstats | Weston Andros Adamson |
2012-01-31 | SUNRPC: register service stats /proc entries in passed network namespace context | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: register RPC stats /proc entries in passed network namespace context | Stanislav Kinsbursky |
2010-11-16 | SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variable | Jesper Juhl |
2010-09-27 | sunrpc: Make the /proc/net/rpc appear in net namespaces | Pavel Emelyanov |
2010-05-14 | SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst | Trond Myklebust |
2010-05-14 | SUNRPC: Replace jiffies-based metrics with ktime-based metrics | Chuck Lever |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-06-17 | nfs41: Rename rq_received to rq_reply_bytes_recvd | Ricardo Labiaga |
2009-06-17 | nfs41: Add backchannel processing support to RPC state machine | Ricardo Labiaga |
2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan |
2009-01-07 | SUNRPC: The sunrpc server code should not be used by out-of-tree modules | Trond Myklebust |
2008-05-02 | sunrpc: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev |
2008-02-28 | [SUNRPC]: Use proc_create() to setup ->proc_fops first | Wang Chen |
2008-02-01 | SUNRPC: RPC program information is stored in unsigned integers | Chuck Lever |
2008-02-01 | SUNRPC: Move exported symbol definitions after function declaration part 2 | Trond Myklebust |
2008-01-30 | SUNRPC: Restrict sunrpc client exports | Trond Myklebust |
2008-01-30 | SUNRPC: Move exported declarations to the function declarations | Trond Myklebust |
2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau |
2007-02-12 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust |
2007-02-12 | [PATCH] mark struct file_operations const 8 | Arjan van de Ven |
2007-02-03 | SUNRPC: fix print format for tk_pid | Chuck Lever |
2006-07-21 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris |
2006-04-19 | NFS: make 2 functions static | Adrian Bunk |
2006-03-28 | [PATCH] mark f_ops const in the inode | Arjan van de Ven |
2006-03-20 | SUNRPC: fix compile warnings on 64-bit platforms | Chuck Lever |
2006-03-20 | SUNRPC: display human-readable procedure name in rpc_iostats output | Chuck Lever |
2006-03-20 | SUNRPC: provide a mechanism for collecting stats in the RPC client | Chuck Lever |
2005-09-07 | [PATCH] sunrpc: print unsigned integers in stats | Max Kellermann |