aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-01-15NFS: Add missing null check for failed allocationColin Ian King1-0/+3
2020-01-15nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven1-1/+1
2020-01-15fs/nfs, swapon: check holes in swapfileMurphy Zhou1-0/+12
2020-01-15NFS4: Report callback authentication errorsChuck Lever2-3/+43
2020-01-15NFS: Introduce trace events triggered by page writeback errorsChuck Lever2-0/+48
2020-01-15NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupzhengbin1-1/+1
2020-01-15NFS4: Remove unneeded semicolonzhengbin2-3/+3
2020-01-15nfs: encode nfsv4 timestamps as 64-bitArnd Bergmann1-1/+1
2020-01-15nfs: remove timespec from xdr_encode_nfstimeArnd Bergmann1-6/+6
2020-01-15nfs: fscache: use timespec64 in inode auxdataArnd Bergmann3-11/+21
2020-01-15nfs: use timespec64 in nfs_fattrArnd Bergmann2-7/+7
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew6-72/+48
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew12-272/+203
2020-01-15NFS: Add fs_context support.David Howells11-656/+770
2020-01-15NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew1-423/+364
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew2-58/+58
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells3-78/+66
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells2-52/+48
2020-01-15NFS: Deindent nfs_fs_context_parse_option()David Howells1-372/+367
2020-01-15NFS: Split nfs_parse_mount_options()David Howells2-56/+73
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells6-393/+393
2020-01-15NFS: Constify mount argument match tablesDavid Howells1-3/+3
2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells4-1412/+1445
2020-01-15nfs: get rid of ->set_security()Al Viro4-55/+21