]> git.neil.brown.name Git - LaFS.git/shortlog
LaFS.git
2010-06-13 NeilBrownREADME update
2010-06-13 NeilBrowninclude iolock info in strblk
2010-06-13 NeilBrowngrow_index_tree: handle B_Root correctly
2010-06-13 NeilBrownEnsure indexblock is clean when truncate finished.
2010-06-13 NeilBrownAvoid deadlock between orphan-truncate and cluster...
2010-06-13 NeilBrowncorrect arg to kfree in refile
2010-06-13 NeilBrownlafs_iblock_alloc: remove duplicate assignment
2010-06-13 NeilBrownCheck still dirty before calling cluster_allocate
2010-06-13 NeilBrownIntroduce constants for 'sync' and 'adopt' flags.
2010-06-13 NeilBrownSet PrimaryRef in do_incorporate_internal
2010-06-13 NeilBrownFix Primary Ref counting when removing an unincorporate...
2010-06-10 NeilBrownFix handling of empty index blocks during incorporation.
2010-06-10 NeilBrownFix problem with mobility of internal index blocks.
2010-06-10 NeilBrownlafs_incorporate: bug on not dirty.
2010-06-10 NeilBrownremove_from_index: various fixes.
2010-06-10 NeilBrownlafs_walk_leaf_index
2010-06-08 NeilBrownwalk_extent: don't keep walking past the end of the...
2010-06-08 NeilBrownadd_extent fixes.
2010-06-08 NeilBrowntruncate: fixes for pruning addresses.
2010-06-08 NeilBrowntruncate: can only safely lafs_incorporate dirty blocks.
2010-06-08 NeilBrownSet depth to 0 when InoIdx becomes empty.
2010-06-08 NeilBrownClear B_OnFree when removing from freelist.
2010-06-07 NeilBrownREADME sync
2010-06-07 NeilBrownRemove stray test is inode_handle_orphan
2010-06-07 NeilBrownBUG_ON in lafs_allocated_block.
2010-06-07 NeilBrownFix a BUG_ON in lafs_erase_dblock
2010-06-07 NeilBrownAdd some error checking to lafs_mount
2010-06-07 NeilBrownMake sure find_block loads data from inode.
2010-06-07 NeilBrownFix compile warning / incorrect test.
2010-06-07 NeilBrownDon't clear B_Valid when index block is empty
2009-09-28 NeilBrownincorporate: handle empty block correctly.
2009-09-28 NeilBrownFORMAT CHANGE - include start address explicitly in...
2009-09-28 NeilBrownREADME notes for changes to index management.
2009-09-28 NeilBrownHandle index blocks becoming empty better.
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-03 NeilBrowndir: replace wrong constant with correct symbolic version.
2009-09-03 NeilBrownDrop excess 'clean2' reference.
2009-09-03 NeilBrownlafs_wait_block fixes
2009-09-03 NeilBrownAvoid flushing inodes too soon.
2009-09-03 NeilBrownMultiple improvements to inode dirtying
2009-09-03 NeilBrownREADME update
2009-09-03 NeilBrownFix clearing of PinPending
2009-09-03 NeilBrownAdd support for unattended testing.
2009-09-03 NeilBrownunmount: push orphan handling along.
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-03 NeilBrownDon't add Credits to Dirty blocks.
2009-09-03 NeilBrownAdd some more "temp_credits" assignment to improve...
2009-09-03 NeilBrownClear physaddr when growing an index tree.
2009-09-03 NeilBrownRelease the orphan status when finished deleting an...
2009-09-03 NeilBrownBe sure to alway unlock new inodes.
2009-09-03 NeilBrowncorrectly handle attempt to load inode that is being...
2009-09-03 NeilBrownInitialise empty index block during allocation.
2009-09-03 NeilBrownAvoid inadvertently flush blocks that are in middle...
2009-09-02 NeilBrownComplete proper pinning dir_handle_orphans.
2009-09-02 NeilBrownFix orphan flushing in rmdir
2009-09-02 NeilBrownFix beyond-eof check when cleaning
2009-09-02 NeilBrownRemove incorrect BUG_ON in checkpoint.
2009-09-02 NeilBrownRemove incorrect assumption from erase_dblock
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 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-09-02 NeilBrownmake lafs_leaf_find properly async
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-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 NeilBrownumount: wait for last cluster to be written.
2009-08-25 NeilBrownAccount for some more temporary credits.
2009-08-25 NeilBrownDocumentation updates and some BUG_ON and tracing.
2009-08-25 NeilBrownSlight improvement in tracing in orphan_pin
2009-08-25 NeilBrownRename share_uninic to share_uninc
2009-08-25 NeilBrownAvoid confusion with ref name "orphans"
2009-08-25 NeilBrownDemote check_credits from BUG to WARNING.
2009-08-25 NeilBrownAdd tracing for seg_move
2009-08-25 NeilBrownsimplify seg_apply
2009-08-25 NeilBrownlafs_print_tree: export and use in super.
2009-08-25 NeilBrownlafs_incorporate - don't clear a block with children.
2009-08-25 NeilBrownImprove tracing for lafs_incorporate.
2009-08-25 NeilBrownsilly typo in do_incorporate_leaf.
2009-08-25 NeilBrownAccelerate walk_indirect.
2009-08-25 NeilBrownincorporate: always call sort_blocks on the uninc list.
2009-08-25 NeilBrownFix add_extent
2009-08-25 NeilBrowncorrect some comments in lafs.h
2009-08-25 NeilBrownIO: support loading of an index block from addr 0.
2009-08-25 NeilBrowntruncate: make sure index block is pinned and dirty...
2009-08-25 NeilBrowntruncate: make sure index changes get incorporated.
2009-08-25 NeilBrownFix prune_some.
next