summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2025-03-13afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells1-2/+3
2025-03-13afs: Fix directory format encoding structDavid Howells1-1/+1
2025-03-13afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells1-1/+6
2025-02-01afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne1-0/+5
2024-03-27afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-06afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-02-23afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov1-3/+4
2024-02-23afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov1-1/+2
2024-02-23afs: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-01-05afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2024-01-05afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2024-01-05afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2023-12-08afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-12-08afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-12-08afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-12-08afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2-1/+2
2023-06-21afs: Fix vlserver probe RTT handlingDavid Howells1-2/+2
2023-06-14afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells1-0/+3
2023-05-17afs: Fix updating of i_size with dv jump from serverMarc Dionne1-0/+1
2023-01-14afs: Fix lost servers_outstanding countDavid Howells1-1/+4
2022-12-08afs: Fix fileserver probe RTT handlingDavid Howells1-2/+2
2022-09-23afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells1-0/+1
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells5-12/+5
2022-06-29afs: Fix dynamic root getattrDavid Howells1-1/+2
2022-06-14afs: Fix infinite loop found by xfstest generic/676David Howells1-1/+4
2022-06-09rxrpc, afs: Fix selection of abort codesDavid Howells1-3/+5
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells1-1/+13
2021-09-30afs: Fix updating of i_blocks on file/dir extensionDavid Howells4-13/+13
2021-09-30afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells1-39/+7
2021-07-28afs: Fix tracepoint string placement with built-in AFSDavid Howells1-18/+7
2021-06-23afs: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2021-06-03afs: Fix the nlink handling of dir-over-dir renameDavid Howells1-1/+3
2021-05-14afs: Fix speculative status fetchesDavid Howells6-2/+23
2021-05-14afs: Fix updating of i_mode due to 3rd party changeDavid Howells1-3/+3
2021-03-25afs: Stop listxattr() from listing "afs.*" attributesDavid Howells6-28/+0
2021-03-25afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells2-3/+12
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2020-12-09afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells3-0/+10
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells1-1/+4
2020-11-03afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells1-6/+1
2020-11-03afs: Fix warning due to unadvanced marshalling pointerDavid Howells1-0/+1
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2-9/+20
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells3-12/+76
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells2-4/+4
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells2-18/+41
2020-10-29afs: Fix where page->private is set during writeDavid Howells1-15/+26