summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-2/+3
|\
| * dentry: switch the lists of children to hlistAl Viro2023-11-251-2/+3
* | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-102-2/+2
|\ \
| * | afs: Add __counted_by for struct afs_acl and use struct_size()Gustavo A. R. Silva2023-12-012-2/+2
| |/
* | Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-01-1032-1310/+2882
|\ \
| * | afs: trace: Log afs_make_call(), including server addressDavid Howells2024-01-014-0/+45
| * | afs: Fix offline and busy message emissionDavid Howells2024-01-012-14/+25
| * | afs: Fix fileserver rotationDavid Howells2024-01-016-134/+198
| * | afs: Overhaul invalidation handling to better support RO volumesDavid Howells2024-01-0112-199/+344
| * | afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells2024-01-0110-19/+239
| * | afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells2024-01-014-26/+61
| * | afs: Fix comment in afs_do_lookup()David Howells2024-01-011-2/+2
| * | afs: Apply server breaks to mmap'd files in the call processorDavid Howells2024-01-015-31/+32
| * | afs: Move the vnode/volume validity checking code into its own fileDavid Howells2024-01-014-175/+191
| * | afs: Defer volume record destruction to a workqueueDavid Howells2024-01-016-16/+19
| * | afs: Make it possible to find the volumes that are using a serverDavid Howells2024-01-016-32/+143
| * | afs: Combine the endpoint state bools into a bitmaskDavid Howells2024-01-012-21/+21
| * | afs: Keep a record of the current fileserver endpoint stateDavid Howells2024-01-0110-196/+312
| * | afs: Dispatch vlserver probes in priority orderDavid Howells2024-01-013-2/+21
| * | afs: Dispatch fileserver probes in priority orderDavid Howells2024-01-011-2/+23
| * | afs: Mark address lists with configured prioritiesDavid Howells2024-01-013-4/+91
| * | afs: Provide a way to configure address prioritiesDavid Howells2024-01-015-1/+534
| * | afs: Remove the unimplemented afs_cmp_addr_list()David Howells2024-01-011-13/+0
| * | afs: Add some more info to /proc/net/afs/serversDavid Howells2024-01-015-10/+22
| * | afs: Fold the afs_addr_cursor struct inDavid Howells2023-12-2411-210/+229
| * | afs: Use peer + service_id as call addressDavid Howells2023-12-249-32/+48
| * | afs: Rename some fieldsDavid Howells2023-12-243-38/+38
| * | afs: Add a tracepoint for struct afs_addr_listDavid Howells2023-12-249-35/+53
| * | afs: Simplify error handlingDavid Howells2023-12-2415-143/+174
| * | afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells2023-12-245-76/+75
| * | afs: Wrap most op->error accesses with inline funcsDavid Howells2023-12-249-67/+87
| * | afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationDavid Howells2023-12-243-7/+8
| * | afs: Handle the VIO and UAEIO aborts explicitlyDavid Howells2023-12-241-0/+7
| * | afs: Rename addr_list::failed to probe_failedDavid Howells2023-12-247-10/+10
| * | afs: Don't skip server addresses for which we didn't get an RTT readingDavid Howells2023-12-242-2/+2
| * | rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-2413-195/+148
| * | afs: Turn the afs_addr_list address array into an array of structsDavid Howells2023-12-2410-22/+26
| * | afs: Add comments on abort handlingDavid Howells2023-12-241-11/+90
| * | afs: use read_seqbegin() in afs_check_validity() and afs_getattr()Oleg Nesterov2023-12-241-9/+6
| * | afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov2023-12-241-3/+4
| * | afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov2023-12-241-1/+2
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-5/+3
|\ \ \ | |/ / |/| |
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
| * | afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2023-12-101-4/+2
* | | afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2023-12-212-3/+25
* | | afs: Fix overwriting of result of DNS queryDavid Howells2023-12-211-2/+4
* | | afs: Fix dynamic root lookup DNS checkDavid Howells2023-12-201-2/+16
* | | afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells2023-12-201-12/+1
* | | afs: Fix refcount underflow from error handling raceDavid Howells2023-12-111-1/+1
|/ /
* | afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells2023-11-241-1/+3