linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-28 01:58:09 to 2016-01-02 05:12:50 UTC [more...]

Btrfs Check - "type mismatch with chunk"
 2016-01-02  5:12 UTC  (9+ messages)

btrfs scrub failing
 2016-01-02  4:49 UTC  (11+ messages)

btrfs send fail and check hang
 2016-01-02  4:46 UTC 

Unrecoverable fs corruption?
 2016-01-02  4:32 UTC  (4+ messages)

6TB partition, Data only 2TB - aka When you haven't hit the "usual" problem
 2016-01-02  2:10 UTC  (4+ messages)

Btrfs send / receive freeze system?
 2016-01-01 23:23 UTC  (2+ messages)

Add big device, remove small device, read-only
 2016-01-01 20:20 UTC  (4+ messages)

Btrfs send / receive freeze system - Addendum
 2016-01-01 16:06 UTC 

Btrfs send / receive freeze system - Addendum
 2016-01-01 16:06 UTC 

cannot repair filesystem
 2016-01-01 15:44 UTC 

how btrfs uses devid?
 2016-01-01 12:23 UTC  (2+ messages)

Add big device, remove small device, now read-only
 2016-01-01 11:42 UTC 

Still not production ready
 2016-01-01 10:44 UTC  (4+ messages)
    ` still kworker at 100% cpu in all of device size allocated with chunks situations with write load

btrfs send clone use case
 2016-01-01  8:58 UTC  (2+ messages)

btrfs fail behavior when a device vanishes
 2016-01-01  1:45 UTC  (9+ messages)

kernel BUG at fs/btrfs/send.c:1482
 2016-01-01  0:17 UTC  (4+ messages)

RAID10 question
 2015-12-31 21:22 UTC  (4+ messages)

[PATCH] Btrfs: fix number of transaction units required to create symlink
 2015-12-31 18:25 UTC 

[PATCH] Btrfs: don't leave dangling dentry if symlink creation failed
 2015-12-31 18:24 UTC 

[PATCH] Btrfs: send, don't BUG_ON() when an empty symlink is found
 2015-12-31 18:24 UTC 

[PATCH 00/10] btrfs: reada: Avoid many times of empty loop
 2015-12-31 15:03 UTC  (11+ messages)
` [PATCH 01/10] "
` [PATCH 02/10] btrfs: reada: Move is_need_to_readahead contition earlier
` [PATCH 03/10] btrfs: reada: add all reachable mirrors into reada device list
` [PATCH 04/10] btrfs: reada: bypass adding extent when all zone failed
` [PATCH 05/10] btrfs: reada: Remove level argument in severial functions
` [PATCH 06/10] btrfs: reada: move reada_extent_put to place after __readahead_hook()
` [PATCH 07/10] btrfs: reada: Pass reada_extent into __readahead_hook directly
` [PATCH 08/10] btrfs: reada: Use fs_info instead of root in __readahead_hook's argument
` [PATCH 09/10] btrfs: reada: Jump into cleanup in direct way for __readahead_hook()
` [PATCH 10/10] btrfs: reada: Fix a debug code typo

quota rescan hangs
 2015-12-31 13:10 UTC  (3+ messages)

subvolume capacity
 2015-12-31 12:12 UTC 

BTRFS File trace from superblock using memory dumps
 2015-12-31 11:59 UTC  (2+ messages)

BTRFS - Write Barriers
 2015-12-31 10:26 UTC  (3+ messages)

[PATCH] BTRFS: Runs the xor function if a Block has failed
 2015-12-31  2:15 UTC  (3+ messages)

[PATCH] BTRFS: Adds an option to select RAID Stripe size
 2015-12-31  0:46 UTC  (33+ messages)

BTRFS in 4.4.0-rc7 keeping system from hibernating
 2015-12-30 23:07 UTC 

Confining scrub to a subvolume
 2015-12-30 21:12 UTC  (7+ messages)

[PATCH RESEND 2/2] btrfs:Fix error handling in the function btrfs_dev_replace_kthread
 2015-12-30 21:08 UTC 

[PATCH RESEND] btrfs:Fix incorrect return statement if failure occurs in the function btrfs_mark_extent_written
 2015-12-30 21:07 UTC 

Btrfs scrub failure for raid 6 kernel 4.3
 2015-12-30 19:08 UTC  (22+ messages)

[PATCH] Btrfs: fix race between free space endio workers and space cache writeout
 2015-12-30 16:08 UTC  (2+ messages)

[PATCH v3 2/2] btrfs: Enhance chunk validation check
 2015-12-30 12:02 UTC  (3+ messages)

Feedback on inline dedup patches
 2015-12-30  8:58 UTC  (2+ messages)

btrfs check inconsistency with raid1, part 1
 2015-12-29 21:33 UTC  (13+ messages)

Trouble with broken RAID5/6 System after trying to solve a problem, want to recover contained Data
 2015-12-29 21:01 UTC  (2+ messages)

[PATCH v4 0/9] Btrfs: free space B-tree
 2015-12-29 20:19 UTC  (3+ messages)
` [PATCH v4 6/9] Btrfs: implement the "

