index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4callback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-13
nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errors
Kinglong Mee
1
-35
/
+87
2015-06-04
nfsd: Update callback sequnce id only CB_SEQUENCE success
Kinglong Mee
1
-2
/
+12
2015-06-04
nfsd: Reset cb_status in nfsd4_cb_prepare() at retrying
Kinglong Mee
1
-0
/
+1
2015-05-04
nfsd: skip CB_NULL probes for 4.1 or later
Christoph Hellwig
1
-0
/
+9
2015-05-04
nfsd: fix callback restarts
Christoph Hellwig
1
-29
/
+23
2015-05-04
nfsd: split transport vs operation errors for callbacks
Christoph Hellwig
1
-36
/
+24
2015-02-02
nfsd: implement pNFS layout recalls
Christoph Hellwig
1
-0
/
+99
2014-11-19
nfsd: Fix slot wake up race in the nfsv4.1 callback code
Trond Myklebust
1
-2
/
+6
2014-10-01
nfsd: eliminate "to_delegation" define
Jeff Layton
1
-4
/
+1
2014-09-27
nfsd: introduce nfsd4_callback_ops
Christoph Hellwig
1
-62
/
+29
2014-09-27
nfsd: split nfsd4_callback initialization and use
Christoph Hellwig
1
-8
/
+6
2014-09-27
nfsd: introduce a generic nfsd4_cb
Christoph Hellwig
1
-33
/
+10
2014-09-27
nfsd: remove nfsd4_callback.cb_op
Christoph Hellwig
1
-8
/
+9
2014-09-27
nfsd: do not clear rpc_resp in nfsd4_cb_done_sequence
Benny Halevy
1
-3
/
+0
2014-09-27
nfsd: fix nfsd4_cb_recall_done error handling
Christoph Hellwig
1
-10
/
+7
2014-07-31
nfsd: Add a struct nfs4_file field to struct nfs4_stid
Trond Myklebust
1
-1
/
+1
2014-07-31
nfsd: Add reference counting to the lock and open stateids
Trond Myklebust
1
-1
/
+1
2014-07-29
nfsd: remove dl_fh field from struct nfs4_delegation
Jeff Layton
1
-1
/
+1
2014-07-23
nfsd4: convert comma to semicolon
Himangi Saraogi
1
-1
/
+1
2014-07-18
svcrdma: Select NFSv4.1 backchannel transport based on forward channel
Chuck Lever
1
-1
/
+2
2014-07-17
nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
Jeff Layton
1
-4
/
+21
2014-07-16
nfsd: eliminate nfsd4_init_callback
Jeff Layton
1
-6
/
+2
2014-04-18
nfsd: set timeparms.to_maxval in setup_callback_client
Jeff Layton
1
-1
/
+3
2014-03-30
NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp
Kinglong Mee
1
-1
/
+18
2013-04-10
nfsd4: check backchannel attributes on create_session
J. Bruce Fields
1
-24
/
+1
2013-04-04
nfsd4: minor cb_recall simplification
J. Bruce Fields
1
-5
/
+3
2012-11-28
nfsd: make NFSv4 lease time per net
Stanislav Kinsbursky
1
-3
/
+5
2012-11-15
nfsd: make nfs4_client network namespace dependent
Stanislav Kinsbursky
1
-1
/
+1
2012-11-14
nfsd4: get_backchannel_cred should be static
Fengguang Wu
1
-1
/
+1
2012-11-08
nfsd4: backchannel should use client-provided security flavor
J. Bruce Fields
1
-2
/
+1
2012-11-08
nfsd4: common helper to initialize callback work
J. Bruce Fields
1
-1
/
+6
2012-11-08
nfsd4: use callback security parameters in create_session
J. Bruce Fields
1
-14
/
+35
2012-09-11
nfsd: remove duplicate init in nfsd4_cb_recall
Namjae Jeon
1
-1
/
+0
2012-08-21
nfsd4: fix security flavor of NFSv4.0 callback
J. Bruce Fields
1
-2
/
+2
2012-06-20
nfsd4: remove unnecessary comment
J. Bruce Fields
1
-1
/
+0
2012-06-01
nfsd4: move principal name into svc_cred
J. Bruce Fields
1
-2
/
+3
2012-03-29
nfsd4: use auth_unix unconditionally on backchannel
J. Bruce Fields
1
-1
/
+2
2012-03-26
nfsd: convert nfs4_client->cl_cb_flags to a generic flags field
Jeff Layton
1
-7
/
+7
2012-03-26
Merge nfs containerization work from Trond's tree
J. Bruce Fields
1
-4
/
+4
2012-03-10
nfsd4: make sure set CB_PATH_DOWN sequence flag set
J. Bruce Fields
1
-1
/
+1
2012-02-01
SUNRPC: constify the rpc_program
Trond Myklebust
1
-3
/
+3
2012-02-01
SUNRPC: handle RPC client pipefs dentries by network namespace aware routines
Stanislav Kinsbursky
1
-1
/
+1
2012-01-05
SUNRPC: Clean up the RPCSEC_GSS service ticket requests
Trond Myklebust
1
-1
/
+1
2011-10-24
nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid
Benny Halevy
1
-0
/
+10
2011-09-27
nfsd4: move client * to nfs4_stateid, add init_stid helper
J. Bruce Fields
1
-4
/
+4
2011-09-14
nfsd4: add common dl_stid field to delegation
J. Bruce Fields
1
-1
/
+1
2011-02-23
NFSD: fix decode_cb_sequence4resok
Benny Halevy
1
-1
/
+1
2011-02-14
NFSD: use nfserr for status after decode_cb_op_status
Benny Halevy
1
-4
/
+2
2011-01-15
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-52
/
+99
2011-01-14
nfsd4: fix callback restarting
J. Bruce Fields
1
-12
/
+9
[next]