index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
disk-utils
/
mkfs.minix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
disk-utils/mkfs.minix: Set ninodes after checking max
Nate Clark
2017-01-04
1
-1
/
+1
*
Use --help suggestion on invalid option
Karel Zak
2016-12-19
1
-1
/
+1
*
misc: simplify if clauses [oclint]
Sami Kerola
2016-07-21
1
-6
/
+2
*
misc: Fix various typos
Sebastian Rasmussen
2016-05-31
1
-3
/
+3
*
misc: again fixing many printf format strings
Ruediger Meier
2016-03-07
1
-2
/
+3
*
mkfs.minix: fix v2/v3 .badblocks inode number for big endian
Ruediger Meier
2016-03-03
1
-3
/
+2
*
include: remove unused mntent.h
Ruediger Meier
2016-02-18
1
-1
/
+0
*
mkfs.minix: fix block device open race
Sami Kerola
2015-11-22
1
-6
/
+1
*
mkfs.minix: add hint for scanners [coverity scan]
Karel Zak
2015-08-04
1
-0
/
+1
*
mkfs.minix: use xalloc
Karel Zak
2015-08-04
1
-13
/
+8
*
tests: add way to control mkfs.minix time stamps
Sami Kerola
2015-08-03
1
-4
/
+18
*
mkfs.minix: re-fix block count maths
Sami Kerola
2015-08-03
1
-2
/
+2
*
mkfs.minix: refactor root block content creation
Sami Kerola
2015-07-30
1
-21
/
+21
*
mkfs.minix: check requested blocks will not exceed available on device
Sami Kerola
2015-07-30
1
-30
/
+34
*
mkfs.minix: check user input carefully
Sami Kerola
2015-07-30
1
-26
/
+53
*
mkfs.minix: add fs_control structure, and remove most global variables
Sami Kerola
2015-07-30
1
-190
/
+190
*
mkfs.minix: remove unuseful code
Sami Kerola
2015-07-30
1
-8
/
+1
*
mkfs.minix: use is_mounted() from libcommon
Sami Kerola
2015-07-30
1
-23
/
+4
*
mkfs.minix: introduce long options to the command
Sami Kerola
2015-07-30
1
-52
/
+55
*
mkfs.minix: increase maximum minix v2 and v3 file system sizes
Joshua Hudson
2015-07-30
1
-4
/
+21
*
textual: grammarize and harmonize the stat error message
Benno Schulenberg
2015-02-02
1
-1
/
+1
*
textual: use version printing macro everywhere
Sami Kerola
2014-10-01
1
-1
/
+1
*
mkfs.minix: fix couple compiler warnings
Sami Kerola
2014-09-19
1
-6
/
+10
*
mkfs.minix: fix fscanf() format string [coverity scan]
Karel Zak
2013-11-18
1
-1
/
+1
*
mkfs.minix: properly pluralize four messages
Benno Schulenberg
2013-10-08
1
-10
/
+6
*
textual: improve clarity of some error messages
Benno Schulenberg
2013-06-07
1
-1
/
+1
*
mkfs.minix: check writing to a file descriptor was successful
Sami Kerola
2013-04-26
1
-1
/
+2
*
mkfs.minix: fix compiler warning [-Wformat]
Karel Zak
2013-01-09
1
-1
/
+1
*
mkfs.minix: fsck:minix: fix compiler warnings
Karel Zak
2012-12-20
1
-3
/
+3
*
minix: replace magic constants with macro names
Sami Kerola
2012-12-19
1
-2
/
+2
*
minix: use off_t, size_t, etc appropriate types
Sami Kerola
2012-12-19
1
-4
/
+4
*
mkfs.minix: check numeric user inputs
Sami Kerola
2012-10-15
1
-11
/
+6
*
translation: unify file open error messages
Sami Kerola
2012-07-16
1
-1
/
+1
*
translation: unify stat error messages
Sami Kerola
2012-07-16
1
-1
/
+1
*
include: rename writeall.h to all-io.h
Petr Uzel
2012-05-15
1
-1
/
+1
*
disk-utils: verify writing to streams was successful
Sami Kerola
2012-04-04
1
-0
/
+2
*
include/exitcodes: clean up names, add _EX_ suffix
Karel Zak
2012-03-20
1
-31
/
+31
*
mkfs.minix: The total number of zones is limited to 65536 only on V1 filesystems
Maurizio Lombardi
2011-11-21
1
-3
/
+2
*
mkfs.minix: Some bug fixes:
Maurizio Lombardi
2011-11-21
1
-5
/
+6
*
mkfs.minix: The s_blocksize field of the MinixV3 superblock must be
Maurizio Lombardi
2011-11-21
1
-1
/
+1
*
mkfs.minix: inode numbers are 32-bit wide in V3 filesystems
Maurizio Lombardi
2011-11-21
1
-8
/
+19
*
mkfs.minix: In Minix V3 filesystems the maximum filename lenght is 60
Maurizio Lombardi
2011-11-21
1
-0
/
+2
*
mkfs.minix: Fix super_set_nzones()
Maurizio Lombardi
2011-11-21
1
-0
/
+4
*
mkfs.minix: remove redundant code
Maurizio Lombardi
2011-11-21
1
-2
/
+0
*
mkfs.minix: fix write_all() usage
Karel Zak
2011-08-17
1
-15
/
+6
*
mkfs.minix: fix compiler warnings [-Wsign-compare]
Karel Zak
2011-08-01
1
-17
/
+31
*
Merge branch 'cramfs' of https://github.com/kerolasa/lelux-utiliteetit
Karel Zak
2011-07-26
1
-1
/
+1
|
\
|
*
include: move disk-utils/mkfs.h -> include/exitcodes.h
Sami Kerola
2011-07-22
1
-1
/
+1
*
|
minix: remove unnecessary initializations
Karel Zak
2011-07-21
1
-13
/
+13
*
|
minix: add MINIX_ prefix to some global macros
Karel Zak
2011-07-21
1
-5
/
+5
[next]