index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
/
vlclient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
afs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-25
1
-0
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-12
/
+12
*
afs: Implement client support for the YFSVL.GetCellName RPC op
David Howells
2020-06-04
1
-0
/
+111
*
afs: Remove the error argument from afs_protocol_error()
David Howells
2020-05-31
1
-20
/
+14
*
afs: Use the serverUnique field in the UVLDB record to reduce rpc ops
David Howells
2020-05-31
1
-0
/
+1
*
afs: Switch the naming of call->iter and call->_iter
David Howells
2019-11-21
1
-3
/
+3
*
afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()
Marc Dionne
2019-07-30
1
-5
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
afs: Always get the reply time
David Howells
2019-05-16
1
-1
/
+0
*
afs: Get rid of afs_call::reply[]
David Howells
2019-05-16
1
-20
/
+13
*
afs: Fix the maximum lifespan of VL and probe calls
David Howells
2019-05-16
1
-0
/
+4
*
Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-05-07
1
-11
/
+15
|
\
|
*
afs: Split wait from afs_make_call()
David Howells
2019-04-25
1
-11
/
+15
*
|
afs: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-08
1
-7
/
+11
|
/
*
afs: Probe multiple fileservers simultaneously
David Howells
2018-10-24
1
-14
/
+21
*
afs: Implement VL server rotation
David Howells
2018-10-24
1
-18
/
+14
*
afs: Set up the iov_iter before calling afs_extract_data()
David Howells
2018-10-24
1
-58
/
+46
*
afs: Better tracing of protocol errors
David Howells
2018-10-24
1
-10
/
+20
*
afs: Fix mounting of backup volumes
Marc Dionne
2018-05-16
1
-9
/
+10
*
afs: Trace protocol errors
David Howells
2018-04-09
1
-10
/
+10
*
afs: Fix checker warnings
David Howells
2018-04-09
1
-4
/
+4
*
afs: Fix server list handling
David Howells
2018-02-06
1
-3
/
+7
*
afs: Trace the initiation and completion of client calls
David Howells
2017-11-13
1
-1
/
+9
*
afs: Make use of the YFS service upgrade to fully support IPv6
David Howells
2017-11-13
1
-1
/
+336
*
afs: Overhaul volume and server record caching and fileserver rotation
David Howells
2017-11-13
1
-94
/
+213
*
afs: Add an address list concept
David Howells
2017-11-13
1
-4
/
+4
*
afs: Condense afs_call's reply{,2,3,4} into an array
David Howells
2017-11-13
1
-3
/
+3
*
afs: Consolidate abort_to_error translators
David Howells
2017-11-13
1
-43
/
+0
*
afs: Allow IPv6 address specification of VL servers
David Howells
2017-11-13
1
-4
/
+9
*
afs: Keep and pass sockaddr_rxrpc addresses rather than in_addr
David Howells
2017-11-13
1
-8
/
+12
*
afs: Lay the groundwork for supporting network namespaces
David Howells
2017-11-13
1
-4
/
+6
*
afs: Kill afs_wait_mode
David Howells
2017-01-09
1
-4
/
+4
*
rxrpc: Don't expose skbs to in-kernel users [ver #2]
David Howells
2016-09-01
1
-4
/
+3
*
rxrpc: Fix races between skb free, ACK generation and replying
David Howells
2016-08-06
1
-7
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[AFS]: Add security support.
David Howells
2007-04-26
1
-0
/
+6
*
[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.
David Howells
2007-04-26
1
-590
/
+119
*
[AFS]: Clean up the AFS sources
David Howells
2007-04-26
1
-35
/
+23
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+695