Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0a0b53f66043b4f4da728b391232de5e5d22f145
/
fs
/
nfs
/
nfs4proc.c
40d2470
NFS: Fix a connectathon regression in NFSv3 and NFSv4
by Trond Myklebust
· 17 years ago
9e08a3c
NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inode
by Trond Myklebust
· 17 years ago
d75340c
NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too
by Trond Myklebust
· 17 years ago
d4d9cdc
NFS: Don't hash the negative dentry when optimising for an O_EXCL open
by Trond Myklebust
· 17 years ago
70ca885
NFS: Fake up 'wcc' attributes to prevent cache invalidation after write
by Trond Myklebust
· 17 years ago
8850df9
NFS: Fix atime revalidation in read()
by Trond Myklebust
· 17 years ago
c481299
NFS: Fix atime revalidation in readdir()
by Trond Myklebust
· 17 years ago
17cadc9
NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds
by Trond Myklebust
· 17 years ago
76b3299
NFSv4: Make NFSv4 ACCESS calls return attributes too...
by Trond Myklebust
· 17 years ago
af22f94
NFSv4: Simplify _nfs4_do_access()
by Trond Myklebust
· 17 years ago
cd3758e
NFS: Replace file->private_data with calls to nfs_file_open_context()
by Trond Myklebust
· 17 years ago
4e769b9
64 bit ino support for NFS client
by Peter Staubach
· 17 years ago
deee936
NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_file
by Trond Myklebust
· 17 years ago
65bbf6b
NFSv4: Fix a typo in _nfs4_do_open_reclaim
by Trond Myklebust
· 17 years ago
45328c3
NFS: Fix NFSv4 open stateid regressions
by Trond Myklebust
· 17 years ago
e4eff1a
SUNRPC: Clean up the sillyrename code
by Trond Myklebust
· 17 years ago
4fdc17b
NFS: Introduce struct nfs_removeargs+nfs_removeres
by Trond Myklebust
· 17 years ago
9936781
NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_open
by Trond Myklebust
· 17 years ago
56659e9
NFSv4: 'constify' lookup arguments.
by Trond Myklebust
· 17 years ago
6f220ed
NFSv4: Fix open state recovery
by Trond Myklebust
· 17 years ago
137d6ac
NFSv4: Make sure unlock is really an unlock when cancelling a lock
by Frank Filz
· 17 years ago
8bda4e4
NFSv4: Fix up stateid locking...
by Trond Myklebust
· 17 years ago
1ac7e2f
NFSv4: Clean up the callers of nfs4_open_recover_helper()
by Trond Myklebust
· 17 years ago
6ee4126
NFSv4: Don't call OPEN if we already have an open stateid for a file
by Trond Myklebust
· 17 years ago
aac00a8
NFSv4: Check for the existence of a delegation in nfs4_open_prepare()
by Trond Myklebust
· 17 years ago
3e30991
NFSv4: Clean up _nfs4_proc_open()
by Trond Myklebust
· 17 years ago
1b370bc
NFSv4: Allow nfs4_opendata_to_nfs4_state to return errors.
by Trond Myklebust
· 17 years ago
6f43ddc
NFSv4: Improve the debugging of bad sequence id errors...
by Trond Myklebust
· 17 years ago
003707c
NFSv4: Always use the delegation if we have one
by Trond Myklebust
· 17 years ago
0f9f95e
NFSv4: Clean up confirmation of sequence ids...
by Trond Myklebust
· 17 years ago
13437e1
NFSv4: Support recalling delegations by stateid part 2
by Trond Myklebust
· 17 years ago
2ced46c
NFSv4: Fix up a bug in nfs4_open_recover()
by Trond Myklebust
· 17 years ago
549d6ed
NFSv4: set the delegation in nfs4_opendata_to_nfs4_state
by Trond Myklebust
· 17 years ago
1b45c46
NFSv4: Fix atomic open for execute...
by Trond Myklebust
· 17 years ago
9f958ab
NFSv4: Reduce the chances of an open_owner identifier collision
by Trond Myklebust
· 17 years ago
4e56e08
NFSv4: Clean up _nfs4_proc_lookup() vs _nfs4_proc_lookupfh()
by Trond Myklebust
· 17 years ago
c6d00e6
NFSv4: Convert struct nfs4_opendata to use struct kref
by Trond Myklebust
· 17 years ago
aa53ed5
NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifier
by Jeff Layton
· 17 years ago
b39e625
NFSv4: Clean up nfs4_call_async()
by Trond Myklebust
· 17 years ago
4a35bd4
NFSv4: Ensure that nfs4_do_close() doesn't race with umount
by Trond Myklebust
· 17 years ago
ad389da
NFSv4: Ensure asynchronous open() calls always pin the mountpoint
by Trond Myklebust
· 17 years ago
539cd03
NFSv4: Cleanup: pass the nfs_open_context to open recovery code
by Trond Myklebust
· 17 years ago
88be9f9
NFS: Replace vfsmount and dentry in nfs_open_context with struct path
by Trond Myklebust
· 17 years ago
10afec9
NFS: Fix some 'sparse' warnings...
by Trond Myklebust
· 18 years ago
2d56d3c
Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 18 years ago
70cc648
locks: make ->lock release private data before returning in GETLK case
by J. Bruce Fields
· 18 years ago
08efa20
NFS4: invalidate cached acl on setacl
by J. Bruce Fields
· 18 years ago
d9bc125
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
92e1d5b
[PATCH] mark struct inode_operations const 2
by Arjan van de Ven
· 18 years ago
e148582
NFSv4: Add lockdep checks to nfs4_wait_clnt_recover()
by Trond Myklebust
· 18 years ago
a6a352e
NFSv4: Don't start state recovery in nfs4_close_done()
by Trond Myklebust
· 18 years ago
8e0969f
NFS: Remove nfs_readpage_sync()
by Trond Myklebust
· 18 years ago
c228fd3
NFSv4: Cleanups for fs_locations code.
by Trond Myklebust
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
200baa2
NFS: Remove nfs_writepage_sync()
by Trond Myklebust
· 18 years ago
cae823c
NFS: Remove use of the Big Kernel Lock around calls to rpc_call_sync
by Frank Filz
· 18 years ago
e6b3c4d
Fix a second potential rpc_wakeup race...
by Trond Myklebust
· 18 years ago
bc4785c
[PATCH] nfs: verifier is network-endian
by Al Viro
· 18 years ago
0dbb4c6
[PATCH] xdr annotations: NFS readdir entries
by Al Viro
· 18 years ago
b87c0ad
[PATCH] NFS: remove unused check in nfs4_open_revalidate
by Chuck Lever
· 18 years ago
2066fe8
NFSv4: Poll more aggressively when handling NFS4ERR_DELAY
by Trond Myklebust
· 18 years ago
c514983
NFSv4: Handle the condition NFS4ERR_FILE_OPEN
by Trond Myklebust
· 18 years ago
6b30954
NFSv4: Retry lease recovery if it failed during a synchronous operation.
by Trond Myklebust
· 18 years ago
94a6d75
NFS: Use cached page as buffer for NFS symlink requests
by Chuck Lever
· 18 years ago
4f390c1
NFS: Fix double d_drop in nfs_instantiate() error path
by Chuck Lever
· 18 years ago
54ceac4
NFS: Share NFS superblocks per-protocol per-server per-FSID
by David Howells
· 18 years ago
8fa5c00
NFS: Move rpc_ops from nfs_server to nfs_client
by David Howells
· 18 years ago
1f16341
NFS: Make better use of inode* dereferencing macros
by David Howells
· 18 years ago
509de81
NFS: Add extra const qualifiers
by David Howells
· 18 years ago
24c8dbb
NFS: Generalise the nfs_client structure
by David Howells
· 18 years ago
e9326dc
NFS: Add a server capabilities NFS RPC op
by David Howells
· 18 years ago
2b3de44
NFS: Add a lookupfh NFS RPC op
by David Howells
· 18 years ago
7539bba
NFS: Rename nfs_server::nfs4_state
by David Howells
· 18 years ago
adfa6f9
NFS: Rename struct nfs4_client to struct nfs_client
by David Howells
· 18 years ago
76723de
NFSv4: Fix incorrect semaphore release in _nfs4_do_open()
by Trond Myklebust
· 18 years ago
16b4289
NFSv4: Add v4 exception handling for the ACL functions.
by Trond Myklebust
· 18 years ago
01c3b86
NLM,NFSv4: Wait on local locks before we put RPC calls on the wire
by Trond Myklebust
· 18 years ago
42a2d13
NFSv4: Ensure nfs4_lock_expired() caches delegated locks
by Trond Myklebust
· 18 years ago
9b07357
NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock
by Trond Myklebust
· 18 years ago
f7b422b
NFS: Split fs/nfs/inode.c
by David Howells
· 18 years ago
6b97fd3
NFSv4: Follow a referral
by Manoj Naik
· 18 years ago
830b8e3
NFSv4: Define an fs_locations bitmap
by Manoj Naik
· 18 years ago
361e624
NFSv4: GETATTR attributes on referral
by Manoj Naik
· 18 years ago
7aaa0b3
NFSv4: convert fs-locations-components to conform to RFC3530
by Manoj Naik
· 18 years ago
683b57b
NFSv4: Implement the fs_locations function call
by Trond Myklebust
· 18 years ago
55a9759
NFS: Ensure the client submounts, when it crosses a server mountpoint.
by Trond Myklebust
· 18 years ago
38478b2
NFS: More page cache revalidation fixups
by Trond Myklebust
· 18 years ago
73a3d07
NFS: Clean up inode metadata updates
by Trond Myklebust
· 18 years ago
95cf959
VFS: Fix another open intent Oops
by Trond Myklebust
· 19 years ago
096455a
NFSv4: Dont list system.nfs4_acl for filesystems that don't support it.
by J. Bruce Fields
· 19 years ago
7a1218a
SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()
by Trond Myklebust
· 19 years ago
03f28e3
NFS: Make nfs_fhget() return appropriate error values
by Trond Myklebust
· 19 years ago
51581f3
NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCE
by Trond Myklebust
· 19 years ago
3e4f629
NFSv4: Send the delegation stateid for SETATTR calls
by Trond Myklebust
· 19 years ago
ec06c09
NFS: Cleanup of NFS read code
by Trond Myklebust
· 19 years ago
788e7a8
NFS: Cleanup of NFS write code in preparation for asynchronous o_direct
by Trond Myklebust
· 19 years ago
006ea73
NFS: add hooks to account for NFSERR_JUKEBOX errors
by Chuck Lever
· 19 years ago
a162a6b
NFSv4: Kill braindead gcc warnings
by Trond Myklebust
· 19 years ago
c8d149f
NFS: "const static" vs "static const" in nfs4
by Jesper Juhl
· 19 years ago
c12e87f
[PATCH] NFSv4: fix mount segfault on errors returned that are < -1000
by Trond Myklebust
· 19 years ago
Next »