• Home
  • Raw
  • Download

Lines Matching refs:mksquashfs

16 	- mksquashfs: Use linked list to store directory entries rather
17 - mksquashfs: Remove qsort and add a bottom up linked list merge sort
18 - mksquashfs: optimise lookup_inode2() for dirs
22 - mksquashfs/sort: Fix INFO() so that it is synced with the progress bar
23 - mksquashfs: Add -progress to force progress bar when using -info
25 - mksquashfs: fix stack overflow in write_fragment_table()
26 - mksquashfs: move list allocation from off the stack
28 - mksquashfs: dynamically allocate recovery_file
29 - mksquashfs: dynamically allocate buffer in subpathname()
30 - mksquashfs: dynamically allocate buffer in pathname()
33 - mksquashfs: fix potential stack overflow in get_component()
34 - mksquashfs: add parse_number() helper for numeric command line options
36 - mksquashfs: dynamically allocate filename in old_add_exclude()
40 - mksquashfs: fix dir_scan() exit if lstat of source directory fails
43 - mksquashfs: dynamically allocate path in display_path2()
44 - mksquashfs: dynamically allocate b_buffer in getbase()
55 - mksquashfs: fix fclose leak in reader_read_file() on I/O error
56 - mksquashfs: fix frag struct leak in write_file_{process|blocks|frag}
62 - mksquashfs: check for integer overflow in user input
63 - mksquashfs: fix "new" variable leak in dir_scan1()
76 - mksquashfs: improve out of space in output filesystem handling
77 - mksquashfs: flag lseek error in writer as probable out of space
78 - mksquashfs: flag lseek error in write_destination as probable out of
80 - mksquashfs: print file being squashed when ^\ (SIGQUIT) typed
81 - mksquashfs: make EXIT_MKSQUASHFS() etc restore via new restore thread
82 - mksquashfs: fix recursive restore failure check
84 - mksquashfs: fix rare race condition in "locked fragment" queueing
89 - mksquashfs: redo -comp <compressor> parsing
90 - mksquashfs: display compressor options when -X option isn't recognised
91 - mksquashfs: add -Xhelp option
92 - mksquashfs/unsquashfs: fix mtime signedness
98 - mksquashfs/unsquashfs: exclude/extract/pseudo files, fix handling of
100 - mksquashfs: rewrite default queue size so it's based on physical mem
101 - mksquashfs: add a new -mem <mbytes> option
102 - mksquashfs: fix limit on the number of dynamic pseudo files
103 - mksquashfs: make -mem take a normal byte value, optionally with a
410 2. Updated mksquashfs so that it doesn't allow you to generate
465 4. Duplicate fragment checking and appending optimised in mksquashfs,
473 8. New -2.0 mksquashfs option.
476 mksquashfs options.
500 1. New mksquashfs -all-root, -root-owned, -force-uid, and -force-gid
529 1.3r3 18 JAN 2004 Third release of 1.3, this adds a new mksquashfs option,
532 1. New mksquashfs -ef exclude option. This option reads the exclude
535 2. When appending to existing filesystems, if mksquashfs experiences a
551 generated in mksquashfs. This bug was introduced in 1.3
574 1.2 13 MAR 2003 Append feature and new mksquashfs options added
601 2. Additional features added to mksquashfs. Mksquashfs now supports
604 informs mksquashfs not to pad filesystems to a multiple of 4K.
605 See README for mksquashfs usage changes.