Age | Commit message (Expand) | Author |
2021-09-04 | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2021-08-17 | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency() | Chuck Lever |
2021-08-17 | SUNRPC: Add svc_rqst_replace_page() API | Chuck Lever |
2021-08-10 | SUNRPC: Eliminate the RQ_AUTHERR flag | Chuck Lever |
2021-08-10 | SUNRPC: Add svc_rqst::rq_auth_stat | Chuck Lever |
2021-03-22 | NFSD: Extract the svcxdr_init_encode() helper | Chuck Lever |
2021-01-25 | SUNRPC: Make trace_svc_process() display the RPC procedure symbolically | Chuck Lever |
2020-11-30 | SUNRPC: Prepare for xdr_stream-style decoding on the server-side | Chuck Lever |
2020-11-30 | SUNRPC: Rename svc_encode_read_payload() | Chuck Lever |
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 |
2020-05-20 | SUNRPC: Refactor svc_recvfrom() | Chuck Lever |
2020-05-08 | nfsd: clients don't need to break their own delegations | J. Bruce Fields |
2020-03-16 | nfsd: Fix NFSv4 READ on RDMA when using readv | Chuck Lever |
2020-03-16 | sunrpc: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2019-04-24 | SUNRPC: Allow further customisation of RPC program registration | Trond Myklebust |
2019-04-24 | SUNRPC: Add a callback to initialise server requests | Trond Myklebust |
2019-04-24 | SUNRPC/nfs: Fix return value for nfs4_callback_compound() | Trond Myklebust |
2018-12-27 | sunrpc: replace svc_serv->sv_bc_xprt by boolean flag | Vasily Averin |
2018-12-27 | sunrpc: use-after-free in svc_process_common() | Vasily Averin |
2018-08-09 | NFSD: Handle full-length symlinks | Chuck Lever |
2018-08-09 | NFSD: Refactor the generic write vector fill helper | Chuck Lever |
2018-04-03 | NFSD: Clean up legacy NFS SYMLINK argument XDR decoders | Chuck Lever |
2018-04-03 | NFSD: Clean up legacy NFS WRITE argument XDR decoders | Chuck Lever |
2018-04-03 | svc: Report xprt dequeue latency | Chuck Lever |
2018-04-03 | sunrpc: Report per-RPC execution stats | Chuck Lever |
2017-11-18 | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-11-07 | SUNRPC: Improve ordering of transport processing | Trond Myklebust |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-24 | sunrpc: Const-ify struct sv_serv_ops | Chuck Lever |
2017-07-12 | sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst | Chuck Lever |
2017-06-28 | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields |
2017-05-16 | nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments" | J. Bruce Fields |
2017-05-15 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig |
2017-05-15 | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig |
2017-05-15 | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig |
2017-05-15 | sunrpc: properly type pc_encode callbacks | Christoph Hellwig |
2017-05-15 | sunrpc: properly type pc_decode callbacks | Christoph Hellwig |
2017-05-15 | sunrpc: properly type pc_release callbacks | Christoph Hellwig |
2017-05-15 | sunrpc: properly type pc_func callbacks | Christoph Hellwig |
2017-04-27 | NFSv4: Fix callback server shutdown | Trond Myklebust |
2017-04-25 | nfsd: check for oversized NFSv2/v3 arguments | J. Bruce Fields |
2017-02-24 | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton |
2017-02-24 | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton |
2016-07-13 | SUNRPC: Add a server side per-connection limit | Trond Myklebust |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov |
2015-08-10 | nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun... | Jeff Layton |
2015-08-10 | nfsd/sunrpc: move pool_mode definitions into svc.h | Jeff Layton |
2015-08-10 | nfsd/sunrpc: abstract out svc_set_num_threads to sv_ops | Jeff Layton |
2015-08-10 | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation | Jeff Layton |
2015-08-10 | nfsd/sunrpc: move sv_module parm into sv_ops | Jeff Layton |