linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-12 11:27:18 to 2019-05-18 10:09:47 UTC [more...]

Massive filesystem corruption after balance + fstrim on Linux 5.1.2
 2019-05-18 10:09 UTC  (8+ messages)

[Samba] Fw: Btrfs Samba and Quotas
 2019-05-18  9:22 UTC 

storm-of-soft-lockups: spinlocks running on all cores, preventing forward progress (4.14- to 5.0+)
 2019-05-18  8:27 UTC  (5+ messages)

Unbootable root btrfs
 2019-05-18  4:39 UTC  (4+ messages)

Feature Request: Directory property to upconvert mkdir/rmdir to subvol create/delete
 2019-05-18  4:06 UTC 

[PATCH 00/17] Add support for SHA-256 checksums
 2019-05-18  0:38 UTC  (34+ messages)
` [PATCH 04/17] btrfs: use btrfs_crc32c() instead of btrfs_name_hash()
` [PATCH 05/17] btrfs: don't assume ordered sums to be 4 bytes
` [PATCH 14/17] btrfs: directly call into crypto framework for checsumming
` [PATCH 15/17] btrfs: remove assumption about csum type form btrfs_csum_{data,final}()
` [PATCH 17/17] btrfs: add sha256 as another checksum algorithm

[PATCH] btrfs: correct zstd workspace manager lock to use spin_lock_bh()
 2019-05-17 23:16 UTC 

Used disk size of a received subvolume?
 2019-05-17 23:15 UTC  (9+ messages)

Btrfs progs release 5.1
 2019-05-17 18:14 UTC 

[PATCH] fstests: generic, fsync fuzz tester with fsstress
 2019-05-17 15:34 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 0/8] Misc improvements to dev-replace code
 2019-05-17 14:28 UTC  (18+ messages)
` [PATCH 1/8] btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdev
` [PATCH 2/8] btrfs: Reduce critical section "
` [PATCH 3/8] btrfs: Remove impossible WARN_ON
` [PATCH 4/8] btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date values
` [PATCH 5/8] btrfs: Streamline replace sem unlock in btrfs_dev_replace_start
` [PATCH 6/8] btrfs: Explicitly reserve space for devreplace item
` [PATCH 7/8] btrfs: Ensure replaced device doesn't have pending chunk allocation
    ` [PATCH v2] "
` [PATCH 8/8] btrfs: Remove redundant assignment of tgt_device->commit_total_bytes

[PATCH 00/15] RAID/volumes code cleanups
 2019-05-17 14:05 UTC  (20+ messages)
` [PATCH 01/15] btrfs: fix minimum number of chunk errors for DUP
` [PATCH 02/15] btrfs: raid56: allow the exact minimum number of devices for balance convert
` [PATCH 03/15] btrfs: remove mapping tree structures indirection
` [PATCH 04/15] btrfs: use raid_attr table in get_profile_num_devs
` [PATCH 05/15] btrfs: use raid_attr in btrfs_chunk_max_errors
` [PATCH 06/15] btrfs: use raid_attr table in calc_stripe_length for nparity
` [PATCH 07/15] btrfs: use raid_attr to get allowed profiles for balance conversion
` [PATCH 08/15] btrfs: use raid_attr table to find profiles for integrity lowering
` [PATCH 09/15] btrfs: use raid_attr table for btrfs_bg_type_to_factor
` [PATCH 10/15] btrfs: factor out helper for counting data stripes
` [PATCH 11/15] btrfs: use u8 for raid_array members
` [PATCH 12/15] btrfs: factor out devs_max setting in __btrfs_alloc_chunk
` [PATCH 13/15] btrfs: refactor helper for bg flags to name conversion
` [PATCH 14/15] btrfs: constify map parameter for nr_parity_stripes and nr_data_stripes
` [PATCH 15/15] btrfs: read number of data stripes from map only once

[PATCH] btrfs-progs: check/lowmem: Reset path in repair mode to avoid incorrect item from being passed to lowmem check
 2019-05-17 14:00 UTC 

[PATCH 1/2] btrfs-progs: check: run delayed refs after writing out dirty block groups
 2019-05-17 13:12 UTC  (6+ messages)

[PATCH 1/3] Btrfs: fix fsync not persisting changed attributes of a directory
 2019-05-16 14:48 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 1/2] btrfs-progs: Correctly open filesystem on image file
 2019-05-16 14:10 UTC  (7+ messages)
` [PATCH 2/2] btrfs-progs: tests: Test fs on image files is correctly recognised

[PATCH] btrfs: tree-checker: Check if the file extent end overflow
 2019-05-16 13:00 UTC  (3+ messages)

[PATCH v3 0/3] btrfs-progs: provide command to dump checksums
 2019-05-16 12:52 UTC  (7+ messages)
