Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a448c9d8c58ff7d3f8cc2a8f835065460099b22d
/
fs
/
nfsd
/
nfs4callback.c
3ddc8bf
nfsd41: modify nfsd4.1 backchannel to use new xprt class
by Alexandros Batsakis
· 15 years ago
0421b5c
nfsd41: Backchannel: Implement cb_recall over NFSv4.1
by Ricardo Labiaga
· 15 years ago
2af7358
nfsd41: Backchannel: cb_sequence callback
by Benny Halevy
· 15 years ago
2a1d1b5
nfsd41: Backchannel: Setup sequence information
by Ricardo Labiaga
· 15 years ago
132f977
nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
by Ricardo Labiaga
· 15 years ago
38524ab
nfsd41: Backchannel: callback infrastructure
by Andy Adamson
· 15 years ago
80fc015
nfsd4: use common rpc_cred for all callbacks
by J. Bruce Fields
· 15 years ago
886e3b7
nfsd4: fix null dereference creating nfsv4 callback client
by J. Bruce Fields
· 15 years ago
4be36ca
nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition
by Benny Halevy
· 15 years ago
aa9a4ec
nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storage
by Jeff Layton
· 15 years ago
ab52ae6
nfsd41: Backchannel: minorversion support for the back channel
by Andy Adamson
· 15 years ago
ef52bff
nfsd41: Backchannel: cleanup nfs4.0 callback encode routines
by Andy Adamson
· 15 years ago
63e4863
nfsd4: make recall callback an asynchronous rpc
by J. Bruce Fields
· 16 years ago
3aea09d
nfsd4: track recall retries in nfs4_delegation
by J. Bruce Fields
· 16 years ago
6707bd3
nfsd4: remove unused dl_trunc
by J. Bruce Fields
· 16 years ago
b53d40c
nfsd4: eliminate struct nfs4_cb_recall
by J. Bruce Fields
· 16 years ago
c237dc0
nfsd4: rename callback struct to cb_conn
by J. Bruce Fields
· 16 years ago
e300a63
nfsd4: replace callback thread by asynchronous rpc
by J. Bruce Fields
· 16 years ago
3cef9ab
nfsd4: lookup up callback cred only once
by J. Bruce Fields
· 16 years ago
ecdd03b
nfsd4: create rpc callback client from server thread
by J. Bruce Fields
· 16 years ago
e1cab5a
nfsd4: set cb_client inside setup_callback_client
by J. Bruce Fields
· 16 years ago
595947a
nfsd4: set shorter timeout
by J. Bruce Fields
· 16 years ago
a601cae
nfsd4: move rpc_client setup to a separate function
by J. Bruce Fields
· 16 years ago
418cd20
nfsd4: fix do_probe_callback errors
by J. Bruce Fields
· 16 years ago
8b671b8
nfsd4: remove use of mutex for file_hashtable
by J. Bruce Fields
· 16 years ago
d7fdcfe
nfsd4: put_nfs4_client does not require state lock
by J. Bruce Fields
· 16 years ago
e37da04
nfsd: lock state around put client and delegation in nfsd4_cb_recall
by Alexandros Batsakis
· 16 years ago
6c02eaa
nfsd4: use helper for copying delegation filehandle
by J. Bruce Fields
· 16 years ago
df96fcf
nfsd: git rid of nfs4_cb_null_ops declaration
by Benny Halevy
· 16 years ago
61054b1
nfsd: support callbacks with gss flavors
by Olga Kornievskaia
· 16 years ago
608207e
rpc: pass target name down to rpc level on callbacks
by Olga Kornievskaia
· 16 years ago
d5b337b
nfsd: use nfs client rpc callback program
by Benny Halevy
· 16 years ago
97eb89b
nfsd: do_probe_callback should not clear rpc stats
by Benny Halevy
· 16 years ago
8e40741
nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recall
by Benny Halevy
· 16 years ago
b6b6152
rpc: bring back cl_chatty
by Olga Kornievskaia
· 16 years ago
88dd0be
nfsd: reorder printk in do_probe_callback to avoid use-after-free
by J. Bruce Fields
· 17 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
ff7d975
nfsd: use static memory for callback program and stats
by Olga Kornievskaia
· 17 years ago
404ec11
nfsd4: recognize callback channel failure earlier
by J. Bruce Fields
· 17 years ago
63c8671
nfsd: move callback rpc_client creation into separate thread
by J. Bruce Fields
· 17 years ago
46f8a64
nfsd4: probe callback channel only once
by J. Bruce Fields
· 17 years ago
cfdcad4
knfsd: nfsv4 delegation recall should take reference on client
by J. Bruce Fields
· 17 years ago
dd4877b
knfsd: fix callback rpc cred
by J. Bruce Fields
· 18 years ago
2b47eec
knfsd: spawn kernel thread to probe callback channel
by J. Bruce Fields
· 17 years ago
0ac68d1
knfsd: nfsd4: fix enc_stateid_sz for nfsd callbacks
by Benny Halevy
· 17 years ago
43780b8
SUNRPC: Add a convenient default for the hostname when calling rpc_create()
by Chuck Lever
· 17 years ago
f61534d
SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()
by Trond Myklebust
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
2bea90d
SUNRPC: RPC buffer size estimates are too large
by Chuck Lever
· 18 years ago
f534a25
[PATCH] knfsd: nfsd4: fix non-terminated string
by J. Bruce Fields
· 18 years ago
c7afef1
[PATCH] nfsd: misc endianness annotations
by Al Viro
· 18 years ago
f00f328
[PATCH] xdr annotations: nfsd callback*
by Al Viro
· 18 years ago
0942176
[PATCH] knfsd: nfsd4: Fix error handling in nfsd's callback client
by J. Bruce Fields
· 18 years ago
3e3b480
[PATCH] knfsd: add some missing newlines in printks
by Greg Banks
· 18 years ago
ae5c794
NFSD: Convert NFS server callback logic to use new rpc_create API
by Chuck Lever
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
541e0e0
[PATCH] knfsd: nfsd4: nfsd4_probe_callback cleanup
by NeilBrown
· 19 years ago
53846a2
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 19 years ago
e8c96f8
[PATCH] fs: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
cc0175c
SUNRPC: display human-readable procedure name in rpc_iostats output
by Chuck Lever
· 19 years ago
f518e35
SUNRPC: get rid of cl_chatty
by Chuck Lever
· 19 years ago
963d8fe
RPC: Clean up RPC task structure
by Trond Myklebust
· 19 years ago
cb36d63
[PATCH] knfsd: nfsd4: remove cb_parsed
by NeilBrown
· 19 years ago
fd39ca9
[PATCH] knfsd: nfsd4: make needlessly global code static
by NeilBrown
· 19 years ago
5ba266d
[PATCH] knfsd: nfsd4: fix probe_callback
by NeilBrown
· 19 years ago
5b616f5
[PATCH] RPC: Make rpc_create_client() destroy the transport on failure.
by Trond Myklebust
· 19 years ago
f1ee4f2
[PATCH] nfsd4: callback create rpc client returns
by NeilBrown
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago