Skip to content
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

Open
wants to merge 123 commits into
base: v2.4-stable
Choose a base branch
from

Commits on Nov 6, 2020

  1. 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 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    d960571 View commit details
    Browse the repository at this point in the history
  2. Initial checking of v1.5 fssim code

    DavidAPease authored and Atsushi Abe committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    ac46fb2 View commit details
    Browse the repository at this point in the history
  3. Corrected typos in README files

    DavidAPease authored and Atsushi Abe committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    13f43ef View commit details
    Browse the repository at this point in the history
  4. Updates to README files

    DavidAPease authored and Atsushi Abe committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    5b6b5e4 View commit details
    Browse the repository at this point in the history
  5. README.md in docs dir, small fixes to help messages

    DavidAPease authored and Atsushi Abe committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    076ff6d View commit details
    Browse the repository at this point in the history
  6. typos in README

    DavidAPease authored and Atsushi Abe committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    3dc47e1 View commit details
    Browse the repository at this point in the history
  7. typos in README

    DavidAPease authored and Atsushi Abe committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    d35cd78 View commit details
    Browse the repository at this point in the history
  8. Make master branch as a tree for version 2.5 dev

    Atsushi Abe committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b846d27 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Update build-centos7.yml

    Atsushi Abe committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    26869c8 View commit details
    Browse the repository at this point in the history
  2. Fix warning on message checker

    Atsushi Abe committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    2e117ad View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Fix build break in FreeBSD

    piste2750 authored and Atsushi Abe committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    be1b873 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    fffa125 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. 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 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    58cacdd View commit details
    Browse the repository at this point in the history
  2. Support HP drives on the CAM backend (LinearTapeFileSystem#239)

    - Fix of issue LinearTapeFileSystem#225
    - Remove accidental committed files
    piste2750 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    dd08870 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. 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
    softloft38p-michael committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b2d8298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2769f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    d874e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5acac View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    aacc20c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. 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 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    30829ef View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. 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 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1fbde52 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    4be4c40 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    0bfb629 View commit details
    Browse the repository at this point in the history
  2. 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 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    16a08be View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    53a9406 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    3071374 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    7a2b257 View commit details
    Browse the repository at this point in the history
  2. Update the README on master (LinearTapeFileSystem#275)

    Atsushi Abe committed May 6, 2021
    Configuration menu
    Copy the full SHA
    52594c6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. 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 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    0a51e3c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    a949a12 View commit details
    Browse the repository at this point in the history
  2. Update ISO status

    Atsushi Abe committed May 11, 2021
    2 Configuration menu
    Copy the full SHA
    cb7ce47 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. 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 <ralf.zerres@networkx.de>
    rzerres committed May 14, 2021
    Configuration menu
    Copy the full SHA
    f806d70 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. 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 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    55b0f8e View commit details
    Browse the repository at this point in the history
  2. Modify the description for the spec

    Atsushi Abe committed May 17, 2021
    Configuration menu
    Copy the full SHA
    f4cf6f3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    b2a5b50 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Introduce Recommended access order (RAO) via EA (LinearTapeFileSystem…

    …#288)
    
    Co-authored-by: y-sasaki <y.sasaki@ibm.com>
    y-sasn and y-sasaki committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d08cb44 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Refactor RAO functions (LinearTapeFileSystem#293)

    Atsushi Abe committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    54a0c5c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    4eafde6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. 2 Configuration menu
    Copy the full SHA
    f057535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab7d0f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    0fae6d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    18ad9cd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Update the status of the spec 2.5

    Atsushi Abe committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    e1bca53 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    4b2e744 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    c3de5ad View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Fix fallback to pkg-config (LinearTapeFileSystem#310)

    This fixes needs to build the LTFS on Debian 11
    swt2c committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    27e5ea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    33dbad1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. 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 committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    618859c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Enable code scan by CodeQL (Experimental)

    Atsushi Abe committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    22be24e View commit details
    Browse the repository at this point in the history
  2. Update CodeQL workflow

    Do not use predefined `Autobuild` configuration because it doesn't work.
    Atsushi Abe committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    226e76b View commit details
    Browse the repository at this point in the history
  3. Install prereqs at CodeQL scan

    Atsushi Abe committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    60ff79f View commit details
    Browse the repository at this point in the history
  4. Use apt-get in the CodeQL job

    Atsushi Abe committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    a172456 View commit details
    Browse the repository at this point in the history
  5. Fix command error on the CodeQL job

    Atsushi Abe committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b446455 View commit details
    Browse the repository at this point in the history
  6. Run apt-get on root in the CodeQL job

    Atsushi Abe committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c5a0982 View commit details
    Browse the repository at this point in the history
  7. Add dummy icu-config for the CodeQL job

    Atsushi Abe committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4818e0a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Test for the CodeQL job

    Atsushi Abe committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    b5fd43a View commit details
    Browse the repository at this point in the history
  2. Test for the CodeQL job LinearTapeFileSystem#2

    Atsushi Abe committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    2d7fc01 View commit details
    Browse the repository at this point in the history
  3. Anyway, just need to make the tree for CodeQL

    Atsushi Abe committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    e845fef View commit details
    Browse the repository at this point in the history
  4. Add autobuild script for CodeQL analysis

    Atsushi Abe committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    bc5ce0e View commit details
    Browse the repository at this point in the history
  5. Fix autobuild script for CodeQL analysis

    Atsushi Abe committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    39fdc49 View commit details
    Browse the repository at this point in the history
  6. Use default built-in queries

    Atsushi Abe committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    60b2024 View commit details
    Browse the repository at this point in the history
  7. Use default built-in queries

    Atsushi Abe committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9de617a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    55656a7 View commit details
    Browse the repository at this point in the history
  2. Fix potential buffer overrun (LinearTapeFileSystem#317)

    Atsushi Abe committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6cdbad0 View commit details
    Browse the repository at this point in the history
  3. Fix a toctou race condition (LinearTapeFileSystem#318)

    Atsushi Abe committed Oct 18, 2021
    1 Configuration menu
    Copy the full SHA
    4c3a760 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Update supporting drives.

    Atsushi Abe committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b193b45 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    77e59f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Support ltfs.hash.* EAs (LinearTapeFileSystem#320)

    This commit also includes the refactoring of `xattr.c`
    Atsushi Abe committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0a82123 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Fix a few vulnerabilities (LinearTapeFileSystem#323)

    Atsushi Abe committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    1713126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93de9d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    ae18480 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Fix link failure in Debian11 (LinearTapeFileSystem#329)

    Atsushi Abe committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    3f2e5c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. 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 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    42c0871 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Fix check build break on CentOS8

    Atsushi Abe committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    376a25b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. 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 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8064838 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    a4cd6af View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Move to Rocky Linux

    Atsushi Abe committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    98c6c6b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    ec78f5d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Fix link breakages in README (LinearTapeFileSystem#340)

    Atsushi Abe committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e62d21c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    af2aeab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc63ac View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    3919f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe537d View commit details
    Browse the repository at this point in the history
  3. 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.
    manu0401 committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    98e8854 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    3b26f03 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. 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 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b8e7384 View commit details
    Browse the repository at this point in the history
  2. Correct a message ID

    Atsushi Abe committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    044a0e3 View commit details
    Browse the repository at this point in the history
  3. Correct a message ID

    Atsushi Abe committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8a0f116 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    bf58bc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. 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 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2d7d642 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Install config_file.h as a header (LinearTapeFileSystem#368)

    Add config_file.h into headers that shall be installed.
    Atsushi Abe committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    56572c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Fix a type mismatch bug in ltfs_ordered_copy (LinearTapeFileSystem#372)

    This change also includes a bug for single file copy bug.
    Atsushi Abe committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d7230c8 View commit details
    Browse the repository at this point in the history
  2. 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
    lshw committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d8d72a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    2db929b View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. 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.
    micronn committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    82c8d9a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    f95a9a4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Added warning to show fuse main error codes

    Missael Palacios committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b80b20c View commit details
    Browse the repository at this point in the history
  2. Solving syntax error

    Missael Palacios committed May 19, 2023
    Configuration menu
    Copy the full SHA
    cccf09e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Changed message of warning

    amissael95 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7edac12 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Reverting change on ltfs_parse_options

    Missael Palacios committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a1f435f View commit details
    Browse the repository at this point in the history
  2. Reverting change

    Missael Palacios committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9fcc77e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fuse-main-log-addition' of https://github.com/amissael9…

    …5/ltfs into fuse-main-log-addition
    Missael Palacios committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    efb2eb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    178a782 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    6e4f79f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge pull request LinearTapeFileSystem#404 from amissael95/fuse-main…

    …-log-addition
    
    Fuse main log addition
    juliocelon committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2e41bf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. 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
    richard42 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2897a5a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Treat extended attribute ltfs.mediaPool.name like a virtual extended …

    …attribute. Allow both reading and writing, and store in MAM data. (LinearTapeFileSystem#388)
    richard42 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    66f0b28 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. 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 <figueroa.moises@ibm.com>
    ochomenosocho and moisesFigueroa committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a7916bf View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Fix a memory leak at tape_read_attr() (LinearTapeFileSystem#415)

    Atsushi Abe authored and juliocelonibm committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7681d4d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    b9cf767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ae70c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    82024a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36304e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Create hba_report.md

    Atsushi Abe committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5175c4c View commit details
    Browse the repository at this point in the history
  2. Update hba_report.md

    Atsushi Abe committed May 17, 2024
    Configuration menu
    Copy the full SHA
    972c610 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    cbed7ef View commit details
    Browse the repository at this point in the history
  2. Fix the build break on FreeBSD 12 (LinearTapeFileSystem#396)

    Co-authored-by: Atsushi Abe <piste@jp.ibm.com>
    Krishhhnaa and Atsushi Abe committed May 22, 2024
    Configuration menu
    Copy the full SHA
    102dcb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22edc44 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    d19dfcf View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    06367df View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    8c8f6cc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    29b6f34 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Changed flags for _ltfs_search_index_wp

    Missael Palacios committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    627484b View commit details
    Browse the repository at this point in the history