summaryrefslogtreecommitdiffstats
path: root/fs/afs/cmservice.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-2/+3
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-2/+4
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* afs: Fix access after dec in put functionsDavid Howells2022-08-021-1/+1
* afs: Use refcount_t rather than atomic_tDavid Howells2022-08-021-1/+1
* afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-18/+7
* afs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-251-0/+5
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-8/+8
* afs: Fix handling of CB.ProbeUuid cache manager opDavid Howells2020-06-041-2/+3
* afs: Don't get epoch from a server because it may be ambiguousDavid Howells2020-06-041-47/+2
* afs: Remove the error argument from afs_protocol_error()David Howells2020-05-311-6/+3
* afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells2020-05-311-1/+1
* afs: Split the usage count on struct afs_serverDavid Howells2020-05-311-1/+3
* afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells2020-04-241-1/+1
* afs: Fix handling of an abort from a service handlerDavid Howells2020-03-131-2/+12
* afs: Switch the naming of call->iter and call->_iterDavid Howells2019-11-211-3/+3
* afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells2019-07-301-7/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-23/+1
|\
| * 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-23/+1
* | | Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-101-1/+4
|\ \ \ | |_|/ |/| |
| * | afs: Trace afs_server usageDavid Howells2019-06-201-1/+4
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* afs: Get rid of afs_call::reply[]David Howells2019-05-161-7/+7
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+8
|\
| * afs: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+8
* | afs: Avoid section confusion in CM_NAMEAndi Kleen2019-04-131-1/+1
|/
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-35/+94
* afs: Implement the YFS cache manager serviceDavid Howells2018-10-241-1/+102
* afs: Remove callback details from afs_callback_break structDavid Howells2018-10-241-12/+5
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-5/+5
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-241-22/+18
* afs: Better tracing of protocol errorsDavid Howells2018-10-241-2/+4
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-161-1/+1
|\
| * Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-021-46/+21
| |\
| * | afs: Implement network namespacingDavid Howells2018-05-231-1/+1
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+4
| |/ |/|
* | afs: Fix CB.CallBack handlingDavid Howells2018-05-141-28/+7
* | afs: Fix the handling of an unfound server in CM operationsDavid Howells2018-05-141-22/+12
* | afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells2018-05-141-3/+9
* | afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells2018-05-141-3/+3
|/
* afs: Trace protocol errorsDavid Howells2018-04-091-2/+2
* afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-091-6/+6
* afs: Fix checker warningsDavid Howells2018-04-091-3/+3
* afs: Protect call->state changes against signalsDavid Howells2017-11-131-14/+12
* afs: Overhaul the callback handlingDavid Howells2017-11-131-1/+1
* afs: Rename struct afs_call server member to cm_serverDavid Howells2017-11-131-10/+8
* afs: Connect up the CB.ProbeUuidDavid Howells2017-11-131-0/+3
* afs: Consolidate abort_to_error translatorsDavid Howells2017-11-131-6/+0
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-1/+1