index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-01
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-20
/
+7
2008-01-30
NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode
Trond Myklebust
1
-9
/
+13
2008-01-30
nfs4: allow nfsv4 acls on non-regular-files
J. Bruce Fields
1
-4
/
+0
2008-01-30
NFSv4: Add socket proto argument to setclientid
Trond Myklebust
1
-1
/
+3
2008-01-30
NFS: Enable NFS client to generate CLIENTID strings with IPv6 addresses
Chuck Lever
1
-4
/
+8
2008-01-30
NFS: define a function to update nfsi->cache_change_attribute
Trond Myklebust
1
-1
/
+1
2008-01-30
NFS/SUNRPC: Convert all users of rpc_call_setup()
Trond Myklebust
1
-66
/
+52
2008-01-30
NFS: Clean up the (commit|read|write)_setup() callback routines
Trond Myklebust
1
-41
/
+8
2008-01-30
SUNRPC: Clean up rpc_run_task
Trond Myklebust
1
-7
/
+42
2008-01-30
NFSv4: Clean up the OPEN/CLOSE serialisation code
Trond Myklebust
1
-19
/
+11
2008-01-03
NFSv4: Fix open_to_lock_owner sequenceid allocation...
Trond Myklebust
1
-11
/
+19
2008-01-03
NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on error
Trond Myklebust
1
-3
/
+1
2007-12-06
NFS: Switch from intr mount option to TASK_KILLABLE
Matthew Wilcox
1
-20
/
+7
2007-10-19
NFSv4: Ensure that we wait for the CLOSE request to complete
Trond Myklebust
1
-5
/
+8
2007-10-19
NFS: Fix a race in sillyrename
Trond Myklebust
1
-0
/
+6
2007-10-09
NFS: Fix a connectathon regression in NFSv3 and NFSv4
Trond Myklebust
1
-6
/
+4
2007-10-09
NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inode
Trond Myklebust
1
-3
/
+2
2007-10-09
NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too
Trond Myklebust
1
-1
/
+6
2007-10-09
NFS: Don't hash the negative dentry when optimising for an O_EXCL open
Trond Myklebust
1
-1
/
+2
2007-10-09
NFS: Fake up 'wcc' attributes to prevent cache invalidation after write
Trond Myklebust
1
-1
/
+1
2007-10-09
NFS: Fix atime revalidation in read()
Trond Myklebust
1
-0
/
+2
2007-10-09
NFS: Fix atime revalidation in readdir()
Trond Myklebust
1
-0
/
+3
2007-10-09
NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds
Trond Myklebust
1
-2
/
+5
2007-10-09
NFSv4: Make NFSv4 ACCESS calls return attributes too...
Trond Myklebust
1
-2
/
+9
2007-10-09
NFSv4: Simplify _nfs4_do_access()
Trond Myklebust
1
-33
/
+2
2007-10-09
NFS: Replace file->private_data with calls to nfs_file_open_context()
Trond Myklebust
1
-4
/
+4
2007-10-09
64 bit ino support for NFS client
Peter Staubach
1
-2
/
+2
2007-09-01
NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_file
Trond Myklebust
1
-1
/
+1
2007-09-01
NFSv4: Fix a typo in _nfs4_do_open_reclaim
Trond Myklebust
1
-1
/
+1
2007-08-07
NFS: Fix NFSv4 open stateid regressions
Trond Myklebust
1
-9
/
+7
2007-07-19
SUNRPC: Clean up the sillyrename code
Trond Myklebust
1
-36
/
+14
2007-07-19
NFS: Introduce struct nfs_removeargs+nfs_removeres
Trond Myklebust
1
-16
/
+15
2007-07-19
NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_open
Trond Myklebust
1
-1
/
+6
2007-07-19
NFSv4: 'constify' lookup arguments.
Trond Myklebust
1
-5
/
+5
2007-07-19
NFSv4: Fix open state recovery
Trond Myklebust
1
-12
/
+24
2007-07-10
NFSv4: Make sure unlock is really an unlock when cancelling a lock
Frank Filz
1
-0
/
+5
2007-07-10
NFSv4: Fix up stateid locking...
Trond Myklebust
1
-16
/
+11
2007-07-10
NFSv4: Clean up the callers of nfs4_open_recover_helper()
Trond Myklebust
1
-22
/
+20
2007-07-10
NFSv4: Don't call OPEN if we already have an open stateid for a file
Trond Myklebust
1
-8
/
+41
2007-07-10
NFSv4: Check for the existence of a delegation in nfs4_open_prepare()
Trond Myklebust
1
-88
/
+107
2007-07-10
NFSv4: Clean up _nfs4_proc_open()
Trond Myklebust
1
-13
/
+10
2007-07-10
NFSv4: Allow nfs4_opendata_to_nfs4_state to return errors.
Trond Myklebust
1
-11
/
+18
2007-07-10
NFSv4: Improve the debugging of bad sequence id errors...
Trond Myklebust
1
-1
/
+3
2007-07-10
NFSv4: Always use the delegation if we have one
Trond Myklebust
1
-22
/
+66
2007-07-10
NFSv4: Clean up confirmation of sequence ids...
Trond Myklebust
1
-2
/
+3
2007-07-10
NFSv4: Support recalling delegations by stateid part 2
Trond Myklebust
1
-6
/
+4
2007-07-10
NFSv4: Fix up a bug in nfs4_open_recover()
Trond Myklebust
1
-34
/
+31
2007-07-10
NFSv4: set the delegation in nfs4_opendata_to_nfs4_state
Trond Myklebust
1
-18
/
+16
2007-07-10
NFSv4: Fix atomic open for execute...
Trond Myklebust
1
-1
/
+14
2007-07-10
NFSv4: Reduce the chances of an open_owner identifier collision
Trond Myklebust
1
-4
/
+4
[next]