public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-13 09:18:44 to 2019-03-20 03:45:28 UTC [more...]

A collection of btrfs lockup stack traces
 2019-03-20  3:45 UTC  (2+ messages)

[PATCH RFC] btrfs: fix read corrpution from disks of different generation
 2019-03-20  1:02 UTC  (5+ messages)
` [PATCH] fstests: btrfs test read "

delayed_refs has NO entry / btrfs_update_root:136: Aborting unused transaction(No space left)
 2019-03-20  0:59 UTC  (2+ messages)

super_total_bytes 32004083023872 mismatch with fs_devices total_rw_bytes 64008166047744
 2019-03-20  0:58 UTC  (6+ messages)
        `  "

[PATCH 1/2] btrfs: Make btrfs_(set|clear)_header_flag return void
 2019-03-20  0:54 UTC  (9+ messages)
` [PATCH 2/2] btrfs: Introduce new tree block flag, BTRFS_HEADER_FLAG_LOG

[PATCH 0/6] btrfs: Enhance tree checker and runtime checker to handle the new wave of fuzzed image attack
 2019-03-20  0:46 UTC  (17+ messages)
` [PATCH 1/6] btrfs: tree-checker: Verify chunk items
` [PATCH 2/6] btrfs: tree-checker: Verify dev item
` [PATCH 3/6] btrfs: Check the first key and level for cached extent buffer
` [PATCH 4/6] btrfs: tree-checker: Enhance chunk checker to validate chunk profiler
` [PATCH 5/6] btrfs: tree-checker: Verify inode item
` [PATCH 6/6] btrfs: inode: Verify inode mode to avoid NULL pointer dereference

[PATCH v2] btrfs: Check the first key and level for cached extent buffer
 2019-03-19 19:48 UTC  (4+ messages)

[PATCH v2] btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
 2019-03-19 18:40 UTC  (2+ messages)

[PATCH] btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespan
 2019-03-19 17:59 UTC  (2+ messages)

[PATCH] Btrfs: fix assertion failure on fsync with NO_HOLES enabled
 2019-03-19 17:18 UTC 

[PATCH 0/3] Couple of coverity fixes
 2019-03-19 13:09 UTC  (11+ messages)
` [PATCH 1/3] btrfs: Remove unused -EIO assignment in end_bio_extent_readpage
` [PATCH 2/3] btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
` [PATCH 3/3] btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block_rsv_size

[PATCH] btrfs: Extend btrfs/003 device removal test
 2019-03-19 11:04 UTC  (2+ messages)

[PATCH v2] btrfs: Extend btrfs/003 device removal test
 2019-03-19 11:04 UTC 

[PATCH] btrfs: Enable btrfs/003
 2019-03-19 10:58 UTC 

[PATCH RFC 0/5] readmirror feature
 2019-03-19 10:02 UTC  (8+ messages)
` [PATCH RFC 1/5] btrfs: add inode pointer to prop_handler::validate()
` [PATCH RFC 2/5] btrfs: add readmirror pid property
` [PATCH RFC 3/5] btrfs: add readmirror devid property
` [PATCH RFC 4/5] btrfs: add readmirror pid mount option
` [PATCH RFC 5/5] btrfs: add readmirror devid "
` [PATCH RFC 1/2] btrfs-progs: add helper to create xattr name
  ` [PATCH RFC 2/2] btrfs-progs: add readmirror policy

[PATCH] fstests: btrfs try use forget to unregister device
 2019-03-19  9:49 UTC 

[PATCH] btrfs-progs: Makefile: Also clean test results
 2019-03-19  8:05 UTC  (2+ messages)

[PATCH 0/3] btrfs: tree-checker: Enhancement and fixes for new fuzzed image report
 2019-03-19  7:58 UTC  (4+ messages)
` [PATCH 1/3] btrfs: tree-checker: Verify chunk items

[PATCH 0/1] btrfs-progs: fi usage: implement raid56
 2019-03-19  1:14 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] generic: add test for fsync after shrinking truncate and rename
 2019-03-19  1:13 UTC  (11+ messages)

Balancing raid5 after adding another disk does not move/use any data on it
 2019-03-18 19:54 UTC  (14+ messages)

[PATCH 0/9] Extent buffer locking cleanups
 2019-03-18 19:43 UTC  (17+ messages)
` [PATCH 1/9] btrfs: add assertion helpers for spinning writers
` [PATCH 2/9] btrfs: use "
` [PATCH 3/9] btrfs: add assertion helpers for spinning readers
` [PATCH 4/9] btrfs: use "
` [PATCH 5/9] btrfs: add assertion helpers for extent buffer read lock counters
` [PATCH 6/9] btrfs: use "
` [PATCH 7/9] btrfs: add assertion helpers for extent buffer write "
` [PATCH 8/9] btrfs: use "
` [PATCH 9/9] btrfs: switch extent_buffer::lock_nested to bool

[PATCH] btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
 2019-03-18 19:01 UTC  (4+ messages)

[PATCH] btrfs: raid56: properly unmap parity page in finish_parity_scrub()
 2019-03-18 18:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] btrfs: Remove EXTENT_WRITEBACK
 2019-03-18 18:39 UTC  (3+ messages)
` [PATCH 2/2] btrfs: Remove EXTENT_IOBITS

mounting raid1 btrfs - occasional devid missing / open_ctree failed
 2019-03-18 17:15 UTC  (10+ messages)

[PATCH 00/22] Self test cleanups, error handling fixes
 2019-03-18 16:50 UTC  (23+ messages)
` [PATCH 01/22] btrfs: tests: handle fs_info allocation failure in extent_io tests
` [PATCH 02/22] btrfs: tests: don't leak fs_info in extent_io bitmap tests
` [PATCH 03/22] btrfs: tests: print file:line for error messages
` [PATCH 04/22] btrfs: tests: add table of most common errors
` [PATCH 05/22] btrfs: tests: use standard error message after fs_info allocation failure
` [PATCH 06/22] btrfs: tests: use standard error message after root "
` [PATCH 07/22] btrfs: tests: use standard error message after extent buffer "
` [PATCH 08/22] btrfs: tests: use standard error message after path "
` [PATCH 09/22] btrfs: tests: use standard error message after inode "
` [PATCH 10/22] btrfs: tests: use standard error message after block group "
` [PATCH 11/22] btrfs: tests: properly initialize fs_info of extent buffer
` [PATCH 12/22] btrfs: tests: return errors from extent map tests
` [PATCH 13/22] btrfs: tests: return errors from extent map test case 1
` [PATCH 14/22] btrfs: tests: return errors from extent map test case 2
` [PATCH 15/22] btrfs: tests: return errors from extent map test case 3
` [PATCH 16/22] btrfs: tests: return errors from extent map test case 4
` [PATCH 17/22] btrfs: tests: return error from all extent map test cases
` [PATCH 18/22] btrfs: tests: use standard error message after extent map allocation failure
` [PATCH 19/22] btrfs: tests: use SZ_ constants everywhere
` [PATCH 20/22] btrfs: tests: fix comments about tested extent map ranges
` [PATCH 21/22] btrfs: tests: drop messages when some tests finish
` [PATCH 22/22] btrfs: tests: unify messages when tests start

Reproducer for "compressed data + hole data corruption bug, 2018 edition" still works on 4.20.7
 2019-03-17  2:54 UTC  (21+ messages)

BTRFS partition over a SSD got totally broken on Ubuntu 18.10 -> errno=-17 Object already exists (Failed to recover log tree)
 2019-03-16 23:15 UTC  (2+ messages)

BTRFS partition over a SSD got totally broken on Ubuntu 18.10 -> errno=-17 Object already exists (Fa
 2019-03-16 15:31 UTC 

[RFC PATCH 0/2] btrfs-progs: provide command to dump checksums
 2019-03-15 12:40 UTC  (4+ messages)
` [RFC PATCH 1/2] btrfs-progs: add 'btrfs inspect-internal csum-dump' command

psa, wiki needs updating now that Btrfs supports swapfiles in 5.0
 2019-03-15 11:18 UTC  (5+ messages)

[PATCH v5.1 00/12] btrfs: Enhancement to tree block validation
 2019-03-15  6:27 UTC  (7+ messages)
` [PATCH v5.1 10/12] btrfs: extent_io: Kill the BUG_ON() in extent_write_cache_pages()
  ` [PATCH v5.2 "

Balancing raid5 after adding another disk does not move/use any data on it
 2019-03-14 21:31 UTC  (2+ messages)

[PATCH 16/38] vfs: Convert btrfs_test to fs_context
 2019-03-14 18:24 UTC  (2+ messages)

[PATCH] btrfs: fix a NULL pointer dereference
 2019-03-14 15:41 UTC  (12+ messages)
      ` [PATCH v2] "

[PATCH 0/4] btrfs: fix property bugs
 2019-03-14  9:08 UTC  (9+ messages)
` [PATCH 1/4] btrfs: fix zstd compression parameter
` [PATCH 2/4] btrfs: fix vanished compression property after failed set
` [PATCH 3/4] btrfs: open code btrfs_set_prop in inherit_prop
` [PATCH 4/4] btrfs: fix property validate fail should not increment generation

[PATCH] btrfs: Exploit the fact pages passed to extent_readpages are always contiguous
 2019-03-14  7:17 UTC  (3+ messages)

[PATCH 1/2] btrfs: fix zstd compression parameter
 2019-03-14  1:40 UTC  (11+ messages)
` [PATCH 2/2] btrfs: fix vanished compression property after failed set

[PATCH v4 0/7] Compress path cleanups
 2019-03-13 15:36 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