summaryrefslogtreecommitdiff
path: root/fs/afs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeDavid Howells1-0/+2
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUDavid Howells1-0/+1
2023-10-31Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-10-09afs: move afs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
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-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells1-1/+1
2023-04-06afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-22afs: remove afs_cache_netfs and afs_zap_permits() declarationsGaosheng Cui1-8/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells1-2/+1
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-8/+8
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-14/+9
2022-05-10afs: Convert to release_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-04-01Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+16
2022-03-18netfs: Add a netfs inode contextDavid Howells1-5/+14
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-2/+2
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-2/+2
2022-03-15afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-1/+1
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells1-0/+5
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells1-14/+18
2021-11-11netfs, 9p, afs, ceph: Use foliosDavid Howells1-23/+23
2021-11-02afs: Sort out symlink readingDavid Howells1-1/+2
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells1-0/+10
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells1-0/+1
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells1-0/+2
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells1-0/+8
2021-05-01afs: Fix speculative status fetchesDavid Howells1-0/+2
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells1-0/+1
2021-04-23afs: Use new netfs lib read helper APIDavid Howells1-0/+3
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells1-0/+1
2021-04-23afs: Prepare for use of THPsDavid Howells1-2/+0
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-7/+8
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells1-8/+8
2021-04-23afs: Don't truncate iter during data fetchDavid Howells1-0/+6
2021-04-23afs: Move key to afs_read structDavid Howells1-1/+2
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells1-8/+8
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells1-1/+0
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells1-0/+1
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells1-4/+20