aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-23/+29
2019-07-06SUNRPC: Remove warning in debugfs.c when compiling with W=1Trond Myklebust1-1/+1
2019-07-06SUNRPC: add links for all client xprts to debugfsNeilBrown1-17/+29
2019-07-03sunrpc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-55/+11
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust1-1/+1
2019-02-12rpc: properly check debugfs dentry before using itGreg Kroah-Hartman1-1/+1
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-08sunrpc: record rpc client pointer in seq->private directlyKinglong Mee1-25/+10
2015-06-11SUNRPC: Address kbuild warning in net/sunrpc/debugfs.cChuck Lever1-1/+2
2015-06-10SUNRPC: Transport fault injectionChuck Lever1-0/+77
2015-03-31sunrpc: make debugfs file creation failure non-fatalJeff Layton1-23/+29
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton1-7/+108
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton1-0/+191