- 3f70116e Merge 5.10.115 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 8 months ago
- 70d25d4 Revert "SUNRPC: attempt AF_LOCAL connect on setup" by Trond Myklebust · 2 years, 9 months ago
- 5dadf63 Merge 5.10.111 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 9 months ago
- 95f4203 Merge 5.10.110 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 9 months ago
- b3c00be SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() by Trond Myklebust · 2 years, 9 months ago
- 9a45e08 SUNRPC: Handle low memory situations in call_status() by Trond Myklebust · 2 years, 9 months ago
- 132cbe2 SUNRPC: Handle ENOMEM in call_transmit_status() by Trond Myklebust · 2 years, 9 months ago
- 7a506fa SUNRPC: Fix socket waits for write buffer space by Trond Myklebust · 2 years, 10 months ago
- 4b6f122 SUNRPC: remove scheduling boost for "SWAPPER" tasks. by NeilBrown · 2 years, 10 months ago
- f4fc47e SUNRPC/xprt: async tasks mustn't block waiting for memory by NeilBrown · 2 years, 10 months ago
- f9244d3 SUNRPC/call_alloc: async tasks mustn't block waiting for memory by NeilBrown · 2 years, 10 months ago
- b7b4301 SUNRPC: avoid race between mod_timer() and del_timer_sync() by NeilBrown · 2 years, 10 months ago
- 79553fa Merge 5.10.102 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 11 months ago
- 1e7433f xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create by Dan Aloni · 3 years ago
- 0b4470b Merge 5.10.96 into android12-5.10-lts by Greg Kroah-Hartman · 3 years ago
- abae88f fsnotify: fix fsnotify hooks in pseudo filesystems by Amir Goldstein · 3 years ago
- f45f895 Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years ago
- d483eed ANDROID: GKI: set vfs-only exports into their own namespace by Greg Kroah-Hartman · 4 years, 7 months ago
- d41f4d4 SUNRPC: Partial revert of commit 6f9f17287e78 by Trond Myklebust · 3 years, 6 months ago
- f3492c4 nfsd: don't alloc under spinlock in rpc_parse_scope_id by J. Bruce Fields · 3 years, 4 months ago
- 9aac782 SUNRPC: fix sign error causing rpcsec_gss drops by J. Bruce Fields · 3 years, 4 months ago
- c53c68c rpc: fix gss_svc_init cleanup on failure by J. Bruce Fields · 3 years, 5 months ago
- f02ab9d sunrpc: Fix return value of get_srcport() by Anna Schumaker · 3 years, 6 months ago
- 21a2be1 SUNRPC query transport's source port by Olga Kornievskaia · 3 years, 7 months ago
- f19abe0 SUNRPC/xprtrdma: Fix reconnection locking by Trond Myklebust · 3 years, 6 months ago
- f3d3016 SUNRPC: Fix potential memory corruption by Trond Myklebust · 3 years, 6 months ago
- b8eace7 SUNRPC: prevent port reuse on transports which don't request it. by NeilBrown · 3 years, 7 months ago
- cbcbfb0 SUNRPC: Should wake up the privileged task firstly. by Zhang Xiaoxu · 3 years, 7 months ago
- 30f5608 SUNRPC: Fix the batch tasks count wraparound. by Zhang Xiaoxu · 3 years, 7 months ago
- 899b513 SUNRPC: More fixes for backlog congestion by Trond Myklebust · 3 years, 8 months ago
- 5343fcf SUNRPC in case of backlog, hand free slots directly to waiting task by NeilBrown · 3 years, 8 months ago
- 60bb2ce sunrpc: Fix misplaced barrier in call_decode by Baptiste Lepers · 3 years, 9 months ago
- 04dad2c xprtrdma: rpcrdma_mr_pop() already does list_del_init() by Chuck Lever · 3 years, 9 months ago
- eddae8b xprtrdma: Fix cwnd update ordering by Chuck Lever · 3 years, 9 months ago
- 89a31bf xprtrdma: Avoid Receive Queue wrapping by Chuck Lever · 3 years, 9 months ago
- 0a9decf SUNRPC: fix ternary sign expansion bug in tracing by Dan Carpenter · 3 years, 9 months ago
- 4f86a0a SUNRPC: Handle major timeout in xprt_adjust_timeout() by Chris Dion · 3 years, 9 months ago
- 8efd19bf SUNRPC: Remove trace_xprt_transmit_queued by Chuck Lever · 3 years, 10 months ago
- 7b90607 SUNRPC: Move fault injection call sites by Chuck Lever · 3 years, 10 months ago
- 5fb71b2 rpc: fix NULL dereference on kmalloc failure by J. Bruce Fields · 3 years, 11 months ago
- cb14e99 sunrpc: fix refcount leak for rpc auth modules by Daniel Kobras · 3 years, 11 months ago
- c221962 svcrdma: disable timeouts on rdma backchannel by Timo Rothenpieler · 3 years, 11 months ago
- 800369d NFSD: Repair misuse of sv_lock in 5.10.16-rt30. by Joe Korty · 3 years, 11 months ago
- faa48b2 SUNRPC: Set memalloc_nofs_save() for sync tasks by Benjamin Coddington · 3 years, 11 months ago
- 426b8fb svcrdma: Hold private mutex while invoking rdma_accept() by Chuck Lever · 4 years ago
- 518416a SUNRPC: Handle 0 length opaque XDR object data properly by Dave Wysochanski · 4 years ago
- eda725f SUNRPC: Move simple_get_bytes and simple_get_netobj into private header by Dave Wysochanski · 4 years ago
- 8e08162 SUNRPC: Fix NFS READs that start at non-page-aligned offsets by Chuck Lever · 4 years ago
- 00ee972 SUNRPC: Handle TCP socket sends with kernel_sendpage() again by Chuck Lever · 4 years, 1 month ago
- f0cd3fb net: sunrpc: interpret the return value of kstrtou32 correctly by j.nixdorf@avm.de · 4 years ago
- 35f71f3 xprtrdma: Fix XDRBUF_SPARSE_PAGES support by Chuck Lever · 4 years, 1 month ago
- c02c1df sunrpc: fix xs_read_xdr_buf for partial pages receive by Dan Aloni · 4 years, 1 month ago
- 7941ee4 net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs' by Fedor Tokarev · 4 years, 3 months ago
- c1e628f SUNRPC: xprt_load_transport() needs to support the netid "rdma6" by Trond Myklebust · 4 years, 2 months ago
- d1296ac SUNRPC: rpc_wake_up() should wake up tasks in the correct order by Trond Myklebust · 4 years, 3 months ago
- ae29750 net/sunrpc: fix useless comparison in proc_do_xprt() by Dan Carpenter · 4 years, 2 months ago
- d435c05 net/sunrpc: return 0 on attempt to write to "transports" by Dan Carpenter · 4 years, 2 months ago
- 24717cf Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 3 months ago
- 59f0e7e Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 3 months ago
- d48c812 SUNRPC: fix copying of multiple pages in gss_read_proxy_verf() by Martijn de Gouw · 4 years, 3 months ago
- 27a1e8a sunrpc: raise kernel RPC channel buffer size by Roberto Bergantinos Corpas · 4 years, 3 months ago
- c327a31 svcrdma: fix bounce buffers for unaligned offsets and multiple pages by Dan Aloni · 4 years, 3 months ago
- c09f56b net/sunrpc: Fix return value for sysctl sunrpc.transports by Artur Molchanov · 4 years, 3 months ago
- 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
- 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
- c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- e6ac0ac SUNRPC: Add an xdr_align_data() function by Anna Schumaker · 4 years, 9 months ago
- 84ce182 SUNRPC: Add the ability to expand holes in data pages by Anna Schumaker · 11 years ago
- 43f0f08 SUNRPC: Split out _shift_data_right_tail() by Anna Schumaker · 4 years, 8 months ago
- 06216ec SUNRPC: Split out xdr_realign_pages() from xdr_align_pages() by Anna Schumaker · 4 years, 9 months ago
- cf1f08c SUNRPC: Implement a xdr_page_pos() function by Anna Schumaker · 4 years, 9 months ago
- f7d61ee SUNRPC: Split out a function for setting current page by Anna Schumaker · 10 years ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- 0aa99c4 sunrpc: simplify do_cache_clean by J. Bruce Fields · 4 years, 4 months ago
- 9dbc1f4 sunrpc: cache : Replace seq_printf with seq_puts by Xu Wang · 4 years, 4 months ago
- 403217f SUNRPC/NFSD: Implement xdr_reserve_space_vec() by Anna Schumaker · 4 years, 5 months ago
- 1cc5213 net: sunrpc: delete repeated words by Randy Dunlap · 4 years, 5 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
- ed38c33 xprtrdma: drop double zeroing by Julia Lawall · 4 years, 4 months ago
- 0bdd4ce Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients by Alexander A. Klimov · 4 years, 6 months ago
- 5589cc4 SUNRPC: Remove remaining dprintks from sched.c by Chuck Lever · 4 years, 6 months ago
- 721a1d3 SUNRPC: Remove dprintk call sites in RPC queuing functions by Chuck Lever · 4 years, 6 months ago
- 1466c22 SUNRPC: Clean up RPC scheduler tracepoints by Chuck Lever · 4 years, 6 months ago
- c3adcc7 SUNRPC: Replace rpcbind dprintk call sites with tracepoints by Chuck Lever · 4 years, 6 months ago
- 1e66498 SUNRPC: Remove more dprintks in rpcb_clnt.c by Chuck Lever · 4 years, 6 months ago
- 15a798d SUNRPC: Remove dprintk call sites in rpcbind XDR functions by Chuck Lever · 4 years, 6 months ago
- ac1ae53 SUNRPC: Hoist trace_xprtrdma_op_setport into generic code by Chuck Lever · 4 years, 6 months ago
- e465cc3 SUNRPC: Remove rpcb_getport_async dprintk call sites by Chuck Lever · 4 years, 6 months ago
- 42ebfc2 SUNRPC: Clean up call_bind_status() observability by Chuck Lever · 4 years, 6 months ago
- fd66e2a SUNRPC: Remove dprintk call site in call_decode by Chuck Lever · 4 years, 6 months ago
- 7c8099f SUNRPC: Trace call_refresh events by Chuck Lever · 4 years, 6 months ago
- 914cdcc SUNRPC: Add trace_rpc_timeout_status() by Chuck Lever · 4 years, 6 months ago
- 6f9f172 SUNRPC: Mitigate cond_resched() in xprt_transmit() by Chuck Lever · 4 years, 6 months ago
- db0a86c SUNRPC: Replace connect dprintk call sites with a tracepoint by Chuck Lever · 4 years, 6 months ago
- 0ec36cc SUNRPC: Remove dprintk call site in call_start() by Chuck Lever · 4 years, 6 months ago
- 6387039 SUNRPC: Remove the dprint_status() macro by Chuck Lever · 4 years, 6 months ago
- 015747d SUNRPC: Replace dprintk() call site in xs_nospace() by Chuck Lever · 4 years, 6 months ago
- 9ce07ae SUNRPC: Replace dprintk() call site in xprt_prepare_transmit by Chuck Lever · 4 years, 6 months ago
- 09d2ba0 SUNRPC: Update debugging instrumentation in xprt_do_reserve() by Chuck Lever · 4 years, 6 months ago
- 7806948 SUNRPC: Remove debugging instrumentation from xprt_release by Chuck Lever · 4 years, 6 months ago