summaryrefslogtreecommitdiffstats
path: root/fs/afs/cmservice.c
AgeCommit message (Expand)AuthorLines
2019-07-30afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells-7/+3
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-23/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+4
2019-06-20afs: Trace afs_server usageDavid Howells-1/+4
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+1
2019-06-02afs: do not send list of client addressesFlorian Westphal-23/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-16afs: Get rid of afs_call::reply[]David Howells-7/+7
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+8
2019-04-13afs: Avoid section confusion in CM_NAMEAndi Kleen-1/+1
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva-0/+8
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells-35/+94
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells-1/+102
2018-10-24afs: Remove callback details from afs_callback_break structDavid Howells-12/+5
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells-5/+5
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells-22/+18
2018-10-24afs: Better tracing of protocol errorsDavid Howells-2/+4
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-3/+4
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro-46/+21
2018-05-23afs: Implement network namespacingDavid Howells-1/+1
2018-05-14afs: Fix CB.CallBack handlingDavid Howells-28/+7
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells-22/+12
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells-3/+9
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells-3/+3
2018-04-09afs: Trace protocol errorsDavid Howells-2/+2
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells-6/+6
2018-04-09afs: Fix checker warningsDavid Howells-3/+3
2017-11-13afs: Protect call->state changes against signalsDavid Howells-14/+12
2017-11-13afs: Overhaul the callback handlingDavid Howells-1/+1
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells-10/+8
2017-11-13afs: Connect up the CB.ProbeUuidDavid Howells-0/+3
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells-6/+0
2017-11-13afs: Push the net ns pointer to more placesDavid Howells-1/+1
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells-13/+13
2017-06-05uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig-8/+8
2017-03-16afs: Deal with an empty callback arrayMarc Dionne-6/+5
2017-02-10afs: Move UUID struct to linux/uuid.hDavid Howells-14/+14
2017-01-09afs: Refcount the afs_call structDavid Howells-19/+22
2017-01-09afs: Add some tracepointsDavid Howells-6/+16
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells-4/+2
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells-65/+77
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells-9/+11
2016-08-30afs: Miscellaneous simple cleanupsDavid Howells-6/+0
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells-44/+34
2014-05-21AFS: Fix cache manager service handlersDavid Howells-0/+19
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2008-04-29afs: support the CB.ProbeUuid RPC opDavid Howells-0/+107
2008-04-29afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells-13/+13