summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-10Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...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: Fix comment in afs_do_lookup()David 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: Dispatch fileserver 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
2024-01-01afs: Remove the unimplemented afs_cmp_addr_list()David Howells
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid 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: Handle the VIO and UAEIO aborts explicitlyDavid Howells
2023-12-24afs: Rename addr_list::failed to probe_failedDavid Howells
2023-12-24afs: Don't skip server addresses for which we didn't get an RTT readingDavid 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: Add comments on abort handlingDavid Howells
2023-12-24afs: use read_seqbegin() in afs_check_validity() and afs_getattr()Oleg Nesterov
2023-12-24afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov
2023-12-24afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeDavid Howells
2023-12-21afs: Fix overwriting of result of DNS queryDavid Howells
2023-12-20afs: Fix dynamic root lookup DNS checkDavid Howells
2023-12-20afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells
2023-12-11afs: Fix refcount underflow from error handling raceDavid Howells
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-10afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2023-12-01afs: Add __counted_by for struct afs_acl and use struct_size()Gustavo A. R. Silva
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeDavid Howells
2023-11-24afs: Return ENOENT if no cell DNS record can be foundDavid Howells