aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30NFS: Ensure security label is set for root inodeScott Mayhew3-38/+38
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-45/+48
2020-02-07Merge 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-03NFS: Switch readdir to using iterate_shared()Trond Myklebust1-1/+1
2020-02-03NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust1-1/+1
2020-02-03NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-03NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-02-03NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust2-2/+2
2020-02-03NFSv4: Limit the total number of cached delegationsTrond Myklebust1-1/+7
2020-02-03NFSv4: Add accounting for the number of active delegations heldTrond Myklebust1-12/+24
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust3-0/+35
2020-02-03NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust1-1/+3
2020-02-03NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust1-0/+1
2020-02-03NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust1-1/+1
2020-02-03NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust1-1/+1
2020-02-03NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust1-1/+1
2020-02-03NFS: remove unused macrosAlex Shi1-2/+0
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds4-16/+26
2020-01-24nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells1-2/+1
2020-01-24NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia3-0/+17
2020-01-24NFS: 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
2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia3-10/+30
2020-01-15NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia1-5/+13
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust6-12/+58
2020-01-15NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust1-2/+2
2020-01-15NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust1-1/+2
2020-01-15NFS: When resending after a short write, reset the reply count to zeroTrond Myklebust2-0/+4
2020-01-15NFS: Improve tracing of permission callsTrond Myklebust2-3/+62
2020-01-15pNFS/flexfiles: Add tracing for layout errorsTrond Myklebust3-9/+132
2020-01-15NFS: Clean up generic file commit tracepointTrond Myklebust2-17/+27
2020-01-15NFS: Clean up generic writeback tracepointsTrond Myklebust2-36/+43
2020-01-15NFS: Clean up generic file read tracepointsTrond Myklebust2-26/+35
2020-01-15pNFS/flexfiles: Record resend attempts on I/O failureTrond Myklebust3-8/+14
2020-01-15NFS: Fix fix of show_nfs_errorsTrond Myklebust1-16/+17
2020-01-15NFSv4: Improve read/write/commit tracingTrond Myklebust1-18/+34
2020-01-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust5-9/+16
2020-01-15NFS: Fix up fsync() when the server rebootedTrond Myklebust1-21/+16
2020-01-15NFS: Revalidate the file mapping on all fatal writeback errorsTrond Myklebust1-3/+4
2020-01-15NFS: Revalidate the file size on a fatal write errorTrond Myklebust1-0/+8