1. Jan 29, 2020
  2. Oct 10, 2019
  3. Oct 03, 2019
  4. Sep 11, 2019
  5. Jul 26, 2019
  6. Apr 24, 2019
  7. Apr 10, 2019
  8. Mar 05, 2019
  9. Jan 31, 2019
    • Tommaso Tocci's avatar
      improved statfs and statvfs · 23c5faf1
      Tommaso Tocci authored
       - improved statfs system call
       - intercepted statvfs library call
      
      Both of the above function now report the aggregated real size
      of all the data-nodes.
      
      You can test this with `df "/tmp/gekkofs_mountpoint"` command
      23c5faf1
  10. Nov 07, 2018
    • Tommaso Tocci's avatar
      Refactor adafs internal read/write funciton · 46fe25b9
      Tommaso Tocci authored
       - Added adafs_pwrite and adafs_pread functions:
              they accept an OpenFile pointer instead of a fd so that can be
              called by function that already accessed the OpenFileMap.
      
       - Moved the writev function into internal adafs functions.
      
       - Added internal adafs_write function:
              instead messing up with the file position at the interception
              layer, we can use this internal function that hides the update of the
              file position two.
      46fe25b9
    • Tommaso Tocci's avatar
      introduce adafs_metadata function · e1d9b3ec
      Tommaso Tocci authored
      Can be used to retrieve the Metadata object for a named path
      
      In several places the adafs_stat function have been replaced with this
      new adafs_metadata. This allowed to avoid the construnction of the
      additional `struct stat`.
      e1d9b3ec
  11. Nov 04, 2018
    • Tommaso Tocci's avatar
      Add internal adafs_read function · c6f0b891
      Tommaso Tocci authored
      Instead of using the more complex adafs_pread function now is possible
      to use adafs_read when it is necessary to read starting from the current
      file position
      c6f0b891
  12. Oct 31, 2018
  13. May 17, 2018
  14. May 10, 2018
  15. May 08, 2018
  16. Mar 15, 2018
  17. Mar 05, 2018
  18. Mar 02, 2018
  19. Jan 15, 2018
    • 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 04, 2017