aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfs/super.c
AgeCommit message (Expand)Author
2020-06-03Cleanup: Add defines for minimum and maximum block sizeDavid Oberhollenzer
2020-05-21Fix the semantics of the super block deduplicationDavid Oberhollenzer
2020-03-05Cleanup: Remove the E_ prefix from all libsquashfs enumeratorsDavid Oberhollenzer
2019-11-24Fix check of block size in super blockDavid Oberhollenzer
2019-11-24Cleanup: split out sqfs_write_super similar to sqfs_read_superDavid Oberhollenzer
2019-11-23Move some unix header inclusions to compat.hDavid Oberhollenzer
2019-10-07Cleanup: move libutil related headers to "util" sub directoryDavid Oberhollenzer
2019-09-27Add a header for platform compatibillity fluffDavid Oberhollenzer
2019-09-27Cleanup: replace fixed with data types with typedefsDavid Oberhollenzer
2019-09-10Cleanup: mark arguments const where possibleDavid Oberhollenzer
2019-09-09Change license of libsquashfs.soDavid Oberhollenzer
2019-09-08Replace direct file I/O with abstraction layerDavid Oberhollenzer
2019-09-07Remove printing to stderr in libsquashfs with returning error numbersDavid Oberhollenzer
2019-09-05Fix API visibility for libsquashfs.soDavid Oberhollenzer
2019-09-01Break up squashfs.h into topic related headersDavid Oberhollenzer
2019-09-01Install libsquashfs.so headers on the system in "sqfs" subdirectoryDavid Oberhollenzer
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-25Fix checks of super block block sizeDavid Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-07-16cleanup: move error handling into write_retryDavid Oberhollenzer
2019-05-04Remove compressor internal buffersDavid Oberhollenzer
2019-05-02Move super block init/write code to libsquashfs.aDavid Oberhollenzer