linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-27 17:00:28 to 2017-04-01 06:06:12 UTC [more...]

mix ssd and hdd in single volume
 2017-04-01  6:06 UTC 

force btrfs to release underlying block device(s)
 2017-04-01  5:58 UTC 

Shrinking a device - performance?
 2017-04-01  4:26 UTC  (30+ messages)

Do different btrfs volumes compete for CPU?
 2017-04-01  2:04 UTC  (4+ messages)

[GIT PULL] Btrfs
 2017-03-31 21:05 UTC 

Cosmetics bug: remounting ssd does not clear nossd
 2017-03-31 20:50 UTC  (8+ messages)
` [PATCH] btrfs: drop the nossd flag when remounting with -o ssd
      ` [PATCH v2] "

Confusion about snapshots containers
 2017-03-31 17:40 UTC  (7+ messages)
  ` Fwd: "

[PATCH v4 0/5] raid56: scrub related fixes
 2017-03-31 17:34 UTC  (12+ messages)
` [PATCH v4 1/5] btrfs: scrub: Introduce full stripe lock for RAID56
` [PATCH v4 2/5] btrfs: scrub: Fix RAID56 recovery race condition
` [PATCH v4 3/5] btrfs: scrub: Don't append on-disk pages for raid56 scrub
` [PATCH v4 4/5] btrfs: Wait flighting bio before freeing target device for raid56
` [PATCH v4 5/5] btrfs: Prevent scrub recheck from racing with dev replace

[PATCH 0/7] Readahead clenups
 2017-03-31 17:33 UTC  (3+ messages)
` [PATCH 2/7] btrfs: use simpler readahead zone lookups

[PATCH v3 0/5] raid56: scrub related fixes
 2017-03-31 17:26 UTC  (17+ messages)
` [PATCH v3 1/5] btrfs: scrub: Introduce full stripe lock for RAID56
` [PATCH v3 2/5] btrfs: scrub: Fix RAID56 recovery race condition
` [PATCH v3 3/5] btrfs: scrub: Don't append on-disk pages for raid56 scrub
` [PATCH v3 4/5] btrfs: Wait flighting bio before freeing target device for raid56
` [PATCH v3 5/5] btrfs: Prevent scrub recheck from racing with dev replace

Btrfs progs release 4.10.2
 2017-03-31 15:34 UTC 

WARN splat fs/btrfs/qgroup.c
 2017-03-31 14:51 UTC 

[PATCH 4/4] btrfs: cleanup barrier_all_devices() to check dev stat flush error
 2017-03-31 11:36 UTC  (5+ messages)
` [PATCH V2 "
` [PATCH 4/4 V2] "

[PATCH 3/4 V2] btrfs: cleanup barrier_all_devices() unify dev error count
 2017-03-31 11:33 UTC 

[PATCH 2/4 V2] btrfs: use blkdev_issue_flush to flush the device cache
 2017-03-31 11:29 UTC 

[PATCH] btrfs: delete unused member nobarriers
 2017-03-31 11:26 UTC 

[PATCH 00/20] Enable lowmem repair for fs/subvolume tree
 2017-03-31  1:49 UTC  (3+ messages)

[PATCH] Btrfs: enable repair during read for raid56 profile
 2017-03-31  1:21 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v2] Btrfs: fix wrong failed mirror_num of read-repair on raid56

[PATCH v2] Btrfs: bring back repair during read
 2017-03-31  1:17 UTC  (3+ messages)
` [PATCH v3] "

Bug: misleading free space tree messages when mounting ro
 2017-03-30 22:40 UTC 

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-30 21:11 UTC  (18+ messages)

[PATCH v4] btrfs: add missing memset while reading compressed inline extents
 2017-03-30 15:46 UTC  (2+ messages)
` [v4] "

[PATCH v3] btrfs-progs: fsck-tests: verify 'btrfs check --repair' fixes corrupted nlink field
 2017-03-30 15:52 UTC  (2+ messages)

[PATCH v2 0/9] Qgroup fixes
 2017-03-30 13:11 UTC  (7+ messages)
` [PATCH v2 1/9] btrfs: qgroup: Add trace point for qgroup reserved space
` [PATCH v2 2/9] btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space tracepoint
` [PATCH v2 6/9] btrfs: qgroup: Return actually freed bytes for qgroup release or free data

[PATCH] Btrfs: fix wrong failed mirror_num of read-repair on raid56
 2017-03-30 11:43 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/4] cleanup barrier_all_devices()
 2017-03-30 10:57 UTC  (8+ messages)
` [PATCH 1/4] btrfs: REQ_PREFLUSH does not use btrfs_end_bio() completion callback
` [PATCH 2/4] btrfs: Communicate back ENOMEM when it occurs

[PATCH v3 00/19] Btrfs-progs offline scrub
 2017-03-30  6:21 UTC  (21+ messages)
` [PATCH v3 01/19] btrfs-progs: raid56: Introduce raid56 header for later recovery usage
` [PATCH v3 02/19] btrfs-progs: raid56: Introduce tables for RAID6 recovery
` [PATCH v3 03/19] btrfs-progs: raid56: Allow raid6 to recover 2 data stripes
` [PATCH v3 04/19] btrfs-progs: raid56: Allow raid6 to recover data and p
` [PATCH v3 05/19] btrfs-progs: Introduce wrapper to recover raid56 data
` [PATCH v3 06/19] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
` [PATCH v3 07/19] btrfs-progs: Allow __btrfs_map_block_v2 to remove unrelated stripes
` [PATCH v3 08/19] btrfs-progs: csum: Introduce function to read out data csums
` [PATCH v3 09/19] btrfs-progs: scrub: Introduce structures to support fsck scrub for RAID56
` [PATCH v3 10/19] btrfs-progs: scrub: Introduce function to scrub mirror based tree block
` [PATCH v3 11/19] btrfs-progs: scrub: Introduce function to scrub mirror based data blocks
` [PATCH v3 12/19] btrfs-progs: scrub: Introduce function to scrub one extent
` [PATCH v3 13/19] btrfs-progs: scrub: Introduce function to scrub one data stripe
` [PATCH v3 14/19] btrfs-progs: scrub: Introduce function to verify parities
` [PATCH v3 15/19] btrfs-progs: extent-tree: Introduce function to check if there is any extent in given range
` [PATCH v3 16/19] btrfs-progs: scrub: Introduce function to recover data parity
` [PATCH v3 17/19] btrfs-progs: scrub: Introduce a function to scrub one full stripe
` [PATCH v3 18/19] btrfs-progs: scrub: Introduce function to check a whole block group
` [PATCH v3 19/19] btrfs-progs: fsck: Introduce offline scrub function
` [PATCH v3 19/19] btrfs-progs: scrub: "

[PATCH] Btrfs: set scrub page's io_error if failing to submit io
 2017-03-29 20:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] btrfs: warn about RAID5/6 being experimental at mount time
 2017-03-29 19:42 UTC  (4+ messages)
` [PATCH 2/2] btrfs: clear the RAID5/6 incompat flag once no longer needed

[PATCH] btrfs: use clear_page where appropriate
 2017-03-29 18:48 UTC 

[PATCH] btrfs: track exclusive filesystem operation in flags
 2017-03-29 13:21 UTC  (3+ messages)

send snapshot from snapshot incremental
 2017-03-29 12:24 UTC  (8+ messages)

Qgroups are not applied when snapshotting a subvol?
 2017-03-29 11:36 UTC  (23+ messages)

[PATCH 0/25 v2] fs: Convert all embedded bdis into separate ones
 2017-03-29 10:56 UTC  (3+ messages)
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 08/25] btrfs: Convert to separately allocated bdi

[LKP] [btrfs] "fio: pid=2214, got signal=7" error showed in fio test for btrfs
 2017-03-29  7:50 UTC  (2+ messages)

How to test in-bound dedupe
 2017-03-29  0:55 UTC  (2+ messages)

[PATCH 1/2] Btrfs: fix unexpected file hole after disk errors
 2017-03-28 18:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] btrfs: drop redundant parameters from btrfs_map_sblock
 2017-03-28 12:45 UTC 

[PATCH] btrfs: sink GFP flags parameter to tree_mod_log_insert_root
 2017-03-28 12:35 UTC 

[PATCH] btrfs: sink GFP flags parameter to tree_mod_log_insert_move
 2017-03-28 12:35 UTC 

[PATCH v5] qgroup: Retry after commit on getting EDQUOT
 2017-03-28 12:00 UTC  (4+ messages)

[PATCH v2 0/2] Cleanup for some hardcoded constants
 2017-03-28 11:36 UTC  (2+ messages)

Missing __error symbol in btrfs-progs-4.10
 2017-03-28 11:26 UTC  (3+ messages)
` [PATCH] btrfs-progs: fix missing __error symbol in libbtrfs.so.0

__link_block_group uses GFP_KERNEL
 2017-03-28  8:16 UTC  (5+ messages)

[PATCH v2 0/5] raid56: scrub related fixes
 2017-03-28  6:24 UTC  (4+ messages)
` [PATCH v2 1/5] btrfs: scrub: Introduce full stripe lock for RAID56

[PATCH 0/2] Cleanup for some hardcoded constants
 2017-03-27 18:01 UTC  (5+ messages)
` [PATCH 2/2] btrfs: replace hardcoded value with SEQ_NONE macro

[PATCH v3 0/7] convert: rollback rework
 2017-03-27 17:55 UTC  (5+ messages)

[PATCH 1/2] btrfs-progs: kerncompat: Fix re-definition of __bitwise
 2017-03-27 17:37 UTC  (2+ messages)

[PATCH] btrfs-progs: convert: Add missing return for HOLE mode when checking convert image
 2017-03-27 17:20 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: lowmeme check: Fix false alert about backref lost for SHARED_DATA_REF
 2017-03-27 17:23 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).