]> git.neil.brown.name Git - LaFS.git/history - roll.c
README update
[LaFS.git] / roll.c
2011-05-04 NeilBrownPrepare for more parallelism in write clusters.
2011-05-04 NeilBrownFORMAT CHANGE add timestamp to group head in write...
2011-05-04 NeilBrownFORMAT CHANGE use 32bit block counts in segusage file.
2011-05-03 NeilBrownroll: add a possibly-useful assertion.
2011-03-28 NeilBrownroll: make sure unlinked inodes before orphans.
2011-03-07 NeilBrownStop creating a super_block for each subset filesystem.
2011-03-07 NeilBrownChange various other functions to take an inode rather...
2011-03-07 NeilBrownlafs_iget takes a filesystem-inode rather than a super_...
2011-03-07 NeilBrownAdd 'filesys' pointer to lafs_inode
2011-03-04 NeilBrownFix block number selection in roll-forward
2011-03-04 NeilBrownStart implementation of separate access-time file.
2011-03-04 NeilBrownroll: permit minimal mini-block handling for regular...
2011-03-04 NeilBrownroll: handle directory updates.
2011-03-04 NeilBrownroll: change handling of distinction between rename...
2011-03-04 NeilBrownroll: handle cluster headers larger than one page.
2010-10-18 NeilBrownmore error tests in lafs_mount
2010-10-18 NeilBrownFix lafs_seg_next to talk write-cluster properly.
2010-10-18 NeilBrownrollforward: use segpos functions to walk the addresses...
2010-10-18 NeilBrownrollforward: don't get upset about lafs_add_block_addre...
2010-10-18 NeilBrownrollforward: user writeback during add_block_address
2010-10-18 NeilBrownrollforward: finish DescHole handling.
2010-10-18 NeilBrownHandle new inodes during roll-forward.
2010-10-15 NeilBrownroll-forward: don't iput any nlink==0 inode before...
2010-10-15 NeilBrownRoll-forward: change handling of 'desc' type.
2010-10-11 NeilBrownroll-forwards : review and minor fixes / cleanups.
2010-10-10 NeilBrownReturn ref on sb as well as ino from lafs_iget_fs
2010-10-10 NeilBrownroll forward clean up
2010-10-10 NeilBrownCombine dirty_iblock with setting Realloc on iblock.
2010-10-02 NeilBrownImprove handling of snapshot name.
2010-09-19 NeilBrownProcess orphan file during mount.
2010-09-19 NeilBrownroll-forward: update youth block for new segments.
2010-09-18 NeilBrownIntroduce DelayYouth
2010-08-13 NeilBrownroll: don't update index if block address hasn't changed.
2010-08-09 NeilBrownImprove choice of superblock at mount.
2010-08-09 Neil BrownChange s_fs_info to point to root inode and fs
2010-08-09 Neil BrownDiscard per-device superblocks
2010-08-09 Neil BrownStore blocksize directly in struct fs
2010-07-25 NeilBrownSeparate setting of PinPending out
2010-07-25 NeilBrownForward port to 2.6.34
2010-07-25 Neil BrownImplement readpages
2010-07-25 NeilBrownRemove some FIXME comments that are outdated.
2010-07-03 NeilBrownMake the first segment 'active'.
2010-06-27 NeilBrownComplete TODO list
2010-06-27 NeilBrownREADME update, typos, FIXME comments etc. No code.
2010-06-21 NeilBrownTemp fix for delaying youth updates.
2010-06-21 NeilBrownAdd casts to shifts which should change type width.
2010-06-13 NeilBrownIntroduce constants for 'sync' and 'adopt' flags.
2010-06-07 NeilBrownAdd some error checking to lafs_mount
2010-06-07 NeilBrownFix compile warning / incorrect test.
2009-09-03 NeilBrownMultiple improvements to inode dirtying
2009-09-02 NeilBrownAdd alloc_type to lafs_pin_dblock
2009-09-02 NeilBrownRemove special handling for i_nlink when reading inodes.
2009-08-24 NeilBrownFix iolock semantics.
2009-08-16 NeilBrownLAFS_BUG add new debug macro that prints block information.
2009-08-16 NeilBrownCleaner: make sure we finish the job.
2009-08-02 NeilBrownroll: use add_block_address rather than allocated block.
2009-04-13 NeilBrownroll-forward: handle segusage blocks better.
2009-03-20 NeilBrownCosmetic cleanups.
2009-03-19 NeilBrownExtend coverage of IOLock
2009-03-19 NeilBrownAdd tracking of refcount sources.
2009-03-16 NeilBrownWHITE SPACE
2008-12-10 Neil Brownupdate to 2.6.27 and other fixes.
2008-07-28 Neil BrownProper locking for access to ->dblock
2008-07-25 Neil BrownFix reference counting through ->dblock and ->iblock
2008-07-25 Neil BrownClean up reserve_block and waiting for space to be...
2008-07-25 Neil BrownInitial checking after changing from hg to git.