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.12.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
/
nfs
/
callback_xdr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-15
NFS: remove unneeded check in decode_devicenotify_args()
Alexey Khoroshilov
1
-4
/
+0
2022-02-16
NFSv4.1: Fix uninitialised variable in devicenotify
Trond Myklebust
1
-9
/
+9
2021-09-22
SUNRPC/nfs: Fix return value for nfs4_callback_compound()
Trond Myklebust
1
-1
/
+1
2018-08-09
NFS CB_OFFLOAD xdr
Olga Kornievskaia
1
-1
/
+79
2018-07-31
NFSv4.0 fix client reference leak in callback
Olga Kornievskaia
1
-3
/
+8
2018-04-10
NFSv4: Clean up CB_GETATTR encoding
Trond Myklebust
1
-29
/
+8
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-13
Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-51
/
+62
2017-06-28
NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()
Trond Myklebust
1
-1
/
+0
2017-05-15
sunrpc: mark all struct svc_version instances as const
Christoph Hellwig
1
-2
/
+2
2017-05-15
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
1
-1
/
+1
2017-05-15
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
1
-0
/
+4
2017-05-15
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
1
-3
/
+3
2017-05-15
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
1
-2
/
+2
2017-05-15
sunrpc: properly type pc_func callbacks
Christoph Hellwig
1
-3
/
+4
2017-05-15
nfs: don't cast callback decode/proc/encode routines
Christoph Hellwig
1
-40
/
+46
2017-04-20
NFS: Remove extra dprintk()s from callback_xdr.c
Anna Schumaker
1
-11
/
+0
2017-04-20
NFS: Clean up encode_cb_sequence_res()
Anna Schumaker
1
-5
/
+3
2017-04-20
NFS: Clean up decode_notify_lock_args()
Anna Schumaker
1
-5
/
+2
2017-04-20
NFS: Clean up decode_cb_sequence_args()
Anna Schumaker
1
-20
/
+5
2017-04-20
NFS: Clean up decode_layoutrecall_args()
Anna Schumaker
1
-27
/
+11
2017-04-20
NFS: Clean up decode_recall_args()
Anna Schumaker
1
-9
/
+4
2017-04-20
NFS: Clean up decode_getattr_args()
Anna Schumaker
1
-5
/
+2
2017-03-02
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-28
/
+10
2017-02-25
nfs/nfsd/sunrpc: enforce transport requirements for NFSv4
Jeff Layton
1
-0
/
+2
2017-02-24
sunrpc: turn bitfield flags in svc_version into bools
Jeff Layton
1
-2
/
+2
2017-02-22
NFSv4: Replace callback string decode function with a generic
Trond Myklebust
1
-22
/
+8
2017-02-22
NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
Trond Myklebust
1
-6
/
+2
2016-09-22
nfs: add handling for CB_NOTIFY_LOCK in client
Jeff Layton
1
-1
/
+50
2016-09-22
nfs: the length argument to read_buf should be unsigned
Jeff Layton
1
-1
/
+1
2016-07-11
NFS: Don't drop CB requests with invalid principals
Chuck Lever
1
-1
/
+5
2016-05-17
NFSv4: Label stateids with the type
Trond Myklebust
1
-3
/
+14
2016-01-25
NFSv4.x: Allow multiple callbacks in flight
Trond Myklebust
1
-5
/
+7
2015-12-08
SUNRPC: Fix callback channel
Trond Myklebust
1
-5
/
+2
2015-11-24
nfs4: limit callback decoding to received bytes
Benjamin Coddington
1
-2
/
+5
2015-10-21
NFS: Return directly if encode_sessionid fail
Kinglong Mee
1
-1
/
+3
2015-10-21
NFS: Fix bad checking of max taglen in callback request
Kinglong Mee
1
-1
/
+1
2015-10-21
NFS: Fix bad defines of callback response maxsize
Kinglong Mee
1
-8
/
+10
2015-10-21
NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionid
Kinglong Mee
1
-6
/
+4
2015-10-21
NFS: Get rid of the unneeded addr stored in callback arguments
Kinglong Mee
1
-5
/
+0
2015-06-11
NFS: Convert use of __constant_htonl to htonl
Vaishali Thakkar
1
-1
/
+1
2015-02-12
NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()
Trond Myklebust
1
-2
/
+2
2015-02-12
NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args
Trond Myklebust
1
-1
/
+3
2013-06-29
Merge branch 'labeled-nfs' into linux-next
Trond Myklebust
1
-10
/
+42
2013-06-09
NFS: Add in v4.2 callback operation
Bryan Schumaker
1
-2
/
+34
2013-06-09
NFS: Make callbacks minor version generic
Bryan Schumaker
1
-8
/
+8
2013-06-09
NFSv4.2: Added NFS v4.2 support to the NFS client
Steve Dickson
1
-3
/
+3
2013-05-20
NFSv4.1 Fix a pNFS session draining deadlock
Andy Adamson
1
-1
/
+1
2012-12-06
NFSv4.1: Move slot table and session struct definitions to nfs4session.h
Trond Myklebust
1
-0
/
+1
2012-12-06
NFSv4.1: Clean up session draining
Trond Myklebust
1
-1
/
+1
[next]