index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
fs: nfs: sysfs: Remove NULL check before kfree
Saurav Girepunje
2019-11-18
1
-2
/
+1
|
*
|
|
|
|
|
|
NFS: remove unneeded semicolon
YueHaibing
2019-11-18
1
-3
/
+3
|
*
|
|
|
|
|
|
NFSv4: add declaration of current_stateid
Ben Dooks
2019-11-18
3
-5
/
+5
|
*
|
|
|
|
|
|
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
9
-46
/
+558
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
NFS: replace cross device check in copy_file_range
Olga Kornievskaia
2019-10-09
1
-1
/
+1
|
|
*
|
|
|
|
|
|
NFS based on file size issue sync copy or fallback to generic copy offload
Olga Kornievskaia
2019-10-09
3
-4
/
+18
|
|
*
|
|
|
|
|
|
NFS: handle source server reboot
Olga Kornievskaia
2019-10-09
4
-26
/
+72
|
|
*
|
|
|
|
|
|
NFS handle NFS4ERR_PARTNER_NO_AUTH error
Olga Kornievskaia
2019-10-09
1
-0
/
+1
|
|
*
|
|
|
|
|
|
NFS: also send OFFLOAD_CANCEL to source server
Olga Kornievskaia
2019-10-09
1
-4
/
+8
|
|
*
|
|
|
|
|
|
NFS: COPY handle ERR_OFFLOAD_DENIED
Olga Kornievskaia
2019-10-09
1
-1
/
+2
|
|
*
|
|
|
|
|
|
NFS: for "inter" copy treat ESTALE as ENOTSUPP
Olga Kornievskaia
2019-10-09
1
-0
/
+5
|
|
*
|
|
|
|
|
|
NFS: skip recovery of copy open on dest server
Olga Kornievskaia
2019-10-09
3
-0
/
+16
|
|
*
|
|
|
|
|
|
NFS: inter ssc open
Olga Kornievskaia
2019-10-09
3
-3
/
+103
|
|
*
|
|
|
|
|
|
NFS: add ca_source_server<> to COPY
Olga Kornievskaia
2019-10-09
4
-13
/
+35
|
|
*
|
|
|
|
|
|
NFS: add COPY_NOTIFY operation
Olga Kornievskaia
2019-10-09
8
-2
/
+305
|
|
|
|
_
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
NFS: Add a tracepoint in nfs_fh_to_dentry()
Trond Myklebust
2019-11-04
2
-0
/
+34
|
*
|
|
|
|
|
|
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
2
-4
/
+4
|
*
|
|
|
|
|
|
NFSv4: Fix races between open and delegreturn
Trond Myklebust
2019-11-04
1
-35
/
+29
|
*
|
|
|
|
|
|
NFS: nfs_inode_find_state_and_recover() fix stateid matching
Trond Myklebust
2019-11-04
3
-4
/
+12
|
*
|
|
|
|
|
|
NFSv4: Fix nfs4_inode_make_writeable()
Trond Myklebust
2019-11-04
1
-4
/
+12
|
*
|
|
|
|
|
|
NFSv4: nfs4_return_incompatible_delegation() should check delegation validity
Trond Myklebust
2019-11-04
1
-1
/
+1
|
*
|
|
|
|
|
|
NFSv4: Don't reclaim delegations that have been returned or revoked
Trond Myklebust
2019-11-04
1
-1
/
+1
|
*
|
|
|
|
|
|
NFSv4: Ignore requests to return the delegation if it was revoked
Trond Myklebust
2019-11-04
1
-3
/
+4
|
*
|
|
|
|
|
|
NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()
Trond Myklebust
2019-11-04
3
-0
/
+38
|
*
|
|
|
|
|
|
NFSv4: Update the stateid seqid in nfs_revoke_delegation()
Trond Myklebust
2019-11-04
1
-2
/
+13
|
*
|
|
|
|
|
|
NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()
Trond Myklebust
2019-11-04
1
-0
/
+1
|
*
|
|
|
|
|
|
NFSv4: Hold the delegation spinlock when updating the seqid
Trond Myklebust
2019-11-04
1
-0
/
+2
|
*
|
|
|
|
|
|
NFSv4: Don't remove the delegation from the super_list more than once
Trond Myklebust
2019-11-04
1
-0
/
+4
|
*
|
|
|
|
|
|
NFS: Rename nfs_inode_return_delegation_noreclaim()
Trond Myklebust
2019-11-04
3
-7
/
+10
|
*
|
|
|
|
|
|
NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revoked
Trond Myklebust
2019-11-04
1
-1
/
+2
|
*
|
|
|
|
|
|
NFSv4: Delegation recalls should not find revoked delegations
Trond Myklebust
2019-11-04
1
-1
/
+2
|
*
|
|
|
|
|
|
NFSv4: nfs4_callback_getattr() should ignore revoked delegations
Trond Myklebust
2019-11-04
1
-3
/
+1
|
*
|
|
|
|
|
|
NFSv4: Fix delegation handling in update_open_stateid()
Trond Myklebust
2019-11-04
1
-2
/
+2
|
*
|
|
|
|
|
|
NFSv4.1: Don't rebind to the same source port when reconnecting to the server
Trond Myklebust
2019-11-04
3
-2
/
+9
|
*
|
|
|
|
|
|
NFS/pnfs: Separate NFSv3 DS and MDS traffic
Trond Myklebust
2019-11-04
2
-0
/
+7
|
*
|
|
|
|
|
|
pNFS: nfs3_set_ds_client should set NFS_CS_NOPING
Trond Myklebust
2019-11-04
1
-0
/
+2
|
*
|
|
|
|
|
|
NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPING
Trond Myklebust
2019-11-04
1
-0
/
+2
|
*
|
|
|
|
|
|
NFS: Use non-atomic bit ops when initialising struct nfs_client_initdata
Trond Myklebust
2019-11-04
2
-4
/
+4
|
*
|
|
|
|
|
|
NFSv3: Clean up timespec encode
Trond Myklebust
2019-11-04
1
-8
/
+4
|
*
|
|
|
|
|
|
NFSv2: Clean up timespec encode
Trond Myklebust
2019-11-04
1
-12
/
+7
|
*
|
|
|
|
|
|
NFSv2: Fix a typo in encode_sattr()
Trond Myklebust
2019-11-04
1
-1
/
+1
|
*
|
|
|
|
|
|
NFSv4: NFSv4 callbacks also support 64-bit timestamps
Trond Myklebust
2019-11-04
3
-7
/
+7
|
*
|
|
|
|
|
|
NFSv4: Encode 64-bit timestamps
Trond Myklebust
2019-11-04
1
-6
/
+3
|
*
|
|
|
|
|
|
NFS: Convert struct nfs_fattr to use struct timespec64
Trond Myklebust
2019-11-04
5
-37
/
+37
|
*
|
|
|
|
|
|
NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submounts
Trond Myklebust
2019-11-04
1
-0
/
+3
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
pipe: don't use 'pipe_wait() for basic pipe IO
Linus Torvalds
2019-12-07
1
-3
/
+27
*
|
|
|
|
|
|
pipe: remove 'waiting_writers' merging logic
Linus Torvalds
2019-12-07
2
-31
/
+9
[prev]
[next]