- Sep 04, 2012
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Trần Ngọc Quân authored
-
Yuri Chornoivan authored
-
Jakub Bogusz authored
-
Benno Schulenberg authored
-
Takeshi Hamasaki authored
-
David Prévot authored
-
Joe Hansen authored
-
Petr Písař authored
-
Davidlohr Bueso authored
Add the corresponding entry in the manpage. Signed-off-by:
Davidlohr Bueso <dave@gnu.org>
-
Bernhard Voelker authored
* fdisks/utils.c: s/firts/first/: found by misspellings. s/Zero's/Zeros/: denoted by Pdraig Brady <P@draigBrady.com>. Signed-off-by:
Bernhard Voelker <mail@bernhard-voelker.de>
-
Dave Reisner authored
This matches more closely with what 'df -h' reports as space available. Any remaining discrepancy between these 2 tools is a result of precision and choices in rounding. Signed-off-by:
Dave Reisner <dreisner@archlinux.org>
-
- Aug 29, 2012
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Aug 27, 2012
-
-
Karel Zak authored
# mount -n -o ro /dev/sda1 / # mount -o remount,rw /dev/sda1 / For the backward compatibility the command mount(8) should to add a new entry to the file /etc/mtab on remount if the original entry not found (because previous mount has been called with -n). Reported-by: <frinnst> on IRC Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
- use regular NTFS bios parameters block - don't care about mirror cluster location - remove unnecessary macros - add more checks (based on Linux kernel code) Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Aug 24, 2012
-
-
Karel Zak authored
We should not care about mountpoints in fsck if a device name specified on command line, just check if the device is used somewhere in /proc/self/mountinfo file. Crazy people who use fsck /mountpoint have to specify the mountpoint by the same format as in their fstab -- symlinks canonicalization is not supported. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=850965 Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
The old implementation always canonicalizes target (mountpoint) path. It's better to postpone this operation until the path is really necessary (usually it's unnecessary), because readlink() on mountpoint may trigger automounts. Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Aug 15, 2012
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
David Prévot authored
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
- remove tests programs (no more compiled by default) - add resizepart Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
- use $usrsbin_execdir - add [Install] section - use long options Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
autoconf docs about *dir variables (e.g bindir): ... A corollary is that you should not use these variables except in makefiles... ...you should not rely on AC_CONFIG_FILES to replace bindir and friends in your shell scripts and other files; instead, let make manage their replacement. Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Aug 14, 2012
-
-
B Watson authored
The --separator and --columns long options in util-linux-2.21.2 and in a git clone from 5 minutes ago, don't work: $ echo foobar | column -s x foobar $ echo foobar | column -c 10 foobar $ echo foobar | column --separator=x column: option '--separator' doesn't allow an argument $ echo foobar | column --separator x Segmentation fault $ echo foobar | column --columns 10 column: bad columns width value: '(null)': Invalid argument $ echo foobar | column --columns=10 column: option '--columns' doesn't allow an argument Looks like a simple case of missing has_arg flag in the "struct option" initialization for these two options. The patch just adds the flag. I haven't done thorough testing of the patched code, but it seems to work OK and it no longer segfaults or tries to dereference a null pointer. Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Bernhard Voelker authored
Signed-off-by:
Bernhard Voelker <mail@bernhard-voelker.de>
-
Karel Zak authored
* read WWN from udev DB * use *_ENC properties from udev DB to get original unmodified strings (otherwise for example blank space is replaced with '_' in ID_FS_LABEL) * always read from udev, libblkid is fallback solution only Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Aug 13, 2012
-
-
Karel Zak authored
This is a simple wrapper for BLKPG_RESIZE_PARTITION (since kernel 3.6). Co-Author: Vivek Goyal <vgoyal@redhat.com> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
... so for example lsblk(8) will see partitioned loop devices loop0 7:0 0 80G 0 loop ├─loop0p1 259:0 0 100M 0 loop └─loop0p2 259:1 0 79.9G 0 loop Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
old version: /mnt/ugly/te\134st\134 -> /mnt/ugly/te\st\134 fixed version: /mnt/ugly/te\134st\134 -> /mnt/ugly/te\st\ Reported-by:
Naja Melan <najamelan@autistici.org> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Milan Broz authored
The /dev/kmsg can return EPIPE if current record has beed modified while reading. For init_kmsg, it cause switch to DMESG_METHOD_SYSLOG (which is not expected) and later it can truncate output. Signed-off-by:
Milan Broz <mbroz@redhat.com>
-
Dave Reisner authored
main() expects this method to return 0 for failure and 1 for success, as the other eject_*() methods do. Add the missing comparison of ioctl() >= 0 Signed-off-by:
Dave Reisner <dreisner@archlinux.org> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Samuel Thibault authored
loopdev.c, test_pager, and get_max_number_of_cpus() are linux-specific. get_linux_version will only work on Linux, let's introduce system_supports_ext4_ext2() which assumes that mounting ext2 with ext4 is not supported on non-Linux systems. [kzak@redhat.com: - use #ifdef SYS_sched_getaffinity rather than __linux__] Signed-off-by:
Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by:
Karel Zak <kzak@redhat.com>
-