index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
clnt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Add API to force the client to disconnect
Trond Myklebust
2022-10-06
1
-0
/
+14
*
SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC calls
Trond Myklebust
2022-10-06
1
-0
/
+37
*
SUNRPC: Fix races with rpc_killall_tasks()
Trond Myklebust
2022-10-06
1
-4
/
+2
*
SUNRPC: Directly use ida_alloc()/free()
Bo Liu
2022-10-03
1
-2
/
+2
*
Revert "SUNRPC: Remove unreachable error condition"
Dan Aloni
2022-09-08
1
-0
/
+3
*
SUNRPC: RPC level errors should set task->tk_rpc_status
Trond Myklebust
2022-08-19
1
-1
/
+1
*
SUNRPC: Don't reuse bvec on retransmission of the request
Trond Myklebust
2022-07-27
1
-1
/
+0
*
SUNRPC create a function that probes only offline transports
Olga Kornievskaia
2022-07-25
1
-0
/
+65
*
SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
Olga Kornievskaia
2022-07-25
1
-21
/
+31
*
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
Olga Kornievskaia
2022-07-25
1
-1
/
+15
*
SUNRPC enable back offline transports in trunking discovery
Olga Kornievskaia
2022-07-25
1
-0
/
+14
*
SUNRPC create an iterator to list only OFFLINE xprts
Olga Kornievskaia
2022-07-25
1
-2
/
+9
*
SUNRPC add function to offline remove trunkable transports
Olga Kornievskaia
2022-07-25
1
-0
/
+46
*
SUNRPC: Fail faster on bad verifier
Chuck Lever
2022-07-23
1
-1
/
+1
*
sunrpc: set cl_max_connect when cloning an rpc_clnt
Scott Mayhew
2022-06-07
1
-0
/
+1
*
SUNRPC: Ensure that the gssproxy client can start in a connected state
Trond Myklebust
2022-05-07
1
-0
/
+33
*
Revert "SUNRPC: Ensure gss-proxy connects on setup"
Trond Myklebust
2022-05-07
1
-3
/
+0
*
SUNRPC: Ensure gss-proxy connects on setup
Trond Myklebust
2022-04-29
1
-0
/
+3
*
SUNRPC release the transport of a relocated task with an assigned transport
Olga Kornievskaia
2022-04-22
1
-4
/
+7
*
SUNRPC: Handle allocation failure in rpc_new_task()
Trond Myklebust
2022-04-07
1
-0
/
+7
*
SUNRPC: Handle low memory situations in call_status()
Trond Myklebust
2022-04-07
1
-0
/
+5
*
SUNRPC: Handle ENOMEM in call_transmit_status()
Trond Myklebust
2022-04-07
1
-0
/
+2
*
SUNRPC: handle malloc failure in ->request_prepare
NeilBrown
2022-03-29
1
-3
/
+3
*
SUNRPC don't resend a task on an offlined transport
Olga Kornievskaia
2022-03-24
1
-1
/
+3
*
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
2022-03-13
1
-0
/
+2
*
SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
NeilBrown
2022-03-13
1
-2
/
+0
*
SUNRPC/auth: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
1
-0
/
+3
*
SUNRPC: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-25
1
-1
/
+1
*
SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
Olga Kornievskaia
2022-01-13
1
-1
/
+4
*
sunrpc: remove unnecessary test in rpc_task_set_client()
Thiago Rafael Becker
2021-10-20
1
-18
/
+15
*
SUNRPC enforce creation of no more than max_connect xprts
Olga Kornievskaia
2021-08-27
1
-0
/
+9
*
SUNRPC keep track of number of transports to unique addresses
Olga Kornievskaia
2021-08-27
1
-1
/
+1
*
SUNRPC: Convert rpc_client refcount to use refcount_t
Trond Myklebust
2021-08-09
1
-12
/
+10
*
SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCs
Chuck Lever
2021-08-09
1
-1
/
+14
*
SUNRPC: Refactor rpc_ping()
Chuck Lever
2021-08-09
1
-11
/
+13
*
sunrpc: remove an offlined xprt using sysfs
Olga Kornievskaia
2021-07-08
1
-0
/
+24
*
SUNRPC mark the first transport
Olga Kornievskaia
2021-07-08
1
-0
/
+1
*
sunrpc: add a symlink from rpc-client directory to the xprt_switch
Olga Kornievskaia
2021-07-08
1
-1
/
+1
*
sunrpc: Create per-rpc_clnt sysfs kobjects
Olga Kornievskaia
2021-07-08
1
-0
/
+5
*
SUNRPC in case of backlog, hand free slots directly to waiting task
NeilBrown
2021-05-20
1
-7
/
+0
*
sunrpc: Fix misplaced barrier in call_decode
Baptiste Lepers
2021-05-01
1
-6
/
+5
*
SUNRPC: Move fault injection call sites
Chuck Lever
2021-04-14
1
-1
/
+0
*
SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()
Trond Myklebust
2020-12-02
1
-4
/
+1
*
SUNRPC: Clean up call_bind_status() observability
Chuck Lever
2020-09-21
1
-14
/
+6
*
SUNRPC: Remove dprintk call site in call_decode
Chuck Lever
2020-09-21
1
-2
/
+0
*
SUNRPC: Trace call_refresh events
Chuck Lever
2020-09-21
1
-6
/
+3
*
SUNRPC: Add trace_rpc_timeout_status()
Chuck Lever
2020-09-21
1
-1
/
+1
*
SUNRPC: Replace connect dprintk call sites with a tracepoint
Chuck Lever
2020-09-21
1
-4
/
+0
*
SUNRPC: Remove dprintk call site in call_start()
Chuck Lever
2020-09-21
1
-4
/
+0
*
SUNRPC: Remove the dprint_status() macro
Chuck Lever
2020-09-21
1
-30
/
+1
[next]