summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2020-04-23nfsroot: set tcp as the default transport protocolLiwei Song1-1/+1
2020-04-23NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro1-0/+2
2020-04-23NFSv4.2: error out when relink swapfileMurphy Zhou1-0/+3
2020-04-23NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust1-0/+2
2020-04-23NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust1-5/+5
2020-04-17NFS: Fix a few constant_table array definitionsScott Mayhew1-1/+4
2020-04-17NFS: finish_automount() requires us to hold 2 refs to the mount recordTrond Myklebust1-5/+7
2020-04-17NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust1-0/+1
2020-04-17NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust1-24/+24
2020-02-25nfs: add minor version to nfs_server_key for fscacheScott Mayhew3-1/+3
2020-02-25NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew1-0/+2
2020-02-25NFS: Don't hard-code the fs_type when submountingScott Mayhew1-1/+1
2020-02-21NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew1-0/+7
2020-02-14NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust1-3/+8
2020-02-14NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2-7/+27
2020-02-13NFSv4.1 make cachethis=no for writesOlga Kornievskaia1-1/+1
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust3-3/+109
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust2-3/+16
2020-02-10NFS: Fix up directory verifier racesTrond Myklebust1-7/+14
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-45/+48
2020-02-08Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds43-2633/+3008
2020-02-07turn fs_param_is_... into functionsAl Viro1-1/+1
2020-02-07fs_parse: handle optional arguments sanelyAl Viro1-6/+12
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-2/+2
2020-02-07fs_parse: get rid of ->enumsAl Viro1-30/+32
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski4-14/+11
2020-02-04NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski1-0/+5
2020-02-04NFS: Fix memory leaksWenwen Wang1-2/+2
2020-02-04nfs: optimise readdir cache page invalidationDai Ngo1-2/+7
2020-02-04NFS: Switch readdir to using iterate_shared()Trond Myklebust1-1/+1
2020-02-04NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust1-1/+1
2020-02-04NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-04NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-02-04NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust2-2/+2
2020-02-04NFSv4: Limit the total number of cached delegationsTrond Myklebust1-1/+7
2020-02-04NFSv4: Add accounting for the number of active delegations heldTrond Myklebust1-12/+24
2020-02-04NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust3-0/+35
2020-02-04NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust1-1/+3
2020-02-04NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust1-0/+1
2020-02-04NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust1-1/+1
2020-02-04NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust1-1/+1
2020-02-04NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust1-1/+1
2020-02-03NFS: remove unused macrosAlex Shi1-2/+0
2020-01-30Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds4-16/+26
2020-01-25nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells1-2/+1
2020-01-25NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia3-0/+17
2020-01-25NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust8-30/+65
2020-01-15NFSv3: FIx bug when using chacl and chmod to change aclSu Yanjun1-1/+1