summaryrefslogtreecommitdiffstats
path: root/fs/afs/proc.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Overhaul invalidation handling to better support RO volumesDavid Howells2024-01-011-2/+2
* afs: Keep a record of the current fileserver endpoint stateDavid Howells2024-01-011-9/+12
* afs: Mark address lists with configured prioritiesDavid Howells2024-01-011-4/+5
* afs: Provide a way to configure address prioritiesDavid Howells2024-01-011-1/+54
* afs: Add some more info to /proc/net/afs/serversDavid Howells2024-01-011-8/+16
* afs: Rename addr_list::failed to probe_failedDavid Howells2023-12-241-1/+1
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-4/+5
* afs: Turn the afs_addr_list address array into an array of structsDavid Howells2023-12-241-2/+2
* 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