1. Apr 24, 2019
  2. Apr 23, 2019
  3. Apr 18, 2019
  4. Apr 17, 2019
  5. Apr 16, 2019
  6. Apr 10, 2019
  7. Apr 03, 2019
  8. Mar 26, 2019
  9. Mar 06, 2019
    • Tommaso Tocci's avatar
      Remove unused defines regarding ACCESS and LOOKUP · 4eb2224b
      Tommaso Tocci authored
      CHECK_ACCESS didn't make any sense since internally we don't support uid/gid
      
      DO_LOOKUP were not used at all
      4eb2224b
    • Tommaso Tocci's avatar
      Remove gid/uid from metadata · 545b68c9
      Tommaso Tocci authored
      gid and uid metadata fields have never been used and can be removed
      safely
      545b68c9
    • Tommaso Tocci's avatar
      Drop access RPC · 60b1a186
      Tommaso Tocci authored
      The access RPC have been removed. The POSIX access functionality now is implemented through the stat RPC. This makes code easier to maintain and modify.
      
      There would be a little performance degradation on the POSIX access
      function because we are now retrieving also the metadata
      associated to the file.
      
      This change makes a lot easier to add symlink support
      60b1a186
  10. Mar 05, 2019