summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
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-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
2023-12-28netfs: Implement unbuffered/DIO write supportDavid 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