]> git.neil.brown.name Git - LaFS.git/history - state.h
README update
[LaFS.git] / state.h
2011-05-04 NeilBrownFORMAT CHANGE Various changes to 'superblock' format.
2011-05-04 NeilBrownFORMAT CHANGE use 32bit block counts in segusage file.
2011-05-03 NeilBrownFORMAT CHANGE: add parent field to InodeFile
2011-03-07 NeilBrownAdd 'filesys' pointer to lafs_inode
2011-03-04 NeilBrownaccesstime: load delta from atime file and apply when...
2011-03-04 NeilBrownStart implementation of separate access-time file.
2011-03-04 NeilBrownAllow for the possibilty of 'free_blocks' going negative.
2011-03-04 NeilBrownAvoid quadratic searches in segment table.
2011-03-04 NeilBrownroll: handle directory updates.
2010-10-10 NeilBrownUse igrab_fs for I_Pinned handling.
2010-10-02 NeilBrownImprove handling of snapshot name.
2010-10-01 NeilBrownMinor formatting improvements.
2010-09-19 NeilBrownuse i_mtime for file-set update time.
2010-09-18 NeilBrownIntroduce DelayYouth
2010-09-14 NeilBrownChange readpage to use ->chain instead of ->lru
2010-09-14 NeilBrownMake sure checkpoint happens after a timeout.
2010-08-15 NeilBrownWait for a checkpoint before returning ENOSPC
2010-08-15 NeilBrownclean.c - assorted tidy-ups
2010-08-14 NeilBrownGive to_clean.ss a meaningful name.
2010-08-14 NeilBrownKeep track of 'seq' number in cleaner
2010-08-14 NeilBrownCombine cleaning and orphan list_heads.
2010-08-14 NeilBrownUse a new flag to identify blocks being processed by...
2010-08-14 NeilBrownImplement youth decay.
2010-08-13 NeilBrownTune checkpoint freq by segments, not blocks.
2010-08-13 NeilBrownSeparate thread management from the cleaning.
2010-08-13 NeilBrownCreate a backing_dev_info for a lafs filesystem.
2010-08-11 NeilBrownDiscard filesys field from lafs_inode
2010-08-09 NeilBrownrcu locking protection for ->my_inode
2010-08-09 Neil BrownDefine filesystem type for sub-fileset filesystems
2010-08-09 Neil BrownDiscard per-device superblocks
2010-08-09 Neil BrownStore blocksize directly in struct fs
2010-08-09 NeilBrownBetter cleaner flushing
2010-07-25 NeilBrownDiscard WritePhase and phase wait
2010-07-25 NeilBrownBuild larger bios when writing to cluster
2010-07-09 NeilBrownMake sure we don't wait forever on writeback
2010-07-03 NeilBrownreset newblocks for each checkpoint
2010-06-28 NeilBrownAdd EmergencyClean mode
2010-06-28 NeilBrownRevise space allocation for cleaning.
2010-06-27 NeilBrownChange flushing of space-accounting blocks.
2010-06-27 NeilBrownComplete TODO list
2010-06-27 NeilBrownREADME update, typos, FIXME comments etc. No code.
2010-06-25 NeilBrownAllow writers to block while the cleaner makes a little...
2010-06-25 NeilBrownAdd AccountSpace reservation.
2010-06-23 NeilBrownDon't allow memory flush to write out segusage blocks.
2010-06-23 NeilBrownCheck we haven't allocated too many flags.
2010-06-22 NeilBrownAdd EmptyIndex flag.
2010-06-21 NeilBrownBetter tracking of whether orphan handling is running.
2010-06-21 NeilBrownDisable cleaner earlier at unmount.
2010-06-18 NeilBrowncleaner: when erasing a datablock, cancel any pending...
2010-06-18 NeilBrownsegments: fix array sizes.
2009-09-28 NeilBrownDon't lose path to index blocks that haven't been incor...
2009-09-13 NeilBrownGroup B_ flags by which sort of block they apply to.
2009-09-02 NeilBrownRun orphans from the cleaner thread, not immediately.
2009-08-27 NeilBrownOrphan: simplify orphan creation.
2009-08-25 NeilBrownSplit B_Writeback out from B_IOLock
2009-08-24 NeilBrownFix iolock semantics.
2009-08-08 NeilBrownMake sure inodes don't get forgotten during cleaning.
2009-08-02 NeilBrownAdd tracing to help find iolock deadlocks
2009-08-02 NeilBrownfix max height for segment skiplist.
2009-08-02 NeilBrowncount credits for debugging
2009-08-02 NeilBrownPerform a "Final Checkpoint" during unmount.
2009-07-20 NeilBrownmore segusage refcount stuff.
2009-03-20 NeilBrownCosmetic cleanups.
2009-03-19 NeilBrownUse 'enum' for B_* flags
2009-03-19 NeilBrownAdd tracking of refcount sources.
2009-03-16 NeilBrownDiscard the B_Alloc flag
2009-03-16 NeilBrownWHITE SPACE
2009-02-25 Neil BrownFix lafs_find_next and hence rm -r problem.
2008-09-12 Neil BrownVarious random stuff - time for a checkpoint.
2008-08-28 Neil BrownMore refcounting fixes and stuff...
2008-07-25 Neil BrownInitial checking after changing from hg to git.