summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells2024-03-141-7/+9
* afs: Don't cache preferred addressDavid Howells2024-03-141-17/+4
* afs: Revert "afs: Hide silly-rename files from userspace"David Howells2024-03-141-10/+0
* Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-30/+30
|\
| * afs: adapt to breakup of struct file_lockJeff Layton2024-02-052-20/+19
| * filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
| * afs: convert to using new filelock helpersJeff Layton2024-02-051-13/+13
* | afs: Fix endless loop in directory parsingDavid Howells2024-02-271-1/+3
* | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-251-2/+6
|\ \
| * | afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro2024-02-251-2/+6
| |/
* | afs: Increase buffer size in afs_update_volume_status()Daniil Dulov2024-02-201-2/+2
* | afs: Fix ignored callbacks over ipv4Marc Dionne2024-02-203-15/+8
* | 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