1. 27 Nov, 2015 1 commit
    • Nils Goroll's avatar
      Add an interposer for open() and its variants to remove the O_DIRECT flag · 2e46a921
      Nils Goroll authored
      This does not actualy fit the project name "liblongpath", but most of the
      surrounding code is identical. So for the time being I will tolerate
      the fact that liblongpath contains a little side use, but should we want
      to integrate more functionality, we should probably give the project a
      more generic name.
      
      Use of the interposer by environment variables
      
      LD_PRELOAD=<path_to_lib>
      
      * standard behaviour: map O_DIRECT to O_DSYNC for open() failing
        with EINVAL
      * set CONVODIRECT=none to just ignore O_DIRECT
      2e46a921
  2. 17 Sep, 2013 1 commit
  3. 14 Sep, 2013 3 commits
  4. 13 Sep, 2013 3 commits
  5. 05 Sep, 2013 6 commits
  6. 30 Aug, 2013 14 commits
  7. 29 Aug, 2013 2 commits
  8. 19 Aug, 2013 1 commit