Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c20ddc649990ecbe6813afb6e605415e2d083d68
/
fs
/
nfs
/
nfs4xdr.c
9137bdf
NFS: Create a common results structure for reads and writes
by Anna Schumaker
· 11 years ago
3c6b899
NFS: Create a common argument structure for reads and writes
by Anna Schumaker
· 11 years ago
a7697f6
NFS: Clean up: revert increase in READDIR RPC buffer max size
by Chuck Lever
· 11 years ago
a1800ac
nfs: initialize the ACL support bits to zero.
by Malahal Naineni
· 11 years ago
c7848f6
NFSv4: OPEN must handle the NFS4ERR_IO return code correctly
by Trond Myklebust
· 11 years ago
d204c5d
NFSv4.2: encode_readdir - only ask for labels when doing readdirplus
by Trond Myklebust
· 11 years ago
44c9993
NFS: Add method to detect whether an FSID is still on the server
by Chuck Lever
· 11 years ago
b03d735
NFS: Add method to retrieve fs_locations during migration recovery
by Chuck Lever
· 11 years ago
9f79fb4
NFSv4.1 fix decode_free_stateid
by Andy Adamson
· 11 years ago
2031cd1
nfs4.1: Minimal SP4_MACH_CRED implementation
by Weston Andros Adamson
· 11 years ago
3bd2384
NFS: NFSv4.0 transport blocking
by Chuck Lever
· 11 years ago
b8a8a0d
NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_type
by Trond Myklebust
· 11 years ago
17f26b1
NFSv4: Deal with some more sparse warnings
by Trond Myklebust
· 11 years ago
d7067b2
NFSv4: encode_attrs should not backfill the bitmap and attribute length
by Trond Myklebust
· 11 years ago
4f3cc48
NFSv4: Fix brainfart in attribute length calculation
by Trond Myklebust
· 11 years ago
b4a2cf7
NFSv4: Fix a regression against the FreeBSD server
by Trond Myklebust
· 11 years ago
959d921
Merge branch 'labeled-nfs' into linux-next
by Trond Myklebust
· 11 years ago
f1c097b
NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesize
by Andy Adamson
· 11 years ago
aa9c266
NFS: Client implementation of Labeled-NFS
by David Quigley
· 11 years ago
a09df2c
NFSv4: Extend fattr bitmaps to support all 3 words
by David Quigley
· 11 years ago
7c1d5fa
NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC call
by Trond Myklebust
· 12 years ago
bd1d421
Merge branch 'rpcsec_gss-from_cel' into linux-next
by Trond Myklebust
· 12 years ago
042ad0b
nfs: Send atime and mtime as a 64bit value
by Bryan Schumaker
· 12 years ago
549b19c
NFSv4: Record the OPEN create mode used in the nfs4_opendata structure
by Trond Myklebust
· 12 years ago
83ca7f5
NFS: Avoid PUTROOTFH when managing leases
by Chuck Lever
· 12 years ago
fb15b26
SUNRPC: Define rpcsec_gss_info structure
by Chuck Lever
· 12 years ago
809b426
NFSv4: Fix Oopses in the fs_locations code
by Trond Myklebust
· 12 years ago
d9fc661
NFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opens
by Trond Myklebust
· 12 years ago
9b20614
NFSv4: The stateid must remain the same for replayed RPC calls
by Trond Myklebust
· 12 years ago
e578207
nfs: Convert nfs4xdr to use kuids and kgids
by Eric W. Biederman
· 12 years ago
7ce0171
Merge branch 'bugfixes' into nfs-for-next
by Trond Myklebust
· 12 years ago
76e697b
NFSv4.1: Move slot table and session struct definitions to nfs4session.h
by Trond Myklebust
· 12 years ago
da0507b
NFSv4.1: Reset the sequence number for slots that have been deallocated
by Trond Myklebust
· 12 years ago
464ee9f
NFSv4.1: Ensure that the client tracks the server target_highest_slotid
by Trond Myklebust
· 12 years ago
2b2fa71
NFSv4.1: Simplify struct nfs4_sequence_args too
by Trond Myklebust
· 12 years ago
df2fabf
NFSv4.1: Label each entry in the session slot tables with its slot number
by Trond Myklebust
· 12 years ago
e3725ec
NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer
by Trond Myklebust
· 12 years ago
d751f74
NFS: Reduce stack use in encode_exchange_id()
by Jim Rees
· 12 years ago
7fc3884
NFS: Remove asserts from the NFS XDR code
by Trond Myklebust
· 12 years ago
e23008e
NFSv4 reduce attribute requests for open reclaim
by Andy Adamson
· 12 years ago
ae2bb03
NFSv4: don't put ACCESS in OPEN compound if O_EXCL
by Weston Andros Adamson
· 12 years ago
6168f62
NFSv4: Add ACCESS operation to OPEN compound
by Weston Andros Adamson
· 12 years ago
2a36915
NFS: Clean up helper function nfs4_select_rw_stateid()
by Trond Myklebust
· 12 years ago
13fe4ba
NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return value
by Trond Myklebust
· 12 years ago
01913b4
NFS: return error from decode_getfh in decode open
by Weston Andros Adamson
· 12 years ago
1f1ea6c
NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncached
by Trond Myklebust
· 12 years ago
cff298c
NFSv4: Don't use private xdr_stream fields in decode_getacl
by Trond Myklebust
· 12 years ago
519d395
NFSv4: Fix pointer arithmetic in decode_getacl
by Trond Myklebust
· 12 years ago
fac1e8e
NFS: Keep module parameters in the generic NFS client
by Bryan Schumaker
· 12 years ago
f44106e
nfs: fix fl_type tests in NFSv4 code
by Jeff Layton
· 12 years ago
2f2c63b
NFS: Cleanup - only store the write verifier in struct nfs_page
by Trond Myklebust
· 12 years ago
98d9452
NFSv4: Decode getdevicelist should use nfs4_verifier
by Trond Myklebust
· 12 years ago
256e48b
NFSv4: Simplify the GETATTR attribute length calculation
by Trond Myklebust
· 12 years ago
64bd577
NFS: Let xdr_read_pages() check for buffer overflows
by Trond Myklebust
· 12 years ago
029c534
NFSv4: Fix up decode_attr_mdsthreshold
by Trond Myklebust
· 12 years ago
1549210f
NFSv4: Fix an Oops in the open recovery code
by Trond Myklebust
· 12 years ago
32b0131
NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid
by Trond Myklebust
· 12 years ago
6624553
NFSv4.1: Add DESTROY_CLIENTID
by Trond Myklebust
· 12 years ago
ad24ecf
NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations
by Trond Myklebust
· 12 years ago
7c44f1ae
nfs4.1: add BIND_CONN_TO_SESSION operation
by Weston Andros Adamson
· 12 years ago
88034c3
NFSv4.1 mdsthreshold attribute xdr
by Andy Adamson
· 12 years ago
acdeb69
NFS: EXCHANGE_ID should save the server major and minor ID
by Chuck Lever
· 12 years ago
f092075
NFS: Always use the same SETCLIENTID boot verifier
by Chuck Lever
· 12 years ago
8582715
NFSv4: COMMIT does not need post-op attributes
by Trond Myklebust
· 13 years ago
778d281
NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds
by Trond Myklebust
· 13 years ago
7c317fc
NFSv4: Simplify the NFSv4 CREATE compound
by Trond Myklebust
· 13 years ago
90ff0c5
NFSv4: Simplify the NFSv4 OPEN compound
by Trond Myklebust
· 13 years ago
e144cbc
NFSv4: Retrieve attributes _before_ calling delegreturn
by Trond Myklebust
· 13 years ago
a9f6991
NFSv4: Fix a typo in NFS4_enc_link_sz
by Trond Myklebust
· 13 years ago
0b7c015
NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
by Fred Isaman
· 13 years ago
72de53e
NFS: Do secinfo as part of lookup
by Bryan Schumaker
· 13 years ago
31e4dda
NFS: Fix SECINFO_NO_NAME
by Bryan Schumaker
· 13 years ago
5794d21
Avoid beyond bounds copy while caching ACL
by Sachin Prabhu
· 13 years ago
5a00689
Avoid reading past buffer when calling GETACL
by Sachin Prabhu
· 13 years ago
95b72eb
NFSv4: Ensure we do not reuse open owner names
by Trond Myklebust
· 13 years ago
95a13f7
NFS: Fix a compile error when !defined NFS_DEBUG
by Trond Myklebust
· 13 years ago
4fc8796
NFSv4: Clean up nfs4_select_rw_stateid()
by Trond Myklebust
· 13 years ago
ff2eb68
NFSv4: Add a helper encode_uint64
by Trond Myklebust
· 13 years ago
475d4ba
NFSv4: More xdr cleanups
by Trond Myklebust
· 13 years ago
7001951
NFSv4: Cleanup - convert more functions to use encode_op_hdr
by Trond Myklebust
· 13 years ago
cd93710
NFS: Fix nfs4_verifier memory alignment
by Chuck Lever
· 13 years ago
ab19b48
NFSv4: Add a encode op helper
by Trond Myklebust
· 13 years ago
4ade982
NFSv4: Add a helper for encoding NFSv4 sequence ids
by Trond Myklebust
· 13 years ago
6fdfb0bc
NFSv4: Minor clean ups for encode_string()
by Trond Myklebust
· 13 years ago
2d2f24a
NFSv4: Simplify the struct nfs4_stateid
by Trond Myklebust
· 13 years ago
1e3987c
NFSv4: Rename nfs4_copy_stateid()
by Trond Myklebust
· 13 years ago
ea9d23f
NFSv4: Add a helper for encoding stateids
by Trond Myklebust
· 13 years ago
cb17e55
NFSv4: Add a helper for encoding opaque data
by Trond Myklebust
· 13 years ago
d0b496d
NFSv4: Rename encode_stateid() to encode_open_stateid()
by Trond Myklebust
· 13 years ago
8aa0a41
Merge commit 'nfs-for-3.3-4' into nfs-for-next
by Trond Myklebust
· 13 years ago
54b50af
NFS: Reduce debugging noise from encode_compound_hdr
by Chuck Lever
· 13 years ago
264e635
NFS: Request fh_expire_type attribute in "server caps" operation
by Chuck Lever
· 13 years ago
81934dd
NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS
by Chuck Lever
· 13 years ago
bb4dae5
NFS: Simplify arguments of encode_renew()
by Chuck Lever
· 13 years ago
02a2976
NFS: Clean up debugging in decode_pathname()
by Chuck Lever
· 13 years ago
7d2ed9a
NFSv4: parse and display server implementation ids
by Weston Andros Adamson
· 13 years ago
db8ac8b
NFSv4: Send implementation id with exchange_id
by Weston Andros Adamson
· 13 years ago
a030889
NFS: start printks w/ NFS: even if __func__ shown
by Weston Andros Adamson
· 13 years ago
f9fd2d9
NFS: printks in fs/nfs/ should start with NFS:
by Weston Andros Adamson
· 13 years ago
1cab065
NFS: Pass a stateid to test_stateid() and free_stateid()
by Bryan Schumaker
· 13 years ago
Next »