messages from 2014-04-07 15:25:59 to 2014-04-13 14:16:23 UTC [more...]
Rebalance makes BTRFS 10x slower
2014-04-13 14:16 UTC (3+ messages)
btrfs on 3.14rc5 stuck on "btrfs_tree_read_lock sync"
2014-04-13 4:02 UTC (9+ messages)
` How to debug very very slow file delete?
` very slow btrfs filesystem: any data needed before I wipe it?
mount options ignored / unclear
2014-04-12 20:05 UTC
BTRFS setup advice for laptop performance ?
2014-04-12 17:12 UTC (12+ messages)
SELinux on btrfs
2014-04-12 16:15 UTC
Fwd: New Defects reported by Coverity Scan for Linux
2014-04-12 13:44 UTC
"No space left on device" during retroactive compression with btrfs filesystem defragment
2014-04-12 12:55 UTC (2+ messages)
` updating the wiki
[PATCH] btrfs: fix use-after-free in mount_subvol()
2014-04-12 11:33 UTC
mount options ignored / unclear
2014-04-12 4:42 UTC (2+ messages)
[GIT PULL] Btrfs part two
2014-04-12 1:27 UTC (2+ messages)
How to debug very very slow file delete? (btrfs on md-raid5)
2014-04-11 19:15 UTC (8+ messages)
` How to debug very very slow file delete? (btrfs on md-raid5 with many files, 70GB metadata)
What does scrub do?
2014-04-11 18:36 UTC (2+ messages)
[RFC PATCH v10 00/16] Online(inband) data deduplication
2014-04-11 18:00 UTC
[PATCH] Btrfs-progs: update btrfs_file_extent_inline_len to match kernel version
2014-04-11 17:59 UTC (4+ messages)
using same btrfs from diferent distros/kernels
2014-04-11 17:58 UTC (2+ messages)
[PATCH 1/2] btrfs-progs: Add device management related paragraph
2014-04-11 17:52 UTC (9+ messages)
` [PATCH 2/2] btrfs-progs: Add explain on btrfs-zero-log
How to make BTRFS crawl
2014-04-11 15:29 UTC (3+ messages)
Copying a disk containing a btrfs filesystem
2014-04-11 10:39 UTC (14+ messages)
[PATCH] Btrfs: fix compile warnings on on avr32 platform
2014-04-11 10:32 UTC
[RFC PATCH v10 00/16] Online(inband) data deduplication
2014-04-11 9:51 UTC (23+ messages)
` [PATCH v10 01/16] Btrfs: disable qgroups accounting when quota_enable is 0
` [PATCH v10 02/16] Btrfs: introduce dedup tree and relatives
` [PATCH v10 03/16] Btrfs: introduce dedup tree operations
` [PATCH v10 04/16] Btrfs: introduce dedup state
` [PATCH v10 05/16] Btrfs: make ordered extent aware of dedup
` [PATCH v10 06/16] Btrfs: online(inband) data dedup
` [PATCH v10 07/16] Btrfs: skip dedup reference during backref walking
` [PATCH v10 08/16] Btrfs: don't return space for dedup extent
` [PATCH v10 09/16] Btrfs: add ioctl of dedup control
` [PATCH v10 10/16] Btrfs: improve the delayed refs process in rm case
` [PATCH v10 11/16] Btrfs: fix a crash of dedup ref
` [PATCH v10 12/16] Btrfs: fix deadlock of dedup work
` [PATCH v10 13/16] Btrfs: fix transactin abortion in __btrfs_free_extent
` [PATCH v10 14/16] Btrfs: fix wrong pinned bytes "
` [PATCH v10 15/16] Btrfs: use total_bytes instead of bytes_used for global_rsv
` [PATCH v10 16/16] Btrfs: fix dedup enospc problem
` [PATCH v5] Btrfs-progs: add dedup subcommand
Filesystem unable to recover from ENOSPC
2014-04-11 9:28 UTC (6+ messages)
[PATCH 00/27] Replace the old man page with asciidoc and man page for each btrfs subcommand
2014-04-11 5:54 UTC (8+ messages)
` [PATCH 14/27] btrfs-progs: Convert man page for btrfs-replace
` [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log
[PATCH] Btrfs: Use PTR_ERR_OR_ZERO
2014-04-11 3:09 UTC
[PATCH v4 2/2] Btrfs: scrub raid56 stripes in the right way
2014-04-10 23:36 UTC (2+ messages)
Is there any way to determine fragmentation for compressed btrfs volumes?
2014-04-10 15:12 UTC (4+ messages)
Using noCow with snapshots ?
2014-04-10 14:58 UTC (6+ messages)
[PATCH] btrfs-progs: Force 'btrfs dev scan' not using old libblkid cache
2014-04-10 7:37 UTC (2+ messages)
[PATCH] btrfs-progs: correct prompt of minimal num of devs for raid56
2014-04-10 3:55 UTC
[PATCH] btrfs: fix lockdep warning with reclaim lock inversion
2014-04-09 21:23 UTC
[PATCH] btrfs: fix lockdep warning with reclaim lock inversion
2014-04-09 21:22 UTC (3+ messages)
Upgrade to 3.14.0 messed up raid0 array (btrfs cleaner crashes in fs/btrfs/extent-tree.c:5748 and fs/btrfs/free-space-cache.c:1183 )
2014-04-09 19:24 UTC (10+ messages)
btrfsck - process_inode_item: Assertion `!(rec->ino != key->objectid || rec->refs > 1)' failed
2014-04-09 19:40 UTC
[PATCH] Btrfs: fix a crash of clone with inline extents's split
2014-04-09 17:42 UTC (3+ messages)
` [PATCH] btrfs/035: update clone test to expect EOPNOTSUPP
[PATCH] Btrfs: do not reset last_snapshot after relocation
2014-04-09 15:01 UTC (2+ messages)
[PATCH] Btrfs: don't access non-existent key when csum tree is empty
2014-04-09 13:38 UTC
[PATCH] Btrfs: check if items are ordered when a leaf is marked dirty
2014-04-09 14:37 UTC
[PATCH] Btrfs: make sure there are not any read requests before stopping workers
2014-04-09 11:23 UTC
Unable to remove read-only seeding device from a filesystem
2014-04-09 11:00 UTC
[RFC PATCH v9 00/16] Online(inband) data deduplication
2014-04-09 10:14 UTC (21+ messages)
` [PATCH v9 01/16] Btrfs: disable qgroups accounting when quata_enable is 0
` [PATCH v9 02/16] Btrfs: introduce dedup tree and relatives
` [PATCH v9 03/16] Btrfs: introduce dedup tree operations
` [PATCH v9 04/16] Btrfs: introduce dedup state
` [PATCH v9 05/16] Btrfs: make ordered extent aware of dedup
` [PATCH v9 06/16] Btrfs: online(inband) data dedup
` [PATCH v9 07/16] Btrfs: skip dedup reference during backref walking
` [PATCH v9 08/16] Btrfs: don't return space for dedup extent
` [PATCH v9 09/16] Btrfs: add ioctl of dedup control
` [PATCH v9 10/16] Btrfs: improve the delayed refs process in rm case
` [PATCH v9 11/16] Btrfs: fix a crash of dedup ref
` [PATCH v9 12/16] Btrfs: fix deadlock of dedup work
` [PATCH v9 13/16] Btrfs: fix transactin abortion in __btrfs_free_extent
` [PATCH v9 14/16] Btrfs: fix wrong pinned bytes "
` [PATCH v9 15/16] Btrfs: use total_bytes instead of bytes_used for global_rsv
` [PATCH v9 16/16] Btrfs: fix dedup enospc problem
` [PATCH v4] Btrfs-progs: add dedup subcommand
` [PATCH v5] "
[PATCH 1/2] btrfs-progs: Add missing devices check for mounted btrfs
2014-04-09 9:12 UTC (8+ messages)
dm-crypt + btrfs preformance - long lockups during io
2014-04-09 7:45 UTC
[PATCH] btrfs-progs: Fix the return value of btrfs_scan_kernel()
2014-04-09 3:19 UTC (4+ messages)
[PATCH] Btrfs: fix possible memory leak in btrfs_create_tree()
2014-04-09 0:18 UTC
[ANNOUNCE] xfstests: master branch updated to 610e44c
2014-04-09 0:12 UTC
error 2001, no inode item
2014-04-08 16:56 UTC (3+ messages)
[ANNOUNCE] xfstests: updated to cf1ed54
2014-04-08 16:52 UTC (12+ messages)
` [PATCH 1/3] xfstests: Fix SCRATCH_DEV_POOL handling
` [PATCH 2/3] xfstests: Unset SCRATCH_DEV when deduced from SCRATCH_DEV_POOL
` [PATCH 3/3] xfstests: Fix setting FSTYP automatically
Bug when trying to clone with cp --reflink=always
2014-04-08 16:06 UTC
[PATCH] Btrfs-progs: restore, for compressed extents don't read more bytes than needed
2014-04-08 16:37 UTC
[PATCH] btrfs-progs: Make property work with -t option
2014-04-08 13:38 UTC
[PATCH] btrfs-progs: Constify getters
2014-04-08 13:37 UTC
btrfs-progs v3.14: btrfs manpage missing property, more
2014-04-08 12:25 UTC
[PATCH] btrfs: remove useless ACL check
2014-04-08 11:30 UTC
[PATCH] btrfs: fix crash in remount(thread_pool=) case
2014-04-08 1:28 UTC (2+ messages)
btrfs: lock inversion between delayed_node->mutex and found->groups_sem
2014-04-07 19:27 UTC (9+ messages)
Is this a race bug when releasing eb?
2014-04-07 16:16 UTC (6+ messages)
` Fwd: "
[PATCH] Btrfs: don't set path->need_commit_sem when searching backrefs
2014-04-07 15:40 UTC
[RFC PATCH] Btrfs: send, add calculate data size flag to allow for progress estimation
2014-04-07 15:25 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).