index
:
squashfs-tools-ng.git
feature/goliath/msvc
fixes-1.0.0
fixes-1.1.0
fixes-1.2.0
fixes-1.3.0
master
A new set of tools and libraries for working with SquashFS images
David Oberhollenzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mkfs
/
mkfs.h
Age
Commit message (
Expand
)
Author
2019-09-29
Cleanup: rename "compress.h" to "compressor.h"
David Oberhollenzer
2019-09-28
Replace fstree/sqfshelper xattr code with sqfs_xattr_writer_t
David Oberhollenzer
2019-09-28
Do the SELinux relabeling while generating the fstree
David Oberhollenzer
2019-09-28
Move fstree selinux code to gensquashfs
David Oberhollenzer
2019-09-28
Move fstree_from_dir to gensquashfs code
David Oberhollenzer
2019-09-27
Cleanup: merge data.h into block.h
David Oberhollenzer
2019-09-26
Remove remnants of the old data writer
David Oberhollenzer
2019-09-10
Make the thread pool queue backlog user configurable
David Oberhollenzer
2019-09-08
Replace direct file I/O with abstraction layer
David Oberhollenzer
2019-09-01
Break up squashfs.h into topic related headers
David Oberhollenzer
2019-09-01
Install libsquashfs.so headers on the system in "sqfs" subdirectory
David Oberhollenzer
2019-08-18
Make data writer use block processor
David Oberhollenzer
2019-08-11
cleanup: replace gensquashfs bool options for dir scan with flags
David Oberhollenzer
2019-08-11
Add gensquashfs option to read xattrs from input files
David Oberhollenzer
2019-08-11
Add --one-file-system option to gensquashfs
David Oberhollenzer
2019-07-30
Add propper copyright headers to all source files
David Oberhollenzer
2019-07-24
Enable largefile support
Matt Turner
2019-07-22
Add a way to optionally keep the original time stamps
David Oberhollenzer
2019-07-21
Implement generating an inode table for NFS export
David Oberhollenzer
2019-06-23
Move fstree default option processing to fstree code
David Oberhollenzer
2019-06-23
Move all handling of compressor names to libcompress.a
David Oberhollenzer
2019-06-11
cleanup: mkfs: remove redundant header inclusions
David Oberhollenzer
2019-06-11
cleanup: merge rest of block.c into mkfs.c
David Oberhollenzer
2019-06-11
cleanup: remove rest of sqfs_info_t
David Oberhollenzer
2019-06-11
Move write_xattr to libsqfs.a
David Oberhollenzer
2019-06-11
Remove sqfs_info_t from xattr writer
David Oberhollenzer
2019-06-11
Move data writer to libsqfs.a
David Oberhollenzer
2019-06-11
Encapsulate data/fragment processing in data_writer_t data structure
David Oberhollenzer
2019-06-11
Major cleanup of mkfs block processor
David Oberhollenzer
2019-06-11
cleanup: remove the linked list of fragment relations
David Oberhollenzer
2019-06-11
cleanup: remove unused prototypes
David Oberhollenzer
2019-06-10
Rename table.h to highlevel.h
David Oberhollenzer
2019-06-10
cleanup: move entire fstree serialization to libsqfs.a
David Oberhollenzer
2019-06-10
Make sqfs_write_inodes independend of sqfs_info_t
David Oberhollenzer
2019-06-10
cleanup: move write_inode to separate file
David Oberhollenzer
2019-06-10
Generate a flat inode table from the fstree ahead of time
David Oberhollenzer
2019-06-10
cleanup: move directory serialization to separate file
David Oberhollenzer
2019-05-31
gensquashfs: allow combining packdir and packfile
David Oberhollenzer
2019-05-26
gensquashfs: add option to simply pack an input directory
David Oberhollenzer
2019-05-21
Add command line flag for compressor options, pass them to compressors
David Oberhollenzer
2019-05-19
Generate extended attribute table
David Oberhollenzer
2019-05-19
Add SELinux option to gensquashfs
David Oberhollenzer
2019-05-05
Print out what we are doing on the way and options to keep quiet
David Oberhollenzer
2019-05-04
Rename tools to not collide with squashfs-tools
David Oberhollenzer