index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
nfs: fix NULL deference in nfs4_get_valid_delegation
J. Bruce Fields
1
-1
/
+1
2020-03-16
NFSv4: Add support for CB_RECALL_ANY for flexfiles layouts
Trond Myklebust
1
-2
/
+22
2020-02-04
NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals
Robert Milkowski
1
-3
/
+1
2020-02-03
NFSv4: Try to return the delegation immediately when marked for return on close
Trond Myklebust
1
-0
/
+1
2020-01-15
NFS4: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-11-18
NFS4: Trace lock reclaims
Chuck Lever
1
-0
/
+1
2019-11-18
NFS4: Trace state recovery operation
Chuck Lever
1
-0
/
+3
2019-11-06
Merge branch 'linux-ssc-for-5.5'
Trond Myklebust
1
-5
/
+35
2019-11-03
NFS: nfs_inode_find_state_and_recover() fix stateid matching
Trond Myklebust
1
-3
/
+4
2019-10-09
NFS: handle source server reboot
Olga Kornievskaia
1
-5
/
+21
2019-10-09
NFS: skip recovery of copy open on dest server
Olga Kornievskaia
1
-0
/
+14
2019-09-20
NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
Trond Myklebust
1
-16
/
+0
2019-08-21
NFSv4: Fix a memory leak bug
Wenwen Wang
1
-2
/
+4
2019-08-07
NFSv4: Ensure state recovery handles ETIMEDOUT correctly
Trond Myklebust
1
-2
/
+5
2019-08-04
NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
Trond Myklebust
1
-5
/
+22
2019-08-04
NFSv4: When recovering state fails with EAGAIN, retry the same recovery
Trond Myklebust
1
-1
/
+8
2019-08-04
NFSv4: Print an error in the syslog when state is marked as irrecoverable
Trond Myklebust
1
-2
/
+4
2019-07-18
NFSv4: Don't use the zero stateid with layoutget
Trond Myklebust
1
-2
/
+1
2019-07-13
nfs4.0: Refetch lease_time after clientid update
Donald Buczek
1
-22
/
+22
2019-07-13
nfs4: Rename nfs41_setup_state_renewal
Donald Buczek
1
-2
/
+2
2019-05-09
NFSv4: don't mark all open state for recovery when handling recallable state ...
Scott Mayhew
1
-2
/
+1
2019-05-09
NFS4: Fix v4.0 client state corruption when mount
ZhangXiaoxu
1
-0
/
+4
2019-02-20
NFS: Fix up documentation warnings
Trond Myklebust
1
-0
/
+1
2019-01-02
NFSv4.2 fix async copy reboot recovery
Olga Kornievskaia
1
-1
/
+1
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
1
-45
/
+47
2018-12-19
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
NeilBrown
1
-17
/
+4
2018-12-19
NFSv4: don't require lock for get_renew_cred or get_machine_cred
NeilBrown
1
-16
/
+10
2018-12-19
NFSv4: add cl_root_cred for use when machine cred is not available.
NeilBrown
1
-8
/
+12
2018-11-19
NFSv4: Fix a NFSv4 state manager deadlock
Trond Myklebust
1
-5
/
+11
2018-11-12
NFSv4: Ensure that the state manager exits the loop on SIGKILL
Trond Myklebust
1
-1
/
+1
2018-11-12
NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNING
Trond Myklebust
1
-3
/
+5
2018-09-30
NFSv4: Split out NFS v4.2 copy completion functions
Anna Schumaker
1
-15
/
+26
2018-09-30
NFS: Reduce indentation of nfs4_recovery_handle_error()
Anna Schumaker
1
-32
/
+32
2018-09-30
NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()
Anna Schumaker
1
-37
/
+33
2018-09-30
NFS: Split out the body of nfs4_reclaim_open_state()
Anna Schumaker
1
-36
/
+47
2018-09-30
NFSv4: Convert struct nfs4_state to use refcount_t
Trond Myklebust
1
-4
/
+4
2018-09-30
NFSv4: Convert open state lookup to use RCU
Trond Myklebust
1
-6
/
+6
2018-09-30
NFS: Convert lookups of the open context to RCU
Trond Myklebust
1
-6
/
+6
2018-09-14
NFSv4.1 fix infinite loop on I/O.
Trond Myklebust
1
-0
/
+2
2018-08-13
NFSv4: Don't busy wait if NFSv4 session draining is interrupted
Trond Myklebust
1
-5
/
+13
2018-08-13
NFS recover from destination server reboot for copies
Olga Kornievskaia
1
-0
/
+16
2018-08-08
NFS: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+6
2018-05-31
pnfs: Add LAYOUTGET to OPEN of a new file
Fred Isaman
1
-0
/
+8
2018-04-10
nfs: Use ida_simple API
Matthew Wilcox
1
-12
/
+10
2018-01-14
NFSv4: always set NFS_LOCK_LOST when a lock is lost.
NeilBrown
1
-1
/
+4
2017-11-29
NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"
Trond Myklebust
1
-2
/
+2
2017-11-17
NFSv4: Replace closed stateids with the "invalid special stateid"
Trond Myklebust
1
-0
/
+8
2017-11-17
NFSv4: Check the open stateid when searching for expired state
Trond Myklebust
1
-0
/
+5
2017-11-17
NFSv4: Don't try to CLOSE if the stateid 'other' field has changed
Trond Myklebust
1
-2
/
+7
2017-11-17
NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.
Trond Myklebust
1
-0
/
+16
[next]