summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Defer volume record destruction to a workqueueDavid Howells2024-01-016-16/+19
* afs: Make it possible to find the volumes that are using a serverDavid Howells2024-01-016-32/+143
* afs: Combine the endpoint state bools into a bitmaskDavid Howells2024-01-012-21/+21
* afs: Keep a record of the current fileserver endpoint stateDavid Howells2024-01-0110-196/+312
* afs: Dispatch vlserver probes in priority orderDavid Howells2024-01-013-2/+21
* afs: Dispatch fileserver probes in priority orderDavid Howells2024-01-011-2/+23
* afs: Mark address lists with configured prioritiesDavid Howells2024-01-013-4/+91
* afs: Provide a way to configure address prioritiesDavid Howells2024-01-015-1/+534
* afs: Remove the unimplemented afs_cmp_addr_list()David Howells2024-01-011-13/+0
* afs: Add some more info to /proc/net/afs/serversDavid Howells2024-01-015-10/+22
* afs: Fold the afs_addr_cursor struct inDavid Howells2023-12-2411-210/+229
* afs: Use peer + service_id as call addressDavid Howells2023-12-249-32/+48
* afs: Rename some fieldsDavid Howells2023-12-243-38/+38
* afs: Add a tracepoint for struct afs_addr_listDavid Howells2023-12-249-35/+53
* afs: Simplify error handlingDavid Howells2023-12-2415-143/+174
* afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells2023-12-245-76/+75
* afs: Wrap most op->error accesses with inline funcsDavid Howells2023-12-249-67/+87
* afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationDavid Howells2023-12-243-7/+8
* afs: Handle the VIO and UAEIO aborts explicitlyDavid Howells2023-12-241-0/+7
* afs: Rename addr_list::failed to probe_failedDavid Howells2023-12-247-10/+10
* afs: Don't skip server addresses for which we didn't get an RTT readingDavid Howells2023-12-242-2/+2
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-2413-195/+148
* afs: Turn the afs_addr_list address array into an array of structsDavid Howells2023-12-2410-22/+26
* afs: Add comments on abort handlingDavid Howells2023-12-241-11/+90
* afs: use read_seqbegin() in afs_check_validity() and afs_getattr()Oleg Nesterov2023-12-241-9/+6
* afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov2023-12-241-3/+4
* afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov2023-12-241-1/+2
* afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2023-12-212-3/+25
* afs: Fix overwriting of result of DNS queryDavid Howells2023-12-211-2/+4
* afs: Fix dynamic root lookup DNS checkDavid Howells2023-12-201-2/+16
* afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells2023-12-201-12/+1
* afs: Fix refcount underflow from error handling raceDavid Howells2023-12-111-1/+1
* afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells2023-11-241-1/+3
* afs: Fix file locking on R/O volumes to operate in local modeDavid Howells2023-11-241-0/+2
* afs: Return ENOENT if no cell DNS record can be foundDavid Howells2023-11-241-0/+10
* afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells2023-11-171-2/+2
* afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2023-11-172-1/+2
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-2/+0
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-2/+0
* | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-2/+2
|\ \
| * | afs: Annotate struct afs_addr_list with __counted_byKees Cook2023-10-021-1/+1
| * | afs: Annotate struct afs_permits with __counted_byKees Cook2023-10-021-1/+1
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-303-6/+6
|\ \
| * | afs: convert to new timestamp accessorsJeff Layton2023-10-183-6/+6
| |/
* / afs: move afs_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+2
|\
| * mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | afs: convert to ctime accessor functionsJeff Layton2023-07-132-4/+4
|/
* afs: Fix accidental truncation when storing dataDavid Howells2023-07-041-3/+5