linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-15 19:01:00 to 2017-09-21 04:10:34 UTC [more...]

[PATCH v2] btrfs: LOGICAL_INO enhancements (this time based on 4.14-rc1)
 2017-09-21  4:10 UTC  (2+ messages)
` [PATCH 2/3] btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2

btrfs-progs: suggestion of removing --commit-after option of subvol delete
 2017-09-21  2:52 UTC  (9+ messages)

[PATCH] fstests: btrfs/150 regression test for reading compressed data
 2017-09-20 23:52 UTC 

[PATCH 1/2] Btrfs: fix kernel oops while reading compressed data
 2017-09-20 23:50 UTC  (2+ messages)
` [PATCH 2/2] Btrfs: skip checksum when reading compressed data if some IO have failed

[PATCH 1/3] btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extents
 2017-09-21  0:33 UTC  (3+ messages)
` [PATCH 2/3] btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2
` [PATCH 3/3] btrfs: increase output size for LOGICAL_INO_V2 ioctl

ERROR: parent determination failed (btrfs send-receive)
 2017-09-20 23:37 UTC  (8+ messages)

RFC: Btrfs does not store checksum type? Only size? O_o
 2017-09-20 23:27 UTC  (3+ messages)

WARNING: CPU: 3 PID: 439 at fs/btrfs/ctree.h:1559 btrfs_update_device+0x1c5/0x1d0 [btrfs]
 2017-09-20 23:19 UTC  (14+ messages)

Does btrfs use crc32 for error correction?
 2017-09-20 22:04 UTC  (6+ messages)

SSD caching an existing btrfs raid1
 2017-09-20 20:45 UTC  (6+ messages)

kernel BUG at fs/btrfs/extent_io.c:1989
 2017-09-20 19:19 UTC  (9+ messages)

difference between -c and -p for send-receive?
 2017-09-20 19:21 UTC  (7+ messages)

[PATCH v2] fs:btrfs: return -ENOMEM on allocation failure
 2017-09-20 12:48 UTC  (2+ messages)

btrfs filesystem defragment -r -- does it affect subvolumes?
 2017-09-20 11:46 UTC  (14+ messages)
` defragmenting best practice?

using fio to test btrfs compression
 2017-09-20 11:10 UTC  (12+ messages)

RFC: crc32c vs xxhash32/64 (ARM)
 2017-09-20  9:17 UTC 

[PATCH v2] btrfs: Make check for unaligned device size more gentle
 2017-09-20  6:35 UTC 

[PATCH] btrfs: Remove WARN_ON for unaligned device created before v4.13 and adds more user friendly output
 2017-09-20  6:18 UTC 

Problems with debian install
 2017-09-20  6:14 UTC  (3+ messages)

[PATCH] btrfs-progs: subvolume: outputs message only when operation succeeds
 2017-09-20  2:32 UTC  (2+ messages)

[PATCH] btrfs-progs: allow "no" to disable compression for convenience
 2017-09-20  2:03 UTC  (5+ messages)
  ` [PATCH v2] btrfs-progs: allow "none" "

[PATCH] Btrfs: use btrfs_op instead of bio_op in __btrfs_map_block
 2017-09-19 23:50 UTC 

Storage and snapshots as historical yearly
 2017-09-19 19:19 UTC  (7+ messages)

How to recover failing filesystem?
 2017-09-19 18:44 UTC 

snapshots of encrypted directories?
 2017-09-19 18:22 UTC  (10+ messages)

[PATCH] btrfs: make array types static const, reduces object code size
 2017-09-19 15:09 UTC  (2+ messages)

[PATCH] btrfs-progs: check: check invalid extent_inline_ref type in lowmem
 2017-09-19 10:00 UTC  (4+ messages)

Help Recovering BTRFS array
 2017-09-19  3:45 UTC  (2+ messages)

how to run balance successfully (No space left on device)?
 2017-09-19  2:59 UTC  (8+ messages)

[PATCH] btrfs: cleanup mount path
 2017-09-19  2:05 UTC 

[PATCH] Btrfs: fix unexpected result when dio reading corrupted blocks
 2017-09-18 20:48 UTC  (6+ messages)

cp --reflink and qgroup limit
 2017-09-18 18:00 UTC  (3+ messages)

[PATCH 0/2] btrfs-progs: tests/sha* copyright clarity and compliance fixes
 2017-09-18 14:40 UTC  (4+ messages)
` [PATCH 1/2] Add required IETF Trust copyright
` [PATCH 2/2] Remove misleading BCP 78 boilerplate

qemu-kvm VM died during partial raid1 problems of btrfs
 2017-09-18 11:53 UTC  (11+ messages)

A user cannot remove his readonly snapshots?!
 2017-09-18 11:39 UTC  (20+ messages)

[PATCH v3 00/14] Mkfs: Rework --rootdir to a more generic behavior
 2017-09-18  7:35 UTC  (16+ messages)
` [PATCH v3 01/14] btrfs-progs: Refactor find_next_chunk() to get rid of parameter root and objectid
` [PATCH v3 02/14] btrfs-progs: Fix one-byte overlap bug in free_block_group_cache
` [PATCH v3 03/14] btrfs-progs: mkfs: Rework rootdir option to avoid custom chunk layout
` [PATCH v3 04/14] btrfs-progs: mkfs: Update allocation info before verbose output
` [PATCH v3 05/14] btrfs-progs: Avoid BUG_ON for chunk allocation when ENOSPC happens
` [PATCH v3 06/14] btrfs-progs: mkfs: Workaround BUG_ON caused by rootdir option
` [PATCH v3 07/14] btrfs-progs: Doc/mkfs: Add extra condition for "
` [PATCH v3 08/14] btrfs-progs: tests/common: Split user xattr into its own branch for generate_dataset
` [PATCH v3 09/14] btrfs-progs: tests/common: Introduce optional parameter to specify destination directory "
` [PATCH v3 10/14] btrfs-progs: tests/common: Make checksum, permission and acl check path independent
` [PATCH v3 11/14] btrfs-progs: tests/mkfs: Add basic test case for rootdir parameter
  ` [PATCH v3.1 "
` [PATCH v3 12/14] btrfs-progs: tests/common: Detect ungraceful failure case
` [PATCH v3 13/14] btrfs-progs: mkfs: Fix overwritten return value for mkfs
` [PATCH v3 14/14] btrfs-progs: tests/mkfs: Check error handler for rootdir parameter

Btrfs Issues
 2017-09-18  3:10 UTC  (2+ messages)

[PATCH v2] btrfs-progs: Output time elapsed for each major tree it checked
 2017-09-18  1:47 UTC  (2+ messages)

[PATCH v2 0/1] Add qgroup_autoremove flag
 2017-09-17 22:08 UTC  (2+ messages)
` [PATCH v2 1/1] btrfs: Add mechanism to configure automatic level-0 qgroup removal

[PATCH] btrfs-progs: load_chunk_info() wrong set search key 'type'
 2017-09-17 19:50 UTC  (2+ messages)
` [PATCH] load_chunk_info() : wrong "

[PATCH] btrfs-progs: Output time elapsed for each major tree it checked
 2017-09-17 12:27 UTC  (3+ messages)

[PATCH] btrfs: Report error on removing qgroup if del_qgroup_item fails
 2017-09-17 12:25 UTC  (2+ messages)

subvolume list as user?
 2017-09-17  8:48 UTC  (6+ messages)

[PATCH] Btrfs: cleanup 'start' subtraction from try uncompressed inline extent
 2017-09-17  8:44 UTC  (2+ messages)

Regarding handling of file renames in Btrfs
 2017-09-16 12:45 UTC  (4+ messages)

[PATCH v2 0/7] Mkfs: Rework --rootdir to a more generic behavior
 2017-09-16  1:15 UTC  (10+ messages)
` [PATCH v2 7/7] btrfs-progs: Doc/mkfs: Add extra condition for rootdir option

[PATCH] Btrfs: do not backup tree roots when fsync
 2017-09-15 21:09 UTC  (4+ messages)

BUG: BTRFS and O_DIRECT could lead to wrong checksum and wrong data
 2017-09-15 19:14 UTC  (4+ messages)

\o/ compsize
 2017-09-15 18:59 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).