Hi, are the reiserfsprogs still maintained and get bug fixes? I just got now on Debian a bug report[1] that they fail to compile with glibc 2.28: In file included from parse_time.c:7: ../include/misc.h:76:26: error: unknown type name 'loff_t'; did you mean 'off_t'? int valid_offset(int fd, loff_t offset); ^~~~~~ off_t In file included from parse_time.c:8: ../include/reiserfs_lib.h:300:55: error: unknown type name 'loff_t'; did you mean 'off_t'? void set_offset(int format, struct reiserfs_key *key, loff_t offset); ^~~~~~ off_t ../include/reiserfs_lib.h:301:64: error: unknown type name 'loff_t'; did you mean 'off_t'? void set_type_and_offset(int format, struct reiserfs_key *key, loff_t offset, ^~~~~~ I confirmed this by myself in a clean Debian unstable chroot. This is the newest 3.6.27 version of them. [1] https://bugs.debian.org/916166# Regards Felix Zielcke