| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | nfs: Return EINVAL rather than ERANGE for mount parse errors | David Howells | 2020-01-24 | 1 | -2/+1 | |
| | * | | | | | | | | | | | NFS: allow deprecation of NFS UDP protocol | Olga Kornievskaia | 2020-01-24 | 3 | -0/+17 | |
| | * | | | | | | | | | | | NFS: Add softreval behaviour to nfs_lookup_revalidate() | Trond Myklebust | 2020-01-24 | 8 | -30/+65 | |
| | * | | | | | | | | | | | NFSv3: FIx bug when using chacl and chmod to change acl | Su Yanjun | 2020-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | NFSv4.x recover from pre-mature loss of openstateid | Olga Kornievskaia | 2020-01-15 | 3 | -10/+30 | |
| | * | | | | | | | | | | | NFSv4 fix acl retrieval over krb5i/krb5p mounts | Olga Kornievskaia | 2020-01-15 | 1 | -5/+13 | |
| | * | | | | | | | | | | | NFS: Add mount option 'softreval' | Trond Myklebust | 2020-01-15 | 6 | -12/+58 | |
| | * | | | | | | | | | | | NFS: Trust cached access if we've already revalidated the inode once | Trond Myklebust | 2020-01-15 | 1 | -2/+2 | |
| | * | | | | | | | | | | | NFS: Fix nfs_direct_write_reschedule_io() | Trond Myklebust | 2020-01-15 | 1 | -1/+2 | |
| | * | | | | | | | | | | | NFS: When resending after a short write, reset the reply count to zero | Trond Myklebust | 2020-01-15 | 2 | -0/+4 | |
| | * | | | | | | | | | | | NFS: Improve tracing of permission calls | Trond Myklebust | 2020-01-15 | 2 | -3/+62 | |
| | * | | | | | | | | | | | pNFS/flexfiles: Add tracing for layout errors | Trond Myklebust | 2020-01-15 | 3 | -9/+132 | |
| | * | | | | | | | | | | | NFS: Clean up generic file commit tracepoint | Trond Myklebust | 2020-01-15 | 2 | -17/+27 | |
| | * | | | | | | | | | | | NFS: Clean up generic writeback tracepoints | Trond Myklebust | 2020-01-15 | 2 | -36/+43 | |
| | * | | | | | | | | | | | NFS: Clean up generic file read tracepoints | Trond Myklebust | 2020-01-15 | 2 | -26/+35 | |
| | * | | | | | | | | | | | pNFS/flexfiles: Record resend attempts on I/O failure | Trond Myklebust | 2020-01-15 | 3 | -8/+14 | |
| | * | | | | | | | | | | | NFS: Fix fix of show_nfs_errors | Trond Myklebust | 2020-01-15 | 1 | -16/+17 | |
| | * | | | | | | | | | | | NFSv4: Improve read/write/commit tracing | Trond Myklebust | 2020-01-15 | 1 | -18/+34 | |
| | * | | | | | | | | | | | NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() | Trond Myklebust | 2020-01-15 | 5 | -9/+16 | |
| | * | | | | | | | | | | | NFS: Fix up fsync() when the server rebooted | Trond Myklebust | 2020-01-15 | 1 | -21/+16 | |
| | * | | | | | | | | | | | NFS: Revalidate the file mapping on all fatal writeback errors | Trond Myklebust | 2020-01-15 | 1 | -3/+4 | |
| | * | | | | | | | | | | | NFS: Revalidate the file size on a fatal write error | Trond Myklebust | 2020-01-15 | 1 | -0/+8 | |
| | * | | | | | | | | | | | NFS: Add missing null check for failed allocation | Colin Ian King | 2020-01-15 | 1 | -0/+3 | |
| | * | | | | | | | | | | | nfs: NFS_SWAP should depend on SWAP | Geert Uytterhoeven | 2020-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | fs/nfs, swapon: check holes in swapfile | Murphy Zhou | 2020-01-15 | 1 | -0/+12 | |
| | * | | | | | | | | | | | NFS4: Report callback authentication errors | Chuck Lever | 2020-01-15 | 2 | -3/+43 | |
| | * | | | | | | | | | | | NFS: Introduce trace events triggered by page writeback errors | Chuck Lever | 2020-01-15 | 2 | -0/+48 | |
| | * | | | | | | | | | | | NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup | zhengbin | 2020-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | NFS4: Remove unneeded semicolon | zhengbin | 2020-01-15 | 2 | -3/+3 | |
| | * | | | | | | | | | | | nfs: encode nfsv4 timestamps as 64-bit | Arnd Bergmann | 2020-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | nfs: remove timespec from xdr_encode_nfstime | Arnd Bergmann | 2020-01-15 | 1 | -6/+6 | |
| | * | | | | | | | | | | | nfs: fscache: use timespec64 in inode auxdata | Arnd Bergmann | 2020-01-15 | 3 | -11/+21 | |
| | * | | | | | | | | | | | nfs: use timespec64 in nfs_fattr | Arnd Bergmann | 2020-01-15 | 2 | -7/+7 | |
| | * | | | | | | | | | | | NFS: Attach supplementary error information to fs_context. | Scott Mayhew | 2020-01-15 | 6 | -72/+48 | |
| | * | | | | | | | | | | | NFS: Additional refactoring for fs_context conversion | Scott Mayhew | 2020-01-15 | 12 | -272/+203 | |
| | * | | | | | | | | | | | NFS: Add fs_context support. | David Howells | 2020-01-15 | 11 | -656/+770 | |
| | * | | | | | | | | | | | NFS: Convert mount option parsing to use functionality from fs_parser.h | Scott Mayhew | 2020-01-15 | 1 | -423/+364 | |
| | * | | | | | | | | | | | NFS: rename nfs_fs_context pointer arg in a few functions | Scott Mayhew | 2020-01-15 | 2 | -58/+58 | |
| | * | | | | | | | | | | | NFS: Do some tidying of the parsing code | David Howells | 2020-01-15 | 3 | -78/+66 | |
| | * | | | | | | | | | | | NFS: Add a small buffer in nfs_fs_context to avoid string dup | David Howells | 2020-01-15 | 2 | -52/+48 | |
| | * | | | | | | | | | | | NFS: Deindent nfs_fs_context_parse_option() | David Howells | 2020-01-15 | 1 | -372/+367 | |
| | * | | | | | | | | | | | NFS: Split nfs_parse_mount_options() | David Howells | 2020-01-15 | 2 | -56/+73 | |
| | * | | | | | | | | | | | NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context | David Howells | 2020-01-15 | 6 | -393/+393 | |
| | * | | | | | | | | | | | NFS: Constify mount argument match tables | David Howells | 2020-01-15 | 1 | -3/+3 | |
| | * | | | | | | | | | | | NFS: Move mount parameterisation bits into their own file | David Howells | 2020-01-15 | 4 | -1412/+1445 | |
| | * | | | | | | | | | | | nfs: get rid of ->set_security() | Al Viro | 2020-01-15 | 4 | -55/+21 | |
| | * | | | | | | | | | | | nfs_clone_sb_security(): simplify the check for server bogosity | Al Viro | 2020-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | nfs: get rid of mount_info ->fill_super() | Al Viro | 2020-01-15 | 4 | -64/+18 | |
| | * | | | | | | | | | | | nfs: don't pass nfs_subversion to ->create_server() | Al Viro | 2020-01-15 | 7 | -21/+16 | |
| | * | | | | | | | | | | | nfs: unexport nfs_fs_mount_common() | Al Viro | 2020-01-15 | 2 | -5/+3 | |

