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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
NFSv4: Fix a race in nfs_inode_reclaim_delegation()
Trond Myklebust
1
-7
/
+5
2016-09-27
NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cb
Trond Myklebust
1
-10
/
+25
2016-09-27
NFSv4.1: nfs4_layoutget_handle_exception handle revoked state
Trond Myklebust
1
-0
/
+3
2016-09-27
NFSv4: nfs4_handle_setlk_error() handle expiration as revoke case
Trond Myklebust
1
-1
/
+1
2016-09-27
NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case
Trond Myklebust
1
-1
/
+1
2016-09-27
NFSv4: nfs_inode_find_state_and_recover() should check all stateids
Trond Myklebust
3
-5
/
+60
2016-09-27
NFSv4: Ensure we don't re-test revoked and freed stateids
Trond Myklebust
1
-0
/
+3
2016-09-27
NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku
Trond Myklebust
1
-3
/
+40
2016-09-27
NFSv4.1: FREE_STATEID can be asynchronous
Trond Myklebust
1
-19
/
+12
2016-09-27
NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks
Trond Myklebust
1
-40
/
+52
2016-09-27
NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID
Trond Myklebust
1
-9
/
+23
2016-09-27
NFSv4.1: Don't recheck delegations that have already been checked
Trond Myklebust
1
-0
/
+5
2016-09-27
NFSv4.1: Deal with server reboots during delegation expiration recovery
Trond Myklebust
1
-0
/
+26
2016-09-27
NFSv4.1: Test delegation stateids when server declares "some state revoked"
Trond Myklebust
5
-9
/
+122
2016-09-27
NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid
Trond Myklebust
4
-15
/
+33
2016-09-27
NFSv4.1: Add a helper function to deal with expired stateids
Trond Myklebust
1
-21
/
+24
2016-09-27
NFSv4.1: Allow test_stateid to handle session errors without waiting
Trond Myklebust
1
-3
/
+18
2016-09-27
NFSv4.1: Don't check delegations that are already marked as revoked
Trond Myklebust
1
-0
/
+5
2016-09-27
NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
Trond Myklebust
1
-4
/
+13
2016-09-27
NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()
Trond Myklebust
1
-0
/
+1
2016-09-27
NFS: Fix inode corruption in nfs_prime_dcache()
Trond Myklebust
1
-5
/
+11
2016-09-27
NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags
Trond Myklebust
4
-3
/
+17
2016-09-23
NFS: cache_lib: use complete() instead of complete_all()
Daniel Wagner
1
-1
/
+1
2016-09-23
NFS: direct: use complete() instead of complete_all()
Daniel Wagner
1
-1
/
+1
2016-09-23
NFS: nfs_prime_dcache must validate the filename
Trond Myklebust
1
-0
/
+8
2016-09-22
nfs: allow blocking locks to be awoken by lock callbacks
Jeff Layton
3
-1
/
+100
2016-09-22
nfs: move nfs4 lock retry attempt loop to a separate function
Jeff Layton
1
-27
/
+22
2016-09-22
nfs: move nfs4_set_lock_state call into caller
Jeff Layton
1
-8
/
+10
2016-09-22
nfs: add handling for CB_NOTIFY_LOCK in client
Jeff Layton
3
-1
/
+71
2016-09-22
nfs: track whether server sets MAY_NOTIFY_LOCK flag
Jeff Layton
2
-0
/
+3
2016-09-22
nfs: use safe, interruptible sleeps when waiting to retry LOCK
Jeff Layton
1
-1
/
+1
2016-09-22
nfs: eliminate pointless and confusing do_vfs_lock wrappers
Jeff Layton
2
-17
/
+7
2016-09-22
nfs: the length argument to read_buf should be unsigned
Jeff Layton
1
-1
/
+1
2016-09-20
nfs: cover ->migratepage with CONFIG_MIGRATION
Chao Yu
2
-3
/
+2
2016-09-19
pnfs: add a new mechanism to select a layout driver according to an ordered list
Jeff Layton
5
-24
/
+71
2016-09-19
NFS pnfs data server multipath session trunking
Andy Adamson
4
-14
/
+86
2016-09-19
NFS test session trunking with exchange id
Andy Adamson
2
-11
/
+44
2016-09-19
NFS add xprt switch addrs test to match client
Andy Adamson
1
-1
/
+4
2016-09-19
NFS detect session trunking
Andy Adamson
2
-0
/
+92
2016-09-19
NFS refactor nfs4_check_serverowner_major_id
Andy Adamson
1
-6
/
+5
2016-09-19
NFS refactor nfs4_match_clientids
Andy Adamson
1
-5
/
+5
2016-09-19
NFS setup async exchange_id
Andy Adamson
1
-81
/
+134
2016-09-19
NFSv4.x: Add kernel parameter to control the callback server
Trond Myklebust
6
-6
/
+21
2016-09-19
NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threads
Trond Myklebust
2
-66
/
+15
2016-09-19
NFSv4.x: Fix up the global tracking of the callback server
Trond Myklebust
1
-5
/
+9
2016-09-19
SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()
Trond Myklebust
1
-3
/
+0
2016-09-19
NFSv4.x: Set up struct svc_serv_ops for the callback channel
Trond Myklebust
1
-18
/
+39
2016-09-19
pnfs: track multiple layout types in fsinfo structure
Jeff Layton
4
-27
/
+29
2016-09-11
NFSv4.1: Fix the CREATE_SESSION slot number accounting
Trond Myklebust
1
-2
/
+10
2016-09-04
pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETs
Trond Myklebust
1
-1
/
+2
[next]