aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09afs: 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-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus 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-10netfs, 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
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells1-2/+14
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells1-3/+3
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells1-0/+28
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells1-0/+1
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-6/+9
2020-10-16afs: Fix cell removalDavid Howells1-0/+1
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells1-2/+6
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells1-3/+3
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells1-0/+1
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells1-1/+3
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells1-4/+5
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells1-1/+0
2020-06-27afs: Fix storage of cell namesDavid Howells1-1/+1
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells1-0/+1
2020-06-16afs: Fix silly renameDavid Howells1-0/+17
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells1-9/+1
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells1-1/+0