Atsushi Abe

Results 22 issues of Atsushi Abe

Interesting... You might get a very short window. I think you might insert the tape and start the `ltfs` command when load operation is almost finished. In the most case,...

bug

Currently, LTFS doesn't have a good logic to recover the 2 cases below. 1. `| index | data | (incomplete) index | eod` 2. `| index | data | (incomplete)...

enhancement

> What I'm saying here is that ltfsck can list rollback points via forward traversal I decided this behavior intentionally before. But I can't remind why it is not a...

enhancement

**Describe the bug** Current code might stop writing an index and report an error when a `write()` call for index cache fails in `xml_output_tape_write_callback()`. **Expected behavior** Write entire index to...

bug

Currently, RAO handling is only available on the sg backend. Need to support it on the file backend.

enhancement

Currently, RAO handling is only available on the sg backend. Need to support it on mac.

enhancement

**Is your feature request related to a problem? Please describe.** Capture a drive dump when a command response is quite slow like 10 minutes. **Describe the solution you'd like** See...

enhancement

**Describe the bug** Cannot create a file or a symlink that has `US (0x1f)` character in the name. **To Reproduce** In bash,```touch $'[mount_point]/aaa\x1faaa'```. LTFS returns an invalid argument error. **Expected...

bug
help wanted
Hacktoberfest

# Summary of changes Change the implementation of flush() request to enqueue the remaining blocks to the writer queue. And make them processed sequentially. # Description Previously, our flush operation...

to master

**Is your feature request related to a problem? Please describe.** I would like to know how the total file size in a LTFS tape (accumulated logical size without tape drive...

enhancement