index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-10
NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY
Trond Myklebust
1
-4
/
+7
2018-06-09
NFSv4: Fix a typo in nfs41_sequence_process
Trond Myklebust
1
-1
/
+1
2018-06-06
NFSv4.0: Remove transport protocol name from non-UCS client ID
Chuck Lever
1
-10
/
+4
2018-06-06
NFSv4.0: Remove cl_ipaddr from non-UCS client ID
Chuck Lever
1
-6
/
+20
2018-06-05
NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefined
Trond Myklebust
1
-5
/
+0
2018-06-04
NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_access
Trond Myklebust
1
-1
/
+1
2018-06-04
NFSv4: Don't ask for delegated attributes when adding a hard link
Trond Myklebust
1
-2
/
+3
2018-06-04
NFSv4: Don't ask for delegated attributes when revalidating the inode
Trond Myklebust
1
-2
/
+3
2018-06-04
NFS: Pass the inode down to the getattr() callback
Trond Myklebust
1
-7
/
+10
2018-06-04
NFSv4: Don't request size+change attribute if they are delegated to us
Trond Myklebust
1
-5
/
+35
2018-05-31
pnfs: Don't release the sequence slot until we've processed layoutget on open
Trond Myklebust
1
-1
/
+2
2018-05-31
pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGET
Fred Isaman
1
-2
/
+1
2018-05-31
pnfs: Stop attempting LAYOUTGET on OPEN on failure
Fred Isaman
1
-1
/
+3
2018-05-31
pNFS: Refactor nfs4_layoutget_release()
Trond Myklebust
1
-46
/
+1
2018-05-31
pnfs: Add LAYOUTGET to OPEN of a new file
Fred Isaman
1
-4
/
+17
2018-05-31
pnfs: Move nfs4_opendata into nfs4_fs.h
Fred Isaman
1
-25
/
+0
2018-05-31
pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compound
Fred Isaman
1
-0
/
+1
2018-05-31
pnfs: move allocations out of nfs4_proc_layoutget
Fred Isaman
1
-12
/
+3
2018-05-31
NFS4: move ctx into nfs4_run_open_task
Fred Isaman
1
-8
/
+11
2018-05-31
pnfs: Remove redundant assignment from nfs4_proc_layoutget().
Fred Isaman
1
-1
/
+0
2018-05-31
NFSv4: Don't add a new lock on an interrupted wait for LOCK
Benjamin Coddington
1
-10
/
+14
2018-05-31
NFSv4: Always clear the pNFS layout when handling ESTALE
Trond Myklebust
1
-0
/
+5
2018-05-31
NFS: Ensure we revalidate the inode correctly after setacl
Trond Myklebust
1
-1
/
+2
2018-05-31
NFSv4: Fix sillyrename to return the delegation when appropriate
Trond Myklebust
1
-2
/
+3
2018-05-31
NFSv4: Only pass the delegation to setattr if we're sending a truncate
Trond Myklebust
1
-5
/
+7
2018-05-31
NFS: Merge nfs41_free_stateid() with _nfs41_free_stateid()
Anna Schumaker
1
-23
/
+14
2018-05-31
NFS: Pass "privileged" value to nfs4_init_sequence()
Anna Schumaker
1
-50
/
+31
2018-05-31
NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()
Anna Schumaker
1
-1
/
+3
2018-05-31
NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()
Anna Schumaker
1
-1
/
+3
2018-04-10
NFSv4.1: Fix exclusive create
Trond Myklebust
1
-16
/
+33
2018-04-10
NFSv4: Fix the nfs_inode_set_delegation() arguments
Trond Myklebust
1
-4
/
+8
2018-04-10
NFSv4: Don't ask for attributes when ACCESS is protected by a delegation
Trond Myklebust
1
-5
/
+8
2018-04-10
NFS: More fine grained attribute tracking
Trond Myklebust
1
-2
/
+5
2018-04-10
NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)
Trond Myklebust
1
-6
/
+10
2018-04-10
NFS: Remove the unused return_delegation() callback
Trond Myklebust
1
-1
/
+0
2018-04-10
NFS: Move the delegation return down into _nfs4_do_setattr()
Trond Myklebust
1
-0
/
+4
2018-04-10
NFS: Add a delegation return into nfs4_proc_unlink_setup()
Trond Myklebust
1
-3
/
+6
2018-04-10
NFS: Move delegation recall into the NFSv4 callback for rename_setup()
Trond Myklebust
1
-3
/
+10
2018-04-10
NFS: Move the delegation return down into nfs4_proc_remove()
Trond Myklebust
1
-2
/
+20
2018-04-10
NFS: Move the delegation return down into nfs4_proc_link()
Trond Myklebust
1
-0
/
+2
2018-04-10
NFSv4: Fix nfs4_return_incompatible_delegation
Trond Myklebust
1
-0
/
+1
2018-04-10
nfs4: wake any lock waiters on successful RECLAIM_COMPLETE
Jeff Layton
1
-10
/
+16
2018-04-10
nfs4: don't compare clientid in nfs4_wake_lock_waiter
Jeff Layton
1
-4
/
+2
2018-04-10
nfs4: always reset notified flag to false before repolling for lock
Jeff Layton
1
-0
/
+1
2018-01-31
Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-10
/
+32
2018-01-29
nfs: convert to new i_version API
Jeff Layton
1
-4
/
+6
2018-01-15
NFSv4: always set NFS_LOCK_LOST when a lock is lost.
NeilBrown
1
-4
/
+8
2018-01-15
NFSv4: Convert LOCKU to use nfs4_async_handle_exception()
Trond Myklebust
1
-2
/
+8
2018-01-15
NFSv4: Convert DELEGRETURN to use nfs4_handle_exception()
Trond Myklebust
1
-3
/
+8
2018-01-15
NFSv4: Convert CLOSE to use nfs4_async_handle_exception()
Trond Myklebust
1
-1
/
+8
[next]