index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
/
svc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
sunrpc: Const-ify struct sv_serv_ops
Chuck Lever
2017-08-24
1
-3
/
+3
*
sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst
Chuck Lever
2017-07-12
1
-1
/
+1
*
Merge tag 'v4.12-rc5' into nfsd tree
J. Bruce Fields
2017-06-28
1
-1
/
+2
|
\
|
*
nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"
J. Bruce Fields
2017-05-16
1
-1
/
+2
*
|
sunrpc: mark all struct svc_version instances as const
Christoph Hellwig
2017-05-15
1
-1
/
+1
*
|
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
2017-05-15
1
-2
/
+2
*
|
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
2017-05-15
1
-1
/
+1
*
|
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
2017-05-15
1
-1
/
+2
*
|
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
2017-05-15
1
-1
/
+2
*
|
sunrpc: properly type pc_release callbacks
Christoph Hellwig
2017-05-15
1
-1
/
+2
*
|
sunrpc: properly type pc_func callbacks
Christoph Hellwig
2017-05-15
1
-2
/
+2
|
/
*
NFSv4: Fix callback server shutdown
Trond Myklebust
2017-04-27
1
-0
/
+1
*
nfsd: check for oversized NFSv2/v3 arguments
J. Bruce Fields
2017-04-25
1
-2
/
+1
*
nfs/nfsd/sunrpc: enforce transport requirements for NFSv4
Jeff Layton
2017-02-24
1
-0
/
+3
*
sunrpc: turn bitfield flags in svc_version into bools
Jeff Layton
2017-02-24
1
-4
/
+5
*
SUNRPC: Add a server side per-connection limit
Trond Myklebust
2016-07-13
1
-0
/
+1
*
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
*
nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...
Jeff Layton
2015-08-10
1
-0
/
+3
*
nfsd/sunrpc: move pool_mode definitions into svc.h
Jeff Layton
2015-08-10
1
-0
/
+25
*
nfsd/sunrpc: abstract out svc_set_num_threads to sv_ops
Jeff Layton
2015-08-10
1
-0
/
+3
*
nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation
Jeff Layton
2015-08-10
1
-0
/
+3
*
nfsd/sunrpc: move sv_module parm into sv_ops
Jeff Layton
2015-08-10
1
-3
/
+6
*
nfsd/sunrpc: move sv_function into sv_ops
Jeff Layton
2015-08-10
1
-8
/
+3
*
nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it
Jeff Layton
2015-08-10
1
-10
/
+10
*
sunrpc/lockd: fix references to the BKL
Jeff Layton
2015-01-23
1
-1
/
+1
*
sunrpc: convert to lockless lookup of queued server threads
Jeff Layton
2014-12-09
1
-2
/
+2
*
sunrpc: fix potential races in pool_stats collection
Jeff Layton
2014-12-09
1
-3
/
+3
*
sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
Jeff Layton
2014-12-09
1
-0
/
+2
*
sunrpc: convert sp_task_pending flag to use atomic bitops
Jeff Layton
2014-12-09
1
-1
/
+3
*
sunrpc: move rq_cachetype field to better optimize space
Jeff Layton
2014-12-09
1
-1
/
+1
*
sunrpc: move rq_splice_ok flag into rq_flags
Jeff Layton
2014-12-09
1
-3
/
+3
*
sunrpc: move rq_dropme flag into rq_flags
Jeff Layton
2014-12-09
1
-1
/
+1
*
sunrpc: move rq_usedeferral flag to rq_flags
Jeff Layton
2014-12-09
1
-1
/
+1
*
sunrpc: move rq_local field to rq_flags
Jeff Layton
2014-12-09
1
-1
/
+1
*
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
2014-12-09
1
-2
/
+2
*
SUNRPC: get rid of the request wait queue
Trond Myklebust
2014-08-17
1
-1
/
+0
*
SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok
Kinglong Mee
2014-06-23
1
-2
/
+2
*
nfsd4: better reservation of head space for krb5
J. Bruce Fields
2014-05-30
1
-6
/
+5
*
nfsd4: allow encoding across page boundaries
J. Bruce Fields
2014-05-30
1
-0
/
+1
*
SUNRPC: track whether a request is coming from a loop-back interface.
NeilBrown
2014-05-22
1
-0
/
+1
*
SUNRPC/NFSD: Support a new option for ignoring the result of svc_register
Kinglong Mee
2014-01-03
1
-1
/
+3
*
sunrpc: fix some typos
Weng Meiling
2013-12-10
1
-1
/
+1
*
svcrpc: remove unused rq_resused
J. Bruce Fields
2013-08-30
1
-1
/
+0
*
sunrpc: Fix lockd sleeping until timeout
Andriy Skulysh
2013-01-23
1
-0
/
+1
*
nfsd4: cleanup: replace rq_resused count by rq_next_page pointer
J. Bruce Fields
2012-12-17
1
-3
/
+3
*
SUNRPC: service request network namespace helper introduced
Stanislav Kinsbursky
2012-07-27
1
-0
/
+2
*
nfsd4: move rq_flavor into svc_cred
J. Bruce Fields
2012-05-31
1
-1
/
+0
*
SUNRPC: new svc_bind() routine introduced
Stanislav Kinsbursky
2012-05-31
1
-0
/
+1
*
Lockd: per-net up and down routines introduced
Stanislav Kinsbursky
2012-02-15
1
-0
/
+2
*
SUNRPC: unregister service on creation in current network namespace
Stanislav Kinsbursky
2012-01-31
1
-4
/
+5
[next]