| 12 months | OGAWA Hirofumi | Fix filemap unit test warning of valgrind |
| 12 months | OGAWA Hirofumi | Kill new_btree(), this is only needed just for unit test |
| 12 months | OGAWA Hirofumi | Use defer btree allocation for itable |
| 12 months | OGAWA Hirofumi | Cleanup kernel/inode.c, get rid of rapid_open_inode() |
| 12 months | OGAWA Hirofumi | Add tux_new_logmap(), and use it |
| 12 months | OGAWA Hirofumi | Cleanup kernel/inode.c, change tux_new_inode() to tux_create_inode() |
| 12 months | OGAWA Hirofumi | Cleanup kernel/inode.c, refactoring tux_new_inode() and alloc_inum() |
| 12 months | OGAWA Hirofumi | Cleanup kernel/inode.c, just change the order of functions |
| 12 months | OGAWA Hirofumi | Fix error code in tux3.c |
| 12 months | OGAWA Hirofumi | Kill fls(), and use ffs() instead |
| 12 months | OGAWA Hirofumi | Cleanup BITS_PER_LONG of user/utility.h |
| 14 months | Daniel Phillips | Suppress idiotic gcc warning for constant shift on 32 bit arch |
| 14 months | OGAWA Hirofumi | Add dump of log_bnode_split() to tux3graph.c |
| 14 months | OGAWA Hirofumi | Introduce log_bnode_split() for insert_leaf() |
| 14 months | OGAWA Hirofumi | Add dump of log_bnode_root() to tux3graph.c |
| 14 months | OGAWA Hirofumi | Introduce log_bnode_root() log |
| 14 months | OGAWA Hirofumi | Add log_balloc() log for leaf to alloc_empty_btree() |
| 14 months | OGAWA Hirofumi | Add dump of LOG_BNODE_ADD/UPDATE to tux3graph.c |
| 14 months | OGAWA Hirofumi | Introduce the log_bnode_add() log |
| 14 months | OGAWA Hirofumi | Change the parameter order of log_bnode_update() |
| 14 months | OGAWA Hirofumi | Separate mark_buffer_dirty() to some variants |
| 14 months | OGAWA Hirofumi | Add log_balloc() log to map_region() |
| 14 months | OGAWA Hirofumi | Add log_balloc() log for new leaf allocation in btree_leaf_split() |
| 14 months | OGAWA Hirofumi | Add the comment to cursor_redirect() in tree_expand() |
| 14 months | OGAWA Hirofumi | Add dump of LOG_LEAF/BNODE_REDIRECT to tux3graph.c |
| 14 months | OGAWA Hirofumi | Fix the log of leaf redirect |
| 14 months | OGAWA Hirofumi | Fix LOG_BNODE_REDIRECT size |
| 14 months | OGAWA Hirofumi | Rename LOG_UPDATE and LOG_REDIRECT |
| 14 months | OGAWA Hirofumi | Fix cursor_redirect() |
| 14 months | OGAWA Hirofumi | Add simple comment to LOG_* tags |
| 14 months | OGAWA Hirofumi | Add dump of bitmap blocks to tux3graph.c |
| 14 months | OGAWA Hirofumi | Add dump of ->next_logoffset to tux3graph.c |
| 14 months | OGAWA Hirofumi | Fix LOG_BALLOC/BFREE/BFREE_ON_FLUSH fields order |
| 14 months | OGAWA Hirofumi | Fix tux3graph assert(1), it should be assert(0) |
| 14 months | OGAWA Hirofumi | Refactoring the change_end() |
| 14 months | OGAWA Hirofumi | Start to merge the log records of flush_log() and stage_delta() |
| 14 months | OGAWA Hirofumi | Fix the defer free of log blocks itself |
| 14 months | OGAWA Hirofumi | Introduce sb->next_logcount |
| 14 months | OGAWA Hirofumi | Refactoring the change_end(), and small fix of flush_log() |
| 14 months | OGAWA Hirofumi | Refactoring flushing buffers on list in stage_delta() |
| 14 months | OGAWA Hirofumi | Refactoring the code for flushing logical logging |
| 14 months | OGAWA Hirofumi | Empty the log before new flushing |
| 14 months | OGAWA Hirofumi | Move blockdirty() from user/commit.c to user/filemap.c |
| 14 months | OGAWA Hirofumi | Separate dir inode update from dir entry operations (find path) |
| 14 months | OGAWA Hirofumi | Separate dir inode update from dir entry operations (create/rename path) |
| 14 months | OGAWA Hirofumi | Separate dir inode update from dir entry operations (delete path) |
| 14 months | OGAWA Hirofumi | Fix new inode number allocation stuff of mark_inode_dirty() for kernel |
| 14 months | OGAWA Hirofumi | Fix new inode number allocation stuff of map_region() for kernel |
| 14 months | OGAWA Hirofumi | Add test case for new inode number allocation stuff |
| 14 months | OGAWA Hirofumi | Fix inode number deletion on new inode number allocation stuff |
| 14 months | OGAWA Hirofumi | Add simple deferred ileaf update for inode number allocation |
| 14 months | OGAWA Hirofumi | Defer to add root bnode to data btree for atomic-commit |
| 14 months | OGAWA Hirofumi | Cleanup the filemap.c/inode.c as preparation of deferred ileaf update |
| 14 months | OGAWA Hirofumi | Fix ENOATTR error code |
| 14 months | OGAWA Hirofumi | Fix xcache_lookup() error path in get_xattr() |
| 14 months | OGAWA Hirofumi | Fix remove_old() in xattr.c |
| 14 months | OGAWA Hirofumi | Fix sync_inode() in writeback.c |
| 14 months | OGAWA Hirofumi | Add simple comment to stash |
| 14 months | OGAWA Hirofumi | To remember, add FIXME in __tux3_get_block about unmap_underlying_metadata() |
| 14 months | Daniel Phillips | Fuse bug fix by Hirofumi, bug spotted by Cameron |