Commit Graph

  • 9a4282208e Improved fdcache_page performance Takeshi Nakatani 2022-09-04 14:58:06 +0000
  • 238fc0799e Fixed statfs(free inodes) for macos Takeshi Nakatani 2022-09-24 05:23:28 +0000
  • 060510250b Improved fdcache_page performance Takeshi Nakatani 2022-09-04 14:58:06 +0000
  • 336352849b Fixed statfs(free inodes) for macos Takeshi Nakatani 2022-09-24 05:23:28 +0000
  • 5b95a0fcb6
    Fixed errors reported by cppcheck 2.9 (#2038) Takeshi Nakatani 2022-09-24 15:45:13 +0900
  • 4796a9ea32 Fixed errors reported by cppcheck 2.9 Takeshi Nakatani 2022-09-24 05:53:58 +0000
  • 1946ac415a Use man-page date instead of build date Bernhard M. Wiedemann 2022-08-31 15:23:47 +0200
  • 9ea8252927
    Merge branch 'master' into date Andrew Gaul 2022-09-01 22:41:11 +0900
  • 2186317676 Include missing ctime header Andrew Gaul 2022-09-01 22:40:16 +0900
  • 81a0564112 Use man-page date instead of build date Bernhard M. Wiedemann 2022-08-31 15:23:47 +0200
  • 5ab1037094 Strictly reviewed the exclusive control of PseudoFdInfo class(additional change) Takeshi Nakatani 2022-08-07 12:16:27 +0000
  • b1ca2895f3 Strictly reviewed the exclusive control of PseudoFdInfo class(additional change) Takeshi Nakatani 2022-08-07 12:16:27 +0000
  • f6d7ff1084 Strictly reviewed the exclusive control of PseudoFdInfo class Takeshi Nakatani 2022-08-07 10:22:35 +0000
  • 1ee7c6bd8f Strictly reviewed the exclusive control of PseudoFdInfo class Takeshi Nakatani 2022-08-07 10:22:35 +0000
  • 3e242d0bad
    Avoid C-style casts (#2015) Andrew Gaul 2022-07-30 22:35:27 +0900
  • 38e4eab48f Avoid C-style casts Andrew Gaul 2022-07-30 16:11:13 +0900
  • c491fbeabc Replace uses of lock_already_held flag with AutoLock::Type Takeshi Nakatani 2022-07-30 06:33:37 +0000
  • e654e8ec8a Removed const_cast in set_bucket Takeshi Nakatani 2022-07-30 04:37:14 +0000
  • a901ccc9dd Replace uses of lock_already_held flag with AutoLock::Type Takeshi Nakatani 2022-07-30 06:33:37 +0000
  • 473c19f49d Removed const_cast in set_bucket Takeshi Nakatani 2022-07-30 04:37:14 +0000
  • 48e9e51f4f
    Remove more unneeded headers identified by IWYU (#2011) Andrew Gaul 2022-07-30 12:06:47 +0900
  • 5a2172dc56 Fixed data race and memory leaks in PseudoFdInfo Takeshi Nakatani 2022-07-29 17:27:49 +0000
  • a45f9fe318 Remove more unneeded headers identified by IWYU Andrew Gaul 2022-07-29 22:42:08 +0900
  • b9a01fbb54 Fixed data race and memory leaks in PseudoFdInfo Takeshi Nakatani 2022-07-29 17:27:49 +0000
  • 07535ec3ec
    Address clang-tidy warnings (#2010) Andrew Gaul 2022-07-29 22:00:07 +0900
  • 1dd013776b Address clang-tidy warnings Andrew Gaul 2022-07-29 13:34:21 +0900
  • b8dd466988 Fixed data race in ThreadPoolMan Takeshi Nakatani 2022-07-28 15:14:41 +0000
  • ab770fb92b Fixed data race in ThreadPoolMan Takeshi Nakatani 2022-07-28 15:14:41 +0000
  • 01a92476e6
    Remove unneeded headers identified by IWYU (#2007) Andrew Gaul 2022-07-28 23:38:38 +0900
  • 3928a7e359
    Remove more uses of const_cast (#2006) Andrew Gaul 2022-07-28 23:37:15 +0900
  • 530ec857e5 Remove more uses of const_cast Andrew Gaul 2022-07-28 20:45:22 +0900
  • f9f614a474
    Avoid mutating mybasename and mydirname parameters (#2004) Andrew Gaul 2022-07-28 23:34:01 +0900
  • 7dd7edc258 Remove unneeded headers identified by IWYU Andrew Gaul 2022-07-28 21:52:42 +0900
  • e30a5939d0 Fixed deadlock in S3fsCurl::DestroyCurlHandle Takeshi Nakatani 2022-07-27 14:00:15 +0000
  • 4b2f3fecb5 Set mtime/ctime/atime of all objects as nanosecond Takeshi Nakatani 2022-07-25 11:10:04 +0000
  • 818a94327a Avoid mutating mybasename and mydirname parameters Andrew Gaul 2022-07-28 12:36:00 +0900
  • ae2c112432 Fixed deadlock in S3fsCurl::DestroyCurlHandle Takeshi Nakatani 2022-07-27 14:00:15 +0000
  • ccfc119e45 Improved to avoid unnecessary head request Takeshi Nakatani 2022-07-17 15:45:45 +0000
  • 8129ea6cac Set mtime/ctime/atime of all objects as nanosecond Takeshi Nakatani 2022-07-25 11:10:04 +0000
  • 37ad2a58e4 Improved to avoid unnecessary head request Takeshi Nakatani 2022-07-17 15:45:45 +0000
  • 11adf11957 Changed the time(a/c/m) acquisition of stat to nanosecond string Takeshi Nakatani 2022-07-24 12:57:06 +0000
  • e8a3a3f7c0 Changed the time(a/c/m) acquisition of stat to nanosecond string Takeshi Nakatani 2022-07-24 12:57:06 +0000
  • 38b5018bab
    Remove unneedd binary_function inheritance (#1998) Andrew Gaul 2022-07-24 22:41:58 +0900
  • 7c169402b9 Remove unneedd binary_function inheritance Andrew Gaul 2022-07-24 21:12:38 +0900
  • 404c284440 Fixed race condition in dirname and basename call Takeshi Nakatani 2022-07-24 03:11:18 +0000
  • 39d6dbee19 Fixed race condition in dirname and basename call Takeshi Nakatani 2022-07-24 03:11:18 +0000
  • 03bcddb5e6 Fixed a test_truncate_cache failure on macos Takeshi Nakatani 2022-07-22 10:51:30 +0000
  • e0655008b3
    Protect pending_status in UploadPending (#1992) Andrew Gaul 2022-07-22 23:30:04 +0900
  • ac3f45c7c8 Protect instruct_count in ParallelMultipartUpload Andrew Gaul 2022-07-22 21:33:04 +0900
  • ba05988c7e Protect pending_status in UploadPending Andrew Gaul 2022-07-20 22:32:29 +0900
  • 22f2392fca Fixed bugs about stream upload Takeshi Nakatani 2022-07-18 16:03:38 +0000
  • 613d2a3afa Fixed bugs about stream upload Takeshi Nakatani 2022-07-18 16:03:38 +0000
  • 136c5ec653 Fixed a bug in the test_external_creation test Takeshi Nakatani 2022-07-16 18:17:03 +0000
  • f9306ac9d5
    Merge branch 'master' into fix_test_extcrete Andrew Gaul 2022-07-18 22:16:02 +0900
  • faddb4900f Merged the code corresponding to the mknod fix(f11eb7d) Takeshi Nakatani 2022-06-29 14:04:11 +0000
  • 6ca7d5ec27 Fixed an error which reported by cppcheck 2.8 Takeshi Nakatani 2022-05-29 09:57:59 +0000
  • 6f679a9e78 Reflect the result of the review in the code again Takeshi Nakatani 2022-03-05 05:47:12 +0000
  • b0eeaa6679 Reflected the result of the review in the code Takeshi Nakatani 2022-01-14 15:02:49 +0000
  • d22e1dc018 Add the stream upload which starts uploading parts before Flush Takeshi Nakatani 2021-11-02 12:16:48 +0000
  • 67e1d228f1 Fixed a bug in the test_external_creation test Takeshi Nakatani 2022-07-16 18:17:03 +0000
  • 3a0799ec18
    Re-re-re-fix propagating the return code (#1984) Andrew Gaul 2022-07-17 02:13:06 +0900
  • 4e163b2888
    Allow listing implicit directories (#1986) Andrew Gaul 2022-07-17 01:54:29 +0900
  • 86da2eed3a
    Do not call exit in individual test functions (#1985) Andrew Gaul 2022-07-17 01:33:50 +0900
  • df32401cc2 Do not call exit in individual test functions Andrew Gaul 2022-07-16 23:57:58 +0900
  • 17565ab3c1 Allow listing implicit directories Andrew Gaul 2022-07-16 23:49:39 +0900
  • d60571d6d0 Re-re-re-fix propagating the return code Andrew Gaul 2022-07-16 22:41:21 +0900
  • 7a578b617c Merged the code corresponding to the mknod fix(f11eb7d) Takeshi Nakatani 2022-06-29 14:04:11 +0000
  • fd81f6358d Fixed an error which reported by cppcheck 2.8 Takeshi Nakatani 2022-05-29 09:57:59 +0000
  • 3ca3cd8d41 Reflect the result of the review in the code again Takeshi Nakatani 2022-03-05 05:47:12 +0000
  • f3a7fb6454 Reflected the result of the review in the code Takeshi Nakatani 2022-01-14 15:02:49 +0000
  • 6585356819 Add the stream upload which starts uploading parts before Flush Takeshi Nakatani 2021-11-02 12:16:48 +0000
  • e7ed01b35f
    Consume return code from get_object_attribute (#1976) Andrew Gaul 2022-07-09 16:45:23 +0900
  • 4d303caa62
    Add Valgrind to sanitizer script (#1978) Andrew Gaul 2022-07-09 16:40:23 +0900
  • 8fb505e058 Consume return code from get_object_attribute Andrew Gaul 2022-07-06 17:18:17 +0900
  • 8b2c9c793a Add Valgrind to sanitizer script Andrew Gaul 2022-07-08 19:25:03 +0900
  • 3f55c98a3f Fixed a bug when the pool of curl handler exceeds the upper limit Takeshi Nakatani 2022-07-06 16:01:18 +0000
  • 6d36f7ab2d Fixed a bug when the pool of curl handler exceeds the upper limit Takeshi Nakatani 2022-07-06 16:01:18 +0000
  • 2723e1049e
    Add missing paragraph to help (#1974) Andrew Gaul 2022-07-03 12:35:02 +0900
  • c7b8ebdeff Add missing paragraph to help Andrew Gaul 2022-06-30 07:58:20 +0900
  • f11eb7d69b Fixed a bug that regular files could not be created by mknod Takeshi Nakatani 2022-06-19 06:02:23 +0000
  • 73b49c1038 Fixed a bug that regular files could not be created by mknod Takeshi Nakatani 2022-06-10 14:06:54 +0000
  • 2b512a6435 Fixed a bug that regular files could not be created by mknod Takeshi Nakatani 2022-06-19 06:02:23 +0000
  • a39224d409 Fixed a bug that regular files could not be created by mknod Takeshi Nakatani 2022-06-10 14:06:54 +0000
  • 4bec68713a
    Add CSI for S3 to references (#1971) Andrew Gaul 2022-06-28 22:56:12 +0900
  • 8b90cd6ba1
    Enable notsup_compat_dir by default (#1970) Andrew Gaul 2022-06-28 07:56:06 +0900
  • ac72bf34dd
    Run test_external_directory_creation for all flags (#1969) Andrew Gaul 2022-06-28 07:50:24 +0900
  • 7975153dc2 Add CSI for S3 to references Andrew Gaul 2022-06-27 22:39:04 +0900
  • 3f7b792ccb Enable notsup_compat_dir by default Andrew Gaul 2022-06-27 17:11:23 +0900
  • 7232efa1f9 Run test_external_directory_creation for all flags Andrew Gaul 2022-06-27 17:02:06 +0900
  • a282cb7a84
    Update CI runners to Fedora 36 and Ubuntu 22.04 (#1965) Andrew Gaul 2022-06-22 17:40:08 +0900
  • 0c53dfc2b0 Update CI runners to Fedora 36 and Ubuntu 22.04 Andrew Gaul 2022-06-22 16:22:11 +0900
  • b52f916af6
    Avoid extended initializer lists in C++03 (#1960) Andrew Gaul 2022-06-12 23:52:16 +0900
  • d1d2828312 Avoid extended initializer lists in C++03 Andrew Gaul 2022-06-12 22:53:38 +0900
  • ec7810f08e Fixed a bug could not change the mode while the file was opened Takeshi Nakatani 2022-05-29 09:52:10 +0000
  • 5e0640dc78 Fixed a bug could not change the mode while the file was opened Takeshi Nakatani 2022-05-29 09:52:10 +0000
  • 904682b856
    Fix double-iteration in curl_slist_remove (#1951) Andrew Gaul 2022-05-27 22:56:20 +0900
  • 673d90c77b Fix double-iteration in curl_slist_remove Andrew Gaul 2022-05-26 12:07:09 +0900
  • 2a71511ce2 fix for segfault while reseting handle for retrying [feat:1948] Takeshi Nakatani 2022-05-25 14:11:32 +0000
  • 92fd5bc3e1
    Fixed errors reported by cppcheck 2.8 (#1949) Takeshi Nakatani 2022-05-26 01:48:53 +0900
  • 96da31f022 Fixed errors reported by cppcheck 2.8 Takeshi Nakatani 2022-05-25 15:27:31 +0000