summaryrefslogtreecommitdiffstats
path: root/fs/afs/proc.c
AgeCommit message (Expand)AuthorLines
2025-01-10afs: Add rootcell checksDavid Howells-1/+7
2024-01-22afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells-2/+3
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells-2/+2
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells-9/+12
2024-01-01afs: Mark address lists with configured prioritiesDavid Howells-4/+5
2024-01-01afs: Provide a way to configure address prioritiesDavid Howells-1/+54
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid Howells-8/+16
2023-12-24afs: Rename addr_list::failed to probe_failedDavid Howells-1/+1
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells-4/+5
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells-2/+2
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells-3/+3
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-3/+3
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells-1/+1
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells-12/+11
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells-1/+1
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells-0/+5
2020-06-09afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng-0/+1
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells-3/+7
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells-9/+6
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells-2/+3
2020-05-31afs: Show more information in /proc/net/afs/serversDavid Howells-8/+9
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells-4/+5
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells-3/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells-4/+4
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells-3/+3
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells-1/+1
2018-10-24afs: Fix TTL on VL server and address listsDavid Howells-3/+11
2018-10-24afs: Implement VL server rotationDavid Howells-22/+68
2018-10-12afs: Fix cell proc listDavid Howells-4/+3
2018-09-07afs: Fix cell specification to permit an empty address listDavid Howells-8/+7
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells-2/+8
2018-05-23afs: Implement network namespacingDavid Howells-255/+103
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells-1/+1
2018-05-18afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells-192/+160
2018-05-18afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells-75/+75
2018-05-18afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells-44/+27
2018-05-18afs: Move /proc management functions to the end of the fileDavid Howells-81/+79
2018-05-16afs: simplify procfs codeChristoph Hellwig-119/+15
2018-04-09afs: Add stats for data transfer operationsDavid Howells-0/+7
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells-0/+4
2018-04-09afs: Fix directory handlingDavid Howells-2/+3
2018-04-09afs: Introduce a statistics proc fileDavid Howells-0/+37
2018-04-09afs: Implement @cell substitution handlingDavid Howells-1/+34
2018-04-09afs: Implement @sys substitution handlingDavid Howells-1/+230
2018-04-09afs: Don't over-increment the cell usage count when pinning itDavid Howells-1/+2
2018-04-09afs: Fix checker warningsDavid Howells-0/+8
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells-95/+58
2017-11-13afs: Add an address list conceptDavid Howells-12/+11
2017-11-13afs: Overhaul cell database managementDavid Howells-9/+6