Re: [patch 01/26] mount options: add documentation

2008-01-30 Thread Karel Zak
umount(2) is enough. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch] VFS: extend /proc/mounts

2008-01-17 Thread Karel Zak
/root /mnt/test2 ext3 rw,noatime,data=ordered 0 0 What do we want to *do* with the information about propagation? Just feedback about the state of the thing. It's very annoying, that after setting up propagation, it's impossible to check the result. Exactly. Karel -- Karel Zak

[ANNOUNCE] util-linux-ng 2.13.1 (stable)

2008-01-16 Thread Karel Zak
://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/ blockdev: - add --getsz to blockdev.8 [Karel Zak] - add missing description about option --report in manpage [Li Zefan] build-sys: - fix localedir (unsupported by autoconf 2.60) [Karel Zak] - nls/locale handling in util-linux-ng general

Re: [patch] VFS: extend /proc/mounts

2008-01-16 Thread Karel Zak
, let's use /proc/mounts_v2 ;-) Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch 6/9] unprivileged mounts: allow unprivileged mounts

2008-01-09 Thread Karel Zak
. /proc) how control and modify the list of safe filesystems. For example I have no problem to mark cifs as safe for my home server. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More

Re: [patch 5/9] unprivileged mounts: allow unprivileged bind mounts

2008-01-09 Thread Karel Zak
on its filesystem, spec); break; default: error (mount: %s, strerror (mnt_err)); break; } Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[ANNOUNCE] util-linux-ng 2.13.1-rc2

2008-01-02 Thread Karel Zak
: -- blockdev: - add --getsz to blockdev.8 [Karel Zak] build-sys: - release++ (-rc2) [Karel Zak] - remove hardcoded _GNU_SOURCE [Karel Zak] docs: - add note about incorrect tag 2.13.1 [Karel Zak] - update AUTHORS file, add all translators [Karel Zak] - update ReleaseNotes [Karel Zak

[ANNOUNCE] util-linux-ng 2.13.1-rc1

2007-11-13 Thread Karel Zak
: - add missing description about option --report in manpage [Li Zefan] build-sys: - fix localedir (unsupported by autoconf 2.60) [Karel Zak] - nls/locale handling in util-linux-ng general [Mike Frysinger] - remove files that are no longer delivered from git [LaMont Jones] cal: - add

[ANNOUNCE] util-linux-ng 2.13.0.1

2007-10-22 Thread Karel Zak
: - For more details see ChangeLog files at: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/ docs: - add info about .bugfix releases and branches [Karel Zak] mount: - doesn't drop privileges properly when calling helpers [Ludwig Nussel] -- Karel Zak [EMAIL PROTECTED

[ANNOUNCE] util-linux-ng 2.13 (stable)

2007-08-27 Thread Karel Zak
://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/ agetty: - 8 bit characters on the Linux console lead to input corruption [Samuel Thibault] - add 'O' escape code to display domain name [Karel Zak] - check gethostname() return value [Karel Zak] - fix short malloc in initstring

Re: request for patches: showing mount options

2007-07-31 Thread Karel Zak
has to provide complete information at least about kernel mount options. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [ANNOUNCE] util-linux-ng 2.13-rc1

2007-07-05 Thread Karel Zak
On Thu, Jul 05, 2007 at 12:41:59PM -0400, Mike Frysinger wrote: On Wednesday 04 July 2007, Christoph Hellwig wrote: On Wed, Jul 04, 2007 at 12:11:56AM +0200, Karel Zak wrote: mount(8) doesn't include filesystem detection code anymore. You have to compile --with-fsprobe={blkid,volume_id

[ANNOUNCE] util-linux-ng 2.13-rc1

2007-07-03 Thread Karel Zak
be use NULL not 0 -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC PATCH 1/1] VFS: Augment /proc/mount with subroot and shared-subtree

2007-06-26 Thread Karel Zak
:/mnt/1 c1208c08 Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Adding subroot information to /proc/mounts, or obtaining that through other means

