summaryrefslogtreecommitdiff
path: root/fs/afs/proc.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Use refcount_t rather than atomic_tDavid Howells2022-08-021-3/+3
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-3/+3
* afs: Add tracing for cell refcount and active user countDavid Howells2020-10-161-1/+1
* afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-161-12/+11
* afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells2020-08-201-1/+1
* afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells2020-08-201-0/+5
* afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng2020-06-091-0/+1
* afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells2020-06-041-3/+7
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-9/+6
* afs: Detect cell aliases 1 - Cells with root volumesDavid Howells2020-06-041-2/+3
* afs: Show more information in /proc/net/afs/serversDavid Howells2020-05-311-8/+9
* afs: Split the usage count on struct afs_serverDavid Howells2020-05-311-4/+5
* afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells2019-12-111-3/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* afs: Fix afs_cell records to always have a VL server list recordDavid Howells2019-05-151-4/+4
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-3/+3
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-1/+1
* afs: Fix TTL on VL server and address listsDavid Howells2018-10-241-3/+11
* afs: Implement VL server rotationDavid Howells2018-10-241-22/+68
* afs: Fix cell proc listDavid Howells2018-10-121-4/+3
* afs: Fix cell specification to permit an empty address listDavid Howells2018-09-071-8/+7
* afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells2018-06-151-2/+8
* afs: Implement network namespacingDavid Howells2018-05-231-255/+103
* afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-231-1/+1
* afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells2018-05-181-192/+160
* afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells2018-05-181-75/+75
* afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells2018-05-181-44/+27
* afs: Move /proc management functions to the end of the fileDavid Howells2018-05-181-81/+79
* afs: simplify procfs codeChristoph Hellwig2018-05-161-119/+15
* afs: Add stats for data transfer operationsDavid Howells2018-04-091-0/+7
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-091-0/+4
* afs: Fix directory handlingDavid Howells2018-04-091-2/+3
* afs: Introduce a statistics proc fileDavid Howells2018-04-091-0/+37
* afs: Implement @cell substitution handlingDavid Howells2018-04-091-1/+34
* afs: Implement @sys substitution handlingDavid Howells2018-04-091-1/+230
* afs: Don't over-increment the cell usage count when pinning itDavid Howells2018-04-091-1/+2
* afs: Fix checker warningsDavid Howells2018-04-091-0/+8
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-95/+58
* afs: Add an address list conceptDavid Howells2017-11-131-12/+11
* afs: Overhaul cell database managementDavid Howells2017-11-131-9/+6
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-131-1/+1
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-5/+5
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-1/+1
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-24/+40
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-19/+6
* afs: proc cells and rootcell are writeablePali Rohár2014-02-011-2/+2
* afs: get rid of junk in fs/afs/proc.cAl Viro2014-01-251-100/+22
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-4/+4
* AFS: Implement an autocell mount capability [ver #2]wanglei2010-08-111-1/+1