linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-18 05:13:54 to 2020-05-27 08:12:34 UTC [more...]

[PATCH v2 0/3] 3 small cleanups for find_first_block_group
 2020-05-27  8:12 UTC 

[PATCH 0/3] 3 small cleanups for find_first_block_group
 2020-05-27  7:46 UTC  (8+ messages)
` [PATCH 1/3] btrfs: remove pointless out label in find_first_block_group
` [PATCH 2/3] btrfs: get mapping tree directly from fsinfo "
` [PATCH 3/3] btrfs: factor out reading of bg from find_frist_block_group

Planning out new fs. Am I missing anything?
 2020-05-27  6:25 UTC  (5+ messages)

Any news about rescue data from a raid5 in the last years?
 2020-05-27  5:27 UTC  (3+ messages)

space_cache=v1 and v2 at the time time?
 2020-05-27  2:12 UTC 

[PATCH v3 0/3] Add file-system authentication to BTRFS
 2020-05-27  2:08 UTC  (11+ messages)
` [PATCH v3 3/3] btrfs: document btrfs authentication

[PATCH RFC V3] new ioctl BTRFS_IOC_GET_CHUNK_INFO
 2020-05-26 20:19 UTC  (5+ messages)
` [PATCH rfc v3] New "

[PATCH 0/7 v8] btrfs direct-io using iomap
 2020-05-26 16:44 UTC  (11+ messages)
` [PATCH 1/7] fs: Export generic_file_buffered_read()
` [PATCH 2/7] iomap: add a filesystem hook for direct I/O bio submission
` [PATCH 3/7] iomap: Remove lockdep_assert_held()
` [PATCH 4/7] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 5/7] fs: Remove dio_end_io()
` [PATCH 6/7] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 7/7] btrfs: btrfs: split btrfs_direct_IO

[PATCH v7 rebased 0/5] readmirror feature (sysfs and in-memory only approach; with new read_policy device)
 2020-05-26  7:23 UTC  (11+ messages)
` [PATCH v7 3/5] btrfs: create read policy sysfs attribute, pid

5.5 kernel and btrfs-progs v5.6 create and cannot fix 'root 204162 inode 14058737 errors 1000, some csum missing'
 2020-05-26  0:13 UTC  (9+ messages)

[PATCH] btrfs-progs: add RAID5/6 support to btrfs fi us
 2020-05-25 20:40 UTC  (3+ messages)

[PATCH v4 00/11] btrfs-progs: mkfs: Quota support through -Q|--quota
 2020-05-25 14:43 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: check: Detect overlapping csum item
 2020-05-25 13:49 UTC  (2+ messages)

[PATCH] FS: BTRFS: ulist.c: Fixed a brace coding style and space before tab
 2020-05-25 12:37 UTC  (2+ messages)

[PATCH U-BOOT v2 00/30] fs: btrfs: Re-implement btrfs support using the more widely used extent buffer base code
 2020-05-25  6:32 UTC  (31+ messages)
` [PATCH U-BOOT v2 01/30] fs: btrfs: Sync btrfs_btree.h from kernel
` [PATCH U-BOOT v2 02/30] fs: btrfs: Add More checksum algorithm support to btrfs
` [PATCH U-BOOT v2 03/30] fs: btrfs: Cross-port btrfs_read_dev_super() from btrfs-progs
` [PATCH U-BOOT v2 04/30] fs: btrfs: Cross-port rbtree-utils "
` [PATCH U-BOOT v2 05/30] fs: btrfs: Cross-port extent-cache.[ch] "
` [PATCH U-BOOT v2 06/30] fs: btrfs: Cross-port extent-io.[ch] "
` [PATCH U-BOOT v2 07/30] fs: btrfs: Cross port structure accessor into ctree.h
` [PATCH U-BOOT v2 08/30] fs: btrfs: Cross port volumes.[ch] from btrfs-progs
` [PATCH U-BOOT v2 09/30] fs: btrfs: Crossport read_tree_block() "
` [PATCH U-BOOT v2 10/30] fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
` [PATCH U-BOOT v2 11/30] fs: btrfs: Rename btrfs_root to __btrfs_root
` [PATCH U-BOOT v2 12/30] fs: btrfs: Cross port struct btrfs_root to ctree.h
` [PATCH U-BOOT v2 13/30] fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
` [PATCH U-BOOT v2 14/30] fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
` [PATCH U-BOOT v2 15/30] fs: btrfs: Crossport open_ctree_fs_info()
` [PATCH U-BOOT v2 16/30] fs: btrfs: Rename path resolve related functions to avoid name conflicts
` [PATCH U-BOOT v2 17/30] fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
` [PATCH U-BOOT v2 18/30] fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN
` [PATCH U-BOOT v2 19/30] fs: btrfs: Implement btrfs_lookup_path()
` [PATCH U-BOOT v2 20/30] fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
` [PATCH U-BOOT v2 21/30] fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
` [PATCH U-BOOT v2 22/30] fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
` [PATCH U-BOOT v2 23/30] fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
` [PATCH U-BOOT v2 24/30] fs: btrfs: Introduce lookup_data_extent() for later use
` [PATCH U-BOOT v2 25/30] fs: btrfs: Implement btrfs_file_read()
` [PATCH U-BOOT v2 26/30] fs: btrfs: Introduce function to reolve path in one subvolume
` [PATCH U-BOOT v2 27/30] fs: btrfs: Introduce function to resolve the path of "
` [PATCH U-BOOT v2 28/30] fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure
` [PATCH U-BOOT v2 29/30] fs: btrfs: Cleanup the old implementation
` [PATCH U-BOOT v2 30/30] MAINTAINERS: Add btrfs mail list

I can't mount image
 2020-05-24 19:51 UTC  (8+ messages)

Trying to mount hangs
 2020-05-24 12:32 UTC  (10+ messages)

[bug report] btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
 2020-05-23 17:57 UTC 

5.6, slow send/receive, < 1MB/s
 2020-05-23 16:42 UTC  (10+ messages)

[PATCH] btrfs: relocation: Fix reloc root leakage and the NULL pointer reference caused by the leakage
 2020-05-22 13:50 UTC  (6+ messages)

[PATCH 4/9] btrfs: Switch to iomap_dio_rw() for dio
 2020-05-22 12:08 UTC  (15+ messages)

[PATCH 0/2] btrfs: balance root leak and runaway balance fix
 2020-05-22 11:13 UTC  (4+ messages)
` [PATCH 1/2] btrfs: relocation: Fix reloc root leakage and the NULL pointer reference caused by the leakage
` [PATCH 2/2] btrfs: relocation: Clear the DEAD_RELOC_TREE bit for orphan roots to prevent runaway balance

tree-checker read errors
 2020-05-22  6:36 UTC  (2+ messages)

[PATCH 1/4] Btrfs: fix corrupt log due to concurrent fsync of inodes with shared extents
 2020-05-22  0:12 UTC  (3+ messages)

I think he's dead, Jim
 2020-05-21 17:24 UTC  (10+ messages)

Tree-Checker-Error on vServer-Directory
 2020-05-21 11:27 UTC  (3+ messages)

Balance loops: what we know so far
 2020-05-21  3:26 UTC  (14+ messages)

[PATCH v5 2/2] btrfs: Add a test for dead looping balance after balance cancel
 2020-05-21  0:52 UTC 

BTRFS RAID 5 Array looks clean in some states, but cannot mount and cannot recover
 2020-05-20 19:10 UTC  (3+ messages)

Need help recovering broken RAID5 array (parent transid verify failed)
 2020-05-20 19:01 UTC  (5+ messages)

[PATCH v2 1/2] btrfs: Add a test for leaking root crash at unmount time
 2020-05-20 12:41 UTC  (3+ messages)
` [PATCH 2/2] btrfs: Add a test for dead looping balance after balance cancel

