]> git.neil.brown.name Git - LaFS.git/history - orphan.c
README update
[LaFS.git] / orphan.c
2011-03-07 NeilBrownReplace lots of ino_from_sb uses.
2010-10-10 NeilBrownUse igrab_fs to hod refcounts on the inodes of orphans.
2010-10-10 NeilBrownReturn ref on sb as well as ino from lafs_iget_fs
2010-10-10 NeilBrownREADME/comment update
2010-10-10 NeilBrownBe more robust in face of read errors on orphan list.
2010-10-10 NeilBrownorphan: replace some pointless tests with BUGs.
2010-09-19 NeilBrownProcess orphan file during mount.
2010-09-17 NeilBrownlafs_refile: lots of locking and refcount changes.
2010-08-14 NeilBrownCombine cleaning and orphan list_heads.
2010-08-14 NeilBrownChange when orphan blocks are refcounted.
2010-08-14 NeilBrownEnsure lafs_orphan_release doesn't block too much
2010-08-13 NeilBrownSeparate thread management from the cleaning.
2010-08-11 NeilBrownDiscard filesys field from lafs_inode
2010-08-09 NeilBrownDon't release an orphan just because an inode cannot...
2010-08-09 NeilBrownrcu locking protection for ->my_inode
2010-08-09 NeilBrownUse lafs_iget_fs rather than multiple get_blocks in...
2010-08-09 NeilBrownhold ref to inode for directory orphans.
2010-08-09 NeilBrownHold ref on inode during orphan handling.
2010-08-09 Neil BrownStore blocksize directly in struct fs
2010-07-25 NeilBrownSeparate setting of PinPending out
2010-07-25 NeilBrownDiscard WritePhase and phase wait
2010-07-10 NeilBrownBetter status handling for orphan handlers.
2010-07-09 NeilBrownMake sure orphans gets run promptly.
2010-07-09 NeilBrownMake sure we retry orphan handling if mutex unavailable.
2010-07-09 NeilBrownREADME update and spelling fixes.
2010-06-27 NeilBrownComplete TODO list
2010-06-27 NeilBrownAdd some more tracing.
2010-06-21 NeilBrownBetter tracking of whether orphan handling is running.
2010-06-18 NeilBrownunmount: clean up waiting for things.
2009-09-03 NeilBrownlafs_find_orphan: always release the lock.
2009-09-03 NeilBrownFixed to run_orphans.
2009-09-03 NeilBrownMove unmap_dblock closer to map.
2009-09-03 NeilBrownFix pruning of orphan file.
2009-09-02 NeilBrownAdd alloc_type to lafs_pin_dblock
2009-09-02 NeilBrownImprove inode orphan handling.
2009-09-02 NeilBrownImprove lafs_run_orphans list handling.
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 NeilBrownlafs_make_orphan_nb - non-blocking version.
2009-08-27 NeilBrownFurther tidy up for make_orphan
2009-08-27 NeilBrownSplit orphan_commit out from orphan_pin
2009-08-27 NeilBrownUse orphan_abort in lafs_orphan_release
2009-08-27 NeilBrownGet rid of orphan_info structure.
2009-08-27 NeilBrownTidy up release_orphan
2009-08-27 NeilBrownOrphan: simplify orphan creation.
2009-08-25 NeilBrownSlight improvement in tracing in orphan_pin
2009-08-16 NeilBrownLAFS_BUG add new debug macro that prints block information.
2009-08-02 NeilBrownREADME update and minor cosmetic changes.
2009-03-29 NeilBrownorphan.c: lots of refcount fixes.
2009-03-20 NeilBrownCosmetic cleanups.
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-09-12 Neil BrownVarious random stuff - time for a checkpoint.
2008-09-09 Neil BrownHacked around unlink-> ENOSPC problems.
2008-07-28 Neil BrownProper locking for access to ->dblock
2008-07-25 Neil BrownInitial checking after changing from hg to git.