aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/server.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20afs: Fix ignored callbacks over ipv4Marc Dionne1-9/+5
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells1-2/+0
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells1-0/+1
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-23/+46
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-5/+1
2023-12-24afs: Use peer + service_id as call addressDavid Howells1-0/+1
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells1-4/+5
2023-12-24afs: Simplify error handlingDavid Howells1-1/+0
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-3/+3
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-34/+7
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells1-2/+2
2023-12-24afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov1-3/+4
2022-11-30afs: Fix server->active leak in afs_put_serverMarc Dionne1-1/+1
2022-08-02afs: Fix access after dec in put functionsDavid Howells1-9/+13
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-17/+23
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells1-0/+2
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells1-1/+6
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells1-1/+2
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells1-0/+1
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells1-8/+48
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-6/+7
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-16/+21
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-4/+4
2020-05-31afs: Make callback processing more efficient.David Howells1-2/+2
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells1-11/+8
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-51/+100
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells1-12/+14
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells1-5/+2
2019-12-09afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne1-13/+8
2019-11-21afs: Remove set but not used variable 'ret'zhengbin1-2/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+32
2019-06-20afs: Trace afs_server usageDavid Howells1-7/+32
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-0/+11
2019-05-16afs: Fix error propagation from server record check/updateDavid Howells1-3/+3
2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells1-1/+0
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-102/+7
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-2/+0
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-0/+8
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-1/+1
2018-10-24afs: Implement VL server rotationDavid Howells1-30/+12
2018-10-15afs: Fix clearance of replyDavid Howells1-2/+0
2018-10-12afs: Fix afs_server struct leakDavid Howells1-0/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells1-1/+1
2018-05-14afs: Fix afs_find_server search loopMarc Dionne1-13/+0
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells1-3/+5
2018-04-20afs: Fix server record deletionDavid Howells1-1/+8
2018-04-09afs: Fix checker warningsDavid Howells1-6/+8
2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra1-3/+3
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells1-1/+4
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-213/+537
2017-11-13afs: Add an address list conceptDavid Howells1-23/+47
2017-11-13afs: Overhaul the callback handlingDavid Howells1-17/+4
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells1-5/+0
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-15/+16
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-4/+3
2017-11-13afs: Fix server reapingDavid Howells1-8/+51
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-43/+39
2017-03-16afs: Migrate vlocation fields to 64-bitTina Ruchandani1-3/+3
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells1-3/+8
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-8/+2
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo1-6/+7
2010-06-01AFS: Fix possible null pointer dereference in afs_alloc_server()Denis Kirjanov1-2/+3
2008-10-31fs: replace NIPQUAD()Harvey Harrison1-5/+4
2007-10-17fs/afs/: possible cleanupsAdrian Bunk1-1/+1
2007-05-09AFS: AFS fixupsDavid Howells1-0/+3
2007-04-26[AFS]: Add "directory write" support.David Howells1-0/+2
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-394/+230
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-30/+17
2006-12-07[PATCH] affs: replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-4/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+502