aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/cmservice.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-29afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells1-13/+13
2007-10-17fs/afs/: possible cleanupsAdrian Bunk1-0/+2
2007-05-03[AFS]: Fix memory leak in SRXAFSCB_GetCapabilitiesPatrick McHardy1-0/+1
2007-04-26[AFS]: Implement the CB.InitCallBackState3 operation.David Howells1-0/+46
2007-04-26[AFS]: Add support for the CB.GetCapabilities operation.David Howells1-0/+98
2007-04-26[AFS]: Add security support.David Howells1-0/+3
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-544/+237
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-32/+14
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-01-11add loglevel to printk in fs/afs/cmservice.cJesper Juhl1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+652