]> git.neil.brown.name Git - LaFS.git/shortlog
LaFS.git
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.
2009-08-25 NeilBrownMove a dprintk in delete_inode
2009-08-25 NeilBrownRemove useless test in lafs_add_block_address
2009-08-25 NeilBrownleaf_find: make sure returned block is IOLocked.
2009-08-25 NeilBrownDon't accept failure from lafs_add_block_address
2009-08-25 NeilBrownincorporate_index - minor cleanups.
2009-08-25 NeilBrownInitialise inode->update_cluster
2009-08-25 NeilBrownIntroduce lafs_index_empty.
2009-08-25 NeilBrownUpdates summaries when flushing a block into the inode.
2009-08-25 NeilBrowncleaner: recognise end of segment properly.
2009-08-25 NeilBrownsegments: don't lose delayed updates.
2009-08-25 NeilBrownSplit B_Writeback out from B_IOLock
2009-08-24 NeilBrownFix iolock semantics.
2009-08-24 NeilBrownCorrectly handle Dirty index blocks during truncate
2009-08-24 NeilBrownIOLock all accesses to index blocks.
2009-08-24 NeilBrownUse i_data rather than i_mapping
2009-08-24 NeilBrownRevise dirty/valid rules for Index blocks.
2009-08-18 NeilBrownMake sure inode dblock stayed pinned in checkpoint.
2009-08-17 NeilBrownMake sure orphans are cleaned up when inode creation...
2009-08-17 NeilBrownRelease ino when file creation fails.
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-15 NeilBrownmake sure blocks are always refiled after Pinned is...
2009-08-15 NeilBrownImprove credit handling when flushing a data block...
2009-08-15 NeilBrownmake checkpointing more robust
2009-08-15 NeilBrownSimplify writeout rules for inode data block.
2009-08-15 NeilBrownSimplify iolocking in get_flushable
2009-08-15 NeilBrownAvoid races when processing blocks for checkpoint.
2009-08-15 NeilBrownRemove dirtying of InoIdx in place of inode data block.
2009-08-15 NeilBrownDon't set Valid when setting Dirty.
2009-08-15 NeilBrowninode: Fix problems at inode creation.
2009-08-15 NeilBrownlafs_allocated_block: don't repeat so much for a new_parent
next