search for: kzak

Displaying 20 results from an estimated 23 matches for "kzak".

Did you mean: kak
2011 Jul 05
0
[PATCH] losetup: use stdout and return 0 for -h
From: Karel Zak <kzak at redhat.com> ported to klibc losetup version from util-linux 108591d2b7860ca0b8d27d114bed1e504a31fa72, also add -h option. -maks Reported-by: Kamalesh Babulal <kamalesh at linux.vnet.ibm.com> Signed-off-by: Karel Zak <kzak at redhat.com> Signed-off-by: maximilian attems <max a...
2016 Feb 22
0
ANNOUNCE: cifs-utils release 6.5 ready for download
...t that backup intent shall only be attempted if the user matches the backupuid or backupgid parameter. Signed-off-by: Uri Simchoni <uri at samba.org> Signed-off-by: Jeff Layton <jlayton at samba.org> commit be5046ae3fabca17f19672f7b4019efb6a869298 Author: Karel Zak <kzak at redhat.com> Date: Thu Jan 7 11:02:49 2016 +0100 mount.cifs: ignore x-* mount options x-* prefix is used for userspace mount options and it's pretty commonly used to extend fstab configuration in systemd world (e.g. x-systemd.automount). These options is necessary t...
2008 Jul 23
3
[patch] mount add move option
On Wed, Jul 23, 2008 at 11:24:49AM +0200, Karel Zak wrote: > On Wed, Jul 23, 2008 at 04:43:30AM -0400, Christoph Hellwig wrote: > > On Wed, Jul 23, 2008 at 10:39:38AM +0200, maximilian attems wrote: > > > klibc mount has only short options thus uses the following syntax > > Frankly, it seems like a klibc problem... well not directly, but right klibc-utils should have
2008 Sep 07
1
[git pull v2] initial mntent.h, mount features, ipconfig fixes
[ gsi.de pretends this is massmailing so removed from CC's ] hello hpa, please review and on ack merge belows patchset. changes from v1, thanks to review by kzak: * add strtok_r() * use it in getmntent_r() * getment_r() parses mnt_freq and mnt_passno too isn't that hard. thanks maks git pull git://git.debian.org/~maks/klibc.git maks for the changes: maximilian attems (9): [klibc] add strtok_r() [klibc] Add initial mntent.h with setmnten...
2008 Jul 23
2
[RFC] klibc add minimal mntent.h
belows patch is a first step towards a mntent.h we'll need it anyways later for mdadm support. it allows to compile util-linux-ng mount against klibc. due to the missing features there is a severe size difference: text data bss dec hex filename 1507 0 40 1547 60b /usr/lib/klibc/bin/mount 58526 2544 4552 65622 10056
2008 Jul 29
2
syconf(_SC_PAGESIZE) versus getpagesize()
hello karel, thanks a lot for the klibc portability merges. current HEAD klibc failure: mkswap.c: In function ?init_signature_page?: mkswap.c:148: error: ?_SC_PAGESIZE? undeclared (first use in this function) although POSIX encourages sysconf() could util-linux use getpagesize() ? -- maks
2011 Aug 04
0
[PATCH] fstype: fix possible null deref in check_for_modules()
Make check_for_modules() more readable, just allways call continue on NULL return. That way the possible null dereference in strlen is no longer possible. This doesn't yet make it unsuck, but is a small step. Seen fixed too in blkid there with patch adding ko.gz support. Cc: Karel Zak <kzak at redhat.com> Signed-off-by: maximilian attems <max at stro.at> --- usr/kinit/fstype/fstype.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c index 2e26c9a..c5a1432 100644 --- a/usr/kinit/fstype/fstyp...
2013 Feb 04
1
Should we always do wipefs before mkfs? Discuss ...
https://bugzilla.redhat.com/show_bug.cgi?id=907554 In particular comments 2 & 3. We could change libguestfs's guestfs_mkfs (internally) so it always does an implicit wipefs on the filesystem. wipefs is not too onerous -- in particular I believe it only writes to a few chosen areas of the disk. Especially considering that we're about to run mkfs anyway which for some filesystems
2013 Feb 13
0
Re: [PATCH] xfs_mkfs: wipe old signatures from the device
On Wed, 13 Feb 2013, Karel Zak wrote: > Date: Wed, 13 Feb 2013 09:01:54 +0100 > From: Karel Zak <kzak@redhat.com> > To: Dave Chinner <david@fromorbit.com> > Cc: Lukas Czerner <lczerner@redhat.com>, xfs@oss.sgi.com, sandeen@redhat.com > Subject: Re: [PATCH] xfs_mkfs: wipe old signatures from the device > > On Wed, Feb 13, 2013 at 07:27:53AM +1100, Dave Chinner wrote: &...
2014 May 29
0
Re: more PO files available at the TP
...om translationproject.org # and commits changes to your GIT repository. # # Features: # - commit per PO file (no more huge commits for all .po files) # - the commit "Author:" field is set from the Last-Translator # # # Copyright (C) 2007 Karel Zak <kzak at redhat.com> # what I generally do is take a look at the new translations, and if they look OK, I'll add them to the repository. I admit that I didn't look at the Ukarian translation when it first showed up because my experience has been that nearly all of the translation files had a...
2014 May 26
2
more PO files available at the TP
Hi, At the translationproject there are four more languages available than are included in the 1.42.10 tarball: Danish, Esperanto, Malay, and Ukrainian. Please include these in your next release. Attached patch adds the missing language codes to the po/LINGUAS file. The easiest way to fetch the missing files (and the latest updates) is to run: rsync -Lrtvz
2013 Nov 14
2
is mounting subvolumes with a read-only root subvolume allowed?
Hi, I have a box with / and /home being subvolumes from the same btrfs filesystem. /etc/fstab: UUID=c0686... / btrfs subvol=root,x-systemd.device-timeout=0 1 1 UUID=c0686... /home btrfs subvol=home,x-systemd.device-timeout=0 1 1 ... / is initially mounted readonly by the initramfs, and then after switching to the real system, /home is attempted to be mounted in parallel with /
2012 Apr 03
3
[PATCH] Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZE
Our code is not ready to cope with a sectorsize that''s not equal to PAGE_SIZE. It will lead to hanging-on while writing something. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com> --- fs/btrfs/disk-io.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 20196f4..b9866f2 100644 --- a/fs/btrfs/disk-io.c +++
2012 Feb 14
1
[PATCH RFC] blkid: start using libblkid directly instead
Hi Rich: What do you think about this idea? although this still has some problems like do 'vfs-type /dev/vda'. Can you give some comments about this? Is this a bad idea? Thanks -Wanlong Gao ----------------------------------------------------------------------------- Use libblkid directly instead of the binary command in blkid. Signed-off-by: Wanlong Gao <gaowanlong at
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...Hiroyuki <kamezawa.hiroyu@jp.fujtisu.com> Kamil Debski <k.debski@samsung.com> Kamil Dudka <kdudka@redhat.com> Kamlakant Patel <kamlakant.patel@broadcom.com> Kangkai Yin <kangkai.yin@intel.com> Kappel, LaurentX <laurentx.kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Newman <siliconfiend@gmail.com> Karol Lewandowski <k.lewandowsk@samsung.com> Karsten Keil <keil@b1-systems.de> Karst...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...Hiroyuki <kamezawa.hiroyu@jp.fujtisu.com> Kamil Debski <k.debski@samsung.com> Kamil Dudka <kdudka@redhat.com> Kamlakant Patel <kamlakant.patel@broadcom.com> Kangkai Yin <kangkai.yin@intel.com> Kappel, LaurentX <laurentx.kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Heiss <kheiss@gmail.com> Karl Newman <siliconfiend@gmail.com> Karol Lewandowski <k.lewandowsk@samsung.com> Karsten K...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...Hiroyuki <kamezawa.hiroyu@jp.fujtisu.com> Kamil Debski <k.debski@samsung.com> Kamil Dudka <kdudka@redhat.com> Kamlakant Patel <kamlakant.patel@broadcom.com> Kangkai Yin <kangkai.yin@intel.com> Kappel, LaurentX <laurentx.kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Heiss <kheiss@gmail.com> Karl Newman <siliconfiend@gmail.com> Karol Lewandowski <k.lewandowsk@samsung.com> Karsten K...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...Hiroyuki <kamezawa.hiroyu@jp.fujtisu.com> Kamil Debski <k.debski@samsung.com> Kamil Dudka <kdudka@redhat.com> Kamlakant Patel <kamlakant.patel@broadcom.com> Kangkai Yin <kangkai.yin@intel.com> Kappel, LaurentX <laurentx.kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Heiss <kheiss@gmail.com> Karl Newman <siliconfiend@gmail.com> Karl Relton <karllinuxtest.relton@ntlworld.com> Karol...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...Hiroyuki <kamezawa.hiroyu@jp.fujtisu.com> Kamil Debski <k.debski@samsung.com> Kamil Dudka <kdudka@redhat.com> Kamlakant Patel <kamlakant.patel@broadcom.com> Kangkai Yin <kangkai.yin@intel.com> Kappel, LaurentX <laurentx.kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Heiss <kheiss@gmail.com> Karl Newman <siliconfiend@gmail.com> Karl Relton <karllinuxtest.relton@ntlworld.com> Karol...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...Hiroyuki <kamezawa.hiroyu@jp.fujtisu.com> Kamil Debski <k.debski@samsung.com> Kamil Dudka <kdudka@redhat.com> Kamlakant Patel <kamlakant.patel@broadcom.com> Kangkai Yin <kangkai.yin@intel.com> Kappel, LaurentX <laurentx.kappel@intel.com> Karel Zak <kzak@redhat.com> Karen Higgins <karen.higgins@qlogic.com> Karen Xie <kxie@chelsio.com> Karl Beldan <karl.beldan@rivierawaves.com> Karl Heiss <kheiss@gmail.com> Karl Newman <siliconfiend@gmail.com> Karl Relton <karllinuxtest.relton@ntlworld.com> Karol...