| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | Merge branch 'nfsd-next' of https://git.kernel.org/pub/scm/linux/kernel/git/c... | Mark Brown | 25 | -3967/+1431 |
| 4 days | svcrdma: Defer send context release to xpo_release_ctxt | Chuck Lever | 4 | -42/+79 |
| 4 days | svcrdma: Release write chunk resources without re-queuing | Chuck Lever | 1 | -10/+1 |
| 4 days | SUNRPC: Remove dead rpcsec_gss_krb5 definitions | Chuck Lever | 4 | -10/+6 |
| 4 days | SUNRPC: Remove redundant crypto Kconfig dependencies | Chuck Lever | 1 | -2/+0 |
| 4 days | SUNRPC: Remove per-enctype Kconfig options | Chuck Lever | 2 | -54/+14 |
| 4 days | SUNRPC: Remove dead code from rpcsec_gss_krb5 | Chuck Lever | 9 | -3336/+5 |
| 4 days | SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctx | Chuck Lever | 3 | -493/+3 |
| 4 days | SUNRPC: Remove encrypt/decrypt function pointers from enctype table | Chuck Lever | 3 | -22/+6 |
| 4 days | SUNRPC: Remove wrap/unwrap function pointers from enctype table | Chuck Lever | 2 | -21/+2 |
| 4 days | SUNRPC: Remove get_mic/verify_mic function pointers from enctype table | Chuck Lever | 2 | -18/+2 |
| 4 days | SUNRPC: Switch MIC token verification to crypto/krb5 | Chuck Lever | 1 | -13/+23 |
| 4 days | SUNRPC: Switch MIC token generation to crypto/krb5 | Chuck Lever | 3 | -12/+121 |
| 4 days | SUNRPC: Switch Camellia decrypt to crypto/krb5 | Chuck Lever | 1 | -2/+2 |
| 4 days | SUNRPC: Switch wrap token decryption to crypto/krb5 | Chuck Lever | 2 | -4/+57 |
| 4 days | SUNRPC: Switch wrap token encryption to crypto/krb5 | Chuck Lever | 3 | -6/+108 |
| 4 days | SUNRPC: Prepare crypto/krb5 encryption and checksum handles | Chuck Lever | 2 | -0/+49 |
| 4 days | SUNRPC: Add errno-to-GSS status conversion helper | Chuck Lever | 2 | -0/+26 |
| 4 days | SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlists | Chuck Lever | 1 | -0/+199 |
| 4 days | SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctx | Chuck Lever | 2 | -0/+10 |
| 4 days | SUNRPC: Add Kconfig dependency on CRYPTO_KRB5 | Chuck Lever | 1 | -0/+1 |
| 4 days | NFSD: Put cache get-reqs dump attrs under reply | Chuck Lever | 1 | -20/+6 |
| 4 days | sunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink command | Jeff Layton | 3 | -0/+45 |
| 4 days | nfsd: add netlink upcall for the svc_export cache | Jeff Layton | 2 | -11/+9 |
| 4 days | sunrpc: add netlink upcall for the auth.unix.gid cache | Jeff Layton | 3 | -0/+271 |
| 4 days | sunrpc: add netlink upcall for the auth.unix.ip cache | Jeff Layton | 3 | -0/+288 |
| 4 days | sunrpc: add a generic netlink family for cache upcalls | Jeff Layton | 5 | -1/+111 |
| 4 days | sunrpc: add helpers to count and snapshot pending cache requests | Jeff Layton | 1 | -0/+61 |
| 4 days | sunrpc: add a cache_notify callback | Jeff Layton | 1 | -0/+2 |
| 4 days | sunrpc: rename cache_pipe_upcall() to cache_do_upcall() | Jeff Layton | 1 | -4/+4 |
| 4 days | sunrpc: rename sunrpc_cache_pipe_upcall_timeout() | Jeff Layton | 3 | -5/+5 |
| 4 days | sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall() | Jeff Layton | 2 | -4/+4 |
| 4 days | sunrpc: skip svc_xprt_enqueue when transport is busy | Chuck Lever | 1 | -3/+10 |
| 4 days | sunrpc: skip svc_xprt_enqueue in svc_xprt_received when idle | Chuck Lever | 1 | -1/+13 |
| 4 days | sunrpc: skip svc_xprt_enqueue when no work is pending | Chuck Lever | 1 | -5/+20 |
| 5 days | Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -0/+3 |
| 10 days | sunrpc: prevent out-of-bounds read in __cache_seq_start() | Chuck Lever | 1 | -0/+3 |
| 2026-05-15 | Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -1/+1 |
| 2026-05-10 | sunrpc: start cache request seqno at 1 to fix netlink GET_REQS | Jeff Layton | 1 | -1/+1 |
| 2026-04-24 | Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 6 | -160/+289 |
| 2026-04-20 | Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 9 | -369/+724 |
| 2026-04-13 | xprtrdma: Post receive buffers after RPC completion | Chuck Lever | 1 | -5/+9 |
| 2026-04-13 | xprtrdma: Scale receive batch size with credit window | Chuck Lever | 3 | -2/+4 |
| 2026-04-13 | xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursor | Chuck Lever | 3 | -143/+179 |
| 2026-04-13 | xprtrdma: Decouple frwr_wp_create from frwr_map | Chuck Lever | 1 | -7/+50 |
| 2026-04-13 | xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slot | Chuck Lever | 2 | -1/+30 |
| 2026-04-13 | xprtrdma: Avoid 250 ms delay on backlog wakeup | Chuck Lever | 1 | -1/+1 |
| 2026-04-13 | xprtrdma: Close sendctx get/put race that can block a transport | Chuck Lever | 1 | -1/+16 |
| 2026-04-09 | kernfs: pass struct ns_common instead of const void * for namespace tags | Christian Brauner | 1 | -7/+10 |
| 2026-04-03 | svcrdma: Use contiguous pages for RDMA Read sink buffers | Chuck Lever | 1 | -0/+223 |
| 2026-04-03 | SUNRPC: Add svc_rqst_page_release() helper | Chuck Lever | 2 | -6/+3 |
| 2026-03-29 | svcrdma: Factor out WR chain linking into helper | Chuck Lever | 1 | -39/+28 |
| 2026-03-29 | svcrdma: Add Write chunk WRs to the RPC's Send WR chain | Chuck Lever | 2 | -23/+81 |
| 2026-03-29 | svcrdma: Clean up use of rdma->sc_pd->device | Chuck Lever | 1 | -9/+9 |
| 2026-03-29 | svcrdma: Clean up use of rdma->sc_pd->device in Receive paths | Chuck Lever | 1 | -6/+7 |
| 2026-03-29 | svcrdma: Add fair queuing for Send Queue access | Chuck Lever | 3 | -68/+135 |
| 2026-03-29 | SUNRPC: Optimize rq_respages allocation in svc_alloc_arg | Chuck Lever | 2 | -1/+8 |
| 2026-03-29 | SUNRPC: Track consumed rq_pages entries | Chuck Lever | 4 | -3/+11 |
| 2026-03-29 | svcrdma: preserve rq_next_page in svc_rdma_save_io_pages | Chuck Lever | 1 | -4/+2 |
| 2026-03-29 | SUNRPC: Handle NULL entries in svc_rqst_release_pages | Chuck Lever | 1 | -7/+13 |
| 2026-03-29 | SUNRPC: Allocate a separate Reply page array | Chuck Lever | 4 | -32/+54 |
| 2026-03-29 | SUNRPC: Tighten bounds checking in svc_rqst_replace_page | Chuck Lever | 1 | -4/+4 |
| 2026-03-29 | sunrpc: split cache_detail queue into request and reader lists | Jeff Layton | 1 | -84/+59 |
| 2026-03-29 | sunrpc: convert queue_wait from global to per-cache-detail waitqueue | Jeff Layton | 1 | -4/+3 |
| 2026-03-29 | sunrpc: convert queue_lock from global spinlock to per-cache-detail lock | Jeff Layton | 1 | -24/+23 |
| 2026-03-29 | sunrpc: Kill RPC_IFDEBUG() | Andy Shevchenko | 1 | -13/+14 |
| 2026-03-29 | SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG() | Ryota Sakamoto | 1 | -42/+51 |
| 2026-03-29 | sunrpc/cache: improve RCU safety in cache_list walking. | NeilBrown | 1 | -32/+28 |
| 2026-03-18 | Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -5/+21 |
| 2026-03-14 | sunrpc: fix cache_request leak in cache_release | Jeff Layton | 1 | -5/+21 |
| 2026-02-27 | xprtrdma: Decrement re_receiving on the early exit paths | Eric Badger | 1 | -3/+4 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 3 | -6/+3 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 14 | -31/+31 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 24 | -57/+56 |
| 2026-02-12 | Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2 | -2/+4 |
| 2026-02-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -71/+92 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-09 | SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path | Daniel Hodges | 1 | -0/+3 |
| 2026-02-09 | SUNRPC: Change list definition method | Chenguang Zhao | 1 | -2/+1 |
| 2026-01-28 | sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY | Jeff Layton | 1 | -9/+42 |
| 2026-01-28 | sunrpc: split new thread creation into a separate function | Jeff Layton | 1 | -28/+45 |
| 2026-01-28 | sunrpc: introduce the concept of a minimum number of threads per pool | Jeff Layton | 1 | -8/+37 |
| 2026-01-28 | sunrpc: track the max number of requested threads in a pool | Jeff Layton | 1 | -0/+1 |
| 2026-01-28 | sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads() | Jeff Layton | 1 | -46/+7 |
| 2026-01-28 | sunrpc: split svc_set_num_threads() into two functions | Jeff Layton | 1 | -15/+53 |
| 2026-01-28 | svcrdma: use bvec-based RDMA read/write API | Chuck Lever | 1 | -69/+86 |
| 2026-01-28 | RDMA/core: add rdma_rw_max_sge() helper for SQ sizing | Chuck Lever | 1 | -2/+6 |
| 2026-01-26 | SUNRPC: auth_gss: fix memory leaks in XDR decoding error paths | Chuck Lever | 1 | -18/+64 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2025-12-24 | Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2 | -3/+7 |
| 2025-12-12 | Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -9/+34 |
| 2025-12-08 | svcrdma: bound check rq_pages index in inline path | Joshua Rogers | 1 | -0/+3 |
| 2025-12-08 | svcrdma: return 0 on success from svc_rdma_copy_inline_range | Joshua Rogers | 1 | -1/+1 |
| 2025-12-08 | svcrdma: use rc_pageoff for memcpy byte offset | Joshua Rogers | 1 | -1/+1 |
| 2025-12-08 | SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr... | Joshua Rogers | 1 | -1/+2 |
| 2025-12-06 | Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2 | -21/+60 |
| 2025-12-05 | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -15/+12 |
| 2025-11-23 | SUNRPC: new helper function for stopping backchannel server | Olga Kornievskaia | 1 | -0/+16 |
| 2025-11-23 | SUNRPC: cleanup common code in backchannel request | Olga Kornievskaia | 2 | -9/+18 |
| 2025-11-17 | convert rpc_pipefs | Al Viro | 1 | -15/+12 |
| 2025-11-16 | sunrpc: allocate a separate bvec array for socket sends | Jeff Layton | 1 | -7/+48 |
| 2025-11-16 | SUNRPC: Improve "fragment too large" warning | Chuck Lever | 1 | -3/+4 |
| 2025-11-16 | svcrdma: Release transport resources synchronously | Chuck Lever | 1 | -11/+8 |
| 2025-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
| 2025-11-12 | Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -2/+1 |
| 2025-11-10 | Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it" | Chuck Lever | 1 | -2/+1 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 2 | -3/+4 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 3 | -5/+5 |
| 2025-10-06 | Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 6 | -20/+42 |
| 2025-10-01 | SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it | Eric Biggers | 1 | -1/+2 |
| 2025-09-30 | sunrpc: unexport rpc_malloc() and rpc_free() | Jeff Layton | 1 | -2/+0 |
| 2025-09-23 | SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio() | Anna Schumaker | 1 | -4/+4 |
| 2025-09-23 | SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio() | Anna Schumaker | 1 | -5/+5 |
| 2025-09-23 | SUNRPC: Remove redundant __GFP_NOWARN | Qianfeng Rong | 2 | -2/+2 |
| 2025-09-23 | SUNRPC: Move the svc_rpcb_cleanup() call sites | Chuck Lever | 2 | -2/+6 |
| 2025-09-23 | sunrpc: add a Kconfig option to redirect dfprintk() output to trace buffer | Jeff Layton | 1 | -0/+14 |
| 2025-09-21 | sunrpc: fix "occurence"->"occurrence" | Xichao Zhao | 1 | -1/+1 |
| 2025-09-21 | SUNRPC: Move the svc_rpcb_cleanup() call sites | Chuck Lever | 2 | -2/+6 |
| 2025-09-21 | nfsd: unregister with rpcbind when deleting a transport | Olga Kornievskaia | 2 | -0/+15 |
| 2025-09-21 | sunrpc: eliminate return pointer in svc_tcp_sendmsg() | Jeff Layton | 1 | -13/+8 |
| 2025-09-21 | sunrpc: fix pr_notice in svc_tcp_sendto() to show correct length | Jeff Layton | 1 | -2/+2 |
| 2025-09-21 | sunrpc: delay pc_release callback until after the reply is sent | Jeff Layton | 1 | -3/+14 |
| 2025-09-21 | sunrpc: fix null pointer dereference on zero-length checksum | Lei Lu | 1 | -1/+1 |
| 2025-09-06 | SUNRPC: call xs_sock_process_cmsg for all cmsg | Justin Worrell | 1 | -3/+3 |
| 2025-09-06 | Revert "SUNRPC: Don't allow waiting for exiting tasks" | Trond Myklebust | 1 | -2/+0 |
| 2025-08-11 | Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -8/+35 |
| 2025-08-09 | Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -122/+32 |
| 2025-08-06 | sunrpc: fix handling of server side tls alerts | Olga Kornievskaia | 1 | -8/+35 |
| 2025-08-03 | sunrpc: fix client side handling of tls alerts | Olga Kornievskaia | 1 | -10/+30 |
| 2025-07-28 | Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -422/+157 |
| 2025-07-28 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-22 | SUNRPC: Silence warnings about parameters not being described | Trond Myklebust | 1 | -2/+2 |
| 2025-07-14 | SUNRPC: Remove unused xdr functions | Dr. David Alan Gilbert | 1 | -110/+0 |
| 2025-07-14 | sunrpc: make svc_tcp_sendmsg() take a signed sentp pointer | Jeff Layton | 1 | -3/+2 |
| 2025-07-14 | sunrpc: return better error in svcauth_gss_accept() on alloc failure | Jeff Layton | 1 | -1/+2 |
| 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-07-14 | sunrpc: unexport csum_partial_copy_to_xdr | Christoph Hellwig | 1 | -1/+0 |
| 2025-07-14 | sunrpc: simplify xdr_partial_copy_from_skb | Christoph Hellwig | 1 | -101/+56 |
| 2025-07-14 | sunrpc: simplify xdr_init_encode_pages | Christoph Hellwig | 1 | -7/+4 |
| 2025-07-02 | rpc_create_client_dir(): return 0 or -E... | Al Viro | 2 | -28/+20 |
| 2025-07-02 | rpc_create_client_dir(): don't bother with rpc_populate() | Al Viro | 1 | -18/+7 |
| 2025-07-02 | rpc_new_dir(): the last argument is always NULL | Al Viro | 1 | -9/+6 |
| 2025-07-02 | rpc_pipe: expand the calls of rpc_mkdir_populate() | Al Viro | 1 | -41/+22 |
| 2025-07-02 | rpc_gssd_dummy_populate(): don't bother with rpc_populate() | Al Viro | 1 | -44/+11 |
| 2025-07-02 | rpc_mkpipe_dentry(): switch to simple_start_creating() | Al Viro | 1 | -54/+29 |
| 2025-07-02 | rpc_pipe: saner primitive for creating regular files | Al Viro | 1 | -25/+36 |
| 2025-07-02 | rpc_pipe: saner primitive for creating subdirectories | Al Viro | 1 | -28/+39 |
| 2025-07-02 | rpc_pipe: don't overdo directory locking | Al Viro | 1 | -35/+9 |
| 2025-07-02 | rpc_mkpipe_dentry(): saner calling conventions | Al Viro | 2 | -23/+13 |
| 2025-07-02 | rpc_unlink(): saner calling conventions | Al Viro | 2 | -10/+8 |
| 2025-07-02 | rpc_populate(): lift cleanup into callers | Al Viro | 1 | -66/+5 |
| 2025-07-02 | rpc_unlink(): use simple_recursive_removal() | Al Viro | 1 | -20/+4 |
| 2025-07-02 | rpc_{rmdir_,}depopulate(): use simple_recursive_removal() instead | Al Viro | 1 | -41/+3 |
| 2025-07-02 | rpc_pipe: clean failure exits in fill_super | Al Viro | 1 | -51/+16 |
| 2025-06-23 | sunrpc: fix loop in gss seqno cache | Nikhil Jha | 1 | -1/+1 |
| 2025-06-21 | Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -14/+3 |
| 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-06-11 | devpts, sunrpc, hostfs: don't bother with ->d_op | Al Viro | 1 | -1/+1 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 2 | -2/+2 |
| 2025-06-03 | Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 4 | -37/+50 |
| 2025-05-28 | SUNRPC: Remove dead code from xs_tcp_tls_setup_socket() | Chuck Lever | 1 | -11/+0 |
| 2025-05-28 | SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls | Chuck Lever | 1 | -0/+5 |
| 2025-05-28 | Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 9 | -93/+74 |
| 2025-05-26 | Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -6/+6 |
| 2025-05-19 | sunrpc: don't immediately retransmit on seqno miss | Nikhil Jha | 1 | -2/+7 |
| 2025-05-19 | sunrpc: implement rfc2203 rpcsec_gss seqnum cache | Nikhil Jha | 2 | -24/+38 |
| 2025-05-15 | svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pages | Chuck Lever | 1 | -3/+13 |
| 2025-05-15 | svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages | Chuck Lever | 1 | -2/+6 |
| 2025-05-15 | sunrpc: Adjust size of socket's receive page array dynamically | Chuck Lever | 1 | -2/+6 |
| 2025-05-15 | SUNRPC: Remove svc_fill_write_vector() | Chuck Lever | 1 | -40/+0 |
| 2025-05-15 | SUNRPC: Export xdr_buf_to_bvec() | Chuck Lever | 1 | -0/+1 |
| 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 | 2 | -4/+10 |
| 2025-05-15 | sunrpc: Replace the rq_pages array with dynamically-allocated memory | Chuck Lever | 3 | -24/+19 |
| 2025-05-15 | sunrpc: Remove backchannel check in svc_init_buffer() | Chuck Lever | 1 | -4/+0 |
| 2025-05-15 | svcrdma: Reduce the number of rdma_rw contexts per-QP | Chuck Lever | 1 | -6/+8 |
| 2025-05-11 | svcrdma: Unregister the device if svc_rdma_accept() fails | Chuck Lever | 1 | -0/+1 |
| 2025-05-11 | sunrpc: allow SOMAXCONN backlogged TCP connections | Jeff Layton | 1 | -1/+1 |
| 2025-05-11 | sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepoint | Jeff Layton | 1 | -0/+1 |
| 2025-05-11 | sunrpc: fix race in cache cleanup causing stale nextcheck time | Long Li | 1 | -8/+7 |
| 2025-05-11 | sunrpc: update nextcheck time when adding new cache entries | Long Li | 1 | -0/+2 |
| 2025-04-26 | Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -5/+1 |
| 2025-04-26 | Revert "sunrpc: clean cache_detail immediately when flush is written frequently" | Chuck Lever | 1 | -5/+1 |
| 2025-04-08 | Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS | NeilBrown | 1 | -6/+6 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2025-04-02 | Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 5 | -13/+250 |
| 2025-03-31 | Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 4 | -153/+7 |
| 2025-03-28 | SUNRPC: Don't allow waiting for exiting tasks | Trond Myklebust | 1 | -0/+2 |
| 2025-03-26 | Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-26 | SUNRPC: rpc_clnt_set_transport() must not change the autobind setting | Trond Myklebust | 1 | -3/+0 |
| 2025-03-26 | SUNRPC: rpcbind should never reset the port to the value '0' | Trond Myklebust | 1 | -2/+3 |
| 2025-03-21 | NFS: Treat ENETUNREACH errors as fatal in containers | Trond Myklebust | 1 | -8/+22 |
| 2025-03-21 | sunrpc: Add a sysfs file for one-step xprt deletion | Anna Schumaker | 1 | -0/+46 |
| 2025-03-21 | sunrpc: Add a sysfs file for adding a new xprt | Anna Schumaker | 2 | -0/+75 |