aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells1-1/+0
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells1-3/+4
2020-06-15afs: Concoct ctimesDavid Howells1-0/+2
2020-06-09afs: Make afs_zap_data() staticDavid Howells1-1/+0
2020-06-09afs: Fix file lockingDavid Howells1-1/+0
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells1-10/+14
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells1-8/+8
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells1-1/+3
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells1-1/+3
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-56/+22
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells1-8/+2
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells1-3/+14
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells1-0/+2
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells1-1/+2
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells1-7/+0
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-119/+194
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-56/+56
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-1/+1
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells1-0/+1