Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2017-07-18 15:41:41 to 2017-07-25 13:55:19 UTC [more...]

btrfs raid assurance
 2017-07-25 13:55 UTC  (6+ messages)

[PATCH] btrfs: Deprecate userspace transaction ioctls
 2017-07-25 13:12 UTC 

Best Practice: Add new device to RAID1 pool
 2017-07-25  8:13 UTC  (17+ messages)

[PATCH] btrfs-progs: Move check of mixed block early
 2017-07-25  1:57 UTC 

[PATCH v14.4 00/15] Btrfs In-band De-duplication
 2017-07-25  1:04 UTC  (4+ messages)
` [PATCH v14.4 01/15] btrfs: improve inode's outstanding_extents computation

[PATCH] Btrfs: Do not use data_alloc_cluster in ssd mode
 2017-07-24 22:42 UTC  (16+ messages)

Containers, Btrfs vs Btrfs + overlayfs
 2017-07-24 20:43 UTC  (6+ messages)

write corruption due to bio cloning on raid5/6
 2017-07-24 20:22 UTC 

[PATCH 1/2][v2] btrfs: fix readdir deadlock with pagefault
 2017-07-24 19:14 UTC  (2+ messages)
` [PATCH 2/2] btrfs: increase ctx->pos for delayed dir index

[PATCH 0/4] Trivial cleanups
 2017-07-24 17:59 UTC  (5+ messages)
` [PATCH 1/4] btrfs: fix spelling of snapshotting
` [PATCH 2/4] btrfs: drop ancient page flag mappings
` [PATCH 3/4] btrfs: remove trivial wrapper btrfs_force_ra
` [PATCH 4/4] btrfs: drop chunk locks at the end of close_ctree

[PATCH preview] btrfs: allow to set compression level for zlib
 2017-07-24 17:29 UTC 

[PATCH v3 0/4] Add xxhash and zstd modules
 2017-07-24 17:25 UTC  (11+ messages)
` [PATCH v3 1/4] lib: Add xxhash module
` [PATCH v3 3/4] btrfs: Add zstd support
` [PATCH v3 4/4] squashfs: "

[PATCH 1/3] btrfs: don't allow trans ioctl on a directory
 2017-07-24 16:02 UTC  (13+ messages)
` [PATCH 2/3] btrfs: fix readdir deadlock with pagefault
` [PATCH 3/3] btrfs: increase ctx->pos for delayed dir index

[PATCH v3] Btrfs: add skeleton code for compression heuristic
 2017-07-24 15:40 UTC  (8+ messages)

[PATCH 0/3] Btrfs: populate heuristic with detection logic
 2017-07-24 15:02 UTC  (6+ messages)
` [PATCH 1/3] Btrfs: heuristic add simple sampling logic
` [PATCH 2/3] Btrfs: heuristic add byte set calculation
` [PATCH 3/3] Btrfs: heuristic add byte core "

[PATCH] btrfs: fix lockup in find_free_extent with read-only block groups
 2017-07-24 14:03 UTC  (2+ messages)

[PATCH] btrfs: round down size diff when shrinking/growing device
 2017-07-24 13:24 UTC  (2+ messages)

btrfs device ready purpose
 2017-07-24  6:05 UTC  (12+ messages)

degraded raid scribbling upon wrong device
 2017-07-22 20:36 UTC  (2+ messages)

How to detect "orphaned" subvolume attachment point in snapshot?
 2017-07-22 11:15 UTC  (2+ messages)

kernel btrfs file system wedged -- is it toast?
 2017-07-22  6:25 UTC  (12+ messages)

python-btrfs v8
 2017-07-21 23:58 UTC 

[PATCH RESEND] Btrfs: fix early ENOSPC due to delalloc
 2017-07-21 22:00 UTC  (3+ messages)

[PATCH] btrfs: make use of inode_need_compress()
 2017-07-21 18:11 UTC  (4+ messages)

[PATCH 0/4] Compression
 2017-07-21 17:35 UTC  (6+ messages)
` [PATCH 2/4] btrfs: separate defrag and property compression
` [PATCH 4/4] btrfs: allow defrag compress to override NOCOMPRESS attribute

[PATCH] btrfs: Remove unused variables from btrfs_async_reclaim_metadata_space
 2017-07-21 16:18 UTC  (2+ messages)

[PATCH] btrfs: Remove never reached code
 2017-07-21 16:02 UTC  (3+ messages)
