Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / surf / storage.c
2012-10-10 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-10 Arnaud GierschAn empty body for this if statement looks wrong.
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-11 navarroAdd a function ls to storage
2012-07-31 navarroAdd function to unlink a file.
2012-07-31 navarroFix memory leak
2012-07-31 navarroDuring the storage open, create the file if not exist.
2012-06-22 navarroNeed to have a double because the result should not...
2012-06-21 navarroPut double instead of size_t.
2012-06-21 navarroMore debug
2012-06-21 navarroFix update of the file size when write a double and...
2012-06-21 navarroRewrite the way the disk usage and file size are updated
2012-06-20 suterSolve white space conflicts
2012-06-19 navarroStart to rewrite the mechanism for usage of a storage
2012-06-19 navarroFix compilation warning for unused variables
2012-06-18 navarroAdd 'content' priority for storage and then storage_type
2012-06-18 navarroPut the storage content into the storage and not into...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 navarroChange the file API, remove the mount point in each...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-12 navarroRemove some debug from execution
2012-06-12 navarroAdd disk usage and size parameters for storage.
2012-05-23 Arnaud GierschUse standard modifier %z instead of %Z.
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroImplement file stat for storage model.
2012-04-03 navarroCosmetics
2012-04-03 navarroReturn result on SIMIX_post_io
2012-04-03 navarroReorganize storage structures (msg, smx and surf) and...
2012-04-03 navarroMake smx_file_t, surf_file_t and msg_file_t
2012-03-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-26 navarroFirst step to return value on storage model.
2012-03-26 navarroAdd 3 constraint to storage system.
2012-03-26 navarroRemove surf_file_t and smx_file_t for only m_file_t
2012-03-23 navarroAdd constraint for disk bandwidth connexion, read and...
2012-03-23 navarroFix sleep for storage
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-22 navarroFirst step to take care of constraint into storage...
2012-03-22 navarroImplement xbt_dict_t content for storage model
2012-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-05 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-02 navarroSorry ;)
2012-03-02 navarroStart to implement storage action and storage resource.
2012-03-01 navarroSave information from routing corresponding to storage.
2012-02-29 navarroNew way to use storage. See storage.xml
2012-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-28 navarroCosmetics. Rename model for type into storage tag.
2012-02-28 navarroImplemented some functions for storage model.
2012-02-28 navarroCosmetics
2012-02-28 navarroAdd function finalize to model storage and add this...
2012-02-28 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-27 navarroAdd model storage to surf and add a tag storage to...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 navarroFirst step to create model storage.