summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-1/+1
|\
| * SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust2021-08-091-1/+1
* | SUNRPC: Server-side disconnect injectionChuck Lever2021-08-201-0/+3
* | SUNRPC: Move client-side disconnect injectionChuck Lever2021-08-201-64/+14
* | SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryChuck Lever2021-08-201-0/+14
|/
* net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev2020-12-021-2/+2
* Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-181-23/+29
|\
| * SUNRPC: Remove warning in debugfs.c when compiling with W=1Trond Myklebust2019-07-061-1/+1
| * SUNRPC: add links for all client xprts to debugfsNeilBrown2019-07-061-17/+29
* | sunrpc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-55/+11
|/
* SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-251-1/+1
* rpc: properly check debugfs dentry before using itGreg Kroah-Hartman2019-02-121-1/+1
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: record rpc client pointer in seq->private directlyKinglong Mee2017-02-081-25/+10
* SUNRPC: Address kbuild warning in net/sunrpc/debugfs.cChuck Lever2015-06-111-1/+2
* SUNRPC: Transport fault injectionChuck Lever2015-06-101-0/+77
* sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-03-311-23/+29
* sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-271-7/+108
* sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2014-11-271-0/+191