]> git.neil.brown.name Git - lafs-utils.git/shortlog
lafs-utils.git
2011-03-21 NeilBrownAdd 'remainder' arg to lafs_lookup_path
2011-03-21 NeilBrownAdd support for internal path lookup
2011-03-20 NeilBrownAdd 'ls' command and directory searching.
2011-03-20 NeilBrownAdd blockbits field to struct lafs
2011-03-20 NeilBrownlafs: save history to ~/.lafs_history
2011-03-20 NeilBrownAdd lafs_print_inode / show inode command
2011-03-19 NeilBrownMake write_* subcommands for a common 'write'.
2011-03-19 NeilBrownshow state command and library function
2011-03-19 NeilBrownadd mount command
2011-03-19 NeilBrownlafs: save device name in load_dev
2011-03-19 NeilBrownlafs: add "show device" and associated library routines.
2011-03-18 NeilBrownlafs: allow "--tag value" as well as "--tag=value"
2011-03-18 NeilBrownAdd 'load_dev' command and matching library functions.
2011-03-15 NeilBrownlafs: make 'statesize' a choice.
2011-03-14 NeilBrownGet lafs_add_device to add free segments to the list.
2011-03-14 NeilBrownlafs: add write_checkpoint
2011-03-14 NeilBrownlafs: add write_state command
2011-03-14 NeilBrownlafs: add write_dev command
2011-03-14 NeilBrownlafs: Add creation of special inodes to newfs/add_device
2011-03-13 NeilBrownlafs: add 'add_device' command
2011-03-13 NeilBrownSplit out size parsing into separate file
2011-03-13 NeilBrownSplit open_device out of mkfs.lafs
2011-03-13 NeilBrownmkfs.lafs should give an error on size-zero devices.
2011-03-13 NeilBrownAdd lafs_validate_geometry for mkfs.
2011-03-13 NeilBrownAdd 'reset' and 'newfs' commands.
2011-03-13 NeilBrownDiscard 'terminal' arg type.
2011-03-13 NeilBrownAdd 'choice' argument type.
2011-03-12 NeilBrownAdd new "lafs" program
2011-03-02 NeilBrownmkfs: allow creation of a filesystem on a regular file.
2011-03-02 NeilBrownmkfs: provide minimal feedback when creating array.
2011-03-02 NeilBrownmkfs: adjust segment size based on device size, and...
2011-03-02 NeilBrownAdd tracing control to liblafs
2011-03-02 NeilBrownmkfs: add accesstime file to new filesystem
2010-10-15 NeilBrownFix compilation on 32bit arch.
2010-10-10 NeilBrownMake filesystem name field variable-length.
2010-10-01 NeilBrownInitial checking of lafs-utils