summaryrefslogtreecommitdiffstats
path: root/fs/afs/addr_list.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Remove the unimplemented afs_cmp_addr_list()David Howells2024-01-011-13/+0
* afs: Fold the afs_addr_cursor struct inDavid Howells2023-12-241-53/+0
* afs: Use peer + service_id as call addressDavid Howells2023-12-241-7/+3
* afs: Add a tracepoint for struct afs_addr_listDavid Howells2023-12-241-4/+29
* afs: Simplify error handlingDavid Howells2023-12-241-5/+3
* 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-59/+66
* afs: Turn the afs_addr_list address array into an array of structsDavid Howells2023-12-241-5/+5
* afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn2020-03-131-1/+1
* Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-2/+2
|\
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-271-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
|/
* dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-13/+27
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-241-2/+0
* afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-241-0/+2
* afs: Implement VL server rotationDavid Howells2018-10-241-79/+84
* afs: Improve FS server rotation error handlingDavid Howells2018-10-241-3/+1
* rxrpc: Use IPv4 addresses throught the IPv6David Howells2018-10-041-14/+15
* afs: Sort address lists so that they are in logical ascending orderDavid Howells2018-10-041-27/+24
* afs: Always build address lists using the helper functionsDavid Howells2018-10-041-17/+15
* afs: Do better max capacity handling on address listsDavid Howells2018-10-041-8/+11
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-161-1/+1
|\
| * afs: Enable IPv6 DNS lookupsDavid Howells2018-06-151-1/+1
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+1
|\ \ | |/ |/|
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* | afs: Fix address list parsingDavid Howells2018-05-141-10/+15
|/
* afs: Fix checker warningsDavid Howells2018-04-091-3/+3
* afs: Fix missing cursor clearanceDavid Howells2018-02-061-3/+10
* afs: Make use of the YFS service upgrade to fully support IPv6David Howells2017-11-131-6/+48
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-0/+31
* afs: Add an address list conceptDavid Howells2017-11-131-0/+308