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