Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1249019 > unrolled thread
| Started by | Chris Mason <clm@fb.com> |
|---|---|
| First post | 2015-10-16 19:40 +0200 |
| Last post | 2015-10-16 19:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] Btrfs Chris Mason <clm@fb.com> - 2015-10-16 19:40 +0200
| From | Chris Mason <clm@fb.com> |
|---|---|
| Date | 2015-10-16 19:40 +0200 |
| Subject | [GIT PULL] Btrfs |
| Message-ID | <qkh8Z-4PP-5@gated-at.bofh.it> |
Hi Linus,
I have two more in my for-linus-4.3 branch
git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.3
My commit fixes a bug we hit last week at FB, a combination of lots of
hard links and an admin command to resolve inode numbers.
Dave is adding checks to make sure balance on current kernels ignores
filters it doesn't understand. The penalty for being wrong is just
doing more work (not crashing etc), but it's a good fix.
Chris Mason (1) commits (+3/-5):
btrfs: fix use after free iterating extrefs
David Sterba (1) commits (+13/-0):
btrfs: check unsupported filters in balance arguments
Total: (2) commits (+16/-5)
fs/btrfs/backref.c | 8 +++-----
fs/btrfs/ioctl.c | 5 +++++
fs/btrfs/volumes.h | 8 ++++++++
3 files changed, 16 insertions(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web