Antonio SJ Musumeci
511bf47af9
Convert stdint to short ints
2 weeks ago
Antonio SJ Musumeci
a5a6c892b9
Update copyright headers
3 weeks ago
trapexit
6ac7f389c5
Misc changes ( #1513 )
* Start moving to string_view where possible
* Rework readdir object to use atomic load/store
7 months ago
Antonio SJ Musumeci
92ae63e842
Support Linux v6.13 FUSE max_page_limit
12 months ago
Antonio SJ Musumeci
18dead4d86
Add new debug printing routines
4 years ago
Antonio SJ Musumeci
43a6d66e3c
Major cleanup of libfuse to remove unneeded features
* Remove request interrupt code. Required tracking of all requests unnecesssarily.
* Remove all debugging printing. Have plans to do full replacement.
* Remove deprecated functions.
* Remove unneeded error checking.
* Remove "userdata" which was unused.
* Remove allow_root feature.
5 years ago
Antonio SJ Musumeci
8adebc9489
new features: follow-symlinks, rename-exdev, link-exdev
* follow-symlinks: allows mergerfs to transparently follow symlinks
* link-exdev: in the event a link returns EXDEV create a symlink instead
* rename-exdev: in the event a rename returns EXDEV move the oldpath and
create a symlink for the newpath
6 years ago
Antonio SJ Musumeci
538467b86d
config: rework global config, remove rwlock, make branches RCU like
Also added unit tests. Should have done separately but found a number of bugs.
5 years ago
Antonio SJ Musumeci
dbdd3e22fc
additional readdir refactor cleanup
Differences between readdir and getdents is minimal at best. Leaving code
for now to allow for possible expansion later.
6 years ago
Antonio SJ Musumeci
d119807adb
restructure readdir, add readdir_plus
Does not enable READDIR_AUTO. Might add in the future.
7 years ago
Antonio SJ Musumeci
1dc7bff6e6
wrap most posix filesystem functions
10 years ago
Waldir Pimenta
9f36eada14
add license title
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license )
10 years ago
Antonio SJ Musumeci
242af777be
move from MIT to ISC license. closes #194
10 years ago
Antonio SJ Musumeci
bb7a966296
initial code commit
12 years ago
Antonio SJ Musumeci
2b78be18f4
Initial commit
12 years ago