index
:
platform/kernel/linux-riscv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
tizen
tizen_dev
upstream
Unnamed repository; edit this file 'description' to name the repository.
Replication User from Gerrit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
NFS: Add a tracepoint in nfs_fh_to_dentry()
Trond Myklebust
2
-0
/
+34
2019-11-03
NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()
Trond Myklebust
1
-0
/
+4
2019-11-03
NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn
Trond Myklebust
2
-4
/
+4
2019-11-03
NFSv4: Fix races between open and delegreturn
Trond Myklebust
1
-35
/
+29
2019-11-03
NFS: nfs_inode_find_state_and_recover() fix stateid matching
Trond Myklebust
3
-4
/
+12
2019-11-03
NFSv4: Fix nfs4_inode_make_writeable()
Trond Myklebust
1
-4
/
+12
2019-11-03
NFSv4: nfs4_return_incompatible_delegation() should check delegation validity
Trond Myklebust
1
-1
/
+1
2019-11-03
NFSv4: Don't reclaim delegations that have been returned or revoked
Trond Myklebust
1
-1
/
+1
2019-11-03
NFSv4: Ignore requests to return the delegation if it was revoked
Trond Myklebust
1
-3
/
+4
2019-11-03
NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()
Trond Myklebust
3
-0
/
+38
2019-11-03
NFSv4: Update the stateid seqid in nfs_revoke_delegation()
Trond Myklebust
1
-2
/
+13
2019-11-03
NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()
Trond Myklebust
1
-0
/
+1
2019-11-03
NFSv4: Hold the delegation spinlock when updating the seqid
Trond Myklebust
1
-0
/
+2
2019-11-03
NFSv4: Don't remove the delegation from the super_list more than once
Trond Myklebust
1
-0
/
+4
2019-11-03
NFS: Rename nfs_inode_return_delegation_noreclaim()
Trond Myklebust
3
-7
/
+10
2019-11-03
NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revoked
Trond Myklebust
1
-1
/
+2
2019-11-03
NFSv4: Delegation recalls should not find revoked delegations
Trond Myklebust
1
-1
/
+2
2019-11-03
NFSv4: nfs4_callback_getattr() should ignore revoked delegations
Trond Myklebust
1
-3
/
+1
2019-11-03
NFSv4: Fix delegation handling in update_open_stateid()
Trond Myklebust
1
-2
/
+2
2019-11-03
NFSv4.1: Don't rebind to the same source port when reconnecting to the server
Trond Myklebust
2
-1
/
+7
2019-11-03
NFS/pnfs: Separate NFSv3 DS and MDS traffic
Trond Myklebust
2
-0
/
+7
2019-11-03
pNFS: nfs3_set_ds_client should set NFS_CS_NOPING
Trond Myklebust
1
-0
/
+2
2019-11-03
NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPING
Trond Myklebust
1
-0
/
+2
2019-11-03
NFS: Use non-atomic bit ops when initialising struct nfs_client_initdata
Trond Myklebust
2
-4
/
+4
2019-11-03
NFSv3: Clean up timespec encode
Trond Myklebust
1
-8
/
+4
2019-11-03
NFSv2: Clean up timespec encode
Trond Myklebust
1
-12
/
+7
2019-11-03
NFSv2: Fix a typo in encode_sattr()
Trond Myklebust
1
-1
/
+1
2019-11-03
NFSv4: NFSv4 callbacks also support 64-bit timestamps
Trond Myklebust
3
-7
/
+7
2019-11-03
NFSv4: Encode 64-bit timestamps
Trond Myklebust
1
-6
/
+3
2019-11-03
NFS: Convert struct nfs_fattr to use struct timespec64
Trond Myklebust
5
-37
/
+37
2019-11-03
NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submounts
Trond Myklebust
1
-0
/
+3
2019-11-01
NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()
Trond Myklebust
1
-1
/
+1
2019-11-01
NFSv4: Don't allow a cached open with a revoked delegation
Trond Myklebust
3
-5
/
+13
2019-10-10
NFSv4: Fix leak of clp->cl_acceptor string
Chuck Lever
1
-0
/
+1
2019-10-09
NFS: Remove redundant mirror tracking in O_DIRECT
Trond Myklebust
1
-42
/
+0
2019-10-09
NFS: Fix O_DIRECT accounting of number of bytes read/written
Trond Myklebust
1
-35
/
+43
2019-10-02
nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
ZhangXiaoxu
1
-2
/
+3
2019-09-26
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
11
-177
/
+365
2019-09-24
pNFS/filelayout: enable LAYOUTGET on OPEN
Olga Kornievskaia
1
-0
/
+1
2019-09-24
NFS: Optimise the default readahead size
Trond Myklebust
2
-9
/
+8
2019-09-20
NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKU
Trond Myklebust
1
-5
/
+48
2019-09-20
NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
Trond Myklebust
3
-21
/
+72
2019-09-20
NFSv4: Fix OPEN_DOWNGRADE error handling
Trond Myklebust
1
-1
/
+3
2019-09-20
pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid
Trond Myklebust
3
-7
/
+17
2019-09-20
NFSv4: Add a helper to increment stateid seqids
Trond Myklebust
1
-0
/
+9
2019-09-20
NFSv4: Handle RPC level errors in LAYOUTRETURN
Trond Myklebust
2
-0
/
+24
2019-09-20
NFSv4: Handle NFS4ERR_DELAY correctly in return-on-close
Trond Myklebust
1
-0
/
+4
2019-09-20
NFSv4: Clean up pNFS return-on-close error handling
Trond Myklebust
3
-56
/
+50
2019-09-20
pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
Trond Myklebust
1
-2
/
+7
2019-09-20
NFS: remove unused check for negative dentry
Benjamin Coddington
1
-5
/
+1
[next]