]> git.neil.brown.name Git - lafs-utils.git/shortlog
lafs-utils.git
2011-05-05 NeilBrownlafs: allow some commands to open busy devices with... master
2011-05-05 NeilBrownUse cpu_to_le64 for setting timestamp
2011-05-05 NeilBrownSet correct usagetable in mkfs.
2011-05-04 NeilBrownFORMAT CHANGE various changes to superblock
2011-05-04 NeilBrownIntroduce new Verify modes for multi-device writing.
2011-05-04 NeilBrownFORMAT CHANGE add timestamp to group_head in write...
2011-05-04 NeilBrownFORMAT CHANGE use 32bit block counts in segment usage...
2011-05-03 NeilBrownFORMAT CHANGE use crc32 for cluster head rather than...
2011-05-03 NeilBrownFORMAT CHANGE add parent field of InodeFile
2011-05-02 NeilBrownVarious fixes - mostly missing code
2011-05-02 NeilBrownlafs_load - fix crash on error
2011-05-02 NeilBrownShow seguage
2011-03-27 NeilBrownFix two bugs in different structs
2011-03-27 NeilBrownAssorted changes to scheduling
2011-03-27 NeilBrownUse separate list for inodes with dirty blocks.
2011-03-27 NeilBrownPrint uuid out in verbose printout of cluster header.
2011-03-26 NeilBrownAdd 'clean' target to Makefiles
2011-03-25 NeilBrownAdd printing of directory block
2011-03-25 NeilBrownAdd 'source' command
2011-03-25 NeilBrownFix setting wrong address in cluster head.
2011-03-25 NeilBrownLoad and Print cluster header
2011-03-25 NeilBrownAdd trace command to adjust tracing level
2011-03-25 NeilBrownAdd name creation in directories, and implement 'store'
2011-03-25 NeilBrownFix buglet in lafs_imap_set
2011-03-25 NeilBrownAdd B_Uninc flag.
2011-03-25 NeilBrownAdd lafs_find_free
2011-03-25 NeilBrownSupport flushing blocks without forcing them into a...
2011-03-24 NeilBrownRemove lots of white-space errors
2011-03-21 NeilBrowninode map allocation
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