2007-06-20 Thread Karel Zak
by the fact that the line doesn't mean what they think it means. Many people use ln -s /proc/mounts /etc/mtab. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [RFC] obsoleting /etc/mtab

2007-06-01 Thread Karel Zak
On Fri, Jun 01, 2007 at 09:49:05AM +0100, Christoph Hellwig wrote: On Fri, Jun 01, 2007 at 10:33:09AM +0200, Karel Zak wrote: The core of the problem is that HAL doesn't have entries in /etc/fstab, so you cannot check for user= and users= by umount(8). The HAL have enough information

Re: [RFC] obsoleting /etc/mtab

2007-06-01 Thread Karel Zak
in -mm, which might be a good sign ;) Cool, good news. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC] obsoleting /etc/mtab

2007-06-01 Thread Karel Zak
, that's the exception, not the rule. I'm not sure, but I think that cifs and ncpfs (NetWare) are exceptions too. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [RFC] obsoleting /etc/mtab

2007-05-31 Thread Karel Zak
] http://lkml.org/lkml/2007/4/27/180 The patches have been postponed by Andrew, right? Or is it already in -mm? Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [RFC] obsoleting /etc/mtab

2007-05-31 Thread Karel Zak
) or ends with EINVAL. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 08/13] NFS: Add functions to parse nfs mount options to fs/nfs/super.c

2007-05-29 Thread Karel Zak
code blindly parses a raw option string by ,. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 08/13] NFS: Add functions to parse nfs mount options to fs/nfs/super.c

2007-05-29 Thread Karel Zak
On Tue, May 29, 2007 at 05:08:01PM -0400, Chuck Lever wrote: Karel Zak wrote: On Mon, May 21, 2007 at 12:09:54PM -0400, Chuck Lever wrote: For NFSv2 and NFSv3 mount options. Signed-off-by: Chuck Lever [EMAIL PROTECTED] +static int nfs_parse_options(char *raw, struct nfs_mount_args

Re: [patch 0/8] mount ownership and unprivileged mount syscall (v4)

2007-04-25 Thread Karel Zak
for every change that makes mtab more and more obsolete :-). Karel Miklos - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html -- Karel Zak [EMAIL

Re: [patch 0/8] mount ownership and unprivileged mount syscall (v4)

2007-04-24 Thread Karel Zak
the noexec option by default (you can override the default by exec option). It means the kernel based solution is not fully compatible ;-( Karel -- Karel Zak [EMAIL PROTECTED] Red Hat Czech s.r.o. Purkynova 99/71, 612 45 Brno, Czech Republic Reg.id: CZ27690016 - To unsubscribe

Re: How to query mount propagation state?

2007-04-16 Thread Karel Zak
rw,mid=0xa917100,did=0x6210,prop=SHARED,peer=0xa917100 my $0.02... Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [patch 0/8] unprivileged mount syscall

2007-04-13 Thread Karel Zak
situations when private namespaces are nice solution. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch 0/8] unprivileged mount syscall

2007-04-10 Thread Karel Zak
to Adrian Bunk (the then util-linux maintainer) and got no response. I have not pushed the patches to the new maintainer(Karel Zak?) though. The shared-subtree patch has been applied: http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=commitdiff;h

[ANNOUNCE] util-linux-ng

2006-12-18 Thread Karel Zak
versions of util-linux.] The mailing list or my private e-mail are open for your patches, ideas and suggestion. The mailing list is also place where you can help us review patches. Karel -- Karel Zak [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe

Re: Relative atime (was Re: What's in ocfs2.git)

2006-12-12 Thread Karel Zak
mutt that need to know when a file has been read since it was last modified. Cc: Adrian Bunk [EMAIL PROTECTED] Cc: Al Viro [EMAIL PROTECTED] Cc: Karel Zak [EMAIL PROTECTED] Signed-off-by: Valerie Henson [EMAIL PROTECTED] --- mount/mount.8 |7 +++ mount/mount.c