should btrfsck fix a bad superblock?
 2015-12-29 17:19 UTC  (5+ messages)

Deadlock after upgrade to 4.1
 2015-12-29 13:24 UTC  (3+ messages)

[BUG] unable to handle kernel NULL pointer dereference when removing device
 2015-12-29  9:01 UTC 

[PATCH v2 00/14][For 4.6] Btrfs: Add inband (write time) de-duplication framework
 2015-12-29  8:01 UTC  (15+ messages)
` [PATCH 01/14] btrfs: dedup: Introduce dedup framework and its header
` [PATCH 02/14] btrfs: dedup: Introduce function to initialize dedup info
` [PATCH 03/14] btrfs: dedup: Introduce function to add hash into in-memory tree
` [PATCH 04/14] btrfs: dedup: Introduce function to remove hash from "
` [PATCH 05/14] btrfs: dedup: Introduce function to search for an existing hash
` [PATCH 06/14] btrfs: dedup: Implement btrfs_dedup_calc_hash interface
` [PATCH 07/14] btrfs: ordered-extent: Add support for dedup
` [PATCH 08/14] btrfs: dedup: Inband in-memory only de-duplication implement
` [PATCH 09/14] btrfs: dedup: Add basic tree structure for on-disk dedup method
` [PATCH 10/14] btrfs: dedup: Introduce interfaces to resume and cleanup dedup info
` [PATCH 11/14] btrfs: dedup: Add support for on-disk hash search
` [PATCH 12/14] btrfs: dedup: Add support for adding hash for on-disk backend
` [PATCH 13/14] btrfs: dedup: Add support to delete "
` [PATCH 14/14] btrfs: dedup: Add ioctl for inband deduplication

[PATCH 0/7] btrfs-progs: Support for in-band deduplication
 2015-12-29  8:01 UTC  (8+ messages)
` [PATCH 1/7] btrfs-progs: Basic framework for dedup command group
` [PATCH 2/7] btrfs-progs: dedup: Add enable command "
` [PATCH 3/7] btrfs-progs: dedup: Add disable support for inban deduplication
` [PATCH 4/7] btrfs-progs: dedup: Add status subcommand
` [PATCH 5/7] btrfs-progs: Add dedup feature for mkfs and convert
` [PATCH 6/7] btrfs: dedup: Add show-super support for new DEDUP flag
` [PATCH 7/7] btrfs-progs: dedup-tree: Add dedup tree support

[bug] btrfs fi usage reports bogus 16EiB free space
 2015-12-29  5:32 UTC  (5+ messages)

https://btrfs.wiki.kernel.org having OCSP issues?
 2015-12-28 15:39 UTC  (5+ messages)

defrag vs autodefrag
 2015-12-28  9:12 UTC  (10+ messages)
` [PATCH] improve documentation of snapshot unaware defrag

[BUG?] btrfs scrub -d doesn't scan all devices
 2015-12-28  4:37 UTC  (7+ messages)

How to change BTRFS filesystem UUID
 2015-12-28  4:35 UTC  (7+ messages)

corrupt lead, bad key order & no csum found for inode & csum failed ino & input/output error
 2015-12-28  2:01 UTC  (2+ 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).