mirror of https://github.com/trapexit/mergerfs.git
Antonio SJ Musumeci
9 years ago
144 changed files with 1758 additions and 2899 deletions
-
34LICENSE
-
31Makefile
-
36debian/copyright
-
2mergerfs.spec
-
30src/access.cpp
-
30src/access.hpp
-
30src/assert.hpp
-
34src/buildmap.hpp
-
34src/buildvector.hpp
-
34src/category.cpp
-
34src/category.hpp
-
34src/chmod.cpp
-
30src/chmod.hpp
-
34src/chown.cpp
-
30src/chown.hpp
-
34src/clone.cpp
-
32src/clone.hpp
-
34src/config.cpp
-
34src/config.hpp
-
34src/create.cpp
-
30src/create.hpp
-
30src/destroy.cpp
-
30src/destroy.hpp
-
30src/fallocate.cpp
-
30src/fallocate.hpp
-
34src/fgetattr.cpp
-
30src/fgetattr.hpp
-
34src/fileinfo.hpp
-
34src/flush.cpp
-
30src/flush.hpp
-
34src/fs.cpp
-
34src/fs.hpp
-
34src/fs_attr.cpp
-
34src/fs_attr.hpp
-
34src/fs_clonefile.cpp
-
30src/fs_clonefile.hpp
-
34src/fs_clonepath.cpp
-
30src/fs_clonepath.hpp
-
34src/fs_movefile.cpp
-
34src/fs_movefile.hpp
-
34src/fs_path.cpp
-
30src/fs_path.hpp
-
34src/fs_xattr.cpp
-
32src/fs_xattr.hpp
-
34src/fsync.cpp
-
30src/fsync.hpp
-
34src/ftruncate.cpp
-
30src/ftruncate.hpp
-
30src/fusefunc.cpp
-
34src/fusefunc.hpp
-
34src/getattr.cpp
-
30src/getattr.hpp
-
34src/getxattr.cpp
-
30src/getxattr.hpp
-
34src/gidcache.cpp
-
34src/gidcache.hpp
-
34src/init.cpp
-
30src/init.hpp
-
34src/ioctl.cpp
-
30src/ioctl.hpp
-
34src/link.cpp
-
30src/link.hpp
-
34src/listxattr.cpp
-
30src/listxattr.hpp
-
36src/mergerfs.cpp
-
30src/mergerfs.hpp
-
34src/mkdir.cpp
-
30src/mkdir.hpp
-
34src/mknod.cpp
-
30src/mknod.hpp
-
34src/num.cpp
-
30src/num.hpp
-
34src/open.cpp
-
30src/open.hpp
-
30src/opendir.cpp
-
30src/opendir.hpp
-
34src/option_parser.cpp
-
30src/option_parser.hpp
-
30src/policy.cpp
-
34src/policy.hpp
-
34src/policy_all.cpp
-
34src/policy_einval.cpp
-
34src/policy_enosys.cpp
-
34src/policy_enotsup.cpp
-
34src/policy_epmfs.cpp
-
34src/policy_erofs.cpp
-
34src/policy_exdev.cpp
-
34src/policy_ff.cpp
-
34src/policy_ffwp.cpp
-
34src/policy_fwfs.cpp
-
34src/policy_invalid.cpp
-
34src/policy_lfs.cpp
-
34src/policy_mfs.cpp
-
34src/policy_newest.cpp
-
34src/policy_rand.cpp
-
34src/read.cpp
-
30src/read.hpp
-
34src/read_buf.cpp
-
34src/read_buf.hpp
-
34src/readdir.cpp
@ -1,23 +1,15 @@ |
|||||
/* |
/* |
||||
The MIT License (MIT) |
|
||||
|
|
||||
Copyright (c) 2014 Antonio SJ Musumeci <trapexit@spawn.link> |
|
||||
|
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy |
|
||||
of this software and associated documentation files (the "Software"), to deal |
|
||||
in the Software without restriction, including without limitation the rights |
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
||||
copies of the Software, and to permit persons to whom the Software is |
|
||||
furnished to do so, subject to the following conditions: |
|
||||
|
|
||||
The above copyright notice and this permission notice shall be included in |
|
||||
all copies or substantial portions of the Software. |
|
||||
|
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|
||||
THE SOFTWARE. |
|
||||
|
Copyright (c) 2016, Antonio SJ Musumeci <trapexit@spawn.link> |
||||
|
|
||||
|
Permission to use, copy, modify, and/or distribute this software for any |
||||
|
purpose with or without fee is hereby granted, provided that the above |
||||
|
copyright notice and this permission notice appear in all copies. |
||||
|
|
||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
||||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
||||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
||||
*/ |
*/ |
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue