aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
AgeCommit message (Expand)Author
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells
2021-11-02afs: Sort out symlink readingDavid Howells
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells
2021-05-01afs: Fix speculative status fetchesDavid Howells
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells
2021-04-23afs: Use new netfs lib read helper APIDavid Howells
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells
2021-04-23afs: Prepare for use of THPsDavid Howells
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells
2021-04-23afs: Don't truncate iter during data fetchDavid Howells
2021-04-23afs: Move key to afs_read structDavid Howells
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells
2020-10-16afs: Fix cell removalDavid Howells
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells
2020-06-27afs: Fix storage of cell namesDavid Howells
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells
2020-06-16afs: Fix silly renameDavid Howells
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells
2020-06-15afs: Concoct ctimesDavid Howells
2020-06-09afs: Make afs_zap_data() staticDavid Howells
2020-06-09afs: Fix file lockingDavid Howells
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells