linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-18 18:15:50 to 2016-01-25 00:28:54 UTC [more...]

uknown issues - different sha256 hash - files corruption
 2016-01-25  0:28 UTC  (3+ messages)

Chicken-egg: uncorrectable checksum error prevents RAID1 rebalancing
 2016-01-24 22:45 UTC  (8+ messages)

Query about proposed dedup patches and behaviours
 2016-01-24  5:12 UTC  (12+ messages)
      ` Interjection: autodefrag mount option aye, nae?

bad metadata [5198686912512, 5198686916608) crossing stripe boundary
 2016-01-24  2:48 UTC 

btrfs-progs 4.4 re-balance of RAID6 is very slow / limited to one cpu core?
 2016-01-24  2:30 UTC  (3+ messages)

[bug] btrfs send -e option always fails ERROR: unexpected EOF in stream
 2016-01-24  0:12 UTC  (4+ messages)

RAID1 disk upgrade method
 2016-01-24  0:03 UTC  (6+ messages)

Bad metadata / Incorrect global backref count
 2016-01-23 23:43 UTC  (2+ messages)

"Some devices missing" only while not mounted
 2016-01-23 23:37 UTC  (10+ messages)

BTRFS: bdev /dev/mapper/dshelf1 errs: wr 2970, rd 848, flush 0, corrupt 189, gen 0
 2016-01-23 23:13 UTC  (7+ messages)

Why is dedup inline, not delayed (as opposed to offline)? Explain like I'm five pls
 2016-01-23 22:22 UTC  (26+ messages)

btrfs receive fails
 2016-01-23 20:50 UTC  (2+ messages)

Out of space on small-ish partition, clobber and other methods haven't worked
 2016-01-23 15:23 UTC  (7+ messages)

[PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs
 2016-01-23  0:54 UTC  (3+ messages)

Recovery of a raid1 FS
 2016-01-22 17:10 UTC  (11+ messages)

[GIT PULL] Btrfs
 2016-01-22 16:34 UTC 

Fwd: Unmountable fs after power outage
 2016-01-22 15:25 UTC  (2+ messages)

RAID1 root filesystem - same device shows up twice in 'btrfs fi show'
 2016-01-22 14:53 UTC  (3+ messages)

[PATCH 1/2] btrfs: reada: limit max works count
 2016-01-22 14:19 UTC  (8+ messages)

[PATCH] btrfs: async-thread: Fix a use-after-free error for trace
 2016-01-22 14:03 UTC  (3+ messages)

[PATCH] Btrfs: fix error number in send.c
 2016-01-22 14:00 UTC  (2+ messages)

[PATCH] [RFC] btrfs: reada: avoid undone reada extents in btrfs_reada_wait
 2016-01-22 12:15 UTC 

Kernel 4.4.0 intermittent ENOSPC during heavy data write and concurrent snapshotting
 2016-01-22 12:07 UTC  (4+ messages)

FS corruption when mounting non-degraded after mounting degraded
 2016-01-22  3:38 UTC  (8+ messages)

use-after-free in perf_trace_btrfs__work
 2016-01-22  0:31 UTC  (3+ messages)

[PATCH] btrfs-progs: Makefile.in: Simplify/correct install-static
 2016-01-21 18:35 UTC  (2+ messages)

[PULL][PATCH 0/4] Sysfs fixes to incompat bits
 2016-01-21 18:32 UTC  (5+ messages)
` [PATCH 1/4] btrfs: sysfs: fix typo in compat_ro attribute definition
` [PATCH 2/4] btrfs: sysfs: add free-space-tree bit attribute
` [PATCH 3/4] btrfs: sysfs: introduce helper for syncing bits with sysfs files
` [PATCH 4/4] btrfs: synchronize incompat feature "

[PATCH V13 00/14] Btrfs: Subpagesize-blocksize: Allow I/O on blocks whose size is less than page size
 2016-01-21 10:27 UTC  (15+ messages)
` [PATCH V13 01/14] Btrfs: subpagesize-blocksize: Fix whole page read
` [PATCH V13 02/14] Btrfs: subpagesize-blocksize: Fix whole page write
` [PATCH V13 03/14] Btrfs: subpagesize-blocksize: Make sure delalloc range intersects with the locked page's range
` [PATCH V13 04/14] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [PATCH V13 05/14] Btrfs: subpagesize-blocksize: Read tree blocks whose size is < PAGE_SIZE
` [PATCH V13 06/14] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page
` [PATCH V13 07/14] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE
` [PATCH V13 08/14] Btrfs: subpagesize-blocksize: Deal with partial ordered extent allocations
` [PATCH V13 09/14] Btrfs: subpagesize-blocksize: Explicitly track I/O status of blocks of an ordered extent
` [PATCH V13 10/14] Btrfs: subpagesize-blocksize: btrfs_punch_hole: Fix uptodate blocks check
` [PATCH V13 11/14] Btrfs: subpagesize-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [PATCH V13 12/14] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [PATCH V13 13/14] Btrfs: subpagesize-blocksize: Fix file defragmentation code
` [PATCH V13 14/14] Btrfs: subpagesize-blocksize: extent_clear_unlock_delalloc: Prevent page from being unlocked more than once

[PATCH V10 00/12] Btrfs: Pre subpagesize-blocksize cleanups
 2016-01-21 10:26 UTC  (13+ messages)
` [PATCH V10 01/12] Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [PATCH V10 02/12] Btrfs: Compute and look up csums based on sectorsized blocks
` [PATCH V10 03/12] Btrfs: Direct I/O read: Work "
` [PATCH V10 04/12] Btrfs: fallocate: Work with "
` [PATCH V10 05/12] Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized units
` [PATCH V10 06/12] Btrfs: Search for all ordered extents that could span across a page
` [PATCH V10 07/12] Btrfs: Use (eb->start, seq) as search key for tree modification log
` [PATCH V10 08/12] Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length
` [PATCH V10 09/12] Btrfs: Limit inline extents to root->sectorsize
` [PATCH V10 10/12] Btrfs: Fix block size returned to user space
` [PATCH V10 11/12] Btrfs: Clean pte corresponding to page straddling i_size
` [PATCH V10 12/12] Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone operation

[PATCH] Btrfs: fix race between fsync and lockless direct IO writes
 2016-01-21 10:17 UTC 

[PATCH 1/3] btrfs: Continue write in case of can_not_nocow
 2016-01-21  3:39 UTC  (3+ messages)

[PATCH] btrfs-progs: add 'du' command
 2016-01-20 21:49 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: Import interval tree implemenation from Linux v4.0-rc7
` [PATCH 2/3] btrfs-progs: add 'du' command
` [PATCH 3/3] btrfs-progs du: Calculate space shared by each directory arguments file set

Kernel 4.4.0 KVM guest on Btrfs locks up on snapshotting
 2016-01-20 20:38 UTC  (12+ messages)

Btrfs progs release 4.4
 2016-01-20 18:04 UTC  (4+ messages)

raid1 vs raid5
 2016-01-20 14:17 UTC  (2+ messages)

[PATCH v4 00/14][For 4.6] Btrfs: Add inband (write time) de-duplication framework
 2016-01-20  3:25 UTC  (5+ messages)
` [PATCH v4 05/18] btrfs: delayed-ref: Add support for atomic increasing extent ref

[PATCH][btrfs-progs] Add dump-csums for btrfs inspect-internal
 2016-01-19 19:42 UTC 

Improve detail regarding distribution of RAID-stripes on "btrfs device usage" output (btrfs-progs 4.4)
 2016-01-19 11:12 UTC 

[PULL] Btrfs: misc fixes for 4.5, part 2
 2016-01-19 10:55 UTC 

[PULL][PATCH 0/4] Btrfs: cleanups for 4.5, part 2
 2016-01-19 10:43 UTC  (5+ messages)
` [PATCH 1/4] btrfs: cleanup, stop casting for extent_map->lookup everywhere
` [PATCH 2/4] btrfs: fix iterator with update error in backref.c
` [PATCH 3/4] Btrfs: clean up an error code in btrfs_init_space_info()
` [PATCH 4/4] btrfs: remove duplicate const specifier

[PATCH 0/3] GFP flags adjustments, part 2
 2016-01-19 10:37 UTC  (4+ messages)
` [PATCH 1/3] btrfs: send: use GFP_KERNEL everywhere
` [PATCH 2/3] btrfs: reada: "
` [PATCH 3/3] btrfs: scrub: use GFP_KERNEL on the submission path

[PATCH V7 0/3][PULL REQUEST] Unify 'norecovery' bahavior with other filesystems
 2016-01-19  2:23 UTC  (4+ messages)
` [PATCH V7 1/3] btrfs: Introduce new mount option usebackuproot to replace recovery
` [PATCH V7 2/3] btrfs: Introduce new mount option to disable tree log replay
` [PATCH V7 3/3] btrfs: Introduce new mount option alias for nologreplay

[PATCH V6 0/3][PULL REQUEST] Unify 'norecovery' bahavior with other filesystems
 2016-01-19  2:13 UTC  (8+ messages)
` [PATCH V6 1/3] btrfs: Introduce new mount option usebackuproot to replace recovery
` [PATCH V6 2/3] btrfs: Introduce new mount option to disable tree log replay
` [PATCH V6 3/3] btrfs: Introduce new mount option alias for nologreplay

[PATCH v5 0/2][PULL REQUEST] Unify 'norecovery' bahavior with other filesystems
 2016-01-19  1:36 UTC  (3+ messages)

[PATCH] btrfs: remove duplicate const specifier
 2016-01-19  0:05 UTC 

space_cache=v2 on root fs
 2016-01-18 21:04 UTC  (3+ messages)

[PATCH 00/35 v3] eparate operations from flags in the bio/request structs
 2016-01-18 18:15 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).