]> git.neil.brown.name Git - LaFS.git/history - dir.c
README update
[LaFS.git] / dir.c
2011-05-03 NeilBrownFORMAT CHANGE: add parent field to InodeFile
2011-03-20 NeilBrownUpdate to 2.6.38
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-04 NeilBrowngetattr: make sure atime reported is repeatable.
2011-03-04 NeilBrownroll: handle directory updates.
2011-03-04 NeilBrownroll: change handling of distinction between rename...
2010-10-18 NeilBrownlafs_get_block: be consistent in interpreting return...
2010-10-10 NeilBrownUse igrab_fs to hod refcounts on the inodes of orphans.
2010-09-13 NeilBrownLog symlink creation
2010-08-14 NeilBrownCheck if dirblock can be orphan before making it one.
2010-08-14 NeilBrownflush orphans when renaming to empty directory just...
2010-08-13 NeilBrownGive subset objects their own operations
2010-08-11 NeilBrownChange filesys arg of lafs_new_inode to struct super_block
2010-08-09 NeilBrownAdd 'filesys' arg to lafs_new_inode
2010-08-09 NeilBrownhold ref to inode for directory orphans.
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 NeilBrownRemove some FIXME comments that are outdated.
2010-07-10 NeilBrownBetter status handling for orphan handlers.
2010-07-09 NeilBrownProtect directory updates from be hit by writepage.
2010-07-06 NeilBrownA not Valid directory orphan block is OK.
2010-07-03 NeilBrownFix some more left-shift-overflow issues.
2010-06-28 NeilBrownReport directory size without holes.
2010-06-28 NeilBrownNew bugon for unlink loop.
2010-06-28 NeilBrownChange dirty_inode. Again.
2010-06-27 NeilBrownComplete TODO list
2010-06-27 NeilBrownAdd debug tracing to unlink.
2010-06-13 NeilBrownIntroduce constants for 'sync' and 'adopt' flags.
2009-09-03 NeilBrowndir: replace wrong constant with correct symbolic version.
2009-09-03 NeilBrownMultiple improvements to inode dirtying
2009-09-03 NeilBrownFix clearing of PinPending
2009-09-02 NeilBrownComplete proper pinning dir_handle_orphans.
2009-09-02 NeilBrownFix orphan flushing in rmdir
2009-09-02 NeilBrownAdd alloc_type to lafs_pin_dblock
2009-09-02 NeilBrownImprove inode orphan handling.
2009-09-02 NeilBrownRemove special handling for i_nlink when reading inodes.
2009-09-02 NeilBrownFlush orphans before failing rmdir due to not being...
2009-09-02 NeilBrownRun orphans from the cleaner thread, not immediately.
2009-08-27 NeilBrownOrphan: simplify orphan creation.
2009-08-26 NeilBrownDiscard lafs_inode_prepare
2009-08-26 NeilBrownRemove some outdated comments.
2009-08-26 NeilBrowndir: fix use-after-put ordering error.
2009-08-25 NeilBrownAvoid confusion with ref name "orphans"
2009-08-17 NeilBrownRelease ino when file creation fails.
2009-08-16 NeilBrownLAFS_BUG add new debug macro that prints block information.
2009-08-15 NeilBrownDon't set Valid when setting Dirty.
2009-08-08 NeilBrownMake sure inodes don't get forgotten during cleaning.
2009-08-02 NeilBrownREADME update and minor cosmetic changes.
2009-08-02 NeilBrowndir orphans: always put orphans on the dirorphan list.
2009-07-23 NeilBrownUse strblk is more places.
2009-07-22 NeilBrownUse inode_{inc,dec}_link_count
2009-07-20 NeilBrownmore segusage refcount stuff.
2009-03-20 NeilBrownCosmetic cleanups.
2009-03-19 NeilBrownAdd tracking of refcount sources.
2009-03-16 NeilBrownWHITE SPACE
2008-12-12 Neil BrownVarious tracing things.
2008-09-04 Neil BrownStuff.
2008-08-28 Neil BrownMore refcounting fixes and stuff...
2008-07-28 Neil BrownProper locking for access to ->dblock
2008-07-28 Neil BrownUse proper locking to access ->iblock
2008-07-25 Neil BrownClean up reserve_block and waiting for space to be...
2008-07-25 Neil BrownVarious fixes for space tracking etc.
2008-07-25 Neil BrownInitial checking after changing from hg to git.