| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-06 | Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -3/+14 |
| 2025-09-23 | SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio() | Anna Schumaker | 1 | -5/+5 |
| 2025-09-23 | SUNRPC: Move the svc_rpcb_cleanup() call sites | Chuck Lever | 1 | -1/+0 |
| 2025-09-21 | SUNRPC: Move the svc_rpcb_cleanup() call sites | Chuck Lever | 1 | -1/+0 |
| 2025-09-21 | sunrpc: delay pc_release callback until after the reply is sent | Jeff Layton | 1 | -3/+14 |
| 2025-07-14 | sunrpc: reset rq_accept_statp when starting a new RPC | Jeff Layton | 1 | -0/+3 |
| 2025-07-14 | sunrpc: remove SVC_SYSERR | Jeff Layton | 1 | -8/+0 |
| 2025-07-14 | sunrpc: fix handling of unknown auth status codes | Jeff Layton | 1 | -1/+2 |
| 2025-07-14 | sunrpc: new tracepoints around svc thread wakeups | Jeff Layton | 1 | -2/+4 |
| 2025-06-19 | sunrpc: handle SVC_GARBAGE during svc auth processing as auth error | Jeff Layton | 1 | -9/+2 |
| 2025-06-12 | SUNRPC: Cleanup/fix initial rq_pages allocation | Benjamin Coddington | 1 | -5/+1 |
| 2025-05-15 | SUNRPC: Remove svc_fill_write_vector() | Chuck Lever | 1 | -40/+0 |
| 2025-05-15 | NFSD: De-duplicate the svc_fill_write_vector() call sites | Chuck Lever | 1 | -2/+2 |
| 2025-05-15 | sunrpc: Replace the rq_bvec array with dynamically-allocated memory | Chuck Lever | 1 | -0/+7 |
| 2025-05-15 | sunrpc: Replace the rq_pages array with dynamically-allocated memory | Chuck Lever | 1 | -14/+17 |
| 2025-05-15 | sunrpc: Remove backchannel check in svc_init_buffer() | Chuck Lever | 1 | -4/+0 |
| 2025-01-25 | mm: alloc_pages_bulk: rename API | Luiz Capitulino | 1 | -2/+2 |
| 2024-09-30 | sunrpc: fix prog selection loop in svc_process_common | NeilBrown | 1 | -7/+4 |
| 2024-09-23 | SUNRPC: replace program list with program array | NeilBrown | 1 | -29/+39 |
| 2024-09-20 | sunrpc: allow svc threads to fail initialisation cleanly | NeilBrown | 1 | -0/+10 |
| 2024-09-20 | sunrpc: merge svc_rqst_alloc() into svc_prepare_thread() | NeilBrown | 1 | -18/+7 |
| 2024-09-20 | sunrpc: don't take ->sv_lock when updating ->sv_nrthreads. | NeilBrown | 1 | -6/+0 |
| 2024-09-20 | sunrpc: change sp_nrthreads from atomic_t to unsigned int. | NeilBrown | 1 | -20/+11 |
| 2024-09-20 | sunrpc: document locking rules for svc_exit_thread() | NeilBrown | 1 | -0/+14 |
| 2024-09-01 | SUNRPC: make various functions static, or not exported. | NeilBrown | 1 | -23/+25 |
| 2024-07-19 | sunrpc: avoid -Wformat-security warning | Arnd Bergmann | 1 | -1/+1 |
| 2024-07-08 | sunrpc: refactor pool_mode setting code | Jeff Layton | 1 | -21/+64 |
| 2024-07-08 | sunrpc: fix up the special handling of sv_nrpools == 1 | Jeff Layton | 1 | -19/+7 |
| 2024-06-21 | SUNRPC: Fix backchannel reply, again | Chuck Lever | 1 | -1/+4 |
| 2024-05-06 | sunrpc: removed redundant procp check | Aleksandr Aprelkov | 1 | -2/+0 |
| 2024-03-01 | SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc() | Chuck Lever | 1 | -1/+0 |
| 2024-03-01 | sunrpc: pass in the sv_stats struct through svc_create_pooled | Josef Bacik | 1 | -5/+7 |
| 2024-03-01 | sunrpc: don't change ->sv_stats if it doesn't exist | Josef Bacik | 1 | -9/+18 |
| 2024-01-29 | NFSv4.1: Assign the right value for initval and retries for rpc timeout | Samasth Norway Ananda | 1 | -2/+2 |
| 2024-01-10 | Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -1/+10 |
| 2024-01-07 | SUNRPC: discard sv_refcnt, and svc_get/svc_put | NeilBrown | 1 | -9/+4 |
| 2024-01-07 | SUNRPC: Remove RQ_SPLICE_OK | Chuck Lever | 1 | -2/+0 |
| 2024-01-04 | NFSv4.1: Use the nfs_client's rpc timeouts for backchannel | Benjamin Coddington | 1 | -1/+10 |
| 2023-10-16 | SUNRPC: Remove BUG_ON call sites | Chuck Lever | 1 | -4/+5 |
| 2023-10-16 | SUNRPC: change the back-channel queue to lwq | NeilBrown | 1 | -2/+1 |
| 2023-10-16 | SUNRPC: discard sp_lock | NeilBrown | 1 | -5/+5 |
| 2023-10-16 | SUNRPC: change sp_nrthreads to atomic_t | NeilBrown | 1 | -17/+20 |
| 2023-10-16 | SUNRPC: use lwq for sp_sockets - renamed to sp_xprts | NeilBrown | 1 | -1/+1 |
| 2023-10-16 | SUNRPC: only have one thread waking up at a time | NeilBrown | 1 | -8/+6 |
| 2023-10-16 | SUNRPC: change service idle list to be an llist | NeilBrown | 1 | -7/+7 |
| 2023-10-16 | SUNRPC: discard SP_CONGESTED | NeilBrown | 1 | -1/+0 |
| 2023-10-16 | SUNRPC: add list of idle threads | NeilBrown | 1 | -5/+9 |
| 2023-10-16 | SUNRPC: change how svc threads are asked to exit. | NeilBrown | 1 | -22/+21 |
| 2023-10-16 | SUNRPC: integrate back-channel processing with svc_recv() | NeilBrown | 1 | -1/+1 |
| 2023-10-16 | SUNRPC: Clean up bc_svc_process() | Chuck Lever | 1 | -26/+12 |
| 2023-08-31 | Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+2 |
| 2023-08-29 | SUNRPC: Remove return value of svc_pool_wake_idle_thread() | NeilBrown | 1 | -6/+2 |
| 2023-08-29 | SUNRPC: Clean up svc_set_num_threads | Chuck Lever | 1 | -35/+25 |
| 2023-08-29 | SUNRPC: Count ingress RPC messages per svc_pool | Chuck Lever | 1 | -0/+2 |
| 2023-08-29 | SUNRPC: Deduplicate thread wake-up code | Chuck Lever | 1 | -0/+34 |
| 2023-08-29 | SUNRPC: Add enum svc_auth_status | Chuck Lever | 1 | -1/+5 |
| 2023-08-29 | SUNRPC: remove timeout arg from svc_recv() | NeilBrown | 1 | -2/+0 |
| 2023-08-29 | SUNRPC: call svc_process() from svc_recv(). | NeilBrown | 1 | -1/+0 |
| 2023-08-23 | SUNRPC: kmap() the xdr pages during decode | Anna Schumaker | 1 | -0/+2 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+5 |
| 2023-06-23 | net: convert sunrpc from pagevec to folio_batch | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2023-06-17 | SUNRPC: Address RCU warning in net/sunrpc/svc.c | Chuck Lever | 1 | -2/+6 |
| 2023-06-17 | SUNRPC: Use sysfs_emit in place of strlcpy/sprintf | Azeem Shaikh | 1 | -5/+5 |
| 2023-06-05 | SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer() | Chuck Lever | 1 | -16/+7 |
| 2023-05-14 | SUNRPC: Fix trace_svc_register() call site | Chuck Lever | 1 | -1/+1 |
| 2023-05-03 | SUNRPC: Fix encoding of accepted but unsuccessful RPC replies | Chuck Lever | 1 | -6/+11 |
| 2023-04-27 | SUNRPC: Be even lazier about releasing pages | Chuck Lever | 1 | -0/+3 |
| 2023-04-26 | SUNRPC: Convert svc_xprt_release() to the release_pages() API | Chuck Lever | 1 | -6/+5 |
| 2023-04-26 | SUNRPC: Relocate svc_free_res_pages() | Chuck Lever | 1 | -0/+19 |
| 2023-04-26 | SUNRPC: Ignore return value of ->xpo_sendto | Chuck Lever | 1 | -6/+7 |
| 2023-04-26 | NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor() | Chuck Lever | 1 | -1/+14 |
| 2023-03-08 | SUNRPC: Fix a server shutdown leak | Benjamin Coddington | 1 | -1/+5 |
| 2023-02-20 | SUNRPC: Replace pool stats with per-CPU variables | Chuck Lever | 1 | -0/+12 |
| 2023-02-20 | SUNRPC: Use per-CPU counters to tally server RPC counts | Chuck Lever | 1 | -1/+1 |
| 2023-02-20 | SUNRPC: Set rq_accept_statp inside ->accept methods | Chuck Lever | 1 | -2/+0 |
| 2023-02-20 | SUNRPC: Refactor RPC server dispatch method | Chuck Lever | 1 | -5/+5 |
| 2023-02-20 | SUNRPC: Final clean-up of svc_process_common() | Chuck Lever | 1 | -8/+6 |
| 2023-02-20 | SUNRPC: Convert RPC Reply header encoding to use xdr_stream | Chuck Lever | 1 | -25/+25 |
| 2023-02-20 | SUNRPC: Hoist init_encode out of svc_authenticate() | Chuck Lever | 1 | -0/+2 |
| 2023-02-20 | SUNRPC: Move svcxdr_init_encode() into ->accept methods | Chuck Lever | 1 | -4/+2 |
| 2023-02-20 | SUNRPC: Push svcxdr_init_encode() into svc_process_common() | Chuck Lever | 1 | -0/+1 |
| 2023-02-20 | SUNRPC: Remove the rpc_stat variable in svc_process_common() | Chuck Lever | 1 | -13/+11 |
| 2023-02-20 | SUNRPC: Hoist svcxdr_init_decode() into svc_process() | Chuck Lever | 1 | -11/+17 |
| 2023-02-20 | SUNRPC: Remove svc_process_common's argv parameter | Chuck Lever | 1 | -5/+5 |
| 2023-02-20 | SUNRPC: Decode most of RPC header with xdr_stream | Chuck Lever | 1 | -11/+9 |
| 2023-02-20 | SUNRPC: Eliminate unneeded variable | Chuck Lever | 1 | -4/+4 |
| 2023-02-20 | SUNRPC: Re-order construction of the first reply fields | Chuck Lever | 1 | -7/+3 |
| 2023-02-20 | SUNRPC: Hoist init_decode out of svc_authenticate() | Chuck Lever | 1 | -0/+1 |
| 2023-02-20 | SUNRPC: Move svcxdr_init_decode() into ->accept methods | Chuck Lever | 1 | -1/+0 |
| 2023-02-20 | SUNRPC: Push svcxdr_init_decode() into svc_process_common() | Chuck Lever | 1 | -0/+1 |
| 2023-01-10 | Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -3/+3 |
| 2023-01-06 | Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" | Chuck Lever | 1 | -3/+3 |
| 2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 1 | -1/+1 |
| 2022-12-10 | SUNRPC: Make the svc_authenticate tracepoint conditional | Chuck Lever | 1 | -2/+1 |
| 2022-11-28 | SUNRPC: Remove unused svc_rqst::rq_lock field | Chuck Lever | 1 | -1/+0 |
| 2022-09-26 | SUNRPC: Clarify comment that documents svc_max_payload() | Chuck Lever | 1 | -2/+6 |
| 2022-09-26 | SUNRPC: Parametrize how much of argsize should be zeroed | Chuck Lever | 1 | -1/+1 |
| 2022-09-26 | SUNRPC: Optimize svc_process() | Chuck Lever | 1 | -13/+11 |
| 2022-05-23 | SUNRPC: Use RMW bitops in single-threaded hot paths | Chuck Lever | 1 | -3/+3 |
| 2022-05-19 | SUNRPC: Simplify synopsis of svc_pool_for_cpu() | Chuck Lever | 1 | -6/+12 |
| 2022-02-28 | NFSD: Move svc_serv_ops::svo_function into struct svc_serv | Chuck Lever | 1 | -11/+26 |
| 2022-02-28 | NFSD: Remove svc_serv_ops::svo_module | Chuck Lever | 1 | -2/+0 |
| 2022-02-28 | SUNRPC: Remove svc_shutdown_net() | Chuck Lever | 1 | -6/+0 |
| 2022-02-28 | SUNRPC: Rename svc_close_xprt() | Chuck Lever | 1 | -1/+1 |
| 2022-02-28 | SUNRPC: Remove svo_shutdown method | Chuck Lever | 1 | -3/+0 |
| 2021-12-13 | lockd: use svc_set_num_threads() for thread start and stop | NeilBrown | 1 | -2/+1 |
| 2021-12-13 | SUNRPC: always treat sv_nrpools==1 as "not pooled" | NeilBrown | 1 | -25/+29 |
| 2021-12-13 | SUNRPC: move the pool_map definitions (back) into svc.c | NeilBrown | 1 | -6/+25 |
| 2021-12-13 | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync() | NeilBrown | 1 | -47/+2 |
| 2021-12-13 | SUNRPC: use sv_lock to protect updates to sv_nrthreads. | NeilBrown | 1 | -2/+7 |
| 2021-12-13 | SUNRPC: stop using ->sv_nrthreads as a refcount | NeilBrown | 1 | -11/+11 |
| 2021-12-13 | SUNRPC/NFSD: clean up get/put functions. | NeilBrown | 1 | -14/+5 |
| 2021-10-12 | SUNRPC: De-duplicate .pc_release() call sites | Chuck Lever | 1 | -15/+7 |
| 2021-10-12 | SUNRPC: Simplify the SVC dispatch code path | Chuck Lever | 1 | -49/+2 |
| 2021-10-02 | NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() | Chuck Lever | 1 | -5/+6 |
| 2021-09-04 | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -28/+11 |
| 2021-08-20 | SUNRPC: Server-side disconnect injection | Chuck Lever | 1 | -0/+8 |
| 2021-08-17 | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency() | Chuck Lever | 1 | -0/+15 |
| 2021-08-17 | SUNRPC: Add svc_rqst_replace_page() API | Chuck Lever | 1 | -0/+21 |
| 2021-08-10 | SUNRPC: Eliminate the RQ_AUTHERR flag | Chuck Lever | 1 | -20/+4 |
| 2021-08-10 | SUNRPC: Set rq_auth_stat in the pg_authenticate() callout | Chuck Lever | 1 | -3/+1 |
| 2021-08-10 | SUNRPC: Add svc_rqst::rq_auth_stat | Chuck Lever | 1 | -8/+9 |
| 2021-04-23 | SUNRPC: Fix null pointer dereference in svc_rqst_free() | Yunjian Wang | 1 | -1/+2 |
| 2021-03-06 | sunrpc: fix refcount leak for rpc auth modules | Daniel Kobras | 1 | -2/+4 |
| 2021-01-25 | SUNRPC: Correct a comment | Chuck Lever | 1 | -1/+1 |
| 2020-11-30 | SUNRPC: Prepare for xdr_stream-style decoding on the server-side | Chuck Lever | 1 | -0/+5 |
| 2020-11-30 | SUNRPC: Rename svc_encode_read_payload() | Chuck Lever | 1 | -5/+6 |
| 2020-05-21 | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco... | J. Bruce Fields | 1 | -15/+4 |
| 2020-05-18 | SUNRPC: Trace server-side rpcbind registration events | Chuck Lever | 1 | -15/+4 |
| 2020-05-11 | sunrpc: add missing newline when printing parameter 'pool_mode' by sysfs | Xiongfeng Wang | 1 | -5/+5 |
| 2020-03-16 | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends | Chuck Lever | 1 | -4/+0 |
| 2020-03-16 | nfsd: Fix NFSv4 READ on RDMA when using readv | Chuck Lever | 1 | -0/+16 |
| 2019-10-30 | SUNRPC: Trace gssproxy upcall results | Chuck Lever | 1 | -0/+2 |
| 2019-09-25 | sunrpc: clean up indentation issue | Colin Ian King | 1 | -2/+2 |
| 2019-07-18 | SUNRPC: Fix up backchannel slot table accounting | Trond Myklebust | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-24 | SUNRPC: Allow further customisation of RPC program registration | Trond Myklebust | 1 | -31/+54 |
| 2019-04-24 | SUNRPC: Clean up generic dispatcher code | Trond Myklebust | 1 | -28/+47 |
| 2019-04-24 | SUNRPC: Add a callback to initialise server requests | Trond Myklebust | 1 | -37/+76 |
| 2019-04-24 | SUNRPC/nfs: Fix return value for nfs4_callback_compound() | Trond Myklebust | 1 | -5/+22 |
| 2019-02-13 | SUNRPC: Remove rpc_xprt::tsh_size | Chuck Lever | 1 | -15/+4 |
| 2018-12-27 | sunrpc: make visible processing error in bc_svc_process() | Vasily Averin | 1 | -2/+2 |
| 2018-12-27 | sunrpc: remove unused xpo_prep_reply_hdr callback | Vasily Averin | 1 | -0/+11 |
| 2018-12-27 | sunrpc: use-after-free in svc_process_common() | Vasily Averin | 1 | -4/+5 |
| 2018-08-09 | NFSD: Handle full-length symlinks | Chuck Lever | 1 | -42/+25 |
| 2018-08-09 | NFSD: Refactor the generic write vector fill helper | Chuck Lever | 1 | -7/+4 |
| 2018-04-03 | NFSD: Clean up legacy NFS SYMLINK argument XDR decoders | Chuck Lever | 1 | -0/+67 |
| 2018-04-03 | NFSD: Clean up legacy NFS WRITE argument XDR decoders | Chuck Lever | 1 | -0/+42 |
| 2018-04-03 | sunrpc: Re-purpose trace_svc_process | Chuck Lever | 1 | -6/+3 |
| 2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
| 2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -2/+2 |
| 2017-10-18 | sunrpc: Convert timers to use timer_setup() | Kees Cook | 1 | -1/+1 |
| 2017-08-24 | sunrpc: Const-ify struct sv_serv_ops | Chuck Lever | 1 | -3/+3 |
| 2017-06-28 | sunrpc: Disable splice for krb5i | Chuck Lever | 1 | -1/+1 |
| 2017-05-15 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 1 | -2/+2 |
| 2017-05-15 | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 1 | -1/+1 |
| 2017-05-15 | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 1 | -1/+1 |
| 2017-05-15 | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 1 | -4/+2 |
| 2017-05-15 | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 1 | -3/+6 |
| 2017-05-15 | sunrpc: properly type pc_release callbacks | Christoph Hellwig | 1 | -4/+4 |
| 2017-05-15 | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 1 | -1/+1 |
| 2017-04-27 | NFSv4: Fix callback server shutdown | Trond Myklebust | 1 | -0/+38 |
| 2017-04-27 | SUNRPC: Refactor svc_set_num_threads() | Trond Myklebust | 1 | -38/+58 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2017-02-28 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+23 |
| 2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
| 2017-02-24 | sunrpc: don't register UDP port with rpcbind when version needs congestion co... | Jeff Layton | 1 | -0/+7 |
| 2017-02-24 | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton | 1 | -0/+15 |
| 2017-02-24 | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton | 1 | -1/+1 |
| 2016-11-30 | svcauth_gss: Close connection when dropping an incoming message | Chuck Lever | 1 | -5/+9 |
| 2016-09-19 | SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create() | Trond Myklebust | 1 | -0/+17 |
| 2016-07-11 | NFS: Don't drop CB requests with invalid principals | Chuck Lever | 1 | -0/+5 |
| 2016-07-11 | svc: Avoid garbage replies when pc_func() returns rpc_drop_reply | Chuck Lever | 1 | -1/+2 |
| 2015-12-07 | SUNRPC: Fix callback channel | Trond Myklebust | 1 | -0/+12 |
| 2015-11-23 | nfs4: limit callback decoding to received bytes | Benjamin Coddington | 1 | -0/+1 |
| 2015-11-02 | SUNRPC: Remove the TCP-only restriction in bc_svc_process() | Chuck Lever | 1 | -5/+0 |
| 2015-08-10 | nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun... | Jeff Layton | 1 | -18/+36 |
| 2015-08-10 | nfsd/sunrpc: move pool_mode definitions into svc.h | Jeff Layton | 1 | -24/+7 |
| 2015-08-10 | nfsd/sunrpc: move sv_module parm into sv_ops | Jeff Layton | 1 | -5/+3 |
| 2015-08-10 | nfsd/sunrpc: move sv_function into sv_ops | Jeff Layton | 1 | -5/+3 |
| 2015-08-10 | nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it | Jeff Layton | 1 | -9/+9 |
| 2015-07-02 | Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -8/+28 |
| 2015-06-05 | SUNRPC: Fix a backchannel race | Trond Myklebust | 1 | -1/+5 |
| 2015-06-05 | SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_task | Trond Myklebust | 1 | -2/+1 |
| 2015-06-03 | SUNRPC: Move EXPORT_SYMBOL for svc_process | Chuck Lever | 1 | -1/+1 |
| 2015-06-02 | SUNRPC: Clean up bc_send() | Chuck Lever | 1 | -8/+25 |
| 2015-01-23 | sunrpc/lockd: fix references to the BKL | Jeff Layton | 1 | -2/+2 |
| 2014-12-09 | sunrpc: convert to lockless lookup of queued server threads | Jeff Layton | 1 | -3/+4 |
| 2014-12-09 | sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it | Jeff Layton | 1 | -4/+6 |
| 2014-12-09 | sunrpc: require svc_create callers to pass in meaningful shutdown routine | Jeff Layton | 1 | -3/+0 |
| 2014-12-09 | sunrpc: move rq_splice_ok flag into rq_flags | Jeff Layton | 1 | -1/+1 |
| 2014-12-09 | sunrpc: move rq_dropme flag into rq_flags | Jeff Layton | 1 | -2/+2 |
| 2014-12-09 | sunrpc: move rq_usedeferral flag to rq_flags | Jeff Layton | 1 | -1/+1 |
| 2014-12-09 | Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch | J. Bruce Fields | 1 | -10/+13 |
| 2014-12-01 | sunrpc: release svc_pool_map reference when serv allocation fails | Jeff Layton | 1 | -5/+7 |
| 2014-11-24 | sunrpc: eliminate RPC_DEBUG | Jeff Layton | 1 | -1/+1 |
| 2014-11-24 | sunrpc: add some tracepoints in svc_rqst handling functions | Jeff Layton | 1 | -9/+12 |
| 2014-10-29 | SUNRPC: off by one in BUG_ON() | Dan Carpenter | 1 | -1/+1 |
| 2014-08-17 | SUNRPC: get rid of the request wait queue | Trond Myklebust | 1 | -2/+0 |
| 2014-06-23 | SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok | Kinglong Mee | 1 | -2/+2 |