summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
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: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-01-08afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2024-01-08afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2024-01-08afs: 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-06-21afs: Fix vlserver probe RTT handlingDavid Howells1-2/+2
2023-06-09treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2023-05-17afs: Fix updating of i_size with dv jump from serverMarc Dionne1-0/+1
2022-12-08afs: Fix fileserver probe RTT handlingDavid Howells1-2/+2
2022-09-28afs: 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-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells1-1/+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-03-24afs: Stop listxattr() from listing "afs.*" attributesDavid Howells6-28/+0
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2020-12-30afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-11-18afs: Fix warning due to unadvanced marshalling pointerDavid Howells1-0/+1
2020-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2-4/+4
2020-08-26afs: Fix NULL deref in afs_dynroot_depopulate()David Howells1-9/+11
2020-06-30afs: Fix storage of cell namesDavid Howells2-1/+10
2020-06-24afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells1-0/+1
2020-06-24afs: Set error flag rather than return error from file status decodeDavid Howells4-123/+55
2020-06-24afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells1-2/+7
2020-06-24afs: Fix EOF corruptionDavid Howells1-1/+11
2020-06-24afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-24afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-24afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2-26/+10
2020-05-27afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2-8/+8
2020-05-02afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells1-3/+3
2020-05-02afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells1-1/+1
2020-05-02afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells4-12/+11
2020-04-23afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2-35/+76
2020-04-23afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3
2020-04-23afs: Fix rename operation status deliveryDavid Howells3-21/+12
2020-04-23afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells1-0/+1
2020-04-23afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells2-9/+17
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells1-1/+2
2020-04-01afs: Fix unpinned address list during probingDavid Howells1-0/+2