| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: Better block record keeping, real mkfs | Chris Mason | 2007-03-20 | 7 | -19/+134 |
* | Btrfs: change dir-test to insert inode_items | Chris Mason | 2007-03-20 | 4 | -9/+43 |
* | Btrfs: Update TODO | Chris Mason | 2007-03-20 | 1 | -1/+0 |
* | Btrfs: Add inode map, and the start of file extent items | Chris Mason | 2007-03-20 | 11 | -173/+542 |
* | Btrfs: add transaction.h to the Makefile | Chris Mason | 2007-03-20 | 1 | -1/+2 |
* | Btrfs: minor comments | Chris Mason | 2007-03-17 | 1 | -0/+5 |
* | Btrfs: transaction handles everywhere | Chris Mason | 2007-03-16 | 16 | -303/+426 |
* | Btrfs: pin freed blocks from the FS tree too | Chris Mason | 2007-03-16 | 3 | -19/+26 |
* | Btrfs: add a name_len to dir items, reorder key | Chris Mason | 2007-03-16 | 5 | -25/+25 |
* | Btrfs: add inode item | Chris Mason | 2007-03-15 | 5 | -7/+215 |
* | Btrfs: directory testing code and dir item fixes | Chris Mason | 2007-03-15 | 5 | -74/+477 |
* | Btrfs: add hash.h | Chris Mason | 2007-03-15 | 1 | -0/+4 |
* | Btrfs: Use a chunk of the key flags to record the item type. | Chris Mason | 2007-03-15 | 14 | -109/+435 |
* | Btrfs: reorder key offset and flags | Chris Mason | 2007-03-14 | 3 | -8/+9 |
* | Btrfs: variable block size support | Chris Mason | 2007-03-14 | 10 | -300/+238 |
* | Btrfs: add leaf data casting helper | Chris Mason | 2007-03-14 | 3 | -9/+8 |
* | Btrfs: properly reset block cache on free | Chris Mason | 2007-03-14 | 1 | -1/+1 |
* | Btrfs: Change the super to point to a tree of trees to enable persistent snap... | Chris Mason | 2007-03-13 | 10 | -65/+445 |
* | Btrfs: merge leaves before split | Chris Mason | 2007-03-13 | 2 | -2/+9 |
* | Btrfs: make some funcs static | Chris Mason | 2007-03-13 | 2 | -19/+44 |
* | rename funcs and structs to btrfs | Chris Mason | 2007-03-13 | 11 | -447/+454 |
* | Btrfs: struct extent_item endian | Chris Mason | 2007-03-13 | 3 | -15/+39 |
* | Btrfs: node->blockptrs endian fixes | Chris Mason | 2007-03-13 | 4 | -18/+33 |
* | Btrfs: struct item endian fixes | Chris Mason | 2007-03-12 | 6 | -90/+141 |
* | Btrfs: struct key endian fixes | Chris Mason | 2007-03-12 | 7 | -82/+162 |
* | Btrfs: Add sparse endian annotations to struct header | Chris Mason | 2007-03-12 | 2 | -33/+61 |
* | Btrfs: get/set for struct header fields | Chris Mason | 2007-03-12 | 10 | -172/+230 |
* | fix leak in btrfs_drop_snapshot | Chris Mason | 2007-03-12 | 2 | -5/+8 |
* | Btrfs: recursion free-first pass | Chris Mason | 2007-03-10 | 2 | -3/+100 |
* | Btrfs: Fixup last found extent caching | Chris Mason | 2007-03-07 | 4 | -19/+24 |
* | Btrfs: get rid of add recursion | Chris Mason | 2007-03-07 | 3 | -124/+96 |
* | Btrfs: Fixup reference counting on cows | Chris Mason | 2007-03-06 | 9 | -127/+267 |
* | Btrfs: early reference counting | Chris Mason | 2007-03-02 | 6 | -80/+145 |
* | Btrfs: period commit during initial fill in the random tester | Chris Mason | 2007-03-02 | 2 | -5/+12 |
* | Btrfs: Fix extent code to use merge during delete | Chris Mason | 2007-03-02 | 4 | -16/+14 |
* | Btrfs: pretend page cache & commit code | Chris Mason | 2007-03-01 | 5 | -28/+558 |
* | Btrfs: Fixup the code to merge during path walks | Chris Mason | 2007-03-01 | 4 | -43/+381 |
* | Btrfs: merge on the way down during deletes | Chris Mason | 2007-03-01 | 1 | -220/+200 |
* | Btrfs: more return code checking | Chris Mason | 2007-02-28 | 2 | -11/+21 |
* | Btrfs: return code checking | Chris Mason | 2007-02-28 | 4 | -228/+269 |
* | Btrfs: Add sparse checking to Makefile | Chris Mason | 2007-02-28 | 2 | -3/+8 |
* | Btrfs: Take out the merge-during-search-on-delete code, it is buggy. | Chris Mason | 2007-02-28 | 2 | -28/+39 |
* | Btrfs: more 32 bit cleanups | Chris Mason | 2007-02-26 | 1 | -1/+1 |
* | Btrfs: 32bit cleanups | Chris Mason | 2007-02-26 | 2 | -3/+4 |
* | Btrfs: u64 cleanups | Chris Mason | 2007-02-26 | 5 | -17/+17 |
* | Btrfs: fixup dbfile perms | Chris Mason | 2007-02-26 | 1 | -1/+1 |
* | Btrfs: Add fsx-style randomized tree tester | Chris Mason | 2007-02-26 | 6 | -8/+680 |
* | Btrfs: cleanup & comment | Chris Mason | 2007-02-24 | 1 | -1/+27 |
* | Btrfs: push_leaf_right | Chris Mason | 2007-02-24 | 1 | -7/+102 |
* | Btrfs: Break up ctree.c a little | Chris Mason | 2007-02-24 | 6 | -374/+176 |