-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed flags for _ltfs_search_index_wp #480
base: v2.4-stable
Are you sure you want to change the base?
Changed flags for _ltfs_search_index_wp #480
Commits on Nov 6, 2020
-
Starting incremental index support work
This work will be moved forward on `bringup-25` branch for a while. And teh branch will be merged to master in the future.
Atsushi Abe committedNov 6, 2020 Configuration menu - View commit details
-
Copy full SHA for d960571 - Browse repository at this point
Copy the full SHA d960571View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac46fb2 - Browse repository at this point
Copy the full SHA ac46fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f43ef - Browse repository at this point
Copy the full SHA 13f43efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b6b5e4 - Browse repository at this point
Copy the full SHA 5b6b5e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076ff6d - Browse repository at this point
Copy the full SHA 076ff6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc47e1 - Browse repository at this point
Copy the full SHA 3dc47e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d35cd78 - Browse repository at this point
Copy the full SHA d35cd78View commit details -
Make master branch as a tree for version 2.5 dev
Atsushi Abe committedNov 6, 2020 Configuration menu - View commit details
-
Copy full SHA for b846d27 - Browse repository at this point
Copy the full SHA b846d27View commit details
Commits on Nov 13, 2020
-
Atsushi Abe authored
Nov 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 26869c8 - Browse repository at this point
Copy the full SHA 26869c8View commit details -
Fix warning on message checker
Atsushi Abe committedNov 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 2e117ad - Browse repository at this point
Copy the full SHA 2e117adView commit details
Commits on Dec 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for be1b873 - Browse repository at this point
Copy the full SHA be1b873View commit details
Commits on Dec 9, 2020
-
Handle write-perm on LOCATE correctly (LinearTapeFileSystem#233)
Atsushi Abe authoredDec 9, 2020 Configuration menu - View commit details
-
Copy full SHA for fffa125 - Browse repository at this point
Copy the full SHA fffa125View commit details
Commits on Jan 18, 2021
-
Fix check build (LinearTapeFileSystem#238)
- Use Debian10 on check build correctly (LinearTapeFileSystem#235) - Fix build checker break on macOS - Remove Ubuntu19(Eoan) because it is no more supported - Add a description to refresh shared library cache by ldconfig -v
Atsushi Abe authoredJan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 58cacdd - Browse repository at this point
Copy the full SHA 58cacddView commit details -
Support HP drives on the CAM backend (LinearTapeFileSystem#239)
- Fix of issue LinearTapeFileSystem#225 - Remove accidental committed files
Configuration menu - View commit details
-
Copy full SHA for dd08870 - Browse repository at this point
Copy the full SHA dd08870View commit details
Commits on Feb 3, 2021
-
Handle the no xattr destination on ltfs_ordered_copy
Treat errno 95 on ltfs_ordered_copy to support destination file system which doesn't support xattr. Fix LinearTapeFileSystem#236, LinearTapeFileSystem#243
Configuration menu - View commit details
-
Copy full SHA for b2d8298 - Browse repository at this point
Copy the full SHA b2d8298View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2769f2 - Browse repository at this point
Copy the full SHA f2769f2View commit details
Commits on Feb 8, 2021
-
Support another Quantum drive (LinearTapeFileSystem#247)
Atsushi Abe authoredFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for d874e20 - Browse repository at this point
Copy the full SHA d874e20View commit details -
Fix remaining capacity handling of HP LTO6 (LinearTapeFileSystem#248)
Atsushi Abe authoredFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 3b5acac - Browse repository at this point
Copy the full SHA 3b5acacView commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aacc20c - Browse repository at this point
Copy the full SHA aacc20cView commit details
Commits on Feb 26, 2021
-
Fetch timeout values from drive if available (LinearTapeFileSystem#253)
This change also includes following changes. - Remove warning on RHEL8 - Enhance message checker to support RHEL8 - Improve auto build checker in macOS and RHEL8 (use message checker) - Fix unknown messages
Atsushi Abe committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 30829ef - Browse repository at this point
Copy the full SHA 30829efView commit details
Commits on Mar 10, 2021
-
Introduce generic logselect issue I/F via VEA (LinearTapeFileSystem#258)
- Introduce generic logselect issue I/F via EA by ltfs.vendor.IBM.logPage.XX.YY - XX shall be a hex value like A0 as page code. YY XX shall be a hex value like 60 as subpage code - Once LTFS receives a correct VEA, XX and YY can be converted by strroul() with base=16, LTFS always issues logsense to the drive and return the specified page by binary
Atsushi Abe committedMar 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 1fbde52 - Browse repository at this point
Copy the full SHA 1fbde52View commit details
Commits on Mar 11, 2021
-
Add another Quantum's LTO 6 into the list (LinearTapeFileSystem#259)
Atsushi Abe authoredMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 4be4c40 - Browse repository at this point
Copy the full SHA 4be4c40View commit details
Commits on Mar 13, 2021
-
Fix plugin load error for the itdtimg backend (LinearTapeFileSystem#260)
Atsushi Abe authoredMar 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 0bfb629 - Browse repository at this point
Copy the full SHA 0bfb629View commit details -
Introduce generic MAM fields capture I/F (LinearTapeFileSystem#261)
- Introduce generic MAM fields capture I/F via ltfs.vendor.IBM.mediaMAM.XX - XX shall be one of 00, 01 , IP or DP - The new introduced VEA returns the MAM value by binary. You need to parse it by yourself
Atsushi Abe committedMar 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 16a08be - Browse repository at this point
Copy the full SHA 16a08beView commit details
Commits on Mar 27, 2021
-
Fix the build break of the lin_tape backend (LinearTapeFileSystem#263)
Atsushi Abe committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 53a9406 - Browse repository at this point
Copy the full SHA 53a9406View commit details
Commits on Apr 9, 2021
-
Fix the drive type of Quantum LTO6 (LinearTapeFileSystem#267)
Atsushi Abe authoredApr 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 3071374 - Browse repository at this point
Copy the full SHA 3071374View commit details
Commits on May 6, 2021
-
Remove AC_CONFIG_MACRO_DIR from configure.ac (LinearTapeFileSystem#274)
Atsushi Abe committedMay 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 7a2b257 - Browse repository at this point
Copy the full SHA 7a2b257View commit details -
Update the README on master (LinearTapeFileSystem#275)
Atsushi Abe authoredMay 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 52594c6 - Browse repository at this point
Copy the full SHA 52594c6View commit details
Commits on May 10, 2021
-
Handle 0-byte file on tape in
ltfs-ordered_copy
(LinearTapeFileSyst……em#276) * Handle copy 0-byte file correctly * Fix the problem when only one file are specified as a source and `--keep-tree` is specified * Fix the destination path for copying EAs * Modify .gitignore
Atsushi Abe committedMay 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 0a51e3c - Browse repository at this point
Copy the full SHA 0a51e3cView commit details
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a949a12 - Browse repository at this point
Copy the full SHA a949a12View commit details -
Atsushi Abe authored
May 11, 2021 2Configuration menu - View commit details
-
Copy full SHA for cb7ce47 - Browse repository at this point
Copy the full SHA cb7ce47View commit details
Commits on May 14, 2021
-
Refresh obsoleted macros for newer autotools (LinearTapeFileSystem#277)
* Substitute depreciated macro `AC_TRY_COMPILE`, use prefered macro `AC_COMPILE_IFELSE` * Replace the obsoleted `AC_PROG_LIBTOOL` with `LT_INIT` Signed-off-by: Ralf Zerres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f806d70 - Browse repository at this point
Copy the full SHA f806d70View commit details
Commits on May 17, 2021
-
Refactor the XML parser to return more graceful infomation (LinearTap…
…eFileSystem#281) * Handle errors in tape read call back in the XML parser * Refactor the XML parser to return the descriptive error code
Atsushi Abe authoredMay 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 55b0f8e - Browse repository at this point
Copy the full SHA 55b0f8eView commit details -
Modify the description for the spec
Atsushi Abe authoredMay 17, 2021 Configuration menu - View commit details
-
Copy full SHA for f4cf6f3 - Browse repository at this point
Copy the full SHA f4cf6f3View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b2a5b50 - Browse repository at this point
Copy the full SHA b2a5b50View commit details
Commits on May 27, 2021
-
Introduce Recommended access order (RAO) via EA (LinearTapeFileSystem…
…#288) Co-authored-by: y-sasaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d08cb44 - Browse repository at this point
Copy the full SHA d08cb44View commit details
Commits on Jun 10, 2021
-
Refactor RAO functions (LinearTapeFileSystem#293)
Atsushi Abe committedJun 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 54a0c5c - Browse repository at this point
Copy the full SHA 54a0c5cView commit details
Commits on Jun 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4eafde6 - Browse repository at this point
Copy the full SHA 4eafde6View commit details
Commits on Jun 22, 2021
-
2
Configuration menu - View commit details
-
Copy full SHA for f057535 - Browse repository at this point
Copy the full SHA f057535View commit details -
Experimental support of Tandberg drives (LinearTapeFileSystem#299)
Atsushi Abe authoredJun 22, 2021 Configuration menu - View commit details
-
Copy full SHA for ab7d0f0 - Browse repository at this point
Copy the full SHA ab7d0f0View commit details
Commits on Jun 25, 2021
-
Correct compare length of vendor IDs (LinearTapeFileSystem#301)
Atsushi Abe authoredJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 0fae6d8 - Browse repository at this point
Copy the full SHA 0fae6d8View commit details
Commits on Aug 4, 2021
-
Log the generation of index at mount/unmount (LinearTapeFileSystem#304)
Atsushi Abe committedAug 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 18ad9cd - Browse repository at this point
Copy the full SHA 18ad9cdView commit details
Commits on Aug 5, 2021
-
Update the status of the spec 2.5
Atsushi Abe authoredAug 5, 2021 Configuration menu - View commit details
-
Copy full SHA for e1bca53 - Browse repository at this point
Copy the full SHA e1bca53View commit details
Commits on Aug 10, 2021
-
Handle unupdated MAM tape at write perm (LinearTapeFileSystem#307)
Atsushi Abe committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b2e744 - Browse repository at this point
Copy the full SHA 4b2e744View commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3de5ad - Browse repository at this point
Copy the full SHA c3de5adView commit details
Commits on Aug 23, 2021
-
Fix fallback to pkg-config (LinearTapeFileSystem#310)
This fixes needs to build the LTFS on Debian 11
Configuration menu - View commit details
-
Copy full SHA for 27e5ea1 - Browse repository at this point
Copy the full SHA 27e5ea1View commit details
Commits on Sep 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 33dbad1 - Browse repository at this point
Copy the full SHA 33dbad1View commit details
Commits on Sep 10, 2021
-
Modify build configuration (LinearTapeFileSystem#311)
This commit includes the changes below. - Check ICU version and use unorm2 function automatically - Move to new lock architecture
Atsushi Abe authoredSep 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 618859c - Browse repository at this point
Copy the full SHA 618859cView commit details
Commits on Sep 28, 2021
-
Enable code scan by CodeQL (Experimental)
Atsushi Abe authoredSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 22be24e - Browse repository at this point
Copy the full SHA 22be24eView commit details -
Do not use predefined `Autobuild` configuration because it doesn't work.
Atsushi Abe authoredSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 226e76b - Browse repository at this point
Copy the full SHA 226e76bView commit details -
Install prereqs at CodeQL scan
Atsushi Abe authoredSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 60ff79f - Browse repository at this point
Copy the full SHA 60ff79fView commit details -
Atsushi Abe authored
Sep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for a172456 - Browse repository at this point
Copy the full SHA a172456View commit details -
Fix command error on the CodeQL job
Atsushi Abe authoredSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for b446455 - Browse repository at this point
Copy the full SHA b446455View commit details -
Run apt-get on root in the CodeQL job
Atsushi Abe authoredSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for c5a0982 - Browse repository at this point
Copy the full SHA c5a0982View commit details -
Add dummy icu-config for the CodeQL job
Atsushi Abe committedSep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 4818e0a - Browse repository at this point
Copy the full SHA 4818e0aView commit details
Commits on Oct 1, 2021
-
Atsushi Abe authored
Oct 1, 2021 Configuration menu - View commit details
-
Copy full SHA for b5fd43a - Browse repository at this point
Copy the full SHA b5fd43aView commit details -
Test for the CodeQL job LinearTapeFileSystem#2
Atsushi Abe authoredOct 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 2d7fc01 - Browse repository at this point
Copy the full SHA 2d7fc01View commit details -
Anyway, just need to make the tree for CodeQL
Atsushi Abe authoredOct 1, 2021 Configuration menu - View commit details
-
Copy full SHA for e845fef - Browse repository at this point
Copy the full SHA e845fefView commit details -
Add autobuild script for CodeQL analysis
Atsushi Abe committedOct 1, 2021 Configuration menu - View commit details
-
Copy full SHA for bc5ce0e - Browse repository at this point
Copy the full SHA bc5ce0eView commit details -
Fix autobuild script for CodeQL analysis
Atsushi Abe committedOct 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 39fdc49 - Browse repository at this point
Copy the full SHA 39fdc49View commit details -
Atsushi Abe committed
Oct 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 60b2024 - Browse repository at this point
Copy the full SHA 60b2024View commit details -
Atsushi Abe committed
Oct 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 9de617a - Browse repository at this point
Copy the full SHA 9de617aView commit details
Commits on Oct 18, 2021
-
Return error when index write on DP is failed at sync (LinearTapeFile…
Atsushi Abe committedOct 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 55656a7 - Browse repository at this point
Copy the full SHA 55656a7View commit details -
Fix potential buffer overrun (LinearTapeFileSystem#317)
Atsushi Abe authoredOct 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 6cdbad0 - Browse repository at this point
Copy the full SHA 6cdbad0View commit details -
Fix a toctou race condition (LinearTapeFileSystem#318)
Atsushi Abe authoredOct 18, 2021 1Configuration menu - View commit details
-
Copy full SHA for 4c3a760 - Browse repository at this point
Copy the full SHA 4c3a760View commit details
Commits on Nov 8, 2021
-
Atsushi Abe authored
Nov 8, 2021 Configuration menu - View commit details
-
Copy full SHA for b193b45 - Browse repository at this point
Copy the full SHA b193b45View commit details
Commits on Nov 19, 2021
-
Tiny correction for sync fail (LinearTapeFileSystem#319)
Atsushi Abe committedNov 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 77e59f2 - Browse repository at this point
Copy the full SHA 77e59f2View commit details
Commits on Nov 22, 2021
-
Support
ltfs.hash.*
EAs (LinearTapeFileSystem#320)This commit also includes the refactoring of `xattr.c`
Atsushi Abe authoredNov 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 0a82123 - Browse repository at this point
Copy the full SHA 0a82123View commit details
Commits on Dec 17, 2021
-
Fix a few vulnerabilities (LinearTapeFileSystem#323)
Atsushi Abe authoredDec 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 1713126 - Browse repository at this point
Copy the full SHA 1713126View commit details -
Fix a potential buffer overflow (LinearTapeFileSystem#324)
Atsushi Abe authoredDec 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 93de9d8 - Browse repository at this point
Copy the full SHA 93de9d8View commit details
Commits on Dec 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae18480 - Browse repository at this point
Copy the full SHA ae18480View commit details
Commits on Jan 13, 2022
-
Fix link failure in Debian11 (LinearTapeFileSystem#329)
Atsushi Abe authoredJan 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 3f2e5c6 - Browse repository at this point
Copy the full SHA 3f2e5c6View commit details
Commits on Jan 26, 2022
-
Introduce Index mount mode (LinearTapeFileSystem#330)
Introduce a feature to mount LTFS with an index file. The feature includes 1. Mount a tape with an index file and tape, contents of tape can be accessible on read-only 2. Mount a tape only with index, meta-data in the index file can be accessible In addition, a few functions and improvements are introduced too. - Change -o rollback_mount option in ltfs to have a generation number or an index file to mount - Change --capture-index option in ltfs and ltfsck to have a destination directory - Improve the performance of capturing index
Atsushi Abe authoredJan 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 42c0871 - Browse repository at this point
Copy the full SHA 42c0871View commit details
Commits on Feb 3, 2022
-
Fix check build break on CentOS8
Atsushi Abe committedFeb 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 376a25b - Browse repository at this point
Copy the full SHA 376a25bView commit details
Commits on Feb 15, 2022
-
Format time enhancement on the LTO9 drive (LinearTapeFileSystem#335)
* Use faster setting of format/unformat in LTO9 * Introduce `--destructive` option to mkltfs * Update man pages
Atsushi Abe committedFeb 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 8064838 - Browse repository at this point
Copy the full SHA 8064838View commit details
Commits on Feb 19, 2022
-
Export a couple of utility functions (LinearTapeFileSystem#338)
Atsushi Abe committedFeb 19, 2022 Configuration menu - View commit details
-
Copy full SHA for a4cd6af - Browse repository at this point
Copy the full SHA a4cd6afView commit details
Commits on Feb 21, 2022
-
Atsushi Abe committed
Feb 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 98c6c6b - Browse repository at this point
Copy the full SHA 98c6c6bView commit details
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec78f5d - Browse repository at this point
Copy the full SHA ec78f5dView commit details
Commits on Feb 28, 2022
-
Fix link breakages in README (LinearTapeFileSystem#340)
Atsushi Abe authoredFeb 28, 2022 Configuration menu - View commit details
-
Copy full SHA for e62d21c - Browse repository at this point
Copy the full SHA e62d21cView commit details
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for af2aeab - Browse repository at this point
Copy the full SHA af2aeabView commit details -
Fix a crash at parsing an extended attribute (LinearTapeFileSystem#341)
Atsushi Abe committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for ffc63ac - Browse repository at this point
Copy the full SHA ffc63acView commit details
Commits on Mar 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3919f56 - Browse repository at this point
Copy the full SHA 3919f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fe537d - Browse repository at this point
Copy the full SHA 7fe537dView commit details -
Fix filehandle corruption on LP64 (LinearTapeFileSystem#345)
Do not take for granted that __WORDSIZE is defined to distinguish between 32 and 64 bit platforms. If undefined on LP64 machine, STRUCT_TO_FILEHANDLE corrupts the filehande. Instead use ULONG_MAX from <limits.h> which is mandated by ISO C99.
Configuration menu - View commit details
-
Copy full SHA for 98e8854 - Browse repository at this point
Copy the full SHA 98e8854View commit details
Commits on Apr 6, 2022
-
Return an error without issuing GRAO command in LTO9HH (LinearTapeFil…
Atsushi Abe authoredApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 3b26f03 - Browse repository at this point
Copy the full SHA 3b26f03View commit details
Commits on Aug 10, 2022
-
Improve error position detention at WRITE PERM (LinearTapeFileSystem#357
) * Correct miscalculation of last block on tape * Consider the final index on the partition as error position even if very small number is returned * Never adjust the force_writeperm threshold for better debug * Stop checking the I/F of the ltfs-backends repository
Atsushi Abe committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for b8e7384 - Browse repository at this point
Copy the full SHA b8e7384View commit details -
Atsushi Abe committed
Aug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 044a0e3 - Browse repository at this point
Copy the full SHA 044a0e3View commit details -
Atsushi Abe committed
Aug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 8a0f116 - Browse repository at this point
Copy the full SHA 8a0f116View commit details
Commits on Oct 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf58bc3 - Browse repository at this point
Copy the full SHA bf58bc3View commit details
Commits on Nov 16, 2022
-
Modify linker flags (LinearTapeFileSystem#366)
Current linker flag for creating shared libraries are not good. The linker called from libtool reports errors of unexisted files. This modifications fixes linking problem from 3rd party apps which links the shared libraries provided from LTFS.
Atsushi Abe committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 2d7d642 - Browse repository at this point
Copy the full SHA 2d7d642View commit details
Commits on Nov 19, 2022
-
Install config_file.h as a header (LinearTapeFileSystem#368)
Add config_file.h into headers that shall be installed.
Atsushi Abe committedNov 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 56572c5 - Browse repository at this point
Copy the full SHA 56572c5View commit details
Commits on Dec 7, 2022
-
Fix a type mismatch bug in ltfs_ordered_copy (LinearTapeFileSystem#372)
This change also includes a bug for single file copy bug.
Atsushi Abe authoredDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for d7230c8 - Browse repository at this point
Copy the full SHA d7230c8View commit details -
Fix gcc error message by unexpected extra options (LinearTapeFileSyst…
…em#375) Fix the bug adding extra parameters " 2> /dev/null" to the gcc command line
Configuration menu - View commit details
-
Copy full SHA for d8d72a7 - Browse repository at this point
Copy the full SHA d8d72a7View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2db929b - Browse repository at this point
Copy the full SHA 2db929bView commit details
Commits on Dec 25, 2022
-
Make it work for HP Ultrium 3000 on FreeBSD (LinearTapeFileSystem#379)
IBM drives seem to ignore PF bit in mode select, but HP drives want it set.
Configuration menu - View commit details
-
Copy full SHA for 82c8d9a - Browse repository at this point
Copy the full SHA 82c8d9aView commit details
Commits on Mar 13, 2023
-
Add a few headers to be installed (LinearTapeFileSystem#386)
Atsushi Abe committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for f95a9a4 - Browse repository at this point
Copy the full SHA f95a9a4View commit details
Commits on May 19, 2023
-
Added warning to show fuse main error codes
Missael Palacios committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for b80b20c - Browse repository at this point
Copy the full SHA b80b20cView commit details -
Missael Palacios committed
May 19, 2023 Configuration menu - View commit details
-
Copy full SHA for cccf09e - Browse repository at this point
Copy the full SHA cccf09eView commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7edac12 - Browse repository at this point
Copy the full SHA 7edac12View commit details
Commits on Jun 19, 2023
-
Reverting change on ltfs_parse_options
Missael Palacios committedJun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for a1f435f - Browse repository at this point
Copy the full SHA a1f435fView commit details -
Missael Palacios committed
Jun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 9fcc77e - Browse repository at this point
Copy the full SHA 9fcc77eView commit details -
Merge branch 'fuse-main-log-addition' of https://github.com/amissael9…
…5/ltfs into fuse-main-log-addition
Missael Palacios committedJun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for efb2eb8 - Browse repository at this point
Copy the full SHA efb2eb8View commit details
Commits on Jun 21, 2023
-
Handle one-shot false
good
against TUR at failover process (LinearT…Atsushi Abe committedJun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 178a782 - Browse repository at this point
Copy the full SHA 178a782View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e4f79f - Browse repository at this point
Copy the full SHA 6e4f79fView commit details
Commits on Jun 26, 2023
-
Merge pull request LinearTapeFileSystem#404 from amissael95/fuse-main…
…-log-addition Fuse main log addition
Configuration menu - View commit details
-
Copy full SHA for 2e41bf5 - Browse repository at this point
Copy the full SHA 2e41bf5View commit details
Commits on Jun 27, 2023
-
bugfix: cannot mount LTFS tapes under Rocky Linux with lin_tape driver (
LinearTapeFileSystem#399) * bugfix: all of the functions calling lin_tape_ibmtape_logsense() need to evaluate the return code according to the new semantic, which is negative for error, or positive page size for success * return rc instead of -1 from lin_tape_ibmtape_logsense() in case _sioc_stioc_command() returns with non-zero code
Configuration menu - View commit details
-
Copy full SHA for 2897a5a - Browse repository at this point
Copy the full SHA 2897a5aView commit details
Commits on Jun 29, 2023
-
Treat extended attribute ltfs.mediaPool.name like a virtual extended …
…attribute. Allow both reading and writing, and store in MAM data. (LinearTapeFileSystem#388)
Configuration menu - View commit details
-
Copy full SHA for 66f0b28 - Browse repository at this point
Copy the full SHA 66f0b28View commit details
Commits on Jul 17, 2023
-
Recursive protection to _take_dump() (LinearTapeFileSystem#412)
* added recursive check for DRIVE_DUMP error * Test commit for multithreading with pthread * Added join() to the pthread and change lock() for unlock() * Removed the destroy() functions for the mutex and setted the mutex to be global * Accepted new error messaages * Added recusivity error message * Fixed identation issues * Removed the unnecessary thead safety * added mutex for thread protection * test commit for mutex * test commit for mutex * test commit for mutex * test commit for mutex * test commit for mutex * test commit for mutex * test commit for mutex * test commit for mutex * test commit for mutex * mutex added with function to start it * mutex added with function to start it * Added recursive counter to sg_data structure and removed the mutex * A sum operator is changed to a binary operator OR _parse_logPage * Changed datatype from uint16_t to uint8_t from cast * Wrong variable call fixed. * Added null check to recursive_counter * Implemented some optimizations to _parse_logPage and changed _take_dump to work with priv->recursive_counter * Identation fixed. * Changed the conditions flow to the original version * changed datatype to recursive_counter --------- Co-authored-by: moisesFigueroa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7916bf - Browse repository at this point
Copy the full SHA a7916bfView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7681d4d - Browse repository at this point
Copy the full SHA 7681d4dView commit details
Commits on Sep 1, 2023
-
Rebranding from Spectrum Archive to Storage Archive and adding copyri…
…ght year (LinearTapeFileSystem#422)
Configuration menu - View commit details
-
Copy full SHA for b9cf767 - Browse repository at this point
Copy the full SHA b9cf767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ae70c - Browse repository at this point
Copy the full SHA 18ae70cView commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82024a9 - Browse repository at this point
Copy the full SHA 82024a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f36304e - Browse repository at this point
Copy the full SHA f36304eView commit details
Commits on May 17, 2024
-
Atsushi Abe authored
May 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 5175c4c - Browse repository at this point
Copy the full SHA 5175c4cView commit details -
Atsushi Abe authored
May 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 972c610 - Browse repository at this point
Copy the full SHA 972c610View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbed7ef - Browse repository at this point
Copy the full SHA cbed7efView commit details -
Fix the build break on FreeBSD 12 (LinearTapeFileSystem#396)
Co-authored-by: Atsushi Abe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 102dcb4 - Browse repository at this point
Copy the full SHA 102dcb4View commit details -
Introduce the structures for incremental index for format spec 2.5 (L…
Atsushi Abe authoredMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 22edc44 - Browse repository at this point
Copy the full SHA 22edc44View commit details
Commits on May 23, 2024
-
Fix potential use after free issues (LinearTapeFileSystem#462)
Atsushi Abe authoredMay 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d19dfcf - Browse repository at this point
Copy the full SHA d19dfcfView commit details
Commits on May 24, 2024
-
Change the
sync
behavior to fit the LTFS format Spec 2.5 (LinearTap…Atsushi Abe authoredMay 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 06367df - Browse repository at this point
Copy the full SHA 06367dfView commit details
Commits on Jun 21, 2024
-
Introduce incremental index write down in XML format (LinearTapeFileS…
Atsushi Abe authoredJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 8c8f6cc - Browse repository at this point
Copy the full SHA 8c8f6ccView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29b6f34 - Browse repository at this point
Copy the full SHA 29b6f34View commit details
Commits on Aug 27, 2024
-
Changed flags for _ltfs_search_index_wp
Missael Palacios committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 627484b - Browse repository at this point
Copy the full SHA 627484bView commit details