Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
16b374ca439fb406e46e071f75428f5b033056f8
/
fs
/
nfs
/
delegation.c
1b924e5
NFS: Clean up the callers of nfs_wb_all()
by Trond Myklebust
· 14 years ago
e047a10
NFSv41: Fix nfs_async_inode_return_delegation() ugliness
by Trond Myklebust
· 14 years ago
8535b2b
NFSv4: Don't use GFP_KERNEL allocations in state recovery
by Trond Myklebust
· 14 years ago
17d2c0a
NFS: Fix RCU issues in the NFSv4 delegation code
by David Howells
· 15 years ago
8f649c3
NFSv4: Fix the locking in nfs_inode_reclaim_delegation()
by Trond Myklebust
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2597641
nfs41: v2 fix cb_recall bug
by Alexandros Batsakis
· 15 years ago
31f0960
nfs41: V2 initial support for CB_RECALL_ANY
by Alexandros Batsakis
· 15 years ago
c79571a
nfs4: V2 return/expire delegations depending on their type
by Alexandros Batsakis
· 15 years ago
b4a6f49
nfs4: minor delegation cleaning
by Alexandros Batsakis
· 15 years ago
d18cc1f
NFSv4: Fix a potential state manager deadlock when returning delegations
by Trond Myklebust
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
3f09df7
NFS: Ensure we always hold the BKL when dereferencing inode->i_flock
by Trond Myklebust
· 15 years ago
d512220
NFSv4: Move error handling out of the delegation generic code
by Trond Myklebust
· 15 years ago
bd7bf9d
NFSv4: Convert delegation->type field to fmode_t
by Trond Myklebust
· 16 years ago
b7391f4
NFSv4: Return unreferenced delegations more promptly
by Trond Myklebust
· 16 years ago
6411bd4
NFSv4: Clean up the asynchronous delegation return
by Trond Myklebust
· 16 years ago
b0d3ded
NFSv4: Clean up nfs_expire_all_delegations()
by Trond Myklebust
· 16 years ago
e005e80
NFSv4: Rename the state reclaimer thread
by Trond Myklebust
· 16 years ago
707fb4b
NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...
by Trond Myklebust
· 16 years ago
515d861
NFSv4: Clean up the support for returning multiple delegations
by Trond Myklebust
· 16 years ago
95d35cb
NFSv4: Remove nfs_client->cl_sem
by Trond Myklebust
· 16 years ago
15c831b
NFS: Use atomic bitops when changing struct nfs_delegation->flags
by Trond Myklebust
· 16 years ago
86e8948
NFSv4: Fix up the dereferencing of delegation->inode
by Trond Myklebust
· 16 years ago
3431043
NFSv4: Fix up another delegation related race
by Trond Myklebust
· 16 years ago
3110ff8
nfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
90dc7d2
nfs: fix sparse warnings
by Harvey Harrison
· 17 years ago
57bfa89
NFSv4: Deal more correctly with duplicate delegations
by Trond Myklebust
· 17 years ago
e6f8107
NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode
by Trond Myklebust
· 17 years ago
5d8515c
NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
by Chuck Lever
· 17 years ago
603c83d
NFSv4: Fix an rpc_cred reference leakage in fs/nfs/delegation.c
by Trond Myklebust
· 17 years ago
05c88ba
NFSv4: Fix a typo in nfs_inode_reclaim_delegation
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
905f8d1
NFSv4: Don't call put_rpccred() from an rcu callback
by Trond Myklebust
· 17 years ago
412c77c
NFSv4: Defer inode revalidation when setting up a delegation
by Trond Myklebust
· 17 years ago
8383e46
NFSv4: Use RCU to protect delegations
by Trond Myklebust
· 17 years ago
13437e1
NFSv4: Support recalling delegations by stateid part 2
by Trond Myklebust
· 17 years ago
9016302
NFSv4: Support recalling delegations by stateid
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
· 17 years ago
f52720c
[PATCH] fs: Removing useless casts
by Panagiotis Issaris
· 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
3e4f629
NFSv4: Send the delegation stateid for SETATTR calls
by Trond Myklebust
· 19 years ago
26c78e1
NFSv4: Fix an Oops in nfs_do_expire_all_delegations
by Trond Myklebust
· 19 years ago
fa178f2
NFSv4: Ensure DELEGRETURN returns attributes
by Trond Myklebust
· 19 years ago
beb2a5e
NFSv4: Ensure change attribute returned by GETATTR callback conforms to spec
by Trond Myklebust
· 19 years ago
58d9714a
NFSv4: Send RENEW requests to the server only when we're holding state
by Trond Myklebust
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
888e694
NFSv4: Recover locks too when returning a delegation
by Trond Myklebust
· 19 years ago
cae7a07
NFSv4: Return delegation upon rename or removal of file.
by Trond Myklebust
· 19 years ago
b3c52da
[PATCH] NFS: Fix cache consistency races
by Trond Myklebust
· 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