summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2020-01-15NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust
2020-01-15NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust
2020-01-15NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust
2020-01-15NFS: When resending after a short write, reset the reply count to zeroTrond Myklebust
2020-01-15NFS: Improve tracing of permission callsTrond Myklebust
2020-01-15pNFS/flexfiles: Add tracing for layout errorsTrond Myklebust
2020-01-15NFS: Clean up generic file commit tracepointTrond Myklebust
2020-01-15NFS: Clean up generic writeback tracepointsTrond Myklebust
2020-01-15NFS: Clean up generic file read tracepointsTrond Myklebust
2020-01-15pNFS/flexfiles: Record resend attempts on I/O failureTrond Myklebust
2020-01-15NFS: Fix fix of show_nfs_errorsTrond Myklebust
2020-01-15NFSv4: Improve read/write/commit tracingTrond Myklebust
2020-01-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust
2020-01-15NFS: Fix up fsync() when the server rebootedTrond Myklebust
2020-01-15NFS: Revalidate the file mapping on all fatal writeback errorsTrond Myklebust
2020-01-15NFS: Revalidate the file size on a fatal write errorTrond Myklebust
2020-01-15NFS: Add missing null check for failed allocationColin Ian King
2020-01-15nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven
2020-01-15fs/nfs, swapon: check holes in swapfileMurphy Zhou
2020-01-15NFS4: Report callback authentication errorsChuck Lever
2020-01-15NFS: Introduce trace events triggered by page writeback errorsChuck Lever
2020-01-15NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupzhengbin
2020-01-15NFS4: Remove unneeded semicolonzhengbin
2020-01-15nfs: encode nfsv4 timestamps as 64-bitArnd Bergmann
2020-01-15nfs: remove timespec from xdr_encode_nfstimeArnd Bergmann
2020-01-15nfs: fscache: use timespec64 in inode auxdataArnd Bergmann
2020-01-15nfs: use timespec64 in nfs_fattrArnd Bergmann
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew
2020-01-15NFS: Add fs_context support.David Howells
2020-01-15NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew
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