Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1501188 > unrolled thread
| Started by | Chris Mason <clm@fb.com> |
|---|---|
| First post | 2016-10-14 22:40 +0200 |
| Last post | 2016-10-14 22:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] Btrfs Chris Mason <clm@fb.com> - 2016-10-14 22:40 +0200
| From | Chris Mason <clm@fb.com> |
|---|---|
| Date | 2016-10-14 22:40 +0200 |
| Subject | [GIT PULL] Btrfs |
| Message-ID | <sshqO-6fq-19@gated-at.bofh.it> |
Hi Linus,
My for-linus-4.9 branch:
git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.9
Has some fixes from Omar and Dave Sterba for our new free space tree.
This isn't heavily used yet, but as we move toward making it the new
default we wanted to nail down an endian bug.
Omar Sandoval (5) commits (+259/-145):
Btrfs: expand free space tree sanity tests to catch endianness bug (+96/-68)
Btrfs: fix extent buffer bitmap tests on big-endian systems (+51/-36)
Btrfs: fix free space tree bitmaps on big-endian systems (+76/-27)
Btrfs: fix mount -o clear_cache,space_cache=v2 (+12/-12)
Btrfs: catch invalid free space trees (+24/-2)
David Sterba (2) commits (+13/-12):
btrfs: tests: uninline member definitions in free_space_extent (+2/-1)
btrfs: tests: constify free space extent specs (+11/-11)
Total: (7) commits (+272/-157)
fs/btrfs/ctree.h | 3 +-
fs/btrfs/disk-io.c | 33 +++---
fs/btrfs/extent_io.c | 64 +++++++----
fs/btrfs/extent_io.h | 22 ++++
fs/btrfs/free-space-tree.c | 19 ++--
fs/btrfs/tests/extent-io-tests.c | 87 ++++++++-------
fs/btrfs/tests/free-space-tree-tests.c | 189 +++++++++++++++++++--------------
include/uapi/linux/btrfs.h | 12 ++-
8 files changed, 272 insertions(+), 157 deletions(-)
Back to top | Article view | linux.kernel
csiph-web