` [PATCH v3 1/3] btrfs-progs: factor out super_block reading from load_and_dump_sb
  ` [PATCH v3.1 "
` [PATCH v3 2/3] btrfs-progs: add 'btrfs inspect-internal csum-dump' command
` [PATCH v3 3/3] btrfs-progs: completion: wire-up dump-csum

[PATCH 0/3] Fix "filesystem" command when fs is on file image
 2019-05-16 12:24 UTC  (6+ messages)
` [PATCH 1/3] btrfs-progs: Make btrfs_scan_devices take a path
` [PATCH 2/3] btrfs-progs: Correctly identify fs on image files in "filesystem" subcommands
` [PATCH 3/3] btrfs-progs: tests: Test fs on image files is correctly recognised

[PATCH] btrfs: detect fast implementation of crc32c on all architectures
 2019-05-16 11:50 UTC 

delayed_refs has NO entry / btrfs_update_root:136: Aborting unused transaction(No space left)
 2019-05-16  9:12 UTC  (2+ messages)

[PATCH v2 00/13] Add support for SHA-256 checksums
 2019-05-16  8:48 UTC  (14+ messages)
` [PATCH v2 01/13] btrfs: use btrfs_csum_data() instead of directly calling crc32c
` [PATCH v2 02/13] btrfs: resurrect btrfs_crc32c()
` [PATCH v2 03/13] btrfs: use btrfs_crc32c{,_final}() in for free space cache
` [PATCH v2 04/13] btrfs: don't assume ordered sums to be 4 bytes
` [PATCH v2 05/13] btrfs: dont assume compressed_bio "
` [PATCH v2 06/13] btrfs: format checksums according to type for printing
` [PATCH v2 07/13] btrfs: add common checksum type validation
` [PATCH v2 08/13] btrfs: check for supported superblock checksum type before checksum validation
` [PATCH v2 09/13] btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions
` [PATCH v2 10/13] btrfs: add boilerplate code for directly including the crypto framework
` [PATCH v2 11/13] btrfs: directly call into crypto framework for checsumming
` [PATCH v2 12/13] btrfs: remove assumption about csum type form btrfs_print_data_csum_error()
` [PATCH v2 13/13] btrfs: add sha256 as another checksum algorithm

[PATCH 2/3] Btrfs: fix wrong ctime and mtime of a directory after log replay
 2019-05-16  7:09 UTC  (2+ messages)

[PATCH v6] btrfs-progs: dump-tree: add noscan option
 2019-05-16  2:10 UTC 

[PATCH v5 RESEND] btrfs-progs: dump-tree: add noscan option
 2019-05-16  2:10 UTC  (5+ messages)

WARNING at fs/btrfs/delayed-ref.c:296 btrfs_merge_delayed_refs+0x3dc/0x410 (new on 5.0.4, not in 5.0.3)
 2019-05-15 20:27 UTC  (3+ messages)
  ` btrfs + KASAN + SLAB + lvmcache + rsync + kernel 5.0 = page allocation failure and/or OOM kills (solved...ish)

[PATCH] btrfs: fiemap: preallocate ulists for btrfs_check_shared
 2019-05-15 17:24 UTC  (4+ messages)

[PATCH] Btrfs: avoid fallback to transaction commit during fsync of files with holes
 2019-05-15 17:08 UTC  (2+ messages)

[PATCH 3/3] Btrfs: fix race updating log root item during fsync
 2019-05-15 15:03 UTC 

[PATCH v3] btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to CoW without data reservation
 2019-05-15 14:56 UTC  (4+ messages)

[PATCH 1/2] btrfs-progs: scan: cleanup, return errno when we have one
 2019-05-15 14:29 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: scan: pass blkid_get_cache error code

[PATCH] Btrfs-progs: receive, add debug information to write and clone commands
 2019-05-15 14:21 UTC  (2+ messages)

[PATCH] btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()
 2019-05-15 11:37 UTC  (2+ messages)

[PATCH] btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytes
 2019-05-14 23:08 UTC  (4+ messages)

[PATCH V9] Btrfs: enhance raid1/10 balance heuristic
 2019-05-14 21:11 UTC  (5+ messages)

[PATCH] Btrfs: fix race between send and deduplication that lead to failures and crashes
 2019-05-13 22:06 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] Btrfs: prevent send failures and crashes due to concurrent relocation
 2019-05-13 18:00 UTC  (6+ messages)

[PATCH 0/2] Fix kobject error path memleaks
 2019-05-13 17:47 UTC  (9+ messages)
` [PATCH 1/2] fs: btrfs: Fix error path kobject memory leak
` [PATCH 2/2] fs: btrfs: Don't leak memory when failing add fsid

[PATCH 0/3] btrfs-progs: Handle error properly in btrfs_commit_transaction()
 2019-05-13 13:55 UTC  (2+ messages)

[PATCH AUTOSEL 5.0 92/99] btrfs: Switch memory allocations in async csum calculation path to kvmalloc
 2019-05-13 13:37 UTC  (3+ messages)

[PATCH v2 0/3] btrfs-progs: provide command to dump checksums
 2019-05-13 13:05 UTC  (5+ messages)
` [PATCH v2 1/3] btrfs-progs: factor out super_block reading from load_and_dump_sb
` [PATCH v2 2/3] btrfs-progs: add 'btrfs inspect-internal csum-dump' command

Howto read btrfs stack trace?
 2019-05-13 12:37 UTC  (3+ messages)

interest in post-mortem examination of a BTRFS system and improving the btrfs-code?
 2019-05-13 12:19 UTC  (18+ messages)

Bad tree block start, can't mount but data seems intact
 2019-05-12 19:46 UTC 

Btrfs Samba and Quotas
 2019-05-12 12:45 UTC  (3+ messages)
  ` Re[2]: "


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).