Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
786b4557075ae0d8a23e73c316dc4204b41ccb4d
/
fs
/
nfs
/
nfs4state.c
a2b2bb8
NFSv4: Attempt to use machine credentials in SETCLIENTID calls
by Trond Myklebust
· 17 years ago
f6a1cc8
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues
by Trond Myklebust
· 17 years ago
5d00837
SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
by Trond Myklebust
· 17 years ago
90dc7d2
nfs: fix sparse warnings
by Harvey Harrison
· 17 years ago
497799e
NFS: missing spaces in KERN_WARNING
by Dan Muntz
· 17 years ago
5d8515c
NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
by Chuck Lever
· 17 years ago
2f74c0a
NFSv4: Clean up the OPEN/CLOSE serialisation code
by Trond Myklebust
· 17 years ago
d0dc370
NFSv4: Give the lock stateid its own sequence queue
by Trond Myklebust
· 17 years ago
a49c3c7
NFSv4: Ensure that we wait for the CLOSE request to complete
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
ba683031
NFSv4: Fix a locking regression in nfs4_set_mode_locked()
by Trond Myklebust
· 17 years ago
6f2e64d
NFSv4: Make the NFS state model work with the nosharedcache mount option
by Trond Myklebust
· 17 years ago
8bda4e4
NFSv4: Fix up stateid locking...
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
1c816ef
NFSv4: Fix a bug in __nfs4_find_state_byowner
by Trond Myklebust
· 17 years ago
9f958ab
NFSv4: Reduce the chances of an open_owner identifier collision
by Trond Myklebust
· 17 years ago
88d9093
NFSv4: nfs_increment_open_seqid should not return a value
by Trond Myklebust
· 17 years ago
7af654f
NFSv4: Don't reuse expired nfs4_state_owner structs
by Trond Myklebust
· 17 years ago
27b3f94
NFSv4: Fix a credential reference leak in nfs4_get_state_owner()
by Trond Myklebust
· 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
10afec9
NFS: Fix some 'sparse' warnings...
by Trond Myklebust
· 17 years ago
54ceac4
NFS: Share NFS superblocks per-protocol per-server per-FSID
by David Howells
· 18 years ago
24c8dbb
NFS: Generalise the nfs_client structure
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
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
51581f3
NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCE
by Trond Myklebust
· 19 years ago
286d7d6
NFSv4: Remove requirement for machine creds for the "setclientid" operation
by Trond Myklebust
· 19 years ago
b4454fe
NFSv4: Remove requirement for machine creds for the "renew" operation
by Trond Myklebust
· 19 years ago
5043e90
NFS: Convert instances of kernel_thread() to kthread()
by Trond Myklebust
· 19 years ago
433fbe4
NFSv4: State recovery cleanup
by Trond Myklebust
· 19 years ago
e761692
NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately
by Trond Myklebust
· 19 years ago
36f20c6
NFSv4: Fix buggy nfs_wait_on_sequence()
by Trond Myklebust
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
43b2a33
NFSv4: Fix recovery of flock() locks.
by Trond Myklebust
· 19 years ago
d530838
NFSv4: Fix problem with OPEN_DOWNGRADE
by Trond Myklebust
· 19 years ago
4cecb76
NFSv4: Fix a race between open() and close()
by Trond Myklebust
· 19 years ago
ec07342
NFSv4: Fix up locking for nfs4_state_owner
by Trond Myklebust
· 19 years ago
4e51336
NFSv4: Final tweak to sequence id
by Trond Myklebust
· 19 years ago
7f709a4
NFSv4: Fix an oopsable condition in nfs_free_seqid
by Trond Myklebust
· 19 years ago
faf5f49
NFSv4: Make NFS clean up byte range locks asynchronously
by Trond Myklebust
· 19 years ago
83c9d41
NFSv4: Remove nfs4_client->cl_sem from close() path
by Trond Myklebust
· 19 years ago
e6dfa55
NFSv4: Remove obsolete state_owner and lock_owner semaphores
by Trond Myklebust
· 19 years ago
9512135
NFSv4: Fix a potential CLOSE race
by Trond Myklebust
· 19 years ago
cee54fc
NFSv4: Add functions to order RPC calls
by Trond Myklebust
· 19 years ago
8d0a8a9
[PATCH] NFSv4: Clean up nfs4 lock state accounting
by Trond Myklebust
· 19 years ago
6a19275
[PATCH] RPC: [PATCH] improve rpcauthauth_create error returns
by J. Bruce Fields
· 19 years ago
4ce7971
[PATCH] NFS: Header file cleanup...
by Trond Myklebust
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago