summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * afs dynroot: switch to simple_dir_operationsAl Viro2019-09-151-1/+0
* | afs: Provide an RCU-capable key lookupDavid Howells2019-09-021-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-15/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-5/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
| |\ \
| * | | afs: do not send list of client addressesFlorian Westphal2019-06-021-15/+0
* | | | Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-101-11/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | afs: Trace afs_server usageDavid Howells2019-06-201-7/+3
| * | | afs: Add some callback management tracepointsDavid Howells2019-06-201-4/+4
* | | | Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-281-5/+3
|\| | | | |_|/ |/| |
| * | afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells2019-06-201-1/+1
| * | afs: Fix vlserver record corruptionDavid Howells2019-06-201-4/+2
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-161-1/+3
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-161-1/+0
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-3/+9
* afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells2019-05-161-0/+1