summaryrefslogtreecommitdiffstats
path: root/fs/afs/server.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-102/+7
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-241-2/+0
* afs: Implement YFS support in the fs clientDavid Howells2018-10-241-0/+8
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-1/+1
* afs: Implement VL server rotationDavid Howells2018-10-241-30/+12
* afs: Fix clearance of replyDavid Howells2018-10-151-2/+0
* afs: Fix afs_server struct leakDavid Howells2018-10-121-0/+2
* afs: Optimise callback breaking by not repeating volume lookupDavid Howells2018-06-151-1/+1
* afs: Fix afs_find_server search loopMarc Dionne2018-05-141-13/+0
* afs: Fix giving up callbacks on server destructionDavid Howells2018-05-141-3/+5
* afs: Fix server record deletionDavid Howells2018-04-201-1/+8
* afs: Fix checker warningsDavid Howells2018-04-091-6/+8
* sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-201-3/+3
* afs: Make use of the YFS service upgrade to fully support IPv6David Howells2017-11-131-1/+4
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-213/+537
* afs: Add an address list conceptDavid Howells2017-11-131-23/+47
* afs: Overhaul the callback handlingDavid Howells2017-11-131-17/+4
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-131-5/+0
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-15/+16
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-4/+3
* afs: Fix server reapingDavid Howells2017-11-131-8/+51
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-43/+39
* afs: Migrate vlocation fields to 64-bitTina Ruchandani2017-03-161-3/+3
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-301-3/+8
* workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-8/+2
* afs: add afs_wq and use it instead of the system workqueueTejun Heo2011-01-141-6/+7
* AFS: Fix possible null pointer dereference in afs_alloc_server()Denis Kirjanov2010-06-011-2/+3
* fs: replace NIPQUAD()Harvey Harrison2008-10-311-5/+4
* fs/afs/: possible cleanupsAdrian Bunk2007-10-171-1/+1
* AFS: AFS fixupsDavid Howells2007-05-091-0/+3
* [AFS]: Add "directory write" support.David Howells2007-04-261-0/+2
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-261-394/+230
* [AFS]: Clean up the AFS sourcesDavid Howells2007-04-261-30/+17
* [PATCH] affs: replace kmalloc+memset with kzallocYan Burman2006-12-071-2/+1
* [PATCH] fs: use list_move()Akinobu Mita2006-06-261-4/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+502