[Libhugetlbfs-devel] [PATCH 3/3 V2] Add create-global-mounts option

2009-02-02 Thread Eric B Munson
Adds a create-global-mounts option that builds and mounts a mount point for each huge page size available. The mounts will be under /var/lib/hugetlbfs/global, they will be owned by root:root and will be set to 1777. Signed-off-by: Eric B Munson --- Changes from V1: Update hugeadm man page with n

[Libhugetlbfs-devel] [PATCH 2/3 V3] Add --create-group-mounts and --create-user-mounts options to hugeadm

2009-02-02 Thread Eric B Munson
The --create-group-mounts option takes a group name as an argument and creates a subdir to /var/lib/hugetlbfs/ with that group name. It then creates a mount point for each available huge page size under that directory with mode 070, mounts it with the appropriate pagesize argument and chowns it to

[Libhugetlbfs-devel] [PATCH 1/3 V4] Add --create-mounts option to hugeadm

2009-02-02 Thread Eric B Munson
The --create-mounts switch builds a mount point for each available huge page size under /var/lib/hugetlbfs. These mounts points are owned by root:root and are set to 770 and are named pagesize-. Signed-off-by: Eric B Munson --- Changes from V3: Update the hugeadm man page with the new option Ch

Re: [Libhugetlbfs-devel] [PATCH 3/3] Add create-global-mounts option

2009-02-02 Thread Mel Gorman
On Tue, Jan 13, 2009 at 01:37:04PM +, Eric B Munson wrote: > Adds a create-global-mounts option that builds and mounts a > mount point for each huge page size available. The mounts > will be under /var/lib/hugetlbfs/global, they will be owned > by root:root and will be set to 1777. > > Signed

Re: [Libhugetlbfs-devel] [PATCH 1/3 V3] Add --create-mounts option to hugeadm

2009-02-02 Thread Mel Gorman
On Tue, Jan 13, 2009 at 01:37:02PM +, Eric B Munson wrote: > The --create-mounts switch builds a mount point for each available > huge page size under /var/lib/hugetlbfs. These mounts points are > owned by root:root and are set to 770 and are named pagesize-. > > Signed-off-by: Eric B Munson

Re: [Libhugetlbfs-devel] [PATCH 2/3 V2] Add --create-group-mounts and --create-user-mounts options to hugeadm

2009-02-02 Thread Mel Gorman
On Tue, Jan 13, 2009 at 01:37:03PM +, Eric B Munson wrote: > The --create-group-mounts option takes a group name as an > argument and creates a subdir to /var/lib/hugetlbfs/ with > that group name. It then creates a mount point for each > available huge page size under that directory with mode

Re: [Libhugetlbfs-devel] [PATCH] Add --share-text option to hugectl

2009-02-02 Thread Mel Gorman
On Fri, Jan 30, 2009 at 05:28:01PM +, Eric B Munson wrote: > This option allows the user to request that all instances of the target > program should share their read-only segments that are remapped to > huge pages. > > Signed-off-by: Eric B Munson > --- > hugectl.c | 12 > 1