index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4proc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSv4: add declaration of current_stateid
Ben Dooks
2019-11-18
1
-3
/
+3
*
NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturn
Trond Myklebust
2019-11-13
1
-1
/
+3
*
NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()
Trond Myklebust
2019-11-13
1
-9
/
+25
*
Merge branch 'linux-ssc-for-5.5'
Trond Myklebust
2019-11-06
1
-3
/
+4
|
\
|
*
NFS handle NFS4ERR_PARTNER_NO_AUTH error
Olga Kornievskaia
2019-10-09
1
-0
/
+1
|
*
NFS: inter ssc open
Olga Kornievskaia
2019-10-09
1
-3
/
+2
|
*
NFS: add COPY_NOTIFY operation
Olga Kornievskaia
2019-10-09
1
-0
/
+1
*
|
NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()
Trond Myklebust
2019-11-04
1
-0
/
+4
*
|
NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn
Trond Myklebust
2019-11-04
1
-4
/
+3
*
|
NFSv4: nfs4_return_incompatible_delegation() should check delegation validity
Trond Myklebust
2019-11-04
1
-1
/
+1
*
|
NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()
Trond Myklebust
2019-11-04
1
-0
/
+1
*
|
NFSv4: Fix delegation handling in update_open_stateid()
Trond Myklebust
2019-11-04
1
-2
/
+2
*
|
NFSv4: Don't allow a cached open with a revoked delegation
Trond Myklebust
2019-11-01
1
-5
/
+2
*
|
NFSv4: Fix leak of clp->cl_acceptor string
Chuck Lever
2019-10-10
1
-0
/
+1
|
/
*
NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKU
Trond Myklebust
2019-09-20
1
-5
/
+48
*
NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
Trond Myklebust
2019-09-20
1
-3
/
+72
*
NFSv4: Fix OPEN_DOWNGRADE error handling
Trond Myklebust
2019-09-20
1
-1
/
+3
*
pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid
Trond Myklebust
2019-09-20
1
-1
/
+1
*
NFSv4: Handle RPC level errors in LAYOUTRETURN
Trond Myklebust
2019-09-20
1
-0
/
+9
*
NFSv4: Clean up pNFS return-on-close error handling
Trond Myklebust
2019-09-20
1
-56
/
+10
*
NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()
Anna Schumaker
2019-08-22
1
-10
/
+1
*
NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()
Anna Schumaker
2019-08-22
1
-2
/
+16
*
NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()
Anna Schumaker
2019-08-22
1
-11
/
+2
*
NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()
Anna Schumaker
2019-08-22
1
-8
/
+21
*
NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()
Anna Schumaker
2019-08-22
1
-8
/
+2
*
NFS: Add an nfs4_call_sync_custom() function
Anna Schumaker
2019-08-22
1
-10
/
+15
*
NFSv4: Ensure state recovery handles ETIMEDOUT correctly
Trond Myklebust
2019-08-07
1
-0
/
+2
*
NFSv4: Fix an Oops in nfs4_do_setattr
Trond Myklebust
2019-08-05
1
-1
/
+1
*
NFSv4: Check the return value of update_open_stateid()
Trond Myklebust
2019-08-05
1
-4
/
+8
*
NFSv4.1: Fix open stateid recovery
Trond Myklebust
2019-08-05
1
-27
/
+38
*
NFSv4: Fix delegation state recovery
Trond Myklebust
2019-08-05
1
-13
/
+12
*
NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid
Trond Myklebust
2019-08-05
1
-2
/
+1
*
SUNRPC: Fix up backchannel slot table accounting
Trond Myklebust
2019-07-18
1
-0
/
+3
*
NFSv4: Validate the stateid before applying it to state recovery
Trond Myklebust
2019-07-15
1
-2
/
+19
*
nfs4: Make nfs4_proc_get_lease_time available for nfs4.0
Donald Buczek
2019-07-13
1
-1
/
+5
*
NFS: send state management on a single connection.
NeilBrown
2019-07-06
1
-9
/
+13
*
NFSv4: Handle open for execute correctly
Trond Myklebust
2019-07-06
1
-8
/
+20
*
NFS4: Only set creation opendata if O_CREAT
Benjamin Coddington
2019-06-21
1
-9
/
+11
*
NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
Yihao Wu
2019-05-30
1
-3
/
+5
*
NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiter
Yihao Wu
2019-05-30
1
-17
/
+7
*
NFS: Allow signal interruption of NFS4ERR_DELAYed operations
Trond Myklebust
2019-04-25
1
-34
/
+105
*
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
2019-04-25
1
-6
/
+12
*
SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
Trond Myklebust
2019-04-25
1
-1
/
+1
*
NFSv4.1 don't free interrupted slot on open
Olga Kornievskaia
2019-03-19
1
-1
/
+2
*
NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
Catalin Marinas
2019-03-18
1
-2
/
+0
*
NFSv4: Handle early exit in layoutget by returning an error
Trond Myklebust
2019-03-02
1
-2
/
+4
*
NFSv4.2: Add client support for the generic 'layouterror' RPC call
Trond Myklebust
2019-03-01
1
-1
/
+2
*
NFSv4.1: Don't process the sequence op more than once.
Trond Myklebust
2019-03-01
1
-1
/
+1
*
NFSv4.1: Reinitialise sequence results before retransmitting a request
Trond Myklebust
2019-03-01
1
-4
/
+8
*
NFSv4.1: Avoid false retries when RPC calls are interrupted
Trond Myklebust
2019-02-21
1
-57
/
+48
[next]