summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede
2020-02-07tmpfs: switch to use of invalfc()Al Viro
2020-02-07cgroup1: switch to use of errorfc() et.al.Al Viro
2020-02-07procfs: switch to use of invalfc()Al Viro
2020-02-07hugetlbfs: switch to use of invalfc()Al Viro
2020-02-07cramfs: switch to use of errofc() et.al.Al Viro
2020-02-07gfs2: switch to use of errorfc() et.al.Al Viro
2020-02-07fuse: switch to use errorfc() et.al.Al Viro
2020-02-07ceph: use errorfc() and friends instead of spelling the prefix outAl Viro
2020-02-07prefix-handling analogues of errorf() and friendsAl Viro
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-07add prefix to fs_context->logAl Viro
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadAl Viro
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsAl Viro
2020-02-07get rid of cg_invalf()Al Viro
2020-02-07get rid of fs_value_is_filename_emptyAl Viro
2020-02-07don't bother with explicit length argument for __lookup_constant()Al Viro
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-02-07Pass consistent param->type to fs_parse()Al 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-03SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond 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
2020-02-03NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust
2020-02-03NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust
2020-02-03NFS: remove unused macrosAlex Shi
2020-01-24nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells
2020-01-24NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust
2020-01-15NFSv3: FIx bug when using chacl and chmod to change aclSu Yanjun
2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia