summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | nfsd: "\%s" should be "%s"J. Bruce Fields2019-10-081-2/+2
| * | | | | | | nfsd: remove set but not used variable 'len'YueHaibing2019-10-081-2/+0
* | | | | | | | Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-12-0830-209/+1034
|\ \ \ \ \ \ \ \
| * | | | | | | | NFS4: Trace lock reclaimsChuck Lever2019-11-183-2/+83
| * | | | | | | | NFS4: Trace state recovery operationChuck Lever2019-11-182-0/+96
| * | | | | | | | NFSv4.2 fix memory leak in nfs42_ssc_openOlga Kornievskaia2019-11-181-4/+6
| * | | | | | | | NFSv4.2 fix kfree in __nfs42_copy_file_rangeOlga Kornievskaia2019-11-181-1/+2
| * | | | | | | | NFS: remove duplicated include from nfs4file.cYueHaibing2019-11-181-1/+0
| * | | | | | | | NFSv4: Make _nfs42_proc_copy_notify() staticYueHaibing2019-11-181-3/+3
| * | | | | | | | NFS: Fallocate should use the nfs4_fattr_bitmapAnna Schumaker2019-11-181-1/+1
| * | | | | | | | NFS: Return -ETXTBSY when attempting to write to a swapfileAnna Schumaker2019-11-181-1/+1
| * | | | | | | | fs: nfs: sysfs: Remove NULL check before kfreeSaurav Girepunje2019-11-181-2/+1
| * | | | | | | | NFS: remove unneeded semicolonYueHaibing2019-11-181-3/+3
| * | | | | | | | NFSv4: add declaration of current_stateidBen Dooks2019-11-183-5/+5
| * | | | | | | | NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust2019-11-131-1/+3
| * | | | | | | | NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust2019-11-131-9/+25
| * | | | | | | | Merge branch 'linux-ssc-for-5.5'Trond Myklebust2019-11-069-46/+558
| |\ \ \ \ \ \ \ \
| | * | | | | | | | NFS: replace cross device check in copy_file_rangeOlga Kornievskaia2019-10-091-1/+1
| | * | | | | | | | NFS based on file size issue sync copy or fallback to generic copy offloadOlga Kornievskaia2019-10-093-4/+18
| | * | | | | | | | NFS: handle source server rebootOlga Kornievskaia2019-10-094-26/+72
| | * | | | | | | | NFS handle NFS4ERR_PARTNER_NO_AUTH errorOlga Kornievskaia2019-10-091-0/+1
| | * | | | | | | | NFS: also send OFFLOAD_CANCEL to source serverOlga Kornievskaia2019-10-091-4/+8
| | * | | | | | | | NFS: COPY handle ERR_OFFLOAD_DENIEDOlga Kornievskaia2019-10-091-1/+2
| | * | | | | | | | NFS: for "inter" copy treat ESTALE as ENOTSUPPOlga Kornievskaia2019-10-091-0/+5
| | * | | | | | | | NFS: skip recovery of copy open on dest serverOlga Kornievskaia2019-10-093-0/+16
| | * | | | | | | | NFS: inter ssc openOlga Kornievskaia2019-10-093-3/+103
| | * | | | | | | | NFS: add ca_source_server<> to COPYOlga Kornievskaia2019-10-094-13/+35
| | * | | | | | | | NFS: add COPY_NOTIFY operationOlga Kornievskaia2019-10-098-2/+305
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | NFS: Add a tracepoint in nfs_fh_to_dentry()Trond Myklebust2019-11-042-0/+34
| * | | | | | | | NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()Trond Myklebust2019-11-041-0/+4
| * | | | | | | | NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust2019-11-042-4/+4
| * | | | | | | | NFSv4: Fix races between open and delegreturnTrond Myklebust2019-11-041-35/+29
| * | | | | | | | NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust2019-11-043-4/+12
| * | | | | | | | NFSv4: Fix nfs4_inode_make_writeable()Trond Myklebust2019-11-041-4/+12
| * | | | | | | | NFSv4: nfs4_return_incompatible_delegation() should check delegation validityTrond Myklebust2019-11-041-1/+1
| * | | | | | | | NFSv4: Don't reclaim delegations that have been returned or revokedTrond Myklebust2019-11-041-1/+1
| * | | | | | | | NFSv4: Ignore requests to return the delegation if it was revokedTrond Myklebust2019-11-041-3/+4
| * | | | | | | | NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust2019-11-043-0/+38
| * | | | | | | | NFSv4: Update the stateid seqid in nfs_revoke_delegation()Trond Myklebust2019-11-041-2/+13
| * | | | | | | | NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()Trond Myklebust2019-11-041-0/+1
| * | | | | | | | NFSv4: Hold the delegation spinlock when updating the seqidTrond Myklebust2019-11-041-0/+2
| * | | | | | | | NFSv4: Don't remove the delegation from the super_list more than onceTrond Myklebust2019-11-041-0/+4
| * | | | | | | | NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust2019-11-043-7/+10
| * | | | | | | | NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revokedTrond Myklebust2019-11-041-1/+2
| * | | | | | | | NFSv4: Delegation recalls should not find revoked delegationsTrond Myklebust2019-11-041-1/+2
| * | | | | | | | NFSv4: nfs4_callback_getattr() should ignore revoked delegationsTrond Myklebust2019-11-041-3/+1
| * | | | | | | | NFSv4: Fix delegation handling in update_open_stateid()Trond Myklebust2019-11-041-2/+2
| * | | | | | | | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-043-2/+9
| * | | | | | | | NFS/pnfs: Separate NFSv3 DS and MDS trafficTrond Myklebust2019-11-042-0/+7
| * | | | | | | | pNFS: nfs3_set_ds_client should set NFS_CS_NOPINGTrond Myklebust2019-11-041-0/+2