aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/cell.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-25afs: Fix manually set volume location server listDavid Howells1-0/+1
2018-10-24afs: Fix TTL on VL server and address listsDavid Howells1-4/+22
2018-10-24afs: Implement VL server rotationDavid Howells1-19/+20
2018-10-12afs: Fix cell proc listDavid Howells1-2/+15
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells1-4/+8
2018-05-23afs: Implement network namespacingDavid Howells1-2/+2
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells1-4/+4
2018-04-09afs: Implement @cell substitution handlingDavid Howells1-0/+2
2018-04-09afs: Don't over-increment the cell usage count when pinning itDavid Howells1-2/+2
2018-04-09afs: Fix checker warningsDavid Howells1-3/+3
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-1/+3
2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra1-3/+3
2017-11-24afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva1-6/+1
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-5/+2
2017-11-13afs: Add an address list conceptDavid Howells1-111/+58
2017-11-13afs: Overhaul cell database managementDavid Howells1-282/+634
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells1-10/+21
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-3/+15
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-7/+7
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-67/+63
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-14/+38
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei1-0/+4
2010-08-05DNS: Make AFS go to the DNS for AFSDB records for unknown cellsWang Lei1-10/+30
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells1-9/+7
2008-04-29afs: use the shorter LIST_HEAD for brevityRobert P. J. Day1-1/+1
2008-04-02afs: add missing up_write() on returnSven Schnelle1-0/+1
2008-03-28afs: prevent double cell registrationSven Schnelle1-2/+13
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells1-11/+6
2007-10-17fs/afs/: possible cleanupsAdrian Bunk1-0/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-04-26[AFS]: Add security support.David Howells1-21/+77
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-274/+70
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-33/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+569