aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
AgeCommit message (Expand)Author
2024-02-20afs: Fix ignored callbacks over ipv4Marc Dionne
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells
2024-01-01afs: Fix offline and busy message emissionDavid Howells
2024-01-01afs: Fix fileserver rotationDavid Howells
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells
2024-01-01afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells
2024-01-01afs: Move the vnode/volume validity checking code into its own fileDavid Howells
2024-01-01afs: Defer volume record destruction to a workqueueDavid Howells
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells
2024-01-01afs: Combine the endpoint state bools into a bitmaskDavid Howells
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells
2024-01-01afs: Mark address lists with configured prioritiesDavid Howells
2024-01-01afs: Provide a way to configure address prioritiesDavid Howells
2023-12-28afs: Use the netfs write helpersDavid 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: Rename some fieldsDavid Howells
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells
2023-12-24afs: Simplify error handlingDavid Howells
2023-12-24afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells
2023-12-24afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationDavid Howells
2023-12-24afs: Rename addr_list::failed to probe_failedDavid 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: Don't use folio->private to record partial modificationDavid Howells
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeDavid Howells
2023-12-01afs: Add __counted_by for struct afs_acl and use struct_size()Gustavo A. R. Silva
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUDavid Howells
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-09afs: move afs_xattr_handlers to .rodataWedson Almeida Filho
2023-10-02afs: Annotate struct afs_addr_list with __counted_byKees Cook
2023-10-02afs: Annotate struct afs_permits with __counted_byKees Cook
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-22afs: remove afs_cache_netfs and afs_zap_permits() declarationsGaosheng Cui
2022-11-25use less confusing names for iov_iter direction initializersAl Viro