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