aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-1/+1
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells1-12/+11
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells1-1/+1
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells1-0/+5
2020-06-09afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells1-3/+7
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-9/+6
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells1-2/+3
2020-05-31afs: Show more information in /proc/net/afs/serversDavid Howells1-8/+9
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-4/+5
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells1-3/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells1-4/+4
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-3/+3
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-1/+1
2018-10-24afs: Fix TTL on VL server and address listsDavid Howells1-3/+11
2018-10-24afs: Implement VL server rotationDavid Howells1-22/+68
2018-10-12afs: Fix cell proc listDavid Howells1-4/+3
2018-09-07afs: Fix cell specification to permit an empty address listDavid Howells1-8/+7
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells1-2/+8
2018-05-23afs: Implement network namespacingDavid Howells1-255/+103
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells1-1/+1
2018-05-18afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells1-192/+160
2018-05-18afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells1-75/+75
2018-05-18afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells1-44/+27
2018-05-18afs: Move /proc management functions to the end of the fileDavid Howells1-81/+79
2018-05-16afs: simplify procfs codeChristoph Hellwig1-119/+15
2018-04-09afs: Add stats for data transfer operationsDavid Howells1-0/+7
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-0/+4
2018-04-09afs: Fix directory handlingDavid Howells1-2/+3
2018-04-09afs: Introduce a statistics proc fileDavid Howells1-0/+37
2018-04-09afs: Implement @cell substitution handlingDavid Howells1-1/+34
2018-04-09afs: Implement @sys substitution handlingDavid Howells1-1/+230
2018-04-09afs: Don't over-increment the cell usage count when pinning itDavid Howells1-1/+2
2018-04-09afs: Fix checker warningsDavid Howells1-0/+8
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-95/+58
2017-11-13afs: Add an address list conceptDavid Howells1-12/+11
2017-11-13afs: Overhaul cell database managementDavid Howells1-9/+6
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells1-1/+1
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-5/+5
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-1/+1
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-24/+40
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-19/+6
2014-02-01afs: proc cells and rootcell are writeablePali Rohár1-2/+2
2014-01-25afs: get rid of junk in fs/afs/proc.cAl Viro1-100/+22
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-4/+4
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-1/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-4/+4
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0