Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | afs: Overhaul invalidation handling to better support RO volumes | David Howells | 1 | -2/+0 |
2024-01-01 | afs: Apply server breaks to mmap'd files in the call processor | David Howells | 1 | -1/+1 |
2024-01-01 | afs: Defer volume record destruction to a workqueue | David Howells | 1 | -1/+1 |
2024-01-01 | afs: Make it possible to find the volumes that are using a server | David Howells | 1 | -0/+1 |
2023-12-21 | afs: Fix overwriting of result of DNS query | David Howells | 1 | -2/+4 |
2022-08-02 | afs: Use refcount_t rather than atomic_t | David Howells | 1 | -32/+29 |
2022-01-07 | afs: Convert afs to use the new fscache API | David Howells | 1 | -12/+0 |
2021-09-13 | afs: Fix mmap coherency vs 3rd-party changes | David Howells | 1 | -0/+2 |
2020-10-27 | afs: Fix tracing deref-before-check | David Howells | 1 | -1/+2 |
2020-10-16 | afs: Add tracing for cell refcount and active user count | David Howells | 1 | -29/+70 |
2020-10-16 | afs: Fix cell removal | David Howells | 1 | -6/+10 |
2020-10-16 | afs: Fix cell purging with aliases | David Howells | 1 | -0/+3 |
2020-10-16 | afs: Fix cell refcounting by splitting the usage counter | David Howells | 1 | -46/+103 |
2020-10-16 | afs: Fix rapid cell addition/removal by not using RCU on cells tree | David Howells | 1 | -73/+58 |
2020-06-27 | afs: Fix storage of cell names | David Howells | 1 | -0/+9 |
2020-06-04 | afs: Reorganise volume and server trees to be rooted on the cell | David Howells | 1 | -2/+5 |
2020-06-04 | afs: Add a tracepoint to track the lifetime of the afs_volume struct | David Howells | 1 | -1/+1 |
2020-06-04 | afs: Detect cell aliases 1 - Cells with root volumes | David Howells | 1 | -0/+3 |
2020-01-26 | afs: Fix characters allowed into cell names | David Howells | 1 | -1/+10 |
2019-08-22 | afs: Fix leak in afs_lookup_cell_rcu() | David Howells | 1 | -0/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-16 | afs: Fix cell DNS lookup | David Howells | 1 | -66/+103 |
2019-05-15 | afs: Fix afs_cell records to always have a VL server list record | David Howells | 1 | -8/+11 |
2019-05-15 | afs: Fix missing lock when replacing VL server list | David Howells | 1 | -3/+2 |
2019-02-25 | afs: Fix manually set volume location server list | David Howells | 1 | -0/+1 |
2018-10-24 | afs: Fix TTL on VL server and address lists | David Howells | 1 | -4/+22 |
2018-10-24 | afs: Implement VL server rotation | David Howells | 1 | -19/+20 |
2018-10-12 | afs: Fix cell proc list | David Howells | 1 | -2/+15 |
2018-06-15 | afs: Display manually added cells in dynamic root mount | David Howells | 1 | -4/+8 |
2018-05-23 | afs: Implement network namespacing | David Howells | 1 | -2/+2 |
2018-05-23 | afs: Mark afs_net::ws_cell as __rcu and set using rcu functions | David Howells | 1 | -4/+4 |
2018-04-09 | afs: Implement @cell substitution handling | David Howells | 1 | -0/+2 |
2018-04-09 | afs: Don't over-increment the cell usage count when pinning it | David Howells | 1 | -2/+2 |
2018-04-09 | afs: Fix checker warnings | David Howells | 1 | -3/+3 |
2018-04-06 | fscache: Pass object size in rather than calling back for it | David Howells | 1 | -1/+1 |
2018-04-04 | fscache: Attach the index key and aux data to the cookie | David Howells | 1 | -1/+3 |
2018-03-20 | sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even... | Peter Zijlstra | 1 | -3/+3 |
2017-11-24 | afs: cell: Remove unnecessary code in afs_lookup_cell | Gustavo A. R. Silva | 1 | -6/+1 |
2017-11-13 | afs: Overhaul volume and server record caching and fileserver rotation | David Howells | 1 | -5/+2 |
2017-11-13 | afs: Add an address list concept | David Howells | 1 | -111/+58 |
2017-11-13 | afs: Overhaul cell database management | David Howells | 1 | -282/+634 |
2017-11-13 | afs: Allow IPv6 address specification of VL servers | David Howells | 1 | -10/+21 |
2017-11-13 | afs: Keep and pass sockaddr_rxrpc addresses rather than in_addr | David Howells | 1 | -3/+15 |
2017-11-13 | afs: Push the net ns pointer to more places | David Howells | 1 | -7/+7 |
2017-11-13 | afs: Lay the groundwork for supporting network namespaces | David Howells | 1 | -67/+63 |
2013-09-27 | FS-Cache: Provide the ability to enable/disable cookies | David Howells | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-08-11 | AFS: Implement an autocell mount capability [ver #2] | wanglei | 1 | -14/+38 |
2010-08-11 | DNS: If the DNS server returns an error, allow that to be cached [ver #2] | Wang Lei | 1 | -0/+4 |
2010-08-05 | DNS: Make AFS go to the DNS for AFSDB records for unknown cells | Wang Lei | 1 | -10/+30 |