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