summaryrefslogtreecommitdiff
path: root/fs/afs/cmservice.c
AgeCommit message (Expand)Author
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
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells
2017-06-05uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig
2017-03-16afs: Deal with an empty callback arrayMarc Dionne
2017-02-10afs: Move UUID struct to linux/uuid.hDavid Howells
2017-01-09afs: Refcount the afs_call structDavid Howells
2017-01-09afs: Add some tracepointsDavid Howells
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells
2016-08-30afs: Miscellaneous simple cleanupsDavid Howells
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells
2014-05-21AFS: Fix cache manager service handlersDavid Howells
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo