summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-10afs: Fix fileserver rotation getting stuckDavid Howells
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells
2024-05-01netfs: Remove the old writeback codeDavid Howells
2024-05-01netfs: Cut over to using new writeback codeDavid Howells
2024-05-01netfs, afs: Implement helpers for new write codeDavid Howells
2024-05-01afs: Use alternative invalidation to using launder_folioDavid Howells
2024-03-14afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells
2024-03-14afs: Don't cache preferred addressDavid Howells
2024-03-14afs: Revert "afs: Hide silly-rename files from userspace"David Howells
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-27afs: Fix endless loop in directory parsingDavid Howells
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro
2024-02-20afs: Increase buffer size in afs_update_volume_status()Daniil Dulov
2024-02-20afs: Fix ignored callbacks over ipv4Marc Dionne
2024-02-05afs: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05afs: convert to using new filelock helpersJeff Layton
2024-01-22afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells
2024-01-22afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells
2024-01-22afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells
2024-01-22afs: Hide silly-rename files from userspaceDavid Howells
2024-01-22afs: Don't use certain unnecessary folio_*() functionsDavid Howells
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
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-28afs: Use the netfs write helpersDavid Howells
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells