Skip to content
  1. May 10, 2018
  2. May 08, 2018
  3. Apr 16, 2018
  4. Apr 10, 2018
    • Marc Vef's avatar
      Read: Making zeroing of buffer configurable · 6806c50d
      Marc Vef authored
      It is only relevant for sparse files but the current implementation
      has a too high overhead on a single node (~10%). We need to find
      a better solution at a later point.
      6806c50d
  5. Apr 09, 2018
  6. Apr 08, 2018
  7. Apr 06, 2018
  8. Apr 03, 2018
    • Tommaso Tocci's avatar
      Correctly set file type · 94ace34f
      Tommaso Tocci authored
      Since POSIX.1-2001 the S_IFMT (0170000) bitmask of the file mode must
      contain the file type.
      
      At the moment we correctly support
       - [S_IFREG] regular file
       - [S_IFDIR] directory
      94ace34f
  9. Mar 25, 2018
  10. Mar 19, 2018
  11. Mar 15, 2018
  12. Mar 09, 2018
  13. Mar 05, 2018
  14. Mar 02, 2018
  15. Jan 29, 2018
  16. Jan 24, 2018
    • Marc Vef's avatar
      Preload lib: RPC/IPC Mercury/Margo environments are only initialized if the... · f54c7cd9
      Marc Vef authored
      Preload lib: RPC/IPC Mercury/Margo environments are only initialized if the mountdir path is used by the application
      For that, the daemon writes the mountdir (it was started with) to a configurable path to disk.
      The libraries read this value and only the process that uses part of this path will actually trigger the environment initialization.
      This forbids prior behavior where applications initialize the whole environment numerous times, although unused.
      For example, any MPI program will spawn multiple processes, all with the LD_PRELOAD environment variable set.
      f54c7cd9
  17. Jan 19, 2018
  18. Jan 16, 2018
  19. Jan 15, 2018
    • Marc Vef's avatar
      Added three access and lookup configurations: · 337d171c
      Marc Vef authored
      - should permissions be checked when access() is called or discarded. Default off
      //#define CHECK_ACCESS
      - If access permissions should be checked while opening a file. Default off
      //#define CHECK_ACCESS_DURING_OPEN
      - If disabled, a file or directory is always presumed to be there (even if it is not). No check is executed. Default on.
      #define DO_LOOKUP
      337d171c
    • Marc Vef's avatar
      Add basic MD_Test functionality · 49a77aac
      Marc Vef authored
      - Add: adafs_access, open with check if object exists
      - Add: root metadentry to database of each node
      - Modified: Open, unlink, mkdir, rmdir and combined their functionality to "create node" and "remove node"
      49a77aac
  20. Jan 12, 2018
  21. Dec 14, 2017