Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
516d980f85415d76ae3d0d2a871eb20243f46c95
/
fs
/
nfsd
/
nfs4xdr.c
0e885e8
nfsd: add fattr support for user extended attributes
by Frank van der Linden
· 4 years, 7 months ago
23e50fe
nfsd: implement the xattr functions and en/decode logic
by Frank van der Linden
· 4 years, 7 months ago
874c7b8
nfsd: split off the write decode code into a separate function
by Frank van der Linden
· 4 years, 7 months ago
7dcf4ab
NFSD: Clean up nfsd4_encode_readv
by Chuck Lever
· 4 years, 11 months ago
4120553
nfsd: Fix NFSv4 READ on RDMA when using readv
by Chuck Lever
· 4 years, 11 months ago
7627d7d
nfsd: set the server_scope during service startup
by Scott Mayhew
· 5 years ago
e4598e3
nfsd: use timespec64 in encode_time_delta
by Arnd Bergmann
· 5 years ago
fc1b206
nfsd: remove unnecessary assertion in nfsd4_encode_replay
by Aditya Pakki
· 5 years ago
5191186
NFSD COPY_NOTIFY xdr
by Olga Kornievskaia
· 5 years ago
84e1b21
NFSD add ca_source_server<> to COPY
by Olga Kornievskaia
· 5 years ago
911d137
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
6c2d4798
new helper: lookup_positive_unlocked()
by Al Viro
· 5 years ago
19a1aad
nfsd: remove set but not used variable 'len'
by YueHaibing
· 5 years ago
83a6307
nfsd: fix nfs read eof detection
by Trond Myklebust
· 5 years ago
2b86e3a
nfsd: eliminate an unnecessary acl size limit
by J. Bruce Fields
· 5 years ago
ed99275
nfsd: Fix the documentation for svcxdr_tmpalloc()
by Trond Myklebust
· 5 years ago
b96811c
nfsd: Fix up some unused variable warnings
by Trond Myklebust
· 5 years ago
5c4583b
nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
by Jeff Layton
· 5 years ago
7912344
nfsd: decode implementation id
by J. Bruce Fields
· 6 years ago
30498dc
nfsd4: remove outdated nfsd4_decode_time comment
by J. Bruce Fields
· 6 years ago
bdba536
nfsd: use 64-bit seconds fields in nfsd v4 code
by J. Bruce Fields
· 6 years ago
e45d1a1
nfsd: knfsd must use the container user namespace
by Trond Myklebust
· 6 years ago
0ab88ca
nfsd: avoid uninitialized variable warning
by Arnd Bergmann
· 6 years ago
e0639dc
NFSD introduce async copy feature
by Olga Kornievskaia
· 6 years ago
885e2bf
NFSD OFFLOAD_CANCEL xdr
by Olga Kornievskaia
· 6 years ago
6308bc9
NFSD OFFLOAD_STATUS xdr
by Olga Kornievskaia
· 6 years ago
5ed96bc
fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id
by nixiaoming
· 6 years ago
a858576
nfsd4: support change_attr_type attribute
by J. Bruce Fields
· 7 years ago
1694514
nfsd: fix NFSv4 time_delta attribute
by J. Bruce Fields
· 7 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
3171822f
nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
by Scott Mayhew
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
9c2ece6
nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
by Scott Mayhew
· 7 years ago
880a3a5
nfsd: fix incorrect umasks
by J. Bruce Fields
· 7 years ago
87c5942
nfsd: Add I/O trace points in the NFSv4 read proc
by Chuck Lever
· 7 years ago
edcc845
nfsd: remove unsused "cp_consecutive" field
by J. Bruce Fields
· 7 years ago
2285ae7
NFSD: hide unused svcxdr_dupstr()
by Arnd Bergmann
· 7 years ago
39ca1bf
nfsd: store stat times in fill_pre_wcc() instead of inode times
by Amir Goldstein
· 7 years ago
0078117
nfsd: return RESOURCE not GARBAGE_ARGS on too many ops
by J. Bruce Fields
· 7 years ago
eae03e2
nfsd: Incoming xdr_bufs may have content in tail buffer
by Chuck Lever
· 7 years ago
0828170
merge nfsd 4.13 bugfixes into nfsd for-4.14 branch
by J. Bruce Fields
· 7 years ago
c1df609
nfsd: Const-ify NFSv4 encoding and decoding ops arrays
by Chuck Lever
· 7 years ago
bac966d
nfsd4: individual encoders no longer see error cases
by J. Bruce Fields
· 8 years ago
b7571e4
nfsd4: skip encoder in trivial error cases
by J. Bruce Fields
· 8 years ago
34b1744c
nfsd4: define ->op_release for compound ops
by J. Bruce Fields
· 8 years ago
f4f9ef4
nfsd4: opdesc will be useful outside nfs4proc.c
by J. Bruce Fields
· 8 years ago
fc788f6
nfsd: Limit end of page list when decoding NFSv4 WRITE
by Chuck Lever
· 7 years ago
630458e
nfsd4: factor ctime into change attribute
by J. Bruce Fields
· 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
8537488
sunrpc: properly type pc_release callbacks
by Christoph Hellwig
· 8 years ago
b26b78c
nfsd: Fix up the "supattr_exclcreat" attributes
by Trond Myklebust
· 8 years ago
f961e3f
nfsd: encoders mustn't use unitialized values in error cases
by J. Bruce Fields
· 8 years ago
a528d35
statx: Add a system call to make enhanced file info available
by David Howells
· 8 years ago
7323f0d
NFSD: Reserve adequate space for LOCKT operation
by Kinglong Mee
· 8 years ago
b880092
NFSDv4: use export cache flushtime for changeid on V4ROOT objects.
by NeilBrown
· 8 years ago
32ddd94
nfsd: opt in to labeled nfs per export
by J. Bruce Fields
· 8 years ago
5cf23db
nfsd: constify nfsd_suppatttrs
by J. Bruce Fields
· 8 years ago
54bbb7d
NFSD: pass an integer for stable type to nfsd_vfs_write
by Kinglong Mee
· 8 years ago
dcd20869
nfsd: fix supported attributes for acl & labels
by J. Bruce Fields
· 8 years ago
231753e
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
47057ab
nfsd: add support for the umask attribute
by Andreas Gruenbacher
· 9 years ago
fd4a0edf
vfs: replace calling i_op->readlink with vfs_readlink()
by Miklos Szeredi
· 8 years ago
e864c18
nfsd: catch errors in decode_fattr earlier
by J. Bruce Fields
· 9 years ago
916d2d8
nfsd: clean up supported attribute handling
by J. Bruce Fields
· 8 years ago
29ae7f9
NFSD: Implement the COPY call
by Anna Schumaker
· 8 years ago
bec782b
nfsd: fix dprintk in nfsd4_encode_getdeviceinfo
by Jeff Layton
· 8 years ago
8a4c392
nfsd: allow nfsd to advertise multiple layout types
by Jeff Layton
· 9 years ago
ed94164
nfsd: implement machine credential support for some operations
by Andrew Elble
· 9 years ago
ac503e4
nfsd: use short read as well as i_size to set eof
by Benjamin Coddington
· 9 years ago
4ce85c8
nfsd: Update NFS server comments related to RDMA support
by Chuck Lever
· 9 years ago
4aed9c4
nfsd4: fix bad bounds checking
by J. Bruce Fields
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
bbddca8
nfsd: don't hold i_mutex over userspace upcalls
by NeilBrown
· 9 years ago
ffa0160
nfsd: implement the NFSv4.2 CLONE operation
by Christoph Hellwig
· 9 years ago
75976de
NFSD: Return word2 bitmask if setting security label in OPEN/CREATE
by Kinglong Mee
· 9 years ago
7d58072
nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.
by Kinglong Mee
· 9 years ago
6896f15
nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bug
by Kinglong Mee
· 9 years ago
0a2050d
NFSD: Store parent's stat in a separate value
by Kinglong Mee
· 9 years ago
c2227a3
nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem
by Kinglong Mee
· 10 years ago
68e8bb0
nfsd: wrap too long lines in nfsd4_encode_read
by Christoph Hellwig
· 10 years ago
96bcad5
nfsd: fput rd_file from XDR encode context
by Christoph Hellwig
· 10 years ago
af90f70
nfsd: take struct file setup fully into nfs4_preprocess_stateid_op
by Christoph Hellwig
· 10 years ago
e749a46
nfsd: clean up raparams handling
by Christoph Hellwig
· 10 years ago
0c9d65e
nfsd: Checking for acl support does not require fetching any acls
by Andreas Gruenbacher
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
6e4891d
nfsd4: fix READ permission checking
by J. Bruce Fields
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
1ec8c0c
nfsd: Remove duplicate macro define for max sec label length
by Kinglong Mee
· 10 years ago
b77a4b2
NFSD: Using path_equal() for checking two paths
by Kinglong Mee
· 10 years ago
376675d
NFSD: Take care the return value from nfsd4_encode_stateid
by Kinglong Mee
· 10 years ago
db59c0e
NFSD: Take care the return value from nfsd4_decode_stateid
by Kinglong Mee
· 10 years ago
9cf514c
nfsd: implement pNFS operations
by Christoph Hellwig
· 11 years ago
4c94e13
nfsd: factor out a helper to decode nfstime4 values
by Christoph Hellwig
· 10 years ago
0ec016e
nfsd4: tweak rd_dircount accounting
by J. Bruce Fields
· 10 years ago
0b233b7
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
bf7491f
nfsd4: fix xdr4 count of server in fs_location4
by Benjamin Coddington
· 10 years ago
5a64e56
nfsd4: fix xdr4 inclusion of escaped char
by Benjamin Coddington
· 10 years ago
779fb0f
sunrpc: move rq_splice_ok flag into rq_flags
by Jeff Layton
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 10 years ago
Next »