aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+1
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelGravatar David Howells 1-1/+1
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-12-22afs: remove afs_cache_netfs and afs_zap_permits() declarationsGravatar Gaosheng Cui 1-8/+0
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksGravatar David Howells 1-2/+1
2022-08-02afs: Use refcount_t rather than atomic_tGravatar David Howells 1-8/+8
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-14/+9
2022-05-09afs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+16
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-5/+14
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestGravatar David Howells 1-2/+2
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-15afs: Convert from launder_page to launder_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-01-07afs: Copy local writes to the cache when writing to the serverGravatar David Howells 1-0/+5
2022-01-07afs: Convert afs to use the new fscache APIGravatar David Howells 1-14/+18
2021-11-10netfs, 9p, afs, ceph: Use foliosGravatar David Howells 1-23/+23
2021-11-02afs: Sort out symlink readingGravatar David Howells 1-1/+2
2021-09-13afs: Fix updating of i_blocks on file/dir extensionGravatar David Howells 1-0/+10
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverGravatar David Howells 1-0/+1
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityGravatar David Howells 1-0/+2
2021-09-13afs: Fix mmap coherency vs 3rd-party changesGravatar David Howells 1-0/+8
2021-05-01afs: Fix speculative status fetchesGravatar David Howells 1-0/+2
2021-04-23afs: Use the netfs_write_begin() helperGravatar David Howells 1-0/+1
2021-04-23afs: Use new netfs lib read helper APIGravatar David Howells 1-0/+3
2021-04-23afs: Use the fs operation ops to handle FetchData completionGravatar David Howells 1-0/+1
2021-04-23afs: Prepare for use of THPsGravatar David Howells 1-2/+0
2021-04-23afs: Use ITER_XARRAY for writingGravatar David Howells 1-7/+8
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()Gravatar David Howells 1-8/+8
2021-04-23afs: Don't truncate iter during data fetchGravatar David Howells 1-0/+6
2021-04-23afs: Move key to afs_read structGravatar David Howells 1-1/+2
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeGravatar David Howells 1-8/+8
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesGravatar David Howells 1-1/+0
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-3/+4
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsGravatar David Howells 1-0/+1
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesGravatar David Howells 1-4/+20
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionGravatar David Howells 1-2/+14
2020-10-29afs: Alter dirty range encoding in page->privateGravatar David Howells 1-3/+3
2020-10-29afs: Wrap page->private manipulations in inline functionsGravatar David Howells 1-0/+28
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackGravatar David Howells 1-0/+1
2020-10-16afs: Add tracing for cell refcount and active user countGravatar David Howells 1-6/+9
2020-10-16afs: Fix cell removalGravatar David Howells 1-0/+1
2020-10-16afs: Fix cell refcounting by splitting the usage counterGravatar David Howells 1-2/+6