Statistics
| Branch: | Tag: | Revision:

root @ 8e3ab0e2

Name Size
  arch-scripts
  ci
  xseg
.gitignore 83 Bytes
Makefile 326 Bytes
devflow.conf 226 Bytes
update_version.py 37 Bytes
version 8 Bytes

Latest revisions

# Date Author Comment
9df870d7 03/11/2013 11:39 am Alex Pyrgiotis

Add O_EXCL flag when opening segment for creation

Security fix. One could potentially pass a wrong argument in xseg_create
and destroy an already initialized segment. Ensuring creation
exclusiveness makes xseg less error-prone.

e23f72c1 03/11/2013 11:39 am Alex Pyrgiotis

Improve arch-scripts

8e3ab0e2 03/11/2013 11:39 am Alex Pyrgiotis

Fix case where user is root

In this case, /home/root/... path doesn't exist, so we use a hacky way
to get the scripts' path.

86555df4 03/11/2013 11:39 am Alex Pyrgiotis

Add simple bash scripts to make and grep xseg

b782cd3d 03/11/2013 11:39 am Alex Pyrgiotis

Add S_IWUSR permission bit for O_CREAT

In Ubuntu haven't tested it elsewhere yet gcc has a global cflag
called "D_FORTIFY_SOURCE=2" that errs when files are not created
with explicit user permissions. Since files are O_WRONLY, I added
the S_IWUSR permission bit.

4a6ef150 03/06/2013 01:27 pm Filippos Giannakos

Merge branch 'feature-impovexseg' into develop

0bb5f1fe 02/27/2013 06:12 pm Filippos Giannakos

Add defer support to peers

Add support to peer skeleton to defer requests to another peer, by forwarding
requests to another port.

e3052736 02/27/2013 05:37 pm Filippos Giannakos

Reimplement xseg paths and add xseg_forward

Reimplement xseg paths. Paths are a tool for the administrator to dynamically
alter a running xseg setup, by forcing a request to be submitted to a different
port than the original destination.

xseg_forward, on the other hand, allows a peer to alter the normal path of a...

ee0aa112 02/27/2013 05:10 pm Filippos Giannakos

Change libxseg minor version to 2

df230697 02/27/2013 12:27 pm Filippos Giannakos

Fix permissions in ext storage log directory.

View all revisions | View revisions

Also available in: Atom