Antonio SJ Musumeci
|
c1d85ef825
|
expand support section of readme
|
2017-07-30 16:52:29 -04:00 |
|
Antonio SJ Musumeci
|
43eaf29df5
|
Merge pull request #428 from trapexit/cacheinfo
add info on creating a caching behavior
|
2017-07-23 19:59:26 -04:00 |
|
Antonio SJ Musumeci
|
cc1f07ef39
|
add info on creating a caching behavior
|
2017-07-23 19:59:11 -04:00 |
|
Antonio SJ Musumeci
|
c35a4dadee
|
Merge pull request #424 from trapexit/threading
Threading
|
2017-07-03 00:02:35 -04:00 |
|
Antonio SJ Musumeci
|
75ed37a11a
|
add setting of thread pool size
|
2017-07-02 23:50:39 -04:00 |
|
Antonio SJ Musumeci
|
8043829815
|
fixed threads
|
2017-07-01 23:29:47 -04:00 |
|
Antonio SJ Musumeci
|
deb70c7a4f
|
Merge pull request #423 from trapexit/khash
improve khash performance
|
2017-07-01 11:54:39 -04:00 |
|
Antonio SJ Musumeci
|
0708110ec1
|
improve khash performance
|
2017-07-01 11:53:35 -04:00 |
|
Antonio SJ Musumeci
|
dae637925b
|
Merge pull request #422 from trapexit/pragma
use pragma once in headers
|
2017-06-30 11:53:31 -04:00 |
|
Antonio SJ Musumeci
|
a7b126cb48
|
use pragma once in headers
|
2017-06-30 11:38:34 -04:00 |
|
Antonio SJ Musumeci
|
d66774d3f3
|
Merge pull request #421 from trapexit/ignorepponrename
add 'ignore path preserving on rename' feature
|
2017-06-30 00:02:08 -04:00 |
|
Antonio SJ Musumeci
|
a2bddec8c7
|
add 'ignore path preserving on rename' feature
|
2017-06-30 00:01:00 -04:00 |
|
Antonio SJ Musumeci
|
b95fbd76ec
|
Merge pull request #420 from trapexit/mkstemp-movefile
use temp files (then rename) when moving files for moveonenospc
|
2017-06-28 21:18:59 -04:00 |
|
Antonio SJ Musumeci
|
aea2b40dda
|
use temp files (then rename) when moving files for moveonenospc
|
2017-06-28 21:17:47 -04:00 |
|
Antonio SJ Musumeci
|
fa3ff40218
|
Merge pull request #418 from trapexit/fix
use fusepath from fileinfo. closes #417
|
2017-06-24 17:04:37 -04:00 |
|
Antonio SJ Musumeci
|
bfd410def2
|
use fusepath from fileinfo. closes #417
|
2017-06-24 17:03:41 -04:00 |
|
Antonio SJ Musumeci
|
721bd4d337
|
Merge pull request #416 from trapexit/time
add time.h to fix compiling on some platforms
|
2017-06-15 19:36:31 -04:00 |
|
Antonio SJ Musumeci
|
7296d3d90d
|
add time.h to fix compiling on some platforms
|
2017-06-15 19:35:28 -04:00 |
|
Antonio SJ Musumeci
|
a7cddefcc9
|
Merge pull request #415 from trapexit/static
add libfuse 2.9.7 to repo and build against libfuse.a
|
2017-06-02 16:14:54 -04:00 |
|
Antonio SJ Musumeci
|
de0985c135
|
add libfuse 2.9.7 to repo and build against libfuse.a
|
2017-06-02 11:25:25 -04:00 |
|
Antonio SJ Musumeci
|
986f230ba7
|
Merge pull request #412 from trapexit/benchmark
add nullrw feature to facilitate benchmarking
|
2017-05-26 19:51:28 -04:00 |
|
Antonio SJ Musumeci
|
87c2f2f9dc
|
add nullrw feature to facilitate benchmarking
|
2017-05-26 18:11:18 -04:00 |
|
Antonio SJ Musumeci
|
63f84b255f
|
Merge pull request #409 from trapexit/ro-symlinks
symlinkify: file -> symlink-to-original-file after timeout
|
2017-05-05 00:47:24 -04:00 |
|
Antonio SJ Musumeci
|
6a7675f2bf
|
symlinkify: file -> symlink-to-original-file after timeout
|
2017-05-05 00:14:04 -04:00 |
|
Antonio SJ Musumeci
|
25ce9938c6
|
Merge pull request #405 from trapexit/runtime-drop
make dropcacheonclose runtime configurable
|
2017-04-21 17:00:12 -04:00 |
|
Antonio SJ Musumeci
|
8ba3a08f40
|
make dropcacheonclose runtime configurable
|
2017-04-21 16:58:39 -04:00 |
|
Antonio SJ Musumeci
|
23dbe48324
|
Merge pull request #403 from trapexit/copyfile
better handle incomplete reads/writes in copying files
|
2017-04-13 13:21:34 -04:00 |
|
Antonio SJ Musumeci
|
ccaa458739
|
better handle incomplete reads/writes in copying files
|
2017-04-13 12:55:34 -04:00 |
|
Antonio SJ Musumeci
|
f95b07f83b
|
Merge pull request #402 from trapexit/nopath
enable nopath and nullpath_ok
|
2017-04-12 14:39:44 -04:00 |
|
Antonio SJ Musumeci
|
162b99e6b8
|
enable nopath and nullpath_ok
|
2017-04-12 13:52:06 -04:00 |
|
Antonio SJ Musumeci
|
3c8afc1bb0
|
Merge pull request #400 from trapexit/movefile-tweak
tweak movefile behavior
|
2017-04-11 15:25:07 -04:00 |
|
Antonio SJ Musumeci
|
f15437c713
|
tweak movefile behavior
|
2017-04-11 15:24:09 -04:00 |
|
Antonio SJ Musumeci
|
d9be1c4841
|
Merge pull request #399 from trapexit/travis
add more travis build targets
|
2017-04-11 10:07:35 -04:00 |
|
Antonio SJ Musumeci
|
5f3aa6eee5
|
add more travis build targets
|
2017-04-11 10:00:37 -04:00 |
|
Antonio SJ Musumeci
|
1089af9077
|
Merge pull request #398 from trapexit/fadvise
hide fs::fadvise as it's not used directly
|
2017-04-11 09:59:00 -04:00 |
|
Antonio SJ Musumeci
|
2fbeb67dd9
|
hide fs::fadvise as it's not used directly
|
2017-04-11 09:42:33 -04:00 |
|
Antonio SJ Musumeci
|
c4ad239171
|
Merge pull request #397 from trapexit/fadvise
support older libfuse without utime_omit_ok flag
|
2017-04-11 09:32:36 -04:00 |
|
Antonio SJ Musumeci
|
8b976ab3c1
|
support older libfuse without utime_omit_ok flag
|
2017-04-11 09:23:40 -04:00 |
|
Antonio SJ Musumeci
|
1499ccf3fb
|
Merge pull request #396 from trapexit/fadvise
fadvise cleanup
|
2017-04-11 09:03:12 -04:00 |
|
Antonio SJ Musumeci
|
1a1fa06aa3
|
fadvise cleanup
|
2017-04-11 09:02:05 -04:00 |
|
Antonio SJ Musumeci
|
e3e764ecae
|
Merge pull request #395 from trapexit/utime-omit
enable utime_omit_ok flag
|
2017-04-10 21:38:54 -04:00 |
|
Antonio SJ Musumeci
|
617195d71e
|
enable utime_omit_ok flag
|
2017-04-10 21:36:56 -04:00 |
|
Antonio SJ Musumeci
|
8cfb1cbee4
|
Merge pull request #394 from trapexit/getgrouplist
work around getgrouplist signature difference on osx
|
2017-04-08 10:24:26 -04:00 |
|
Antonio SJ Musumeci
|
be3eb7e3ed
|
work around getgrouplist signature difference on osx
|
2017-04-07 16:23:18 -04:00 |
|
Antonio SJ Musumeci
|
1c3b72de09
|
Merge pull request #393 from trapexit/inode
handle 32bit and 64bit inode recalculation
|
2017-04-07 10:47:49 -04:00 |
|
Antonio SJ Musumeci
|
0600734942
|
handle 32bit and 64bit inode recalculation
|
2017-04-07 09:47:19 -04:00 |
|
Antonio SJ Musumeci
|
e6dc8c2cb3
|
Merge pull request #392 from trapexit/fadvise
restructure fadvise
|
2017-04-07 00:22:12 -04:00 |
|
Antonio SJ Musumeci
|
9d0798dbfb
|
restructure fadvise
|
2017-04-07 00:12:57 -04:00 |
|
Antonio SJ Musumeci
|
581356a0c3
|
Merge pull request #391 from trapexit/fallocate
restructure fallocate abstraction
|
2017-04-06 23:40:41 -04:00 |
|
Antonio SJ Musumeci
|
e2acffe55b
|
restructure fallocate abstraction
|
2017-04-06 23:35:31 -04:00 |
|