index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
afs
/
rxrpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
afs: trace: Log afs_make_call(), including server address
David Howells
1
-0
/
+2
2023-12-24
afs: Fold the afs_addr_cursor struct in
David Howells
1
-10
/
+3
2023-12-24
afs: Use peer + service_id as call address
David Howells
1
-6
/
+6
2023-12-24
afs: Add a tracepoint for struct afs_addr_list
David Howells
1
-2
/
+2
2023-12-24
afs: Simplify error handling
David Howells
1
-10
/
+7
2023-12-24
afs: Don't put afs_call in afs_wait_for_call_to_complete()
David Howells
1
-46
/
+27
2023-12-24
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
1
-4
/
+6
2023-12-24
afs: Turn the afs_addr_list address array into an array of structs
David Howells
1
-2
/
+2
2023-12-12
afs: Fix refcount underflow from error handling race
David Howells
1
-1
/
+1
2023-05-01
rxrpc: Fix timeout of a call that hasn't yet been granted a channel
David Howells
1
-5
/
+3
2023-04-22
rxrpc: Fix potential race in error handling in afs_make_call()
David Howells
1
-5
/
+4
2023-01-06
rxrpc: Move call state changes from recvmsg to I/O thread
David Howells
1
-0
/
+1
2023-01-06
rxrpc: Tidy up abort generation infrastructure
David Howells
1
-7
/
+16
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-5
/
+5
2022-09-01
afs: Use the operation issue time instead of the reply time for callbacks
David Howells
1
-6
/
+1
2022-08-02
afs: Fix access after dec in put functions
David Howells
1
-5
/
+6
2022-08-02
afs: Use refcount_t rather than atomic_t
David Howells
1
-12
/
+14
2022-05-22
rxrpc, afs: Fix selection of abort codes
David Howells
1
-3
/
+5
2021-04-23
afs: Use ITER_XARRAY for writing
David Howells
1
-88
/
+15
2021-04-23
afs: Log remote unmarshalling errors
David Howells
1
-0
/
+34
2021-04-23
afs: Don't truncate iter during data fetch
David Howells
1
-4
/
+9
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-06-06
Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-19
/
+26
2020-06-04
afs: Reorganise volume and server trees to be rooted on the cell
David Howells
1
-3
/
+2
2020-06-04
afs: Build an abstraction around an "operation" concept
David Howells
1
-12
/
+16
2020-05-31
afs: Remove the error argument from afs_protocol_error()
David Howells
1
-3
/
+3
2020-05-31
afs: Set error flag rather than return error from file status decode
David Howells
1
-0
/
+4
2020-05-31
afs: Split the usage count on struct afs_server
David Howells
1
-1
/
+1
2020-05-28
rxrpc: add rxrpc_sock_set_min_security_level
Christoph Hellwig
1
-4
/
+2
2020-03-14
afs: Fix client call Rx-phase signal handling
David Howells
1
-32
/
+2
2020-03-14
afs: Fix handling of an abort from a service handler
David Howells
1
-29
/
+4
2020-03-14
afs: Fix some tracing details
David Howells
1
-2
/
+2
2020-03-14
rxrpc: Fix call interruptibility handling
David Howells
1
-1
/
+2
2019-11-30
Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+6
2019-11-21
afs: Switch the naming of call->iter and call->_iter
David Howells
1
-6
/
+6
2019-11-20
afs: Fix missing timeout reset
David Howells
1
-0
/
+1
2019-07-11
Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-06-20
afs: Trace afs_server usage
David Howells
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-16
afs: Always get the reply time
David Howells
1
-2
/
+2
2019-05-16
afs: Get rid of afs_call::reply[]
David Howells
1
-5
/
+4
2019-05-16
afs: Make some RPC operations non-interruptible
David Howells
1
-2
/
+2
2019-05-16
rxrpc: Allow the kernel to mark a call as being non-interruptible
David Howells
1
-0
/
+1
2019-05-16
afs: Fix the maximum lifespan of VL and probe calls
David Howells
1
-0
/
+4
2019-05-08
Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+16
2019-05-07
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2019-04-25
afs: Split wait from afs_make_call()
David Howells
1
-17
/
+16
2019-04-13
afs: Differentiate abort due to unmarshalling from other errors
David Howells
1
-1
/
+5
2019-04-13
afs: Check for rxrpc call completion in wait loop
Marc Dionne
1
-6
/
+16
2019-04-13
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
Marc Dionne
1
-2
/
+2
[next]