summaryrefslogtreecommitdiffstats
path: root/fs/afs/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* DNS: Make AFS go to the DNS for AFSDB records for unknown cellsWang Lei2010-08-051-0/+1
| | | | | | | | | | | | | Add DNS query support for AFS so that it can get the IP addresses of Volume Location servers from the DNS using an AFSDB record. This requires userspace support. /etc/request-key.conf must be configured to invoke a helper for dns_resolver type keys with a subtype of "afsdb:" in the description. Signed-off-by: Wang Lei <wang840925@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
* FS-Cache: Make kAFS use FS-CacheDavid Howells2009-04-031-0/+8
| | | | | | | | | | | | The attached patch makes the kAFS filesystem in fs/afs/ use FS-Cache, and through it any attached caches. The kAFS filesystem will use caching automatically if it's available. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Steve Dickson <steved@redhat.com> Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Tested-by: Daire Byrne <Daire.Byrne@framestore.com>
* fs/Kconfig: move afs outAlexey Dobriyan2009-01-221-0/+21
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>