Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs: btrfs: Fix printf format character warning | Tom Rini | 2018-01-29 | 1 | -2/+2 |
* | fs: btrfs: Fix unaligned memory accesses | Alberto Sánchez Molero | 2018-01-28 | 2 | -3/+5 |
* | fs: btrfs: Remove a foreign language note | Marek Behún | 2017-10-16 | 1 | -1/+0 |
* | fs: btrfs: Fix usage of uninitialized variables | Marek Behún | 2017-10-16 | 3 | -3/+3 |
* | fs/btrfs: Fix warning in btrfs_check_super() | Tom Rini | 2017-10-03 | 1 | -1/+1 |
* | fs: btrfs: Add U-Boot fs handlers. | Marek Behún | 2017-10-02 | 3 | -0/+244 |
* | fs: btrfs: Add single-device read-only BTRFS implementation | Marek Behún | 2017-10-02 | 12 | -0/+1841 |
* | fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions | Marek Behún | 2017-10-02 | 1 | -0/+176 |
* | fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) | Marek Behún | 2017-10-02 | 2 | -0/+1100 |