public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-12 08:11:57 to 2019-03-18 19:54:36 UTC [more...]

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 0/1] btrfs-progs: fi usage: implement raid56
 2019-03-18 19:41 UTC  (6+ messages)
` [PATCH 1/1] "

[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

[PATCH 0/3] Couple of coverity fixes
 2019-03-18 15:45 UTC  (4+ 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: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespan
 2019-03-18  2:48 UTC 

delayed_refs has NO entry / btrfs_update_root:136: Aborting unused transaction(No space left)
 2019-03-17  3:42 UTC 

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 v2] btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
 2019-03-14  7:52 UTC 

[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  (12+ 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  (14+ messages)
` [PATCH 1/7] btrfs: Preallocate chunks in cow_file_range_async
` [PATCH 2/7] btrfs: Rename async_cow to async_chunk
` [PATCH 3/7] btrfs: Remove fs_info from struct async_chunk
` [PATCH 4/7] btrfs: Make compress_file_range take only "
` [PATCH 5/7] btrfs: Replace clear_extent_bit with unlock_extent
` [PATCH 6/7] btrfs: Set iotree only once in submit_compressed_extents
` [PATCH 7/7] btrfs: Factor out common extent locking code "

[PATCH 0/6] btrfs: Enhance tree checker and runtime checker to handle the new wave of fuzzed image attack
 2019-03-13  9:41 UTC  (14+ 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

Allow sending of rw-subvols if file system is mounted ro
 2019-03-13  0:52 UTC  (4+ messages)

[GIT PULL] Btrfs updates for 5.1, part 2
 2019-03-12 22:20 UTC  (2+ messages)

[PATCH] Btrfs: fix file corruption after snapshotting
 2019-03-12 17:13 UTC  (7+ messages)
` [PATCH v2] Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writes

Spurious "ghost" "parent transid verify failed" messages on 4.14.x, 4.20.14
 2019-03-12 17:34 UTC  (2+ messages)

[PATCH v5 0/9] Misc props.c cleanups
 2019-03-12 17:22 UTC  (6+ messages)

[PATCH v5] btrfs-progs: dump-tree: add noscan option
 2019-03-12 14:24 UTC  (4+ messages)

a bug on: v4.20.1 : check/main.c:4728: add_data_backref: BUG_ON `!back` triggered, value 1 items checked)
 2019-03-12 13:32 UTC 

[PATCH v2] btrfs: Check the first key and level for cached extent buffer
 2019-03-12 11:09 UTC  (3+ messages)

[PATCH] btrfs: Check the first key and level for cached extent buffer
 2019-03-12  8:39 UTC  (8+ messages)


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