summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells
2020-01-15NFS: Deindent nfs_fs_context_parse_option()David Howells
2020-01-15NFS: Split nfs_parse_mount_options()David Howells
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells
2020-01-15NFS: Constify mount argument match tablesDavid Howells
2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells
2020-01-15nfs: get rid of ->set_security()Al Viro
2020-01-15nfs_clone_sb_security(): simplify the check for server bogosityAl Viro
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro
2020-01-15nfs: unexport nfs_fs_mount_common()Al Viro
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Al Viro
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Al Viro
2020-01-15nfs4: fold nfs_do_root_mount/nfs_follow_remote_pathAl Viro
2020-01-15nfs: don't bother setting/restoring export_path around do_nfs_root_mount()Al Viro
2020-01-15nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_typeAl Viro
2020-01-15nfs: lift setting mount_info from nfs4_remote{,_referral}_mountAl Viro
2020-01-15nfs: stash server into struct nfs_mount_infoAl Viro
2020-01-15saner calling conventions for nfs_fs_mount_common()Al Viro
2020-01-15reimplement path_mountpoint() with less magicAl Viro
2019-12-18nfs: fscache: use timespec64 in inode auxdataArnd Bergmann
2019-12-18nfs: fix timstamp debug printsArnd Bergmann
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