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
Commit message (
Expand
)
Author
Age
Files
Lines
*
raw: remove unnecessary return [cppcheck]
Sami Kerola
2012-02-08
1
-2
/
+0
*
mkfs.cramfs: check blocksize user input [cppcheck]
Sami Kerola
2012-02-08
1
-3
/
+8
*
mkfs.cramfs: close open file after usage [cppcheck]
Sami Kerola
2012-02-08
1
-0
/
+1
*
blockdev: make the code more readable for static analysers
Karel Zak
2012-02-02
1
-7
/
+7
*
fsck.cramfs: mark usage() as noreturn
Karel Zak
2012-01-31
1
-1
/
+2
*
mkswap: check blkid_probe_lookup_values() return [coverity scan]
Karel Zak
2012-01-31
1
-4
/
+4
*
blockdev: remove non-ANSI function declaration [smatch scan]
Karel Zak
2012-01-17
1
-1
/
+1
*
test: refresh build-sys tests
Karel Zak
2012-01-17
1
-1
/
+2
*
blockdev: make functions static
Wanlong Gao
2012-01-05
1
-8
/
+8
*
Merge branch 'master' of https://github.com/maurizio-lombardi/util-linux
Karel Zak
2011-11-28
1
-19
/
+34
|
\
|
*
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
*
|
small bug in mkfs.cramfs + patch
Arnaud Mouiche
2011-11-23
1
-3
/
+3
|
/
*
mkswap: wipe all old signatures
Karel Zak
2011-11-11
1
-20
/
+47
*
fsck.minix: fix zone_map memory allocation failure check
Francesco Cosoleto
2011-11-10
1
-1
/
+1
*
fsck.minix: remove unnecessary memset calls
Francesco Cosoleto
2011-11-09
1
-4
/
+2
*
build-sys: cleanup BUILD_CRAMFS
Karel Zak
2011-11-03
1
-1
/
+2
*
build-sys: cleanup BUILD_RAW
Karel Zak
2011-11-03
1
-2
/
+0
*
misc: use %m in format string instead of %s and strerror(errno)
Petr Uzel
2011-09-27
2
-9
/
+7
*
fdformat: fix uninitialized variable
Francesco Cosoleto
2011-09-12
1
-1
/
+1
*
raw: fix shadowing of minor function
maximilian attems
2011-08-30
1
-8
/
+8
*
docs: tweak the formatting and wording of several disk-utils man pages
Benno Schulenberg
2011-08-29
10
-131
/
+142
*
docs: uniformize the header and footer lines in man pages
Benno Schulenberg
2011-08-22
11
-17
/
+17
*
mkfs.minix: fix write_all() usage
Karel Zak
2011-08-17
2
-22
/
+9
*
blockdev: indent usage()
Karel Zak
2011-08-16
1
-6
/
+6
*
mkfs.cramfs: clearer error message, "cannot close" instead of "closing"
Benno Schulenberg
2011-08-15
1
-1
/
+1
*
mkfs: fix small formatting issues in man page
Benno Schulenberg
2011-08-08
1
-28
/
+25
*
isosize: improve style, grammar and spacing of man page
Benno Schulenberg
2011-08-08
1
-14
/
+14
*
mkswap: Use c.h
maximilian attems
2011-08-02
1
-1
/
+1
*
swaplabel: fix compiler warnings [-Wunused-parameter]
Karel Zak
2011-08-01
1
-2
/
+2
*
mkfs.minix: fix compiler warnings [-Wsign-compare]
Karel Zak
2011-08-01
1
-17
/
+31
*
fsck.minix: fix compiler warnings [-Wsign-compare]
Karel Zak
2011-08-01
1
-33
/
+49
*
Merge branch 'cramfs' of https://github.com/kerolasa/lelux-utiliteetit
Karel Zak
2011-07-26
7
-548
/
+420
|
\
|
*
include: move fsck return values to exitcodes.h
Sami Kerola
2011-07-22
1
-9
/
+1
|
*
include: move disk-utils/mkfs.h -> include/exitcodes.h
Sami Kerola
2011-07-22
4
-13
/
+4
|
*
mkfs.cramfs: coding style
Sami Kerola
2011-07-22
1
-27
/
+27
|
*
mkfs.cramfs: include-what-you-use header check
Sami Kerola
2011-07-22
1
-1
/
+2
|
*
mkfs.cramfs: error printing fixes
Sami Kerola
2011-07-22
1
-71
/
+45
|
*
mkfs.cramfs: convert spaces to tabs
Sami Kerola
2011-07-22
1
-44
/
+44
|
*
mkfs.cramfs: validate numeric user inputs
Sami Kerola
2011-07-22
2
-3
/
+4
|
*
mkfs.cramfs: few symbolic exit codes where missing
Sami Kerola
2011-07-21
1
-3
/
+3
|
*
md5: use symbolical digest length
Sami Kerola
2011-07-21
1
-2
/
+2
|
*
mkfs.cramfs: use program_invocation_short_name
Sami Kerola
2011-07-21
1
-10
/
+3
|
*
mkfs.cramfs: use xalloc.h
Sami Kerola
2011-07-21
1
-33
/
+8
|
*
fsck.cramfs: add missed strings to translation
Sami Kerola
2011-07-21
1
-4
/
+4
[next]