summaryrefslogtreecommitdiff
path: root/fs/afs/server.c
AgeCommit message (Expand)Author
2024-02-20afs: Fix ignored callbacks over ipv4Marc Dionne
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells
2023-12-24afs: Use peer + service_id as call addressDavid Howells
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells
2023-12-24afs: Simplify error handlingDavid Howells
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells
2023-12-24afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov
2022-11-30afs: Fix server->active leak in afs_put_serverMarc Dionne
2022-08-02afs: Fix access after dec in put functionsDavid Howells
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2020-05-31afs: Make callback processing more efficient.David Howells
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells
2019-12-09afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne
2019-11-21afs: Remove set but not used variable 'ret'zhengbin
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-20afs: Trace afs_server usageDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-16afs: Fix error propagation from server record check/updateDavid Howells
2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells
2018-10-24afs: Implement YFS support in the fs clientDavid Howells
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells
2018-10-24afs: Implement VL server rotationDavid Howells
2018-10-15afs: Fix clearance of replyDavid Howells
2018-10-12afs: Fix afs_server struct leakDavid Howells
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells
2018-05-14afs: Fix afs_find_server search loopMarc Dionne
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells
2018-04-20afs: Fix server record deletionDavid Howells
2018-04-09afs: Fix checker warningsDavid Howells
2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells