summaryrefslogtreecommitdiff
path: root/fs/afs/cmservice.c
AgeCommit message (Expand)Author
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-08-02afs: Fix access after dec in put functionsDavid Howells
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells
2021-05-25afs: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-04afs: Fix handling of CB.ProbeUuid cache manager opDavid Howells
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells
2020-04-24afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells
2020-03-13afs: Fix handling of an abort from a service handlerDavid Howells
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells
2019-07-30afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-20afs: Trace afs_server usageDavid Howells
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-02afs: do not send list of client addressesFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16afs: Get rid of afs_call::reply[]David Howells
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-04-13afs: Avoid section confusion in CM_NAMEAndi Kleen
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells
2018-10-24afs: Remove callback details from afs_callback_break structDavid Howells
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells
2018-10-24afs: Better tracing of protocol errorsDavid Howells
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro
2018-05-23afs: Implement network namespacingDavid Howells
2018-05-14afs: Fix CB.CallBack handlingDavid Howells
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells
2018-04-09afs: Trace protocol errorsDavid Howells
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells
2018-04-09afs: Fix checker warningsDavid Howells
2017-11-13afs: Protect call->state changes against signalsDavid Howells
2017-11-13afs: Overhaul the callback handlingDavid Howells
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells
2017-11-13afs: Connect up the CB.ProbeUuidDavid Howells
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells
2017-11-13afs: Push the net ns pointer to more placesDavid Howells