index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4xdr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-24
Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-86
/
+4
2024-09-23
nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
Mike Snitzer
1
-13
/
+0
2024-09-23
nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
Mike Snitzer
1
-67
/
+0
2024-09-23
nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
Mike Snitzer
1
-3
/
+1
2024-09-23
nfs: simplify and guarantee owner uniqueness.
NeilBrown
1
-3
/
+3
2024-09-01
nfs make use of str_false_true helper
Hongbo Li
1
-6
/
+5
2024-07-08
NFSv4: Clean up encode_nfs4_stateid()
Trond Myklebust
1
-2
/
+3
2024-07-08
NFSv4.1: constify the stateid argument in nfs41_test_stateid()
Trond Myklebust
1
-1
/
+1
2024-07-08
NFSv4: Add support for the FATTR4_OPEN_ARGUMENTS attribute
Trond Myklebust
1
-0
/
+24
2024-07-08
NFSv4: Add recovery of attribute delegations
Trond Myklebust
1
-10
/
+8
2024-07-08
NFSv4: Plumb in XDR support for the new delegation-only setattr op
Trond Myklebust
1
-0
/
+51
2024-07-08
NFSv4: Clean up open delegation return structure
Trond Myklebust
1
-19
/
+19
2024-02-05
nfs: adapt to breakup of struct file_lock
Jeff Layton
1
-3
/
+3
2024-02-05
nfs: convert to using new filelock helpers
Jeff Layton
1
-1
/
+1
2024-01-04
NFSv4: Always ask for type with READDIR
Benjamin Coddington
1
-7
/
+16
2022-11-27
NFSv4.2: Fix a memory stomp in decode_attr_security_label
Trond Myklebust
1
-6
/
+4
2022-11-27
NFSv4.2: Always decode the security label
Trond Myklebust
1
-6
/
+4
2022-11-27
NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding
Trond Myklebust
1
-1
/
+1
2022-05-31
NFSv4: Fix free of uninitialized nfs4_label on referral lookup.
Benjamin Coddington
1
-2
/
+2
2022-05-17
NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributes
Trond Myklebust
1
-33
/
+62
2022-03-02
NFS: Optimise away the previous cookie field
Trond Myklebust
1
-1
/
+0
2022-03-02
NFSv4: Ask for a full XDR buffer of readdir goodness
Trond Myklebust
1
-3
/
+3
2022-01-12
NFSv4 remove zero number of fs_locations entries error check
Olga Kornievskaia
1
-2
/
+0
2022-01-06
NFSv4: Add some support for case insensitive filesystems
Trond Myklebust
1
-0
/
+40
2022-01-06
NFSv4 only print the label when its queried
Olga Kornievskaia
1
-3
/
+4
2021-11-05
NFS: Remove the nfs4_label argument from decode_getattr_*() functions
Anna Schumaker
1
-26
/
+17
2021-11-05
NFS: Remove the nfs4_label from the nfs_setattrres
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Remove the nfs4_label from the nfs4_getattr_res
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Remove the f_label from the nfs4_opendata and nfs_openres
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Remove the nfs4_label from the nfs4_lookupp_res struct
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Remove the label from the nfs4_lookup_res struct
Anna Schumaker
1
-2
/
+2
2021-11-05
NFS: Remove the nfs4_label from the nfs4_link_res struct
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Remove the nfs4_label from the nfs4_create_res struct
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Remove the nfs4_label from the nfs_entry struct
Anna Schumaker
1
-1
/
+1
2021-11-05
NFSv4: Fix potential Oops in decode_op_map()
Trond Myklebust
1
-13
/
+2
2021-11-05
NFSv4: Ensure decode_compound_hdr() sanity checks the tag
Trond Myklebust
1
-10
/
+13
2021-05-07
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-8
/
+52
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-6
/
+0
2021-04-14
NFSv4: Catch and trace server filehandle encoding errors
Trond Myklebust
1
-4
/
+9
2021-04-14
NFSv4: Add tracing for COMPOUND errors
Trond Myklebust
1
-3
/
+1
2021-04-13
NFSv4: Add support for the NFSv4.2 "change_attr_type" attribute
Trond Myklebust
1
-0
/
+32
2021-04-13
NFSv4: Fix value of decode_fsinfo_maxsz
Trond Myklebust
1
-1
/
+10
2020-12-17
Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-21
/
+27
2020-12-02
NFSv4: Fix open coded xdr_stream_remaining()
Trond Myklebust
1
-3
/
+3
2020-12-02
SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()
Trond Myklebust
1
-17
/
+19
2020-12-02
NFSv4: Fix the alignment of page data in the getdeviceinfo reply
Trond Myklebust
1
-3
/
+7
2020-11-30
SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
Chuck Lever
1
-4
/
+2
2020-10-07
NFS: Add READ_PLUS data segment support
Anna Schumaker
1
-0
/
+1
2020-10-07
NFS: Use xdr_page_pos() in NFSv4 decode_getacl()
Anna Schumaker
1
-5
/
+1
2020-08-12
fs: nfs: delete repeated words in comments
Randy Dunlap
1
-1
/
+1
[next]