summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2020-04-17NFS: finish_automount() requires us to hold 2 refs to the mount recordTrond Myklebust
2020-04-17NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust
2020-04-17NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust
2020-04-01nfs: add minor version to nfs_server_key for fscacheScott Mayhew
2020-03-05NFSv4: Fix races between open and dentry revalidationTrond Myklebust
2020-02-24NFS: Fix memory leaksWenwen Wang
2020-02-24nfs: fix timstamp debug printsArnd Bergmann
2020-02-19NFSv4: Add accounting for the number of active delegations heldTrond Myklebust
2020-02-19NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust
2020-02-19NFSv4.1 make cachethis=no for writesOlga Kornievskaia
2020-02-14NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski
2020-02-14NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski
2020-02-14NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust
2020-02-14NFS: Fix fix of show_nfs_errorsTrond Myklebust
2020-02-14NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust
2020-02-14NFS: Revalidate the file size on a fatal write errorTrond Myklebust
2020-02-14nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven
2020-02-14NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia
2020-02-11NFS: Directory page cache pages need to be locked when readTrond Myklebust
2020-02-11NFS: Fix memory leaks and corruption in readdirTrond Myklebust
2020-01-15reimplement path_mountpoint() with less magicAl Viro
2019-11-18NFS4: Trace lock reclaimsChuck Lever
2019-11-18NFS4: Trace state recovery operationChuck Lever
2019-11-18NFSv4.2 fix memory leak in nfs42_ssc_openOlga Kornievskaia
2019-11-18NFSv4.2 fix kfree in __nfs42_copy_file_rangeOlga Kornievskaia
2019-11-18NFS: remove duplicated include from nfs4file.cYueHaibing
2019-11-18NFSv4: Make _nfs42_proc_copy_notify() staticYueHaibing
2019-11-18NFS: Fallocate should use the nfs4_fattr_bitmapAnna Schumaker
2019-11-18NFS: Return -ETXTBSY when attempting to write to a swapfileAnna Schumaker
2019-11-18fs: nfs: sysfs: Remove NULL check before kfreeSaurav Girepunje
2019-11-18NFS: remove unneeded semicolonYueHaibing
2019-11-18NFSv4: add declaration of current_stateidBen Dooks
2019-11-13NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust
2019-11-13NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust
2019-11-03NFS: Add a tracepoint in nfs_fh_to_dentry()Trond Myklebust
2019-11-03NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()Trond Myklebust
2019-11-03NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust
2019-11-03NFSv4: Fix races between open and delegreturnTrond Myklebust
2019-11-03NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust
2019-11-03NFSv4: Fix nfs4_inode_make_writeable()Trond Myklebust
2019-11-03NFSv4: nfs4_return_incompatible_delegation() should check delegation validityTrond Myklebust
2019-11-03NFSv4: Don't reclaim delegations that have been returned or revokedTrond Myklebust
2019-11-03NFSv4: Ignore requests to return the delegation if it was revokedTrond Myklebust
2019-11-03NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust
2019-11-03NFSv4: Update the stateid seqid in nfs_revoke_delegation()Trond Myklebust
2019-11-03NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()Trond Myklebust
2019-11-03NFSv4: Hold the delegation spinlock when updating the seqidTrond Myklebust
2019-11-03NFSv4: Don't remove the delegation from the super_list more than onceTrond Myklebust
2019-11-03NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust