Project

General

Profile

Statistics
| Branch: | Revision:

gdp-if / tensorflow / gdpfs_cmd.cc @ master

History | View | Annotate | Download (20.5 KB)

# Date Author Comment
13a1f6b0 08/06/2020 04:59 PM Eric Allman

Add a "mkfs" subcommand to gdpfs_cmd to create a new filesystem.
Unfortunately this requires extensive changes to the code (perhaps it
should have been standalone rather than a subcommand), and I'm not sure
that the "ls" subcommand is behaving as expected yet.

5cee3d9f 06/23/2020 12:24 PM Eric Allman

Try to fix problems with large files in gdpfs. Unclear if this will fix
the problem.

39672fc0 06/11/2020 04:04 PM Eric Allman

Do libgdp initialization in the right place; check various gdp routine
return status and give diagnostics.

ec84b225 09/29/2018 02:48 PM Nitesh Mor

Signature support [WIP]

Basic signature inclusion/verification.

c205187f 08/21/2018 06:50 PM Nitesh Mor

comments warning of the instability.

b830903f 08/21/2018 03:26 PM Nitesh Mor

Better handling of paths that do/don't end with /

d25807f1 08/21/2018 02:10 PM Nitesh Mor

Refactoring and cleanup.

c3f40cc0 08/21/2018 01:59 PM Nitesh Mor

refactoring; no code change other than fn rename

a4e78ca7 08/21/2018 01:55 PM Nitesh Mor

Create correct local names for 'from_gdp'

71a551f6 08/21/2018 11:57 AM Nitesh Mor

Implemented recursive copying to gdp

64bfe00c 08/20/2018 10:28 PM Nitesh Mor

Implement recursive copying from gdp to local files

a48a4a87 08/20/2018 09:48 PM Nitesh Mor

Reset optind before using getopt again

298bdf41 08/20/2018 08:57 PM Nitesh Mor

Implement recursive delete.

03752acd 08/20/2018 11:09 AM Nitesh Mor

options for subcommands. removed ls_p

596cfe85 08/06/2018 12:18 PM Nitesh Mor

improvements to ls command.

d63aa760 08/06/2018 11:56 AM Nitesh Mor

new option for programmatic use of ls

cab16857 08/06/2018 11:08 AM Nitesh Mor

Rename gdpfs_util to gdpfs_cmd; better usage message