| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-02-08 | 1 | -45/+48 |
|\ |
|
| * | turn fs_param_is_... into functions | Al Viro | 2020-02-07 | 1 | -1/+1 |
| * | fs_parse: handle optional arguments sanely | Al Viro | 2020-02-07 | 1 | -6/+12 |
| * | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 2020-02-07 | 1 | -8/+4 |
| * | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 2020-02-07 | 1 | -1/+0 |
| * | fold struct fs_parameter_enum into struct constant_table | Al Viro | 2020-02-07 | 1 | -2/+2 |
| * | fs_parse: get rid of ->enums | Al Viro | 2020-02-07 | 1 | -30/+32 |
* | | Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2020-02-07 | 43 | -2633/+3008 |
|\| |
|
| * | NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals | Robert Milkowski | 2020-02-04 | 4 | -14/+11 |
| * | NFSv4: try lease recovery on NFS4ERR_EXPIRED | Robert Milkowski | 2020-02-04 | 1 | -0/+5 |
| * | NFS: Fix memory leaks | Wenwen Wang | 2020-02-04 | 1 | -2/+2 |
| * | nfs: optimise readdir cache page invalidation | Dai Ngo | 2020-02-04 | 1 | -2/+7 |
| * | NFS: Switch readdir to using iterate_shared() | Trond Myklebust | 2020-02-03 | 1 | -1/+1 |
| * | NFS: Use kmemdup_nul() in nfs_readdir_make_qstr() | Trond Myklebust | 2020-02-03 | 1 | -1/+1 |
| * | NFS: Directory page cache pages need to be locked when read | Trond Myklebust | 2020-02-03 | 1 | -11/+19 |
| * | NFS: Fix memory leaks and corruption in readdir | Trond Myklebust | 2020-02-03 | 1 | -2/+15 |
| * | NFS: Replace various occurrences of kstrndup() with kmemdup_nul() | Trond Myklebust | 2020-02-03 | 2 | -2/+2 |
| * | NFSv4: Limit the total number of cached delegations | Trond Myklebust | 2020-02-03 | 1 | -1/+7 |
| * | NFSv4: Add accounting for the number of active delegations held | Trond Myklebust | 2020-02-03 | 1 | -12/+24 |
| * | NFSv4: Try to return the delegation immediately when marked for return on close | Trond Myklebust | 2020-02-03 | 3 | -0/+35 |
| * | NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returned | Trond Myklebust | 2020-02-03 | 1 | -1/+3 |
| * | NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNING | Trond Myklebust | 2020-02-03 | 1 | -0/+1 |
| * | NFS: nfs_find_open_context() should use cred_fscmp() | Trond Myklebust | 2020-02-03 | 1 | -1/+1 |
| * | NFS: nfs_access_get_cached_rcu() should use cred_fscmp() | Trond Myklebust | 2020-02-03 | 1 | -1/+1 |
| * | NFSv4: pnfs_roc() must use cred_fscmp() to compare creds | Trond Myklebust | 2020-02-03 | 1 | -1/+1 |
| * | NFS: remove unused macros | Alex Shi | 2020-02-03 | 1 | -2/+0 |
| * | 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 |