aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)Author
2020-05-20NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia
2020-05-20nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields
2020-05-20NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski
2020-05-20NFS: Fix fscache super_cookie allocationDave Wysochanski
2020-05-20NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski
2020-05-06nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher
2020-05-06NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-04-23NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust
2020-04-23nfsroot: set tcp as the default transport protocolLiwei Song
2020-04-23NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro
2020-04-23NFSv4.2: error out when relink swapfileMurphy Zhou
2020-04-23NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust
2020-04-23NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust
2020-04-17NFS: Fix a few constant_table array definitionsScott Mayhew
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-02-25nfs: add minor version to nfs_server_key for fscacheScott Mayhew
2020-02-25NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew
2020-02-25NFS: Don't hard-code the fs_type when submountingScott Mayhew
2020-02-21NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew
2020-02-13NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust
2020-02-13NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust
2020-02-13NFSv4.1 make cachethis=no for writesOlga Kornievskaia
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust
2020-02-10NFS: Fix up directory verifier racesTrond Myklebust
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-02-07turn fs_param_is_... into functionsAl Viro
2020-02-07fs_parse: handle optional arguments sanelyAl Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski
2020-02-04NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski
2020-02-04NFS: Fix memory leaksWenwen Wang
2020-02-04nfs: optimise readdir cache page invalidationDai Ngo
2020-02-03NFS: Switch readdir to using iterate_shared()Trond Myklebust
2020-02-03NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust
2020-02-03NFS: Directory page cache pages need to be locked when readTrond Myklebust
2020-02-03NFS: Fix memory leaks and corruption in readdirTrond Myklebust
2020-02-03NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust
2020-02-03NFSv4: Limit the total number of cached delegationsTrond Myklebust
2020-02-03NFSv4: Add accounting for the number of active delegations heldTrond Myklebust
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust
2020-02-03NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust
2020-02-03NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust
2020-02-03NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust