summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-23/+23
* afs: Sort out symlink readingDavid Howells2021-11-021-1/+2
* afs: Fix updating of i_blocks on file/dir extensionDavid Howells2021-09-131-0/+10
* afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells2021-09-131-0/+1
* afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells2021-09-131-0/+2
* afs: Fix mmap coherency vs 3rd-party changesDavid Howells2021-09-131-0/+8
* afs: Fix speculative status fetchesDavid Howells2021-05-011-0/+2
* afs: Use the netfs_write_begin() helperDavid Howells2021-04-231-0/+1
* afs: Use new netfs lib read helper APIDavid Howells2021-04-231-0/+3
* afs: Use the fs operation ops to handle FetchData completionDavid Howells2021-04-231-0/+1
* afs: Prepare for use of THPsDavid Howells2021-04-231-2/+0
* afs: Use ITER_XARRAY for writingDavid Howells2021-04-231-7/+8
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2021-04-231-8/+8
* afs: Don't truncate iter during data fetchDavid Howells2021-04-231-0/+6
* afs: Move key to afs_read structDavid Howells2021-04-231-1/+2
* afs: Pass page into dirty region helpers to provide THP sizeDavid Howells2021-04-231-8/+8
* afs: Stop listxattr() from listing "afs.*" attributesDavid Howells2021-03-151-1/+0
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
* afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells2020-11-221-0/+1
* afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2020-10-291-4/+20
* afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells2020-10-291-2/+14
* afs: Alter dirty range encoding in page->privateDavid Howells2020-10-291-3/+3
* afs: Wrap page->private manipulations in inline functionsDavid Howells2020-10-291-0/+28
* afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2020-10-271-0/+1
* afs: Add tracing for cell refcount and active user countDavid Howells2020-10-161-6/+9
* afs: Fix cell removalDavid Howells2020-10-161-0/+1
* afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-161-2/+6
* afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells2020-10-161-3/+3
* afs: Fix deadlock between writeback and truncateDavid Howells2020-10-081-0/+1
* afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells2020-08-201-1/+3
* afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells2020-08-201-4/+5
* afs: Remove afs_vlserver->probe.have_resultDavid Howells2020-08-201-1/+0
* afs: Fix storage of cell namesDavid Howells2020-06-271-1/+1
* afs: Fix hang on rmmod due to outstanding timerDavid Howells2020-06-201-0/+1
* afs: Fix silly renameDavid Howells2020-06-161-0/+17
* afs: Fix use of afs_check_for_remote_deletion()David Howells2020-06-161-9/+1
* afs: Remove afs_operation::abort_codeDavid Howells2020-06-161-1/+0
* afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells2020-06-161-1/+0
* afs: Fix truncation issues and mmap writeback sizeDavid Howells2020-06-151-3/+4
* afs: Concoct ctimesDavid Howells2020-06-151-0/+2
* afs: Make afs_zap_data() staticDavid Howells2020-06-091-1/+0
* afs: Fix file lockingDavid Howells2020-06-091-1/+0
* afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells2020-06-041-10/+14
* afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells2020-06-041-8/+8
* afs: Don't use probe running state to make decisions outside probe codeDavid Howells2020-06-041-1/+3
* afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells2020-06-041-1/+3
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-56/+22
* afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells2020-06-041-8/+2
* afs: Detect cell aliases 1 - Cells with root volumesDavid Howells2020-06-041-3/+14
* afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells2020-06-041-0/+2