index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4callback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-06
nfsd41: Fix a crash when a callback is retried
Boaz Harrosh
1
-1
/
+1
2010-06-24
nfsd4: fix delegation recall race use-after-free
J. Bruce Fields
1
-0
/
+1
2010-06-24
nfsd4: fix deleg leak on callback error
J. Bruce Fields
1
-1
/
+3
2010-06-22
nfsd: nfs4callback encode_stateid helper function
Benny Halevy
1
-3
/
+13
2010-05-31
nfsd4: don't bother storing callback reply tag
J. Bruce Fields
1
-6
/
+5
2010-05-31
nfsd4: treat more recall errors as failures
J. Bruce Fields
1
-9
/
+8
2010-05-31
nfsd4: remove extra put() on callback errors
J. Bruce Fields
1
-5
/
+1
2010-05-18
nfs4: minor callback code simplification, comment
J. Bruce Fields
1
-2
/
+8
2010-05-13
nfsd4: nfsd4_destroy_session must set callback client under the state lock
Benny Halevy
1
-0
/
+1
2010-05-04
Merge commit 'v2.6.34-rc6'
J. Bruce Fields
1
-0
/
+1
2010-04-22
nfsd4: allow 4.0 clients to change callback path
J. Bruce Fields
1
-9
/
+20
2010-04-22
nfsd4: rearrange cb data structures
J. Bruce Fields
1
-13
/
+12
2010-04-22
nfsd4: cl_count is unused
J. Bruce Fields
1
-5
/
+1
2010-04-22
nfsd4: don't sleep in lease-break callback
J. Bruce Fields
1
-2
/
+52
2010-04-02
nfsd4: remove probe task's reference on client
J. Bruce Fields
1
-8
/
+1
2010-04-02
nfsd4: preallocate nfs4_rpc_args
J. Bruce Fields
1
-15
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-06
nfsd4: simplify references to nfsd4 lease time
J. Bruce Fields
1
-1
/
+1
2010-03-03
nfsd4: fix minor memory leak
J. Bruce Fields
1
-0
/
+2
2010-02-24
NFSD: NFSv4 callback client should use RPC_TASK_SOFTCONN
Chuck Lever
1
-1
/
+2
2009-12-15
nfsd: remove pointless paths in file headers
J. Bruce Fields
1
-2
/
+0
2009-12-14
nfsd: Move private headers to source directory
Boaz Harrosh
1
-2
/
+2
2009-12-14
nfsd: Source files #include cleanups
Boaz Harrosh
1
-13
/
+0
2009-09-15
nfsd41: modify nfsd4.1 backchannel to use new xprt class
Alexandros Batsakis
1
-2
/
+6
2009-09-15
nfsd41: Backchannel: Implement cb_recall over NFSv4.1
Ricardo Labiaga
1
-5
/
+48
2009-09-15
nfsd41: Backchannel: cb_sequence callback
Benny Halevy
1
-0
/
+72
2009-09-15
nfsd41: Backchannel: Setup sequence information
Ricardo Labiaga
1
-0
/
+62
2009-09-15
nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
Ricardo Labiaga
1
-0
/
+5
2009-09-15
nfsd41: Backchannel: callback infrastructure
Andy Adamson
1
-2
/
+15
2009-09-15
nfsd4: use common rpc_cred for all callbacks
J. Bruce Fields
1
-23
/
+10
2009-09-15
nfsd4: fix null dereference creating nfsv4 callback client
J. Bruce Fields
1
-2
/
+2
2009-09-13
nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition
Benny Halevy
1
-1
/
+1
2009-08-21
nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storage
Jeff Layton
1
-9
/
+2
2009-06-18
nfsd41: Backchannel: minorversion support for the back channel
Andy Adamson
1
-1
/
+2
2009-06-18
nfsd41: Backchannel: cleanup nfs4.0 callback encode routines
Andy Adamson
1
-8
/
+16
2009-05-03
nfsd4: make recall callback an asynchronous rpc
J. Bruce Fields
1
-25
/
+49
2009-05-01
nfsd4: track recall retries in nfs4_delegation
J. Bruce Fields
1
-2
/
+2
2009-05-01
nfsd4: remove unused dl_trunc
J. Bruce Fields
1
-3
/
+1
2009-05-01
nfsd4: eliminate struct nfs4_cb_recall
J. Bruce Fields
1
-13
/
+11
2009-05-01
nfsd4: rename callback struct to cb_conn
J. Bruce Fields
1
-8
/
+8
2009-04-29
nfsd4: replace callback thread by asynchronous rpc
J. Bruce Fields
1
-16
/
+22
2009-04-29
nfsd4: lookup up callback cred only once
J. Bruce Fields
1
-0
/
+26
2009-04-29
nfsd4: create rpc callback client from server thread
J. Bruce Fields
1
-15
/
+16
2009-04-29
nfsd4: set cb_client inside setup_callback_client
J. Bruce Fields
1
-14
/
+12
2009-04-29
nfsd4: set shorter timeout
J. Bruce Fields
1
-4
/
+7
2009-03-18
nfsd4: move rpc_client setup to a separate function
J. Bruce Fields
1
-8
/
+21
2009-03-18
nfsd4: fix do_probe_callback errors
J. Bruce Fields
1
-8
/
+7
2009-03-18
nfsd4: remove use of mutex for file_hashtable
J. Bruce Fields
1
-2
/
+0
2009-03-18
nfsd4: put_nfs4_client does not require state lock
J. Bruce Fields
1
-1
/
+1
2009-03-18
nfsd: lock state around put client and delegation in nfsd4_cb_recall
Alexandros Batsakis
1
-1
/
+2
[next]