linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 13:03:30 to 2020-05-20 01:33:04 UTC [more...]

I think he's dead, Jim
 2020-05-20  1:32 UTC  (5+ messages)

[PATCH] btrfs: relocation: Fix reloc root leakage and the NULL pointer reference caused by the leakage
 2020-05-19 23:00 UTC  (5+ messages)

[PATCH 0/9 v7] btrfs direct-io using iomap
 2020-05-19 20:11 UTC  (15+ messages)
` [PATCH 4/9] btrfs: Switch to iomap_dio_rw() for dio

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  (24+ messages)
` Bug 5.7-rc: root leak, eb leak
` Bug 5.7-rc: write-time leaf corruption detected
  ` Bug 5.7-rc: write-time leaf corruption detected (fixed)
` Bug 5.7-rc: lockdep warning, chunk_mutex/device_list_mutex
  ` [PATCH] btrfs: fix lockdep warning chunk_mutex vs device_list_mutex
` Bug 5.7-rc: lockdep warning, fs_reclaim

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

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

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

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

[PATCH] btrfs: Add a test for leaking root crash at unmount time
 2020-05-19  2:13 UTC 

I can't mount image
 2020-05-18 23:45 UTC  (2+ messages)

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

[PATCH] Btrfs: reduce lock contention when create snapshot
 2020-05-18 18:12 UTC  (4+ 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  (13+ messages)
` [PATCH v3 1/3] btrfs: Rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
` [PATCH v3 2/3] btrfs: inode: Cleanup the log tree exceptions in btrfs_truncate_inode_items()
` [PATCH v3 3/3] btrfs: Don't set SHAREABLE flag for data reloc tree

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

[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 

Balance loops: what we know so far
 2020-05-18  5:25 UTC  (19+ messages)

[PATCH 01/10] include/linux/pagemap.h: introduce attach/detach_page_private
 2020-05-17 21:47 UTC  (2+ messages)
` [PATCH 03/10] btrfs: use attach/detach_page_private

Mount options in kernel boot line or fstab?
 2020-05-16  7:29 UTC 

Need help recovering broken RAID5 array (parent transid verify failed)
 2020-05-16  1:44 UTC  (3+ messages)

[PATCH] btrfs: fix comment drop reference to volume_mutex
 2020-05-15 17:48 UTC  (2+ messages)

[PATCH 0/3] Tree and inode lookup cleanups
 2020-05-15 17:35 UTC  (4+ messages)
` [PATCH 1/3] btrfs: simplify root lookup by id
` [PATCH 2/3] btrfs: open code read_fs_root
` [PATCH 3/3] btrfs: simplify iget helpers

btrfs-progs reports nonsense scrub status
 2020-05-15 11:27 UTC  (21+ messages)

[PATCH -next] fs/btrfs: Fix unlocking in btrfs_ref_tree_mod
 2020-05-15 10:44 UTC  (5+ messages)

[PATCH fstests] btrfs/14{2,3}: use dm-dust instead of fail_make_request
 2020-05-15  6:41 UTC  (4+ messages)

[PATCH v3 0/3] Add file-system authentication to BTRFS
 2020-05-14 16:05 UTC  (9+ messages)
` [PATCH v3 1/3] btrfs: rename btrfs_parse_device_options back to btrfs_parse_early_options
` [PATCH v3 2/3] btrfs: add authentication support
` [PATCH v3 3/3] btrfs: document btrfs authentication

[PATCH v2 0/3] btrfs: REF_COWS bit rework
 2020-05-14 13:32 UTC  (6+ messages)
` [PATCH v2 1/3] btrfs: Rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
` [PATCH v2 2/3] btrfs: inode: Cleanup the log tree exceptions in btrfs_truncate_inode_items()
` [PATCH v2 3/3] btrfs: Don't set SHAREABLE flag for data reloc tree

[PATCH v2 0/5] btrfs-progs: support creating authenticated file-systems
 2020-05-14  9:34 UTC  (6+ messages)
` [PATCH v2 1/5] btrfs-progs: pass in fs_info to btrfs_csum_data
` [PATCH v2 2/5] btrfs-progs: add auth_key argument to open_ctree_fs_info
` [PATCH v2 3/5] btrfs-progs: Add HMAC(SHA256) support
` [PATCH v2 4/5] btrfs-progs: add --auth-key to dump-super
` [PATCH v2 5/5] btrfs-progs: add auth key to check

[PATCH 0/2] btrfs: REF_COWS bit rework
 2020-05-14  0:06 UTC  (10+ messages)
` [PATCH 1/2] btrfs: Rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
` [PATCH 2/2] btrfs: Don't set SHAREABLE flag for data reloc tree

Exploring referenced extents
 2020-05-13 20:15 UTC  (4+ messages)

Error when using btrfs subvolume snapshot & send | receive
 2020-05-13 16:11 UTC  (2+ messages)

How to find the parent folder of a sub-volume ?
 2020-05-13 12:41 UTC  (3+ messages)

balance pause and resume seems not to work properly
 2020-05-13  5:44 UTC  (2+ messages)

[PATCH 4/4] fs: btrfs: fix a data race in btrfs_block_rsv_release()
 2020-05-13  2:18 UTC  (3+ messages)

[PATCH 2/4] fs: btrfs: fix data races in extent_write_cache_pages()
 2020-05-13  2:17 UTC  (3+ messages)

[PATCH v3] btrfs: send: Emit file capabilities after chown
 2020-05-13  0:49 UTC  (3+ messages)

[PATCH] btrfs: allow setting per extent compression
 2020-05-12 22:36 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v4] btrfs: send: Emit file capabilities after chown
 2020-05-12 21:30 UTC  (2+ messages)

[PATCH] btrfs: Remove duplicated include in block-group.c
 2020-05-12 12:53 UTC  (3+ messages)

[PATCH v4 00/11] btrfs-progs: Support for SKINNY_BG_TREE feature
 2020-05-12  8:44 UTC  (6+ messages)

Help with unmountable boot volume
 2020-05-12  2:26 UTC  (2+ messages)

Western Digital Red's SMR and btrfs?
 2020-05-12  2:17 UTC  (10+ messages)

[PATCH v4 0/7] btrfs: Introduce new incompat feature SKINNY_BG_TREE to hugely reduce mount time
 2020-05-11 19:21 UTC  (4+ messages)
` [PATCH v4 5/7] btrfs: block-group: Rename write_one_cahce_group()

[PATCH v2 0/4] btrfs-progs: Sync code for btrfs_block_group
 2020-05-11 18:50 UTC  (2+ messages)

[PATCH] btrfs-progs: check: Don't do early exit if maybe_repair_root_item() can't find needed root extent
 2020-05-11 18:46 UTC  (2+ messages)

[PATCH 00/19] Set/get helpers speedups and cleanups
 2020-05-11 14:41 UTC  (12+ messages)
` [PATCH 02/19] btrfs: drop eb parameter from set/get token helpers
` [PATCH 10/19] btrfs: speed up btrfs_set_token_##bits helpers
` [PATCH 19/19] btrfs: update documentation of set/get helpers

[PATCH 1/4] Btrfs: fix a race between scrub and block group removal/allocation
 2020-05-11 14:28 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).