| Age | Commit message (Expand) | Author | Files | Lines |
| 8 days | Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 7 | -93/+349 |
| 2026-06-10 | xprtrdma: Return sendctx slot after Send preparation failure | Chuck Lever | 3 | -5/+42 |
| 2026-06-10 | xprtrdma: Repost Receive buffers for malformed replies | Chuck Lever | 1 | -3/+5 |
| 2026-06-10 | xprtrdma: Sanitize the reply credit grant after parsing | Chuck Lever | 1 | -4/+8 |
| 2026-06-10 | xprtrdma: Fix bcall rep leak and unbounded peek | Chris Mason | 1 | -1/+3 |
| 2026-06-10 | xprtrdma: Resize reply buffers before reposting receives | Chuck Lever | 1 | -1/+30 |
| 2026-06-10 | xprtrdma: Check frwr_wp_create() during connect | Chuck Lever | 1 | -1/+11 |
| 2026-06-10 | xprtrdma: Initialize re_id before removal registration | Chris Mason | 1 | -1/+1 |
| 2026-06-10 | xprtrdma: Fix ep kref imbalance on ADDR_CHANGE | Chris Mason | 1 | -3/+11 |
| 2026-06-10 | xprtrdma: Convert send buffer free list to llist | Chuck Lever | 2 | -22/+18 |
| 2026-06-09 | svcrdma: wake sq waiters when the transport closes | Chuck Lever | 4 | -10/+36 |
| 2026-06-09 | sunrpc: wait for in-flight TLS handshake callback when cancel loses race | Chuck Lever | 1 | -0/+4 |
| 2026-06-09 | sunrpc: pin svc_xprt across the asynchronous TLS handshake callback | Chris Mason | 1 | -0/+6 |
| 2026-06-09 | sunrpc: harden rq_procinfo lifecycle to prevent double-free | Luxiao Xu | 1 | -0/+10 |
| 2026-06-09 | SUNRPC: Return an error from xdr_buf_to_bvec() on overflow | Chuck Lever | 2 | -7/+18 |
| 2026-06-09 | SUNRPC: Bound-check xdr_buf_to_bvec() stores before writing | Chuck Lever | 1 | -5/+9 |
| 2026-06-09 | Revert "svcrdma: Use contiguous pages for RDMA Read sink buffers" | Chuck Lever | 1 | -223/+0 |
| 2026-06-09 | svcrdma: Defer send context release to xpo_release_ctxt | Chuck Lever | 4 | -42/+79 |
| 2026-06-09 | svcrdma: Release write chunk resources without re-queuing | Chuck Lever | 1 | -10/+1 |
| 2026-06-09 | SUNRPC: Remove dead rpcsec_gss_krb5 definitions | Chuck Lever | 4 | -10/+6 |
| 2026-06-09 | SUNRPC: Remove redundant crypto Kconfig dependencies | Chuck Lever | 1 | -2/+0 |
| 2026-06-09 | SUNRPC: Remove per-enctype Kconfig options | Chuck Lever | 2 | -54/+14 |
| 2026-06-09 | SUNRPC: Remove dead code from rpcsec_gss_krb5 | Chuck Lever | 9 | -3336/+5 |
| 2026-06-09 | SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctx | Chuck Lever | 3 | -493/+3 |
| 2026-06-09 | SUNRPC: Remove encrypt/decrypt function pointers from enctype table | Chuck Lever | 3 | -22/+6 |
| 2026-06-09 | SUNRPC: Remove wrap/unwrap function pointers from enctype table | Chuck Lever | 2 | -21/+2 |
| 2026-06-09 | SUNRPC: Remove get_mic/verify_mic function pointers from enctype table | Chuck Lever | 2 | -18/+2 |
| 2026-06-09 | SUNRPC: Switch MIC token verification to crypto/krb5 | Chuck Lever | 1 | -13/+23 |
| 2026-06-09 | SUNRPC: Switch MIC token generation to crypto/krb5 | Chuck Lever | 3 | -12/+121 |
| 2026-06-09 | SUNRPC: Switch Camellia decrypt to crypto/krb5 | Chuck Lever | 1 | -2/+2 |
| 2026-06-09 | SUNRPC: Switch wrap token decryption to crypto/krb5 | Chuck Lever | 2 | -4/+57 |
| 2026-06-09 | SUNRPC: Switch wrap token encryption to crypto/krb5 | Chuck Lever | 3 | -6/+108 |
| 2026-06-09 | SUNRPC: Prepare crypto/krb5 encryption and checksum handles | Chuck Lever | 2 | -0/+49 |
| 2026-06-09 | SUNRPC: Add errno-to-GSS status conversion helper | Chuck Lever | 2 | -0/+26 |
| 2026-06-09 | SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlists | Chuck Lever | 1 | -0/+199 |
| 2026-06-09 | SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctx | Chuck Lever | 2 | -0/+10 |
| 2026-06-09 | SUNRPC: Add Kconfig dependency on CRYPTO_KRB5 | Chuck Lever | 1 | -0/+1 |
| 2026-06-08 | sunrpc: fix uninitialized xprt_create_args structure | Hongling Zeng | 1 | -1/+1 |
| 2026-06-08 | xprtrdma: Remove tautological I2 assertion in rpcrdma_reply_put | Chuck Lever | 1 | -4/+0 |
| 2026-06-08 | xprtrdma: Fix I3 invariant comment in rpcrdma_complete_rqst | Chuck Lever | 1 | -2/+2 |
| 2026-06-08 | xprtrdma: Document and assert reply-handler invariants | Chuck Lever | 3 | -4/+84 |
| 2026-06-08 | xprtrdma: Clear receive-side ownership pointers on release | Chuck Lever | 2 | -2/+14 |
| 2026-06-08 | xprtrdma: Add request-pool slack for delayed recycling | Chuck Lever | 1 | -1/+20 |
| 2026-06-08 | xprtrdma: Decouple req recycling from RPC completion | Chuck Lever | 5 | -41/+97 |
| 2026-06-08 | xprtrdma: Use sendctx DMA state for Send signaling | Chuck Lever | 2 | -10/+14 |
| 2026-06-08 | xprtrdma: Move long delayed work on system_dfl_long_wq | Marco Crivellari | 1 | -1/+2 |
| 2026-06-08 | sunrpc: Fix error handling in rpc_sysfs_xprt_switch_add_xprt_store() | Hongling Zeng | 1 | -1/+1 |
| 2026-06-01 | NFSD: Put cache get-reqs dump attrs under reply | Chuck Lever | 1 | -20/+6 |
| 2026-06-01 | sunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink command | Jeff Layton | 3 | -0/+45 |
| 2026-06-01 | nfsd: add netlink upcall for the svc_export cache | Jeff Layton | 2 | -11/+9 |
| 2026-06-01 | sunrpc: add netlink upcall for the auth.unix.gid cache | Jeff Layton | 3 | -0/+271 |
| 2026-06-01 | sunrpc: add netlink upcall for the auth.unix.ip cache | Jeff Layton | 3 | -0/+288 |
| 2026-06-01 | sunrpc: add a generic netlink family for cache upcalls | Jeff Layton | 5 | -1/+111 |
| 2026-06-01 | sunrpc: add helpers to count and snapshot pending cache requests | Jeff Layton | 1 | -0/+61 |
| 2026-06-01 | sunrpc: add a cache_notify callback | Jeff Layton | 1 | -0/+2 |
| 2026-06-01 | sunrpc: rename cache_pipe_upcall() to cache_do_upcall() | Jeff Layton | 1 | -4/+4 |
| 2026-06-01 | sunrpc: rename sunrpc_cache_pipe_upcall_timeout() | Jeff Layton | 3 | -5/+5 |
| 2026-06-01 | sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall() | Jeff Layton | 2 | -4/+4 |
| 2026-06-01 | sunrpc: skip svc_xprt_enqueue when transport is busy | Chuck Lever | 1 | -3/+10 |
| 2026-06-01 | sunrpc: skip svc_xprt_enqueue in svc_xprt_received when idle | Chuck Lever | 1 | -1/+13 |
| 2026-06-01 | sunrpc: skip svc_xprt_enqueue when no work is pending | Chuck Lever | 1 | -5/+20 |
| 2026-05-26 | Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -0/+3 |
| 2026-05-21 | 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 |