Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
62ae082d883d167cdaa7895cf2972d85e178228a
/
include
/
linux
/
nfs_xdr.h
62ae082
NFSv4: Reorder the XDR structures to put sequence at the top, not bottom
by Trond Myklebust
· 12 years ago
8fe72ba
NFSv4: Clean up handling of privileged operations
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
87dda67
NFSv4.1: Allow SEQUENCE to resize the slot table on the fly
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
933602e
NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_time
by Trond Myklebust
· 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
a0b0a6e
NFS: Clean up the pNFS layoutget interface
by Trond Myklebust
· 12 years ago
1f1ea6c
NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncached
by Trond Myklebust
· 12 years ago
f616638
NFS41: add pg_layout_private to nfs_pageio_descriptor
by Peng Tao
· 12 years ago
89d77c8
NFS: Convert v4 into a module
by Bryan Schumaker
· 12 years ago
1179acc
NFS: Only initialize the ACL client in the v3 case
by Bryan Schumaker
· 12 years ago
ff9099f2
NFS: Create a try_mount rpc op
by Bryan Schumaker
· 12 years ago
8626e4a
Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6
by Trond Myklebust
· 12 years ago
8867fe5
nfs: clean up ->create in nfs_rpc_ops
by Miklos Szeredi
· 12 years ago
57208fa
NFS: Create an write_pageio_init() function
by Bryan Schumaker
· 12 years ago
1abb5088
NFS: Create an read_pageio_init() function
by Bryan Schumaker
· 12 years ago
6663ee7
NFS: Create an alloc_client rpc_op
by Bryan Schumaker
· 12 years ago
cdb7ece
NFS: Create a free_client rpc_op
by Bryan Schumaker
· 12 years ago
57ec14c
NFS: Create a return_delegation rpc op
by Bryan Schumaker
· 12 years ago
011e2a7
NFS: Create a have_delegation rpc_op
by Bryan Schumaker
· 12 years ago
2f2c63b
NFS: Cleanup - only store the write verifier in struct nfs_page
by Trond Myklebust
· 12 years ago
9bce008
NFS: Fix a commit bug
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
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
· 13 years ago
acdeb69
NFS: EXCHANGE_ID should save the server major and minor ID
by Chuck Lever
· 13 years ago
4bf590e
NFS: Add nfs_client behavior flags
by Chuck Lever
· 13 years ago
8cab4c3
NFS: Refactor nfs_get_client(): initialize nfs_client
by Chuck Lever
· 13 years ago
79d4e1f
NFS: Use proper naming conventions for NFSv4.1 server scope fields
by Chuck Lever
· 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
3a1556e
NFSv2/v3: Simulate the change attribute
by Trond Myklebust
· 13 years ago
4f97615
NFS: Fix a compile issue when CONFIG_NFS_V4_1 is undefined
by Trond Myklebust
· 13 years ago
80a16b2
NFS: Remove extra rpc_clnt argument to proc_lookup
by Bryan Schumaker
· 13 years ago
281cad4
NFS: Create a submount rpc_op
by Bryan Schumaker
· 13 years ago
2671bfc
NFS: Remove secinfo knowledge out of the generic client
by Bryan Schumaker
· 13 years ago
b359f9d
NFS: add dreq to nfs_commit_info
by Fred Isaman
· 13 years ago
f453a54
NFS: create nfs_commit_completion_ops
by Fred Isaman
· 13 years ago
ea2cf22
NFS: create struct nfs_commit_info
by Fred Isaman
· 13 years ago
584aa81
NFS: rewrite directio read to use async coalesce code
by Fred Isaman
· 13 years ago
061ae2e
NFS: create completion structure to pass into page_init functions
by Fred Isaman
· 13 years ago
6c75dc0
NFS: merge _full and _partial write rpc_ops
by Fred Isaman
· 13 years ago
4db6e0b
NFS: merge _full and _partial read rpc_ops
by Fred Isaman
· 13 years ago
30dd374
NFS: create struct nfs_page_array
by Fred Isaman
· 13 years ago
cd84160
NFS: create common nfs_pgio_header for both read and write
by Fred Isaman
· 13 years ago
0b7c015
NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
by Fred Isaman
· 13 years ago
95b72eb
NFSv4: Ensure we do not reuse open owner names
by Trond Myklebust
· 13 years ago
c6bfa1a
NFS: Remove nfs4_setup_sequence from generic rename code
by Bryan Schumaker
· 13 years ago
34e137c
NFS: Remove nfs4_setup_sequence from generic unlink code
by Bryan Schumaker
· 13 years ago
ea7c330
NFS: Remove nfs4_setup_sequence from generic read code
by Bryan Schumaker
· 13 years ago
c6cb80d
NFS: Remove nfs4_setup_sequence from generic write code
by Bryan Schumaker
· 13 years ago
8aa0a41
Merge commit 'nfs-for-3.3-4' into nfs-for-next
by Trond Myklebust
· 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
7d2ed9a
NFSv4: parse and display server implementation ids
by Weston Andros Adamson
· 13 years ago
45d43c2
NFSv4.1: Convert slotid from u8 to u32
by Trond Myklebust
· 13 years ago
331818f
NFSv4: Fix an Oops in the NFSv4 getacl code
by Trond Myklebust
· 13 years ago
a613fa1
SUNRPC: constify the rpc_program
by Trond Myklebust
· 13 years ago
1313e60
NFS: Remove unnecessary includes from linux/nfs_fs_i.h
by Trond Myklebust
· 13 years ago
6926afd
NFSv4: Save the owner/group name string when doing open
by Trond Myklebust
· 13 years ago
bf118a3
NFSv4: include bitmap in nfsv4 get acl data
by Andy Adamson
· 13 years ago
1788ea6
nfs: when attempting to open a directory, fall back on normal lookup (try #5)
by Jeff Layton
· 13 years ago
b8ef706
NFS: Get rid of the unused nfs_write_data->flags field
by Trond Myklebust
· 13 years ago
a194080
NFS: Get rid of the unused nfs_read_data->flags field
by Trond Myklebust
· 13 years ago
0c2e53f
NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()
by Trond Myklebust
· 13 years ago
c2f340a
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
655b161
nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4
by Boaz Harrosh
· 13 years ago
db29c08
pnfs: cleanup_layoutcommit
by Andy Adamson
· 13 years ago
dae100c
pnfs: ask for layout_blksize and save it in nfs_server
by Fred Isaman
· 13 years ago
7f11d8d
pnfs: GETDEVICELIST
by Andy Adamson
· 13 years ago
a9bae56
pnfs: let layoutcommit handle a list of lseg
by Peng Tao
· 13 years ago
6e4efd5
NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup
by Trond Myklebust
· 13 years ago
a56aaa0
NFSv4.1: Clean up layoutreturn
by Trond Myklebust
· 13 years ago
9aeda35
NFS: added FREE_STATEID call
by Bryan Schumaker
· 13 years ago
7d97479
NFS: Added TEST_STATEID call
by Bryan Schumaker
· 13 years ago
fca78d6
NFS: Add SECINFO_NO_NAME procedure
by Bryan Schumaker
· 13 years ago
78fe0f4
NFS: use scope from exchange_id to skip reclaim
by Weston Andros Adamson
· 13 years ago
c9c30dd
NFSv4.1: deprecate headerpadsz in CREATE_SESSION
by Benny Halevy
· 13 years ago
cbe8260
pnfs: layoutreturn
by Benny Halevy
· 14 years ago
d20581a
pnfs: support for non-rpc layout drivers
by Benny Halevy
· 14 years ago
a75b9df
NFSv4.1: Ensure that layoutget uses the correct gfp modes
by Trond Myklebust
· 14 years ago
28331a4
NFSv4: Ensure we request the ordinary fileid when doing readdirplus
by Trond Myklebust
· 14 years ago
0acd220
Merge branch 'nfs-for-2.6.39' into nfs-for-next
by Trond Myklebust
· 14 years ago
35124a0
Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO
by Weston Andros Adamson
· 14 years ago
7ebb931
NFS: use secinfo when crossing mountpoints
by Bryan Schumaker
· 14 years ago
5a5ea0d
NFS: Add secinfo procedure
by Bryan Schumaker
· 14 years ago
7c51305
NFS: lookup supports alternate client
by Bryan Schumaker
· 14 years ago
863a3c6
NFSv4.1: layoutcommit
by Andy Adamson
· 14 years ago
e0c2b38
NFSv4.1: filelayout driver specific code for COMMIT
by Fred Isaman
· 14 years ago
e0dca7a
NFS: Fix a warning in fs/nfs/idmap.c
by Trond Myklebust
· 14 years ago
a69aef1
NFSv4.1: pnfs filelayout driver write
by Fred Isaman
· 14 years ago
0382b74
NFSv4.1: implement generic pnfs layer write switch
by Andy Adamson
· 14 years ago
Next »