nfs_fsinfoRegular
4.4: Absent ⚠️
4.8: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 layouttype;
__u32 blksize;
__u32 clone_blksize;
};
4.10: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
4.13: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
4.15: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
4.18: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
5.0: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
5.3: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
5.4: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec64 time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
enum nfs4_change_attr_type change_attr_type;
__u32 xattr_support;
};
5.15: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec64 time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
enum nfs4_change_attr_type change_attr_type;
__u32 xattr_support;
};
5.19: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec64 time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
enum nfs4_change_attr_type change_attr_type;
__u32 xattr_support;
};
6.2: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec64 time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
enum nfs4_change_attr_type change_attr_type;
__u32 xattr_support;
};
6.5: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec64 time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
enum nfs4_change_attr_type change_attr_type;
__u32 xattr_support;
};
6.8: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec64 time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
enum nfs4_change_attr_type change_attr_type;
__u32 xattr_support;
};
arm64: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
armhf: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
ppc64el: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
riscv64: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
aws: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
azure: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
gcp: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
lowlatency: ✅struct nfs_fsinfo {
struct nfs_fattr *fattr;
__u32 rtmax;
__u32 rtpref;
__u32 rtmult;
__u32 wtmax;
__u32 wtpref;
__u32 wtmult;
__u32 dtpref;
__u64 maxfilesize;
struct timespec time_delta;
__u32 lease_time;
__u32 nlayouttypes;
__u32 layouttype[8];
__u32 blksize;
__u32 clone_blksize;
};
Regular
4.8 and 4.10 ⚠️__u32 nlayouttypes
__u32 layouttype ➡️ __u32 layouttype[8]
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