summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells2024-01-221-2/+3
* afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells2024-01-221-9/+0
* afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells2024-01-221-3/+9
* afs: Hide silly-rename files from userspaceDavid Howells2024-01-221-0/+8
* afs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-196-1037/+106
|\
| * afs: Use the netfs write helpersDavid Howells2023-12-283-703/+84
| * netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-282-11/+15
| * netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-1/+1
| * netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells2023-12-241-5/+1
| * netfs: Provide invalidate_folio and release_folio callsDavid Howells2023-12-241-49/+4
| * afs: Don't use folio->private to record partial modificationDavid Howells2023-12-243-273/+38
| * netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-245-24/+3
| * netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-241-13/+0
* | 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