summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2024-01-01afs: Provide a way to configure address prioritiesDavid Howells5-1/+534
2024-01-01afs: Remove the unimplemented afs_cmp_addr_list()David Howells1-13/+0
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid Howells5-10/+22
2023-12-28afs: Use the netfs write helpersDavid Howells3-703/+84
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells2-11/+15
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-1/+1
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells11-210/+229
2023-12-24afs: Use peer + service_id as call addressDavid Howells9-32/+48
2023-12-24afs: Rename some fieldsDavid Howells3-38/+38
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells9-35/+53
2023-12-24afs: Simplify error handlingDavid Howells15-143/+174
2023-12-24afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells5-76/+75
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells9-67/+87
2023-12-24afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationDavid Howells3-7/+8
2023-12-24afs: Handle the VIO and UAEIO aborts explicitlyDavid Howells1-0/+7
2023-12-24afs: Rename addr_list::failed to probe_failedDavid Howells7-10/+10
2023-12-24afs: Don't skip server addresses for which we didn't get an RTT readingDavid Howells2-2/+2
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells13-195/+148
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells10-22/+26
2023-12-24afs: Add comments on abort handlingDavid Howells1-11/+90
2023-12-24afs: use read_seqbegin() in afs_check_validity() and afs_getattr()Oleg Nesterov1-9/+6
2023-12-24afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov1-3/+4
2023-12-24afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov1-1/+2
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells1-5/+1
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-49/+4
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells3-273/+38
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells5-24/+3
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-13/+0
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2-3/+25
2023-12-21afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2023-12-20afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2023-12-20afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2023-12-12afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-11afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2023-12-01afs: Add __counted_by for struct afs_acl and use struct_size()Gustavo A. R. Silva2-2/+2
2023-11-25dentry: switch the lists of children to hlistAl Viro1-2/+3
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells1-1/+3
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-11-24afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-11-17afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2-1/+2
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2023-10-31Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-6/+6
2023-10-18afs: convert to new timestamp accessorsJeff Layton3-6/+6
2023-10-09afs: move afs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-02afs: Annotate struct afs_addr_list with __counted_byKees Cook1-1/+1
2023-10-02afs: Annotate struct afs_permits with __counted_byKees Cook1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2/+0