1. Nov 26, 2018
  2. Nov 25, 2018
  3. Nov 22, 2018
  4. Nov 12, 2018
  5. Nov 11, 2018
  6. Nov 09, 2018
  7. Nov 08, 2018
  8. Nov 07, 2018
    • Tommaso Tocci's avatar
      Remove the optional inode support · c7b5ee2e
      Tommaso Tocci authored
      the functionality wasn't used at all and it will be implemented later
      with a different approach
      c7b5ee2e
    • 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
      Merge branch 'adafs_metadata' into 'master' · 5989e600
      Tommaso Tocci authored
      various metadata related improvements
      
      See merge request zdvresearch_bsc/adafs!96
      5989e600