linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-15 00:48:35 to 2018-01-22 13:30:58 UTC [more...]

[PATCH v5 0/4] device_list_add() peparation to add reappearing missing device
 2018-01-22 13:29 UTC  (5+ messages)
` [PATCH 1/4] btrfs: move pr_info into device_list_add
` [PATCH 2/4] btrfs: set the total_devices in device_list_add()
` [PATCH 3/4] btrfs: get device pointer from device_list_add()
` [PATCH 4/4] btrfs: drop devid as device_list_add() arg

[PATCH RESEND v4 0/4] device_list_add() peparation to add reappearing missing device
 2018-01-22 13:31 UTC  (8+ messages)
` [PATCH 1/4] btrfs: move pr_info into device_list_add
` [PATCH 2/4] btrfs: set the total_devices in device_list_add()
` [PATCH 3/4] btrfs: get device pointer from device_list_add()
` [PATCH 4/4] btrfs: drop devid as device_list_add() arg

[PATCH] btrfs: remove spurious WARN_ON(ref->count) in find_parent_nodes
 2018-01-22 13:06 UTC  (7+ messages)

miss match in btrfs getattr
 2018-01-22 11:22 UTC 

Periodic frame losses when recording to btrfs volume with OBS
 2018-01-22  9:19 UTC  (8+ messages)

Can't mount (even in ro) after power outage - corrupt leaf, open_ctree failed
 2018-01-22  9:14 UTC  (4+ messages)

[PATCH] btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount option
 2018-01-22  8:11 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 0/3] Lowmem fsck repair to fix filetype mismatch
 2018-01-22  8:09 UTC  (17+ messages)
` [PATCH v2 1/3] btrfs-progs: lowmem fsck: Remove corupted link before re-add correct link
` [PATCH v2 2/3] btrfs-progs: dir-item: Don't do extra filetype validaction check for btrfs_match_dir_item_name
  ` [PATCH v2.1 "
` [PATCH v2 3/3] btrfs-progs: dir-item: Make btrfs_delete_one_dir_name more robust to handle corrupted name len

btrfs inode is different across file systems ?
 2018-01-22  8:07 UTC 

[PATCH v2 1/2] btrfs: make code easy to read in btrfs_open_one_device()
 2018-01-22  6:31 UTC  (2+ messages)
` [PATCH v2.1 2/2] btrfs: optimize move uuid_mutex closer to the critical section

Damaged Root Tree(s)
 2018-01-22  6:26 UTC  (2+ messages)

[PATCH v2 1/2] btrfs: make code easy to read in btrfs_open_one_device()
 2018-01-22  5:51 UTC  (2+ messages)
` [PATCH v2 2/2] btrfs: optimize move uuid_mutex closer to the critical section

[PATCH 1/3] btrfs: make code easy to read in btrfs_open_one_device()
 2018-01-22  4:11 UTC  (3+ messages)

Damaged Root Tree(s)
 2018-01-22  3:30 UTC 

Damaged Root Tree(s)
 2018-01-22  1:14 UTC  (4+ messages)

btrfs volume corrupt. btrfs-progs bug or need to rebuild volume?
 2018-01-22  0:41 UTC  (5+ messages)

[PATCH] btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding it
 2018-01-19 23:33 UTC  (3+ messages)

[PATCH v2 00/10] bugfixes and regression tests of btrfs_get_extent
 2018-01-19 23:32 UTC  (7+ messages)
` [PATCH v2 09/10] Btrfs: add tracepoint for em's EEXIST case

(no subject)
 2018-01-19 21:36 UTC 

[PATCH 00/16] btrfs-progs: Split lowmem mode check to its own
 2018-01-19  7:50 UTC  (22+ messages)
` [PATCH 01/16] btrfs-progs: Moves cmds-check.c to check/main.c
` [PATCH 02/16] btrfs-progs: check: Move original mode definitions to check/original.h
` [PATCH 03/16] btrfs-progs: check: Move definitions of lowmem mode to check/lowmem.h
` [PATCH 04/16] btrfs-progs: check: Move node_ptr structure to check/common.h
` [PATCH 05/16] btrfs-progs: check: Export check global variables "
` [PATCH 06/16] btrfs-progs: check: Move imode_to_type function "
` [PATCH 07/16] btrfs-progs: check: Move fs_root_objectid "
` [PATCH 08/16] btrfs-progs: check: Move count_csum_range function to check/common.c
` [PATCH 09/16] btrfs-progs: check: Move __create_inode_item "
` [PATCH 10/16] btrfs-progs: check: Move link_inode_to_lostfound function to common.c
` [PATCH 11/16] btrfs-progs: check: Move check_dev_size_alignment to check/common.c
` [PATCH 12/16] btrfs-progs: check: move reada_walk_down "
` [PATCH 13/16] btrfs-progs: check: Move check_child_node "
` [PATCH 14/16] btrfs-progs: check: Move reset_cached_block_groups "
` [PATCH 16/16] btrfs-progs: check/lowmem: Cleanup unnecessary _v2 suffix

