linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-08 00:42:03 to 2019-03-15 06:27:11 UTC [more...]

[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 "

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

Reproducer for "compressed data + hole data corruption bug, 2018 edition" still works on 4.20.7
 2019-03-15  5:28 UTC  (19+ messages)

mounting raid1 btrfs - occasional devid missing / open_ctree failed
 2019-03-15  3:59 UTC  (8+ messages)

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] "

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

[PATCH 1/2] btrfs: Remove EXTENT_WRITEBACK
 2019-03-14 13:28 UTC  (2+ messages)
` [PATCH 2/2] btrfs: Remove EXTENT_IOBITS

[PATCH 0/9] Extent buffer locking cleanups
 2019-03-14 13:15 UTC  (12+ 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/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: raid56: properly unmap parity page in finish_parity_scrub()
 2019-03-14  7:56 UTC  (3+ messages)
` [PATCH v2] "

[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] btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
 2019-03-14  7:10 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  (13+ messages)
` [PATCH v5 4/9] btrfs: refactor btrfs_set_prop add btrfs_set_prop_trans
` [PATCH v5 6/9] btrfs: start transaction in btrfs_set_acl
` [PATCH v5 9/9] btrfs: kill btrfs_setxattr

[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  (9+ messages)

[PATCH 0/3] btrfs: tree-checker: Enhancement and fixes for new fuzzed image report
 2019-03-11 23:41 UTC  (7+ messages)
` [PATCH 1/3] btrfs: tree-checker: Verify chunk items
` [PATCH 2/3] btrfs: tree-checker: Verify dev item
` [PATCH 3/3] btrfs: tree-checker: Fix NULL pointer access for corrupted chunk root

[PATCH v4] btrfs-progs: dump-tree: add noscan option
 2019-03-11 15:19 UTC  (6+ messages)

[PATCH v2 0/3] btrfs: trace: Add trace events for extent_io_tree
 2019-03-11 15:20 UTC  (5+ messages)
` [PATCH v2 2/3] btrfs: Introduce extent_io_tree::owner to distinguish different io_trees

confusing behavior when supers mismatch
 2019-03-11 14:38 UTC  (11+ messages)

[PATCH] Btrfs: remove no longer used 'sync' member from transaction handle
 2019-03-11 14:38 UTC  (3+ messages)

[PATCH] btrfs-progs: Remove get_argv0_buf
 2019-03-11 14:30 UTC  (2+ messages)

[PATCH RFC 0/3] btrfs: Performance profiler support
 2019-03-11  0:44 UTC  (13+ messages)

[bug] btrfs check clear-space-cache v1 corrupted file system
 2019-03-10 23:20 UTC  (5+ messages)

btrfs error: cmds-check.c:4869: add_data_backref: Assertion `!back` failed. no space left on device
 2019-03-10 21:44 UTC 

help request for an unmountable raid1 filesystem
 2019-03-09 21:35 UTC 

Full balance put me in read only state
 2019-03-09  8:14 UTC  (2+ messages)

[PATCH] generic: add test for fsync after shrinking truncate and rename
 2019-03-08 15:11 UTC  (12+ messages)

[PATCH] Btrfs: fix incorrect file size after shrinking truncate and fsync
 2019-03-08 12:45 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).