aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/addr_list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn1-1/+1
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells1-1/+1
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-13/+27
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-2/+0
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells1-0/+2
2018-10-24afs: Implement VL server rotationDavid Howells1-79/+84
2018-10-24afs: Improve FS server rotation error handlingDavid Howells1-3/+1
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells1-14/+15
2018-10-04afs: Sort address lists so that they are in logical ascending orderDavid Howells1-27/+24
2018-10-04afs: Always build address lists using the helper functionsDavid Howells1-17/+15
2018-10-04afs: Do better max capacity handling on address listsDavid Howells1-8/+11
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells1-1/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-05-14afs: Fix address list parsingDavid Howells1-10/+15
2018-04-09afs: Fix checker warningsDavid Howells1-3/+3
2018-02-06afs: Fix missing cursor clearanceDavid Howells1-3/+10
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells1-6/+48
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-0/+31
2017-11-13afs: Add an address list conceptDavid Howells1-0/+308