summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells2020-01-241-2/+1
| * | | | | | | | | | | NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia2020-01-243-0/+17
| * | | | | | | | | | | NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-248-30/+65
| * | | | | | | | | | | NFSv3: FIx bug when using chacl and chmod to change aclSu Yanjun2020-01-151-1/+1
| * | | | | | | | | | | NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia2020-01-153-10/+30
| * | | | | | | | | | | NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia2020-01-151-5/+13
| * | | | | | | | | | | NFS: Add mount option 'softreval'Trond Myklebust2020-01-156-12/+58
| * | | | | | | | | | | NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust2020-01-151-2/+2
| * | | | | | | | | | | NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust2020-01-151-1/+2
| * | | | | | | | | | | NFS: When resending after a short write, reset the reply count to zeroTrond Myklebust2020-01-152-0/+4
| * | | | | | | | | | | NFS: Improve tracing of permission callsTrond Myklebust2020-01-152-3/+62
| * | | | | | | | | | | pNFS/flexfiles: Add tracing for layout errorsTrond Myklebust2020-01-153-9/+132
| * | | | | | | | | | | NFS: Clean up generic file commit tracepointTrond Myklebust2020-01-152-17/+27
| * | | | | | | | | | | NFS: Clean up generic writeback tracepointsTrond Myklebust2020-01-152-36/+43
| * | | | | | | | | | | NFS: Clean up generic file read tracepointsTrond Myklebust2020-01-152-26/+35
| * | | | | | | | | | | pNFS/flexfiles: Record resend attempts on I/O failureTrond Myklebust2020-01-153-8/+14
| * | | | | | | | | | | NFS: Fix fix of show_nfs_errorsTrond Myklebust2020-01-151-16/+17
| * | | | | | | | | | | NFSv4: Improve read/write/commit tracingTrond Myklebust2020-01-151-18/+34
| * | | | | | | | | | | NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-01-155-9/+16
| * | | | | | | | | | | NFS: Fix up fsync() when the server rebootedTrond Myklebust2020-01-151-21/+16
| * | | | | | | | | | | NFS: Revalidate the file mapping on all fatal writeback errorsTrond Myklebust2020-01-151-3/+4
| * | | | | | | | | | | NFS: Revalidate the file size on a fatal write errorTrond Myklebust2020-01-151-0/+8
| * | | | | | | | | | | NFS: Add missing null check for failed allocationColin Ian King2020-01-151-0/+3
| * | | | | | | | | | | nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven2020-01-151-1/+1
| * | | | | | | | | | | fs/nfs, swapon: check holes in swapfileMurphy Zhou2020-01-151-0/+12
| * | | | | | | | | | | NFS4: Report callback authentication errorsChuck Lever2020-01-152-3/+43
| * | | | | | | | | | | NFS: Introduce trace events triggered by page writeback errorsChuck Lever2020-01-152-0/+48
| * | | | | | | | | | | NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupzhengbin2020-01-151-1/+1
| * | | | | | | | | | | NFS4: Remove unneeded semicolonzhengbin2020-01-152-3/+3
| * | | | | | | | | | | nfs: encode nfsv4 timestamps as 64-bitArnd Bergmann2020-01-151-1/+1
| * | | | | | | | | | | nfs: remove timespec from xdr_encode_nfstimeArnd Bergmann2020-01-151-6/+6
| * | | | | | | | | | | nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2020-01-153-11/+21
| * | | | | | | | | | | nfs: use timespec64 in nfs_fattrArnd Bergmann2020-01-152-7/+7
| * | | | | | | | | | | NFS: Attach supplementary error information to fs_context.Scott Mayhew2020-01-156-72/+48
| * | | | | | | | | | | NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-1512-272/+203
| * | | | | | | | | | | NFS: Add fs_context support.David Howells2020-01-1511-656/+770
| * | | | | | | | | | | NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew2020-01-151-423/+364
| * | | | | | | | | | | NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew2020-01-152-58/+58
| * | | | | | | | | | | NFS: Do some tidying of the parsing codeDavid Howells2020-01-153-78/+66
| * | | | | | | | | | | NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells2020-01-152-52/+48
| * | | | | | | | | | | NFS: Deindent nfs_fs_context_parse_option()David Howells2020-01-151-372/+367
| * | | | | | | | | | | NFS: Split nfs_parse_mount_options()David Howells2020-01-152-56/+73
| * | | | | | | | | | | NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells2020-01-156-393/+393
| * | | | | | | | | | | NFS: Constify mount argument match tablesDavid Howells2020-01-151-3/+3
| * | | | | | | | | | | NFS: Move mount parameterisation bits into their own fileDavid Howells2020-01-154-1412/+1445
| * | | | | | | | | | | nfs: get rid of ->set_security()Al Viro2020-01-154-55/+21
| * | | | | | | | | | | nfs_clone_sb_security(): simplify the check for server bogosityAl Viro2020-01-151-1/+1
| * | | | | | | | | | | nfs: get rid of mount_info ->fill_super()Al Viro2020-01-154-64/+18
| * | | | | | | | | | | nfs: don't pass nfs_subversion to ->create_server()Al Viro2020-01-157-21/+16
| * | | | | | | | | | | nfs: unexport nfs_fs_mount_common()Al Viro2020-01-152-5/+3
OpenPOWER on IntegriCloud