Commit Graph

34 Commits

Author SHA1 Message Date
Felix Pojtinger
08fde43223 refactor: Decompose tell syscall 2021-11-19 00:16:42 +01:00
Felix Pojtinger
75f59e3b45 feat: Make seek command universal 2021-11-19 00:10:13 +01:00
Felix Pojtinger
d87db6b04c feat: Enable moving over file marks on tape 2021-11-18 22:46:26 +01:00
Felix Pojtinger
d15efc9294 feat: Add EOD handling 2021-11-18 03:17:22 +01:00
Felix Pojtinger
4bcdb5d305 feat: Add counter-based iterator 2021-11-18 02:41:52 +01:00
Felix Pojtinger
9fac266845 feat: Add re-implementation of tar tvf for tape 2021-11-18 01:50:22 +01:00
Felix Pojtinger
4d250fae99 feat: Add PAX header record & block sensing to stfs-tvf 2021-11-18 00:17:34 +01:00
Felix Pojtinger
f90d063aa6 feat: Add block-scoped seeking to stfs-seek-tape 2021-11-18 00:07:12 +01:00
Felix Pojtinger
011eedd92e feat: Add flag to write from current position to stfs-uvf 2021-11-17 23:36:31 +01:00
Felix Pojtinger
489a8424e6 feat: Start implementation of universal seek cmd 2021-11-17 22:32:29 +01:00
Felix Pojtinger
1a91d15026 feat: Start normalization of seeking behaviour in file and tape 2021-11-17 21:38:01 +01:00
Felix Pojtinger
6c0115e47a feat: Merge tape and file tar tvf implementations 2021-11-17 21:31:59 +01:00
Felix Pojtinger
31581ea398 feat: Add tape-compatible implementation of tar tvf 2021-11-17 21:15:32 +01:00
Felix Pojtinger
d7035dad16 feat: Add support for tape in stfs-uvf 2021-11-16 12:25:23 +01:00
Felix Pojtinger
7631c863f6 feat: Use tar i compatible archive format 2021-11-16 11:21:36 +01:00
Felix Pojtinger
fb905f7a7b feat: Add basic seek example 2021-11-16 03:15:04 +01:00
Felix Pojtinger
d4212390e3 feat: Allow reading & writing appended tar archives 2021-11-16 02:16:51 +01:00
Felix Pojtinger
e72854405e feat: Start implementation of PAX header based metadata 2021-11-16 01:15:46 +01:00
Felix Pojtinger
03087ff783 feat: Add archiver with filename-embedded headers 2021-11-15 21:41:42 +01:00
Felix Pojtinger
e3f038c119 feat: Add support for UNIX-specific tar info 2021-11-14 20:24:17 +01:00
Felix Pojtinger
004ef4ea3d feat: Add basic write support 2021-11-14 19:57:59 +01:00
Felix Pojtinger
725d716eeb feat: Add command which moves to EOD 2021-11-14 16:48:08 +01:00
Felix Pojtinger
69cdef6eb7 feat: Add command which writes a tar file's headers into a SQLite database index 2021-11-14 15:01:16 +01:00
Felix Pojtinger
b7c79d7e91 feat: Add basic infrastructure for SQLite 2021-11-14 14:19:23 +01:00
Felix Pojtinger
4de7240c85 feat: Add seek implementation for file backend 2021-11-14 12:46:21 +01:00
Felix Pojtinger
bfc4f0e80b feat: Add cmd to seek to specific block 2021-11-14 12:04:28 +01:00
Felix Pojtinger
be834c1155 feat: Add cmd that seeks to specific location in tape 2021-11-14 11:52:36 +01:00
Felix Pojtinger
2affeb59ac fix: Stop iterating over headers on EOF 2021-11-13 22:11:42 +01:00
Felix Pojtinger
1bb515a7d4 feat: Enable indexing record and block numbers by iterating over all files in drive/archive 2021-11-13 22:07:15 +01:00
Felix Pojtinger
5c334f3726 feat: Start implementation of manual header parsing and analysis 2021-11-13 21:26:18 +01:00
Felix Pojtinger
091011eee4 feat: Implement example in alternative FUSE library 2021-11-12 23:32:06 +01:00
Felix Pojtinger
c321d52076 feat: Add basic FUSE read-only FS example 2021-11-11 21:45:55 +01:00
Felix Pojtinger
b577f55cc9 feat: Add basic content listing code 2021-11-11 21:08:17 +01:00
Felix Pojtinger
cee944c406 Initial commit 2021-11-11 20:24:10 +01:00