summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
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
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-13afs: convert to ctime accessor functionsJeff Layton
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23afs: convert pagevec to folio_batch in afs_extend_writeback()Matthew Wilcox (Oracle)
2023-06-19afs: Fix waiting for writeback then skipping folioVishal Moola (Oracle)
2023-06-19afs: Fix dangling folio ref counts in writebackVishal Moola (Oracle)
2023-06-16afs: Fix vlserver probe RTT handlingDavid Howells
2023-06-07afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-24afs: Provide a splice-read wrapperDavid Howells
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds
2023-05-06afs: fix the afs_dir_get_folio return valueChristoph Hellwig
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-02afs: Avoid endless loop if file is larger than expectedMarc Dionne
2023-05-02afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells