index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4callback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfsd: document callback_wq serialization of callback code
J. Bruce Fields
2019-11-08
1
-0
/
+6
*
nfsd: mark cb path down on unknown errors
J. Bruce Fields
2019-11-08
1
-0
/
+1
*
nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()
Trond Myklebust
2019-11-08
1
-9
/
+58
*
nfsd: minor 4.1 callback cleanup
Trond Myklebust
2019-11-08
1
-10
/
+20
*
nfsd: Remove unnecessary NULL checks
J. Bruce Fields
2019-08-16
1
-20
/
+15
*
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-05-15
1
-4
/
+5
|
\
|
*
nfsd: update callback done processing
Scott Mayhew
2019-05-03
1
-4
/
+5
*
|
Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2019-05-09
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
SUNRPC: Cache cred of process creating the rpc_client
Trond Myklebust
2019-04-26
1
-0
/
+1
|
*
SUNRPC: Fix up task signalling
Trond Myklebust
2019-04-25
1
-2
/
+2
*
|
nfsd: Don't release the callback slot unless it was actually held
Trond Myklebust
2019-04-08
1
-1
/
+7
|
/
*
Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-03-12
1
-2
/
+2
|
\
|
*
nfsd: fix an IS_ERR() vs NULL check
Dan Carpenter
2019-02-06
1
-2
/
+2
*
|
NFS: Remove print_overflow_msg()
Chuck Lever
2019-02-13
1
-13
/
+0
|
/
*
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-12-19
1
-11
/
+5
*
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
NeilBrown
2018-12-19
1
-8
/
+4
*
SUNRPC: remove uid and gid from struct auth_cred
NeilBrown
2018-12-19
1
-4
/
+2
*
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
NeilBrown
2018-12-19
1
-1
/
+12
*
NFSD CB_OFFLOAD xdr
Olga Kornievskaia
2018-09-25
1
-0
/
+98
*
nfsd: Remove callback_cred
Chuck Lever
2018-08-22
1
-20
/
+0
*
nfsd: Use correct credential for NFSv4.0 callback with GSS
Chuck Lever
2018-08-22
1
-1
/
+8
*
nfsd: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-09
1
-0
/
+1
*
nfsd: use correct enum type in decode_cb_op_status
Stefan Agner
2018-04-03
1
-2
/
+2
*
nfsd: Fix a memory scribble in the callback channel
Trond Myklebust
2017-07-17
1
-3
/
+3
*
nfsd4: const-ify nfs_cb_version4
Christoph Hellwig
2017-05-15
1
-1
/
+1
*
sunrpc: mark all struct rpc_procinfo instances as const
Christoph Hellwig
2017-05-15
1
-1
/
+1
*
sunrpc: move p_count out of struct rpc_procinfo
Christoph Hellwig
2017-05-15
1
-1
/
+3
*
nfsd: fix decoder callback prototypes
Christoph Hellwig
2017-05-15
1
-4
/
+7
*
nfsd: fix encoder callback prototypes
Christoph Hellwig
2017-05-15
1
-5
/
+8
*
nfsd/callback: Drop a useless data copy when comparing sessionid
Kinglong Mee
2017-02-17
1
-7
/
+3
*
nfsd/callback: skip the callback tag
Kinglong Mee
2017-02-17
1
-0
/
+1
*
nfsd/callback: Cleanup callback cred on shutdown
Kinglong Mee
2017-02-17
1
-0
/
+8
*
nfsd: update workqueue creation
J. Bruce Fields
2016-11-14
1
-1
/
+1
*
nfsd: plumb in a CB_NOTIFY_LOCK operation
Jeff Layton
2016-09-26
1
-0
/
+57
*
nfsd: eliminate cb_minorversion field
Jeff Layton
2016-09-16
1
-4
/
+3
*
nfsd4/rpc: move backchannel create logic into rpc code
J. Bruce Fields
2016-06-15
1
-17
/
+1
*
nfsd: don't base cl_cb_status on stale information
J. Bruce Fields
2015-12-23
1
-0
/
+4
*
nfsd: constify nfsd4_callback_ops structure
Julia Lawall
2015-11-23
1
-1
/
+1
*
nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errors
Kinglong Mee
2015-08-13
1
-35
/
+87
*
nfsd: Update callback sequnce id only CB_SEQUENCE success
Kinglong Mee
2015-06-04
1
-2
/
+12
*
nfsd: Reset cb_status in nfsd4_cb_prepare() at retrying
Kinglong Mee
2015-06-04
1
-0
/
+1
*
nfsd: skip CB_NULL probes for 4.1 or later
Christoph Hellwig
2015-05-04
1
-0
/
+9
*
nfsd: fix callback restarts
Christoph Hellwig
2015-05-04
1
-29
/
+23
*
nfsd: split transport vs operation errors for callbacks
Christoph Hellwig
2015-05-04
1
-36
/
+24
*
nfsd: implement pNFS layout recalls
Christoph Hellwig
2015-02-02
1
-0
/
+99
*
nfsd: Fix slot wake up race in the nfsv4.1 callback code
Trond Myklebust
2014-11-19
1
-2
/
+6
*
nfsd: eliminate "to_delegation" define
Jeff Layton
2014-10-01
1
-4
/
+1
*
nfsd: introduce nfsd4_callback_ops
Christoph Hellwig
2014-09-26
1
-62
/
+29
*
nfsd: split nfsd4_callback initialization and use
Christoph Hellwig
2014-09-26
1
-8
/
+6
*
nfsd: introduce a generic nfsd4_cb
Christoph Hellwig
2014-09-26
1
-33
/
+10
[next]