Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unaligned access fixes | David Miller | 2008-02-15 | 1 | -8/+4 |
| | | | | | | | | | | | | | The first problem is that these SETGET macros lose typing information, and therefore can't see the 'packed' attribute and therefore take unaligned access SIGBUS signals on sparc64 when trying to derefernce the member. The next problem is a similar issue in btrfs_name_hash(). This gets passed things like &key.offset which is a member of a packed structure, losing this packed'ness information btrfs_name_hash() performs a potentially unaligned memory access, again resulting in a SIGBUS. | ||||
* | Update btrfs-progs to match kernel sources | Yan | 2008-01-04 | 1 | -73/+207 |
| | |||||
* | Update btrfs-progs to better match the kernel | Yan | 2007-12-05 | 1 | -25/+89 |
| | |||||
* | xattr support for btrfs-progs | Josef Bacik | 2007-11-16 | 1 | -2/+2 |
| | |||||
* | Allow large blocks | Chris Mason | 2007-10-15 | 1 | -2/+0 |
| | |||||
* | add GPLv2 | Chris Mason | 2007-06-12 | 1 | -0/+18 |
| | |||||
* | bring back the inode number directory index | Chris Mason | 2007-04-19 | 1 | -17/+43 |
| | |||||
* | key flag reorg | Chris Mason | 2007-04-18 | 1 | -21/+0 |
| | |||||
* | start of support for subvolumes | Chris Mason | 2007-04-06 | 1 | -5/+9 |
| | |||||
* | finish off inode indexing in dirs, add overflows | Chris Mason | 2007-04-05 | 1 | -5/+23 |
| | |||||
* | dir inode index | Chris Mason | 2007-04-04 | 1 | -0/+19 |
| | |||||
* | create a root dir in mkfs | Chris Mason | 2007-03-21 | 1 | -1/+6 |
| | |||||
* | transaction handles everywhere | Chris Mason | 2007-03-16 | 1 | -8/+12 |
| | |||||
* | add a name_len to dir items, reorder key | Chris Mason | 2007-03-16 | 1 | -9/+5 |
| | |||||
* | directory testing code and dir item fixes | Chris Mason | 2007-03-15 | 1 | -41/+17 |
| | |||||
* | Use a chunk of the key flags to record the item type. | Chris Mason | 2007-03-15 | 1 | -0/+102 |
Add (untested and simple) directory item code Fix comp_keys to use the new key ordering Add btrfs_insert_empty_item |