Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
78082700c8885a2b370c23ed9caec781fdf72139
/
fs
/
nfs
/
callback_xdr.c
a4e187d
NFS: Don't drop CB requests with invalid principals
by Chuck Lever
· 8 years ago
93b717f
NFSv4: Label stateids with the type
by Trond Myklebust
· 8 years ago
810d82e
NFSv4.x: Allow multiple callbacks in flight
by Trond Myklebust
· 9 years ago
756b9b3
SUNRPC: Fix callback channel
by Trond Myklebust
· 9 years ago
38b7631
nfs4: limit callback decoding to received bytes
by Benjamin Coddington
· 9 years ago
e0a63c0
NFS: Return directly if encode_sessionid fail
by Kinglong Mee
· 9 years ago
403889c
NFS: Fix bad checking of max taglen in callback request
by Kinglong Mee
· 9 years ago
45724e8
NFS: Fix bad defines of callback response maxsize
by Kinglong Mee
· 9 years ago
590184a
NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionid
by Kinglong Mee
· 9 years ago
d4e2ce0
NFS: Get rid of the unneeded addr stored in callback arguments
by Kinglong Mee
· 9 years ago
4ed0d83
NFS: Convert use of __constant_htonl to htonl
by Vaishali Thakkar
· 9 years ago
a4f743a
NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()
by Trond Myklebust
· 10 years ago
d8ba1f9
NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args
by Trond Myklebust
· 10 years ago
959d921
Merge branch 'labeled-nfs' into linux-next
by Trond Myklebust
· 11 years ago
6b140b8
NFS: Add in v4.2 callback operation
by Bryan Schumaker
· 11 years ago
459de2e
NFS: Make callbacks minor version generic
by Bryan Schumaker
· 11 years ago
42c2c42
NFSv4.2: Added NFS v4.2 support to the NFS client
by Steve Dickson
· 11 years ago
774d5f1
NFSv4.1 Fix a pNFS session draining deadlock
by Andy Adamson
· 11 years ago
76e697b
NFSv4.1: Move slot table and session struct definitions to nfs4session.h
by Trond Myklebust
· 12 years ago
5d63360
NFSv4.1: Clean up session draining
by Trond Myklebust
· 12 years ago
d5fb4ce
NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slot
by Trond Myklebust
· 12 years ago
9695c70
SUNRPC: service request network namespace helper introduced
by Stanislav Kinsbursky
· 12 years ago
e216c8c
NFS: add an endian notation for sparse
by Dan Carpenter
· 12 years ago
0439f31
NFSv4.1: integer overflow in decode_cb_sequence_args()
by Dan Carpenter
· 12 years ago
9a3ba43
NFSv4: Rate limit the state manager warning messages
by Trond Myklebust
· 13 years ago
2d2f24a
NFSv4: Simplify the struct nfs4_stateid
by Trond Myklebust
· 13 years ago
45d43c2
NFSv4.1: Convert slotid from u8 to u32
by Trond Myklebust
· 13 years ago
c7add9a
NFS: search for client session id in proper network namespace
by Stanislav Kinsbursky
· 13 years ago
28cd1b3
NFS: make cb_ident_idr per net ns
by Stanislav Kinsbursky
· 13 years ago
a030889
NFS: start printks w/ NFS: even if __func__ shown
by Weston Andros Adamson
· 13 years ago
363e0df0
nfs: check for integer overflow in decode_devicenotify_args()
by Dan Carpenter
· 13 years ago
6070295
nfs: set vs_hidden on nfs4_callback_version4 (try #2)
by Jeff Layton
· 13 years ago
d743c3c
NFS4: fix cb_recallany decode error
by Peng Tao
· 13 years ago
55a6739
NFSv4.1: Fix the callback 'highest_used_slotid' behaviour
by Trond Myklebust
· 13 years ago
1be5683
pnfs: CB_NOTIFY_DEVICEID
by Marc Eshel
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
778be23
NFS do not find client in NFSv4 pg_authenticate
by Andy Adamson
· 14 years ago
f2a6256
pnfs: CB_LAYOUTRECALL xdr code
by Fred Isaman
· 14 years ago
42acd02
NFS add session back channel draining
by Andy Adamson
· 14 years ago
c36fca5
NFS refactor nfs_find_client and reference client across callback processing
by Andy Adamson
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
49697ee
nfs4: Make the v4 callback service hidden
by Steve Dickson
· 15 years ago
9733f0d
nfs41: cleanup callback code to use __be32 type
by Andy Adamson
· 15 years ago
b9efa1b
nfs41: implement cb_recall_slot
by Andy Adamson
· 15 years ago
4911096
nfs41: back channel drc minimal implementation
by Andy Adamson
· 15 years ago
e95e60d
nfs41: remove uneeded checks in callback processing
by Andy Adamson
· 15 years ago
b92b301
nfs41: directly encode back channel error
by Andy Adamson
· 15 years ago
31d2b43
nfs41: fix wrong error on callback header xdr overflow
by Andy Adamson
· 15 years ago
31f0960
nfs41: V2 initial support for CB_RECALL_ANY
by Alexandros Batsakis
· 15 years ago
07bccc2
nfs41: add support for callback with RPC version number 4
by Alexandros Batsakis
· 15 years ago
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
65fc64e
nfs41: Backchannel: update cb_sequence args and results
by Ricardo Labiaga
· 16 years ago
281fe15
nfs41: verify CB_SEQUENCE position in callback compound
by Benny Halevy
· 16 years ago
4aece6a
nfs41: cb_sequence xdr implementation
by Benny Halevy
· 16 years ago
34bc47c9
nfs41: consider minorversion in callback_xdr:process_op
by Benny Halevy
· 16 years ago
48a9e2d
nfs41: decode minorversion 1 cb_compound header
by Benny Halevy
· 16 years ago
b8f2ef8
nfs41: store minorversion in cb_compound_hdr_arg
by Benny Halevy
· 16 years ago
3110ff8
nfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
3a6258e
NFSv4: Check the return value of decode_compound_hdr_arg()
by Trond Myklebust
· 17 years ago
90dc7d2
nfs: fix sparse warnings
by Harvey Harrison
· 17 years ago
c1d3586
NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_in
by Chuck Lever
· 17 years ago
671beed
NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in
by Chuck Lever
· 17 years ago
5cce428
NFS: Remove an unneeded check in decode_compound_header_arg()
by Chuck Lever
· 17 years ago
f9d888f
NFSv4: debug print ntohl(status) in nfs client callback xdr code
by Benny Halevy
· 17 years ago
27459f0
[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses
by Chuck Lever
· 18 years ago
5704fde
[PATCH] xdr annotations: fs/nfs/callback*
by Al Viro
· 18 years ago
e6f684f
[PATCH] fs/nfs/callback* passes error values big-endian
by Al Viro
· 18 years ago
7111c66
[PATCH] fix svc_procfunc declaration
by Al Viro
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
3873bc5
NFSv4: really return status from decode_recall_args()
by Alexey Dobriyan
· 18 years ago
a162a6b
NFSv4: Kill braindead gcc warnings
by Trond Myklebust
· 19 years ago
455a396
[PATCH] NFSv4: Fix an Oops in the callback code.
by Trond Myklebust
· 19 years ago
4ce7971
[PATCH] NFS: Header file cleanup...
by Trond Myklebust
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago