aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/vlclient.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-25afs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-12/+12
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells1-0/+111
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-20/+14
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells1-0/+1
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells1-3/+3
2019-07-30afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne1-5/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Always get the reply timeDavid Howells1-1/+0
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-20/+13
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells1-0/+4
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-11/+15
2019-04-25afs: Split wait from afs_make_call()David Howells1-11/+15
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva1-7/+11
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-14/+21
2018-10-24afs: Implement VL server rotationDavid Howells1-18/+14
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-58/+46
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-10/+20
2018-05-16afs: Fix mounting of backup volumesMarc Dionne1-9/+10
2018-04-09afs: Trace protocol errorsDavid Howells1-10/+10
2018-04-09afs: Fix checker warningsDavid Howells1-4/+4
2018-02-06afs: Fix server list handlingDavid Howells1-3/+7
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells1-1/+9
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells1-1/+336
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-94/+213
2017-11-13afs: Add an address list conceptDavid Howells1-4/+4
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells1-3/+3
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells1-43/+0
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells1-4/+9
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-8/+12
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-4/+6
2017-01-09afs: Kill afs_wait_modeDavid Howells1-4/+4
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-4/+3
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-7/+4
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
2007-04-26[AFS]: Add security support.David Howells1-0/+6
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-590/+119
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-35/+23
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+695