` [PATCH v2] btrfs: Remove never reached error handling code in __add_reloc_root

[PATCH 0/3] Cleanup volume.c of unused parameters/variables
 2017-07-21 16:00 UTC  (9+ messages)
` [PATCH 1/3] btrfs: Remove unused variables
    ` [PATCH v2] "
` [PATCH 2/3] btrfs: Remove unused parameters from volume.c functions
    ` [PATCH v2] "

[PATCH] btrfs-progs: Use '-t btrfs' mount option in tests
 2017-07-21 12:36 UTC  (5+ messages)

[PATCH] btrfs: test if receive with qgroups corrupts metadata
 2017-07-21  6:52 UTC  (4+ messages)

strange No space left on device issues
 2017-07-20 22:02 UTC  (16+ messages)

btrfs check --clear-space-cache v2- Aborted (core dumped)
 2017-07-20 10:31 UTC 

[PATCH v5 01/15] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
 2017-07-20  9:51 UTC  (9+ messages)
` [PATCH 00/15] Btrfs-progs offline scrub

btrfs cant mount -d single 4 volumes of different sizes hard drives
 2017-07-20  8:19 UTC  (2+ messages)

[PATCH v6 00/15] Btrfs-progs offline scrub
 2017-07-20  6:56 UTC  (16+ messages)
` [PATCH v6 01/15] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
` [PATCH v6 02/15] btrfs-progs: Allow __btrfs_map_block_v2 to remove unrelated stripes
` [PATCH v6 03/15] btrfs-progs: csum: Introduce function to read out data csums
` [PATCH v6 04/15] btrfs-progs: scrub: Introduce structures to support offline scrub for RAID56
` [PATCH v6 05/15] btrfs-progs: scrub: Introduce functions to scrub mirror based tree block
` [PATCH v6 06/15] btrfs-progs: scrub: Introduce functions to scrub mirror based data blocks
` [PATCH v6 07/15] btrfs-progs: scrub: Introduce function to scrub one mirror-based extent
` [PATCH v6 08/15] btrfs-progs: scrub: Introduce function to scrub one data stripe
` [PATCH v6 09/15] btrfs-progs: scrub: Introduce function to verify parities
` [PATCH v6 10/15] btrfs-progs: extent-tree: Introduce function to check if there is any extent in given range
` [PATCH v6 11/15] btrfs-progs: scrub: Introduce function to recover data parity
` [PATCH v6 12/15] btrfs-progs: scrub: Introduce helper to write a full stripe
` [PATCH v6 13/15] btrfs-progs: scrub: Introduce a function to scrub one "
` [PATCH v6 14/15] btrfs-progs: scrub: Introduce function to check a whole block group
` [PATCH v6 15/15] btrfs-progs: scrub: Introduce offline scrub function

[PATCH] btrfs-progs: Specify C standard to gnu90 explicitly
 2017-07-20  4:57 UTC 

[bug report] btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
 2017-07-19 18:25 UTC  (2+ messages)

[PATCH] btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_wait
 2017-07-19 17:56 UTC 

[PATCH] btrfs: account that we're waiting for DIO read
 2017-07-19 17:56 UTC 

[PATCH] Btrfs: fix dir item validation when replaying xattr deletes
 2017-07-19 16:46 UTC  (2+ messages)

btrfs-cleaner causing heavy load
 2017-07-19  2:59 UTC  (4+ messages)

BTRFS error on my raid1
 2017-07-18 19:19 UTC  (3+ messages)

bind mounts on btrfs cause mountinfo confusion
 2017-07-18 18:57 UTC  (3+ messages)

"detect-zeroes=unmap" support in Btrfs?
 2017-07-18 18:41 UTC  (2+ messages)

[PATCH v2 0/4] Add xxhash and zstd modules
 2017-07-18 18:21 UTC  (3+ messages)
` [PATCH v2 3/4] btrfs: Add zstd support

[PATCH v4 0/6] Chunk level degradable check
 2017-07-18 16:29 UTC  (5+ messages)
` [PATCH v4 1/6] btrfs: Introduce a function to check if all chunks a OK for degraded rw mount

[PATCH 3/3] btrfs: Remove find_raid56_stripe_len
 2017-07-18 16:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] Device helper cleanups
 2017-07-18 15:40 UTC  (5+ messages)
` [PATCH 1/4] btrfs: merge alloc_device helpers
` [PATCH 2/4] btrfs: refactor find_device helper
` [PATCH 3/4] btrfs: split write_dev_supers to two functions
` [PATCH 4/4] btrfs: use named constant for bdev blocksize


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox