summaryrefslogtreecommitdiff
path: root/fs/afs/proc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells1-2/+3
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-2/+2
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-9/+12
2024-01-01afs: Mark address lists with configured prioritiesDavid Howells1-4/+5
2024-01-01afs: Provide a way to configure address prioritiesDavid Howells1-1/+54
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid Howells1-8/+16
2023-12-24afs: Rename addr_list::failed to probe_failedDavid Howells1-1/+1
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-4/+5
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells1-2/+2
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-3/+3
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-3/+3
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-08afs: 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