[PATCH v4 0/4] btrfs: cleanup mount path
 2018-01-18 16:26 UTC  (9+ messages)
` [PATCH v4 2/4] btrfs: cleanup btrfs_mount() using btrfs_mount_root()

[PATCH] Btrfs: do not cache rbio pages if using raid6 recover
 2018-01-18 15:17 UTC  (2+ messages)

[PATCH] Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
 2018-01-18 15:16 UTC  (2+ messages)

[PATCH 0/2] btrfs: additional fix for mount cleanup
 2018-01-18 15:15 UTC  (6+ messages)
` [PATCH 1/2] btrfs: fix the bug of device scan/ready for mounted, filesystem
` [PATCH 2/2] btrfs: remove unused arg from parse_subvol_options()

[PATCH 1/2] Btrfs: fix missing inode i_size update after zero range operation
 2018-01-18 14:17 UTC  (2+ messages)

[PATCH 2/2] Btrfs: fix space leak after fallocate and zero range operations
 2018-01-18 14:17 UTC  (3+ messages)

[PATCH v5 0/6] preparatory work to add device forget
 2018-01-18 14:00 UTC  (7+ messages)
` [PATCH 1/6] btrfs: cleanup btrfs_free_stale_device() usage
` [PATCH 2/6] btrfs: no need to check for btrfs_fs_devices::seeding
` [PATCH 3/6] btrfs: make btrfs_free_stale_device() to iterate all stales
` [PATCH 4/6] btrfs: make btrfs_free_stale_devices() argument optional
` [PATCH 5/6] btrfs: rename btrfs_free_stale_devices() arg to skip_dev
` [PATCH 6/6] btrfs: make btrfs_free_stale_devices() to match the path

[PATCH 0/2] fix device orders consistency
 2018-01-18 13:55 UTC  (5+ messages)
` [PATCH 1/2] btrfs: fix device order consistency
` [PATCH 2/2] btrfs: fix alloc "

Fwd: Fwd: Question regarding to Btrfs patchwork /2831525
 2018-01-18  5:49 UTC  (17+ messages)

bug report: mounting the same device to different mount points in parallel may fail
 2018-01-18  4:23 UTC 

[lkp-robot] [btrfs] d1f6ad52c3: BTRFS error (device md0): SUPER_FLAG_CHANGING_FSID is set
 2018-01-18  3:34 UTC 

Can rsync use reflink to synchronize directories?
 2018-01-17 21:51 UTC  (2+ messages)

[PATCH 0/3] Lowmem fsck repair to fix filetype mismatch
 2018-01-17 14:29 UTC  (9+ messages)
` [PATCH 1/3] btrfs-progs: lowmem fsck: Remove corupted link before re-add correct link
` [PATCH 2/3] btrfs-progs: dir-item: Allow dir item and dir index lookup to ignore found problem
` [PATCH 3/3] btrfs-progs: dir-item: Make btrfs_delete_one_dir_name more robust to handle corrupted name len

Timeline or roadmap to split lowmem mode and original mode check?
 2018-01-17 10:55 UTC  (2+ messages)

xfstests/btrfs/125 with space_cache=v2 fails
 2018-01-17  9:29 UTC 

[PATCH] btrfs: correct wrong comment about magic number of index_cnt
 2018-01-16 15:22 UTC  (3+ messages)

[PATCH] btrfs: Streamline btrfs_delalloc_reserve_metadata initial operations
 2018-01-16 15:12 UTC  (2+ messages)

Recommendations for balancing as part of regular maintenance?
 2018-01-16 12:57 UTC  (8+ messages)

invalid files names, btrfs check can't repair it
 2018-01-16 12:28 UTC  (19+ messages)

[PATCH] btrfs: Remove btrfs_inode::delayed_iput_count
 2018-01-16  7:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: ins: fix arg order in print_inode_item()
 2018-01-16  4:32 UTC  (3+ messages)

big volumes only work reliable with ssd_spread
 2018-01-16  3:48 UTC  (2+ messages)

how to make a cache directory nodatacow while also excluded from snapshots?
 2018-01-16  3:48 UTC  (2+ messages)

[PATCH] fstests: common/rc: fix device still mounted error with SCRATCH_DEV_POOL
 2018-01-15 17:20 UTC  (3+ messages)

btrfs subvolume mount with different options
 2018-01-15 13:57 UTC  (3+ messages)

[PATCH 0/7] Misc btrfs-progs cleanups/fixes
 2018-01-15  9:17 UTC  (2+ messages)

[PATCH] btrfs-progs: fsck: Continue check even if we find space cache problem
 2018-01-15  4:27 UTC 

Hanging after frequent use of systemd-nspawn --ephemeral
 2018-01-15  1:55 UTC  (8+ messages)

Partionless Btrfs drives now return PTTYPE="PMBR"
 2018-01-15  1:40 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).