Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ffc58bc4af9365d4eea72526bb3cf6a83615c673
/
fs
/
nfs
/
callback_xdr.c
130e205
SUNRPC: Change return value type of .pc_encode
by Chuck Lever
· 3 years, 3 months ago
fda4944
SUNRPC: Replace the "__be32 *p" parameter to .pc_encode
by Chuck Lever
· 3 years, 3 months ago
9eff97ab
NFS: Clean up the synopsis of callback process_op()
by Chuck Lever
· 3 years, 5 months ago
89ef17b
NFS: Extract the xdr_init_encode/decode() calls from decode_compound
by Chuck Lever
· 3 years, 5 months ago
c35a810
NFS: Remove unused callback void decoder
by Chuck Lever
· 3 years, 5 months ago
7d34c96
NFS: Add a private local dispatcher for NFSv4 callback operations
by Chuck Lever
· 3 years, 5 months ago
9082e1d
SUNRPC: Eliminate the RQ_AUTHERR flag
by Chuck Lever
· 3 years, 5 months ago
2289e87
SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
by Chuck Lever
· 4 years, 3 months ago
2bb50aa
NFS4: Report callback authentication errors
by Chuck Lever
· 5 years ago
7d34ff5
NFSv4: NFSv4 callbacks also support 64-bit timestamps
by Trond Myklebust
· 5 years ago
83dd59a
SUNRPC/nfs: Fix return value for nfs4_callback_compound()
by Trond Myklebust
· 6 years ago
eb72f48
NFS: Remove print_overflow_msg()
by Chuck Lever
· 6 years ago
0ccc61b
SUNRPC: Add xdr_stream::rqst field
by Chuck Lever
· 6 years ago
5178a12
NFS CB_OFFLOAD xdr
by Olga Kornievskaia
· 6 years ago
32cd3ee
NFSv4.0 fix client reference leak in callback
by Olga Kornievskaia
· 6 years ago
8b06494
NFSv4: Clean up CB_GETATTR encoding
by Trond Myklebust
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6240300
Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
2e31b4c
NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()
by Trond Myklebust
· 8 years ago
e967918
sunrpc: mark all struct svc_version instances as const
by Christoph Hellwig
· 8 years ago
860bda2
sunrpc: mark all struct svc_procinfo instances as const
by Christoph Hellwig
· 8 years ago
7fd38af
sunrpc: move pc_count out of struct svc_procinfo
by Christoph Hellwig
· 8 years ago
63f8de3
sunrpc: properly type pc_encode callbacks
by Christoph Hellwig
· 8 years ago
026fec7
sunrpc: properly type pc_decode callbacks
by Christoph Hellwig
· 8 years ago
a6beb73
sunrpc: properly type pc_func callbacks
by Christoph Hellwig
· 8 years ago
f4dac4a
nfs: don't cast callback decode/proc/encode routines
by Christoph Hellwig
· 8 years ago
36718a6
NFS: Remove extra dprintk()s from callback_xdr.c
by Anna Schumaker
· 8 years ago
3d0bfaa
NFS: Clean up encode_cb_sequence_res()
by Anna Schumaker
· 8 years ago
535ece2
NFS: Clean up decode_notify_lock_args()
by Anna Schumaker
· 8 years ago
1796549
NFS: Clean up decode_cb_sequence_args()
by Anna Schumaker
· 8 years ago
c79d56d
NFS: Clean up decode_layoutrecall_args()
by Anna Schumaker
· 8 years ago
135a4ea
NFS: Clean up decode_recall_args()
by Anna Schumaker
· 8 years ago
56938bb
NFS: Clean up decode_getattr_args()
by Anna Schumaker
· 8 years ago
8f03cf5
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
5283b03
nfs/nfsd/sunrpc: enforce transport requirements for NFSv4
by Jeff Layton
· 8 years ago
05a45a2
sunrpc: turn bitfield flags in svc_version into bools
by Jeff Layton
· 8 years ago
c065eee
NFSv4: Replace callback string decode function with a generic
by Trond Myklebust
· 8 years ago
ab6e9aa
NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
by Trond Myklebust
· 8 years ago
db78368
nfs: add handling for CB_NOTIFY_LOCK in client
by Jeff Layton
· 8 years ago
b60475c
nfs: the length argument to read_buf should be unsigned
by Jeff Layton
· 8 years ago
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
· 9 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
· 10 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
· 12 years ago
6b140b8
NFS: Add in v4.2 callback operation
by Bryan Schumaker
· 12 years ago
459de2e
NFS: Make callbacks minor version generic
by Bryan Schumaker
· 12 years ago
42c2c42
NFSv4.2: Added NFS v4.2 support to the NFS client
by Steve Dickson
· 12 years ago
774d5f1
NFSv4.1 Fix a pNFS session draining deadlock
by Andy Adamson
· 12 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
· 13 years ago
0439f31
NFSv4.1: integer overflow in decode_cb_sequence_args()
by Dan Carpenter
· 13 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
· 14 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
Next »