aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)Author
2024-03-26afs: Revert "afs: Hide silly-rename files from userspace"David Howells
2024-03-06afs: Fix endless loop in directory parsingDavid Howells
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov
2024-02-23afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov
2024-02-23afs: Hide silly-rename files from userspaceDavid Howells
2024-01-08afs: Fix overwriting of result of DNS queryDavid Howells
2024-01-08afs: Fix dynamic root lookup DNS checkDavid Howells
2024-01-08afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells
2023-12-08afs: Fix file locking on R/O volumes to operate in local modeDavid Howells
2023-12-08afs: Return ENOENT if no cell DNS record can be foundDavid Howells
2023-12-08afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells
2023-06-21afs: Fix vlserver probe RTT handlingDavid Howells
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-05-17afs: Fix updating of i_size with dv jump from serverMarc Dionne
2022-12-08afs: Fix fileserver probe RTT handlingDavid Howells
2022-09-28afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2022-06-29afs: Fix dynamic root getattrDavid Howells
2022-06-14afs: Fix infinite loop found by xfstest generic/676David Howells
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells
2021-09-30afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells
2021-07-28afs: Fix tracepoint string placement with built-in AFSDavid Howells
2021-06-23afs: Fix an IS_ERR() vs NULL checkDan Carpenter
2021-03-24afs: Stop listxattr() from listing "afs.*" attributesDavid Howells
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2020-12-30afs: Fix memory leak when mounting with multiple source parametersDavid Howells
2020-11-18afs: Fix warning due to unadvanced marshalling pointerDavid Howells
2020-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-08-26afs: Fix NULL deref in afs_dynroot_depopulate()David Howells
2020-06-30afs: Fix storage of cell namesDavid Howells
2020-06-24afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells
2020-06-24afs: Set error flag rather than return error from file status decodeDavid Howells
2020-06-24afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells
2020-06-24afs: Fix EOF corruptionDavid Howells
2020-06-24afs: afs_write_end() should change i_size under the right lockDavid Howells
2020-06-24afs: Fix non-setting of mtime when writing into mmapDavid Howells
2020-06-24afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-05-27afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells
2020-05-02afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells
2020-05-02afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells
2020-05-02afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells
2020-04-23afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells
2020-04-23afs: Fix afs_d_validate() to set the right directory versionDavid Howells
2020-04-23afs: Fix rename operation status deliveryDavid Howells
2020-04-23afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells
2020-04-23afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells
2020-04-01afs: Fix unpinned address list during probingDavid Howells