[PATCH v3] btrfs: Add a test for dead looping balance after balance cancel
 2020-05-20 12:38 UTC  (6+ messages)

[PATCH] btrfs-progs: drop unique uuid test for btrfstune -M
 2020-05-20 10:44 UTC  (10+ messages)

[PATCH v2 00/16] btrfs-progs: global verbose and quiet option
 2020-05-20 10:01 UTC  (5+ messages)

[PATCH] btrfs: Add a test for leaking root crash at unmount time
 2020-05-20  9:25 UTC  (2+ messages)

[PATCH v3] btrfs: Add a test for dead looping balance after balance cancel
 2020-05-20  7:48 UTC  (2+ messages)

[PATCH v2] btrfs: Add a test for dead looping balance after balance cancel
 2020-05-20  7:32 UTC  (2+ messages)

[PATCH] btrfs: Add a test for dead looping balance after balance cancel
 2020-05-20  6:59 UTC 

cp -a leaves some compressed data
 2020-05-19 15:32 UTC  (5+ messages)

Pending bugs for 5.7
 2020-05-19 14:26 UTC  (3+ messages)
` Bug 5.7-rc: write-time leaf corruption detected
  ` Bug 5.7-rc: write-time leaf corruption detected (fixed)

[PATCH 1/2] Btrfs: include error on messages about failure to write space/inode caches
 2020-05-19 13:18 UTC  (3+ messages)

[RFC PATCH] btrfs: Speed up buffered writes exceeding memory size
 2020-05-19  8:19 UTC 

how to recover unmountable partition (crash while resizing)?
 2020-05-18 19:29 UTC  (3+ messages)

[PATCH] btrfs: unexport btrfs_compress_set_level()
 2020-05-18 18:27 UTC  (2+ messages)

[PATCH] Btrfs: reduce lock contention when create snapshot
 2020-05-18 18:12 UTC  (3+ messages)

[PATCH 2/2] Btrfs: turn space cache writeout failure messages into debug messages
 2020-05-18 16:34 UTC 

[PATCH v3 0/3] btrfs: REF_COWS bit rework
 2020-05-18 16:22 UTC  (8+ messages)

how to recover unmountable partition (crash while resizing)?
 2020-05-18 16:19 UTC  (2+ messages)

Bug 5.7-rc: lockdep warning, chunk_mutex/device_list_mutex
 2020-05-18 15:28 UTC  (6+ messages)
` [PATCH] btrfs: fix lockdep warning chunk_mutex vs device_list_mutex

[PATCH 4/4] Btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()
 2020-05-18 11:15 UTC 

[PATCH 3/4] Btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums
 2020-05-18 11:15 UTC 

[PATCH 2/4] Btrfs: make checksum item extension more efficient
 2020-05-18 11:15 UTC 


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