summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* afs: Retain more of the VLDB record for alias detectionDavid Howells2020-06-041-1/+2
* afs: Don't get epoch from a server because it may be ambiguousDavid Howells2020-06-041-7/+0
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-119/+194
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-56/+56
* afs: Remove the error argument from afs_protocol_error()David Howells2020-05-311-1/+1
* afs: Set error flag rather than return error from file status decodeDavid Howells2020-05-311-0/+1
* afs: Make callback processing more efficient.David Howells2020-05-311-3/+3
* afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells2020-05-311-11/+30
* afs: Split the usage count on struct afs_serverDavid Howells2020-05-311-2/+6
* afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells2020-05-311-2/+3
* afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells2020-04-241-1/+1
* afs: Remove some unused bitsDavid Howells2020-04-241-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-251-2/+10
|\
| * afs: Fix handling of an abort from a service handlerDavid Howells2020-03-131-2/+10
* | afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn2020-03-131-1/+1
|/
* afs: Introduce an afs_get_read() refcount helperDavid Howells2019-11-211-0/+6
* afs: Switch the naming of call->iter and call->_iterDavid Howells2019-11-211-5/+5
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-09-291-1/+0
|\