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