Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4ca9bc225e46eb7bc040dd948be7cb68975d80d3
/
fs
/
afs
/
rxrpc.c
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
4571577
afs: Always get the reply time
by David Howells
· 6 years ago
ffba718
afs: Get rid of afs_call::reply[]
by David Howells
· 6 years ago
20b8391
afs: Make some RPC operations non-interruptible
by David Howells
· 6 years ago
b960a34
rxrpc: Allow the kernel to mark a call as being non-interruptible
by David Howells
· 6 years ago
94f699c
afs: Fix the maximum lifespan of VL and probe calls
by David Howells
· 6 years ago
e5fef2a
Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 6 years ago
b4b52b8
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
by Linus Torvalds
· 6 years ago
0b9bf38
afs: Split wait from afs_make_call()
by David Howells
· 6 years ago
8022c4b
afs: Differentiate abort due to unmarshalling from other errors
by David Howells
· 6 years ago
f7f1dd3
afs: Check for rxrpc call completion in wait loop
by Marc Dionne
· 6 years ago
4611da3
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
by Marc Dionne
· 6 years ago
e690c9e
afs: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
34fa476
afs: Fix race in async call refcounting
by David Howells
· 6 years ago
7a75b00
afs: Provide a function to get a ref on a call
by David Howells
· 6 years ago
7150cea
rxrpc: Fix life check
by David Howells
· 6 years ago
3bf0fb6
afs: Probe multiple fileservers simultaneously
by David Howells
· 6 years ago
2feeaf8
afs: Eliminate the address pointer from the address list cursor
by David Howells
· 6 years ago
12d8e95
afs: Calc callback expiry in op reply delivery
by David Howells
· 6 years ago
35dbfba
afs: Implement the YFS cache manager service
by David Howells
· 6 years ago
f51375c
afs: Add a couple of tracepoints to log I/O errors
by David Howells
· 6 years ago
4ac15ea
afs: Handle EIO from delivery function
by David Howells
· 6 years ago
12bdcf3
afs: Set up the iov_iter before calling afs_extract_data()
by David Howells
· 6 years ago
160cb95
afs: Better tracing of protocol errors
by David Howells
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
f0a7d18
afs: Fix clearance of reply
by David Howells
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
eb9950e
rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller
by David Howells
· 6 years ago
bfc18e3
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
by Mark Rutland
· 7 years ago
de52cf9
Merge tag 'afs-fixes-20180514' into afs-proc
by Al Viro
· 7 years ago
5b86d4f
afs: Implement network namespacing
by David Howells
· 7 years ago
4776cab
afs: Fix the non-encryption of calls
by David Howells
· 7 years ago
a86b06d
afs: Fix the handling of an unfound server in CM operations
by David Howells
· 7 years ago
f2686b0
afs: Fix giving up callbacks on server destruction
by David Howells
· 7 years ago
5f702c8
afs: Trace protocol errors
by David Howells
· 7 years ago
5bb053b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
a25e21f
rxrpc, afs: Use debug_ids rather than pointers in traces
by David Howells
· 7 years ago
ab1fbe3
sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() API
by Peter Zijlstra
· 7 years ago
7888da9
afs: Potential uninitialized variable in afs_extract_data()
by Dan Carpenter
· 7 years ago
98bf40c
afs: Protect call->state changes against signals
by David Howells
· 7 years ago
83732ec
afs: Use a dynamic port if 7001 is in use
by Marc Dionne
· 7 years ago
2c09901
afs: Trace the sending of pages
by David Howells
· 7 years ago
025db80
afs: Trace the initiation and completion of client calls
by David Howells
· 7 years ago
1199db6
afs: Fix total-length calculation for multiple-page send
by David Howells
· 7 years ago
5f0fc8ba
afs: Only progress call state at end of Tx phase from rxrpc callback
by David Howells
· 7 years ago
d2ddc77
afs: Overhaul volume and server record caching and fileserver rotation
by David Howells
· 7 years ago
8b2a464
afs: Add an address list concept
by David Howells
· 7 years ago
d0676a1
afs: Rename struct afs_call server member to cm_server
by David Howells
· 7 years ago
33cd7f2
afs: Potentially return call->reply[0] from afs_make_call()
by David Howells
· 7 years ago
97e3043
afs: Condense afs_call's reply{,2,3,4} into an array
by David Howells
· 7 years ago
f780c8e
afs: Consolidate abort_to_error translators
by David Howells
· 7 years ago
3838d3e
afs: Allow IPv6 address specification of VL servers
by David Howells
· 7 years ago
4d9df98
afs: Keep and pass sockaddr_rxrpc addresses rather than in_addr
by David Howells
· 7 years ago
f044c88
afs: Lay the groundwork for supporting network namespaces
by David Howells
· 7 years ago
5e4def2
Pass mode to wait_on_atomic_t() action funcs and provide default actions
by David Howells
· 7 years ago
bc5e3a5
rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signals
by David Howells
· 7 years ago
a68f4a2
rxrpc: Support service upgrade from a kernel service
by David Howells
· 7 years ago
e833251
rxrpc: Add notification of end-of-Tx phase
by David Howells
· 7 years ago
ddc6c70
rxrpc: Move the packet.h include file into net/rxrpc/
by David Howells
· 7 years ago
e754eba
rxrpc: Provide a cmsg to specify the amount of Tx data for a call
by David Howells
· 8 years ago
3a92789
rxrpc: Use negative error codes in rxrpc_call struct
by David Howells
· 8 years ago
954cd6d
afs: Fix abort on signal while waiting for call completion
by David Howells
· 8 years ago
445783d
afs: Fix an off-by-one error in afs_send_pages()
by David Howells
· 8 years ago
70af0e3
afs: Better abort and net error handling
by David Howells
· 8 years ago
1157f15
afs: Invalid op ID should abort with RXGEN_OPCODE
by David Howells
· 8 years ago
2f5705a
afs: Use a bvec rather than a kvec in afs_send_pages()
by David Howells
· 8 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
69fd110
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
341f741
afs: Refcount the afs_call struct
by David Howells
· 8 years ago
56ff9c8
afs: Kill afs_wait_mode
by David Howells
· 8 years ago
8e8d7f1
afs: Add some tracepoints
by David Howells
· 8 years ago
39c6ace
afs_send_pages(): use ITER_BVEC
by Al Viro
· 9 years ago
50a2c95
afs: call->operation_ID sometimes used as __be32 sometimes as u32
by David Howells
· 8 years ago
9008f99
afs: Check for fatal error when in waiting for ack state
by David Howells
· 8 years ago
248f219
rxrpc: Rewrite the data and ack handling code
by David Howells
· 8 years ago
00e9071
rxrpc: Preallocate peers, conns and calls for incoming service requests
by David Howells
· 8 years ago
5a42976
rxrpc: Add tracepoint for working out where aborts happen
by David Howells
· 8 years ago
69ad052
fs/afs/rxrpc: Remove deprecated create_singlethread_workqueue
by Bhaktipriya Shridhar
· 8 years ago
d001648
rxrpc: Don't expose skbs to in-kernel users [ver #2]
by David Howells
· 8 years ago
4de48af
rxrpc: Pass struct socket * to more rxrpc kernel interface functions
by David Howells
· 8 years ago
8324f0b
rxrpc: Provide a way for AFS to ask for the peer address of a call
by David Howells
· 8 years ago
372ee16
rxrpc: Fix races between skb free, ACK generation and replying
by David Howells
· 8 years ago
0e119b4
rxrpc: Limit the listening backlog
by David Howells
· 9 years ago
dc44b3a
rxrpc: Differentiate local and remote abort codes in structs
by David Howells
· 9 years ago
2f02f7a
afs: Wait for outstanding async calls before closing rxrpc socket
by David Howells
· 9 years ago
eeb1bd5
net: Add a struct net parameter to sock_create_kern
by Eric W. Biederman
· 10 years ago
bfd4e95
AFS: afs_send_empty_reply() doesn't require an iovec array
by David Howells
· 10 years ago
2e90b1c
rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properly
by Al Viro
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
656f88d
AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*
by David Howells
· 11 years ago
150a6b4
AFS: Fix kafs module unloading
by Nathaniel Wesley Filardo
· 11 years ago
6cf1286
AFS: Part of afs_end_call() is identical to code elsewhere, so split it
by Nathaniel Wesley Filardo
· 11 years ago
6c67c7c
AFS: Fix cache manager service handlers
by David Howells
· 11 years ago
0594994
afs: don't use PREPARE_WORK
by Tejun Heo
· 11 years ago
c017386
afs: Remote abort can cause BUG in rxrpc code
by Anton Blanchard
· 13 years ago
0ad53ee
afs: add afs_wq and use it instead of the system workqueue
by Tejun Heo
· 14 years ago
bebf8cf
afs: destroy work queue on init failure
by Dan Carpenter
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
c1206a2
fs/afs/: possible cleanups
by Adrian Bunk
· 17 years ago
Next »