linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-04 09:52:15 to 2021-10-11 19:47:47 UTC [more...]

[PATCH v2 00/10] btrfs-progs: mkfs fixes and prep work for extent tree v2
 2021-10-11 19:39 UTC  (7+ messages)
` [PATCH v2 09/10] btrfs-progs: mkfs: generate free space tree at make_btrfs() time

[GIT PULL] Btrfs fixes for 5.15-rc6
 2021-10-11 19:18 UTC  (2+ messages)

[PATCH 0/2] btrfs: fix a deadlock between chunk allocation and chunk tree modifications
 2021-10-11 19:09 UTC  (12+ messages)
` [PATCH 1/2] btrfs: fix deadlock between chunk allocation and chunk btree modifications
` [PATCH 2/2] btrfs: update comments for chunk allocation -ENOSPC cases
` [PATCH v2 0/2] btrfs: fix a deadlock between chunk allocation and chunk tree modifications
  ` [PATCH v2 1/2] btrfs: fix deadlock between chunk allocation and chunk btree modifications
  ` [PATCH v2 2/2] btrfs: update comments for chunk allocation -ENOSPC cases

All Three Superblocks Damaged After Kernel Panic
 2021-10-11 18:23 UTC  (2+ messages)

[PATCH] btrfs: zoned: use greedy gc for auto reclaim
 2021-10-11 15:36 UTC  (3+ messages)

[PATCH] btrfs: clear BTRFS_DEV_STATE_MISSING bit in btrfs_close_one_device
 2021-10-11 15:17 UTC  (2+ messages)

[PATCH 0/5] Make real_root used only in ref-verify
 2021-10-11 15:09 UTC  (11+ messages)
` [PATCH 1/5] btrfs: Rename root fields in delayed refs structs
` [PATCH 2/5] btrfs: Rely on owning_root field in btrfs_add_delayed_tree_ref to detect CHUNK_ROOT
` [PATCH 3/5] btrfs: Add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref
` [PATCH 4/5] btrfs: pull up qgroup checks from delayed-ref core to init time
` [PATCH 5/5] btrfs: make real_root optional

[PATCH v2 0/3] btrfs-progs: mkfs: make sure we can clean up all temporary chunks
 2021-10-11 14:40 UTC  (11+ messages)
` [PATCH v2 1/3] btrfs-progs: rename @data parameter to @profile in extent allocation path
` [PATCH v2 2/3] btrfs-progs: mkfs: recow all tree blocks properly
` [PATCH v2 3/3] btrfs-progs: mfks-tests: make sure mkfs.btrfs cleans up temporary chunks

No space left even there is a lot of space
 2021-10-11 13:47 UTC  (4+ messages)

[PATCH] btrfs-progs: parse-utils: allow single number qgroup id
 2021-10-11 13:21 UTC  (3+ messages)

Host managed SMR drive issue
 2021-10-11 13:06 UTC  (9+ messages)

[PATCH 0/3] btrfs-progs: mkfs: make sure we can clean up all temporary chunks
 2021-10-11 11:12 UTC  (8+ messages)
` [PATCH 1/3] btrfs-progs: rename @data parameter to @profile in extent allocation path
` [PATCH 2/3] btrfs-progs: mkfs: recow all tree blocks properly
` [PATCH 3/3] btrfs-progs: mfks-tests: make sure mkfs.btrfs cleans up temporary chunks

[PATCH 1/2] btrfs/049: remove the test
 2021-10-11 10:21 UTC  (2+ messages)

[PATCH 0/9] btrfs-progs: mkfs fixes and enhancements for extent tree v2
 2021-10-11 10:19 UTC  (4+ messages)
` [PATCH 1/9] btrfs-progs: use an associative array for init mkfs blocks

I got a write time tree block corruption detected
 2021-10-10 23:57 UTC  (6+ messages)

Bug / Suspected regression. Multiple block group profiles detected on newly created raid1
 2021-10-10  9:21 UTC  (5+ messages)

Btrfs progs release 5.14.2
 2021-10-08 15:03 UTC 

[PATCH 0/2] btrfs: remove btrfs_bio::logical member
 2021-10-08  7:30 UTC  (3+ messages)
` [PATCH 1/2] btrfs: rename btrfs_dio_private::logical_offset to file_offset
` [PATCH 2/2] btrfs: remove btrfs_bio::logical member

[PATCH] btrfs: Remove redundant assignment of variable ret
 2021-10-08  0:35 UTC  (2+ messages)

[PATCH RFC 0/3] btrfs: refactor how we handle btrfs_io_context and slightly reduce memory usage for both btrfs_bio and btrfs_io_context
 2021-10-07 11:04 UTC  (4+ messages)

xfstest/generic/650 trigger btrfs deadlock
 2021-10-07 10:23 UTC  (2+ messages)

[GIT PULL] zstd changes for linux-next
 2021-10-07  1:33 UTC  (6+ messages)

[PATCH v2 0/7] btrfs-progs: use direct-IO for zoned device
 2021-10-06 21:02 UTC  (11+ messages)
` [PATCH v2 1/7] btrfs-progs: mkfs: do not set zone size on non-zoned mode
` [PATCH v2 2/7] btrfs-progs: set eb->fs_info properly
` [PATCH v2 3/7] btrfs-progs: drop ZONED flag from BTRFS_CONVERT_ALLOWED_FEATURES
` [PATCH v2 4/7] btrfs-progs: introduce btrfs_pwrite wrapper for pwrite
` [PATCH v2 5/7] btrfs-progs: introduce btrfs_pread wrapper for pread
` [PATCH v2 6/7] btrfs-progs: temporally set zoned flag for initial tree reading
` [PATCH v2 7/7] btrfs-progs: use direct-io for zoned device

[PATCH v4 0/5] Miscellaneous error handling patches
 2021-10-06 19:23 UTC  (13+ messages)
` [PATCH v4 1/5] btrfs: change handle_fs_error in recover_log_trees to aborts
` [PATCH v4 2/5] btrfs: change error handling for btrfs_delete_*_in_log
` [PATCH v4 3/5] btrfs: add a BTRFS_FS_ERROR helper
` [PATCH v4 4/5] btrfs: do not infinite loop in data reclaim if we aborted
` [PATCH v4 5/5] btrfs: fix abort logic in btrfs_replace_file_extents

[PATCH] btrfs-progs: remove data extents from the free space tree
 2021-10-06 14:37 UTC  (3+ messages)

[PATCH] btrfs: check for error when looking up inode during dir entry replay
 2021-10-06 12:42 UTC  (2+ messages)

[PATCH 0/4] btrfs: fix missing error handling when replaying directory entries
 2021-10-06 12:39 UTC  (2+ messages)

[PATCH] btrfs: update refs for any root except tree log roots
 2021-10-06 12:27 UTC  (4+ messages)

[PATCH] btrfs: zoned: Use kmemdup() to replace kmalloc + memcpy
 2021-10-06 12:17 UTC  (2+ messages)

[bug report] btrfs: refactor submit_compressed_extents()
 2021-10-06 12:13 UTC  (2+ messages)

INFO: task hung in btrfs_search_slot
 2021-10-06 10:32 UTC  (2+ messages)

[PATCH v4 0/6] Fix lockdep issues around device removal
 2021-10-06  9:05 UTC  (15+ messages)
` [PATCH v4 1/6] btrfs: use num_device to check for the last surviving seed device
` [PATCH v4 2/6] btrfs: add comments for device counts in struct btrfs_fs_devices
` [PATCH v4 3/6] btrfs: do not call close_fs_devices in btrfs_rm_device
` [PATCH v4 4/6] btrfs: handle device lookup with btrfs_dev_lookup_args
` [PATCH v4 5/6] btrfs: add a btrfs_get_dev_args_from_path helper
` [PATCH v4 6/6] btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls

[GIT PULL][v12] zstd changes for linux-next
 2021-10-06  7:33 UTC  (5+ messages)

[PATCH -next] btrfs: lzo: Mask instead of divide to fix 32-bit build
 2021-10-05 23:23 UTC  (3+ messages)

[PATCH v3 00/26]
 2021-10-05 17:21 UTC  (13+ messages)
` [PATCH v3 05/26] btrfs: make add_ra_bio_pages() to be subpage compatible
` [PATCH v3 10/26] btrfs: introduce submit_compressed_bio() for compression
` [PATCH v3 12/26] btrfs: make btrfs_submit_compressed_read() to determine stripe boundary at bio allocation time
` [PATCH v3 15/26] btrfs: refactor submit_compressed_extents()

[PATCH] btrfs: compression: update the comment for alloc_compressed_bio()
 2021-10-05 17:18 UTC  (2+ messages)

[PATCH] btrfs: send: add otime support to send_utimes()
 2021-10-05 15:45 UTC  (2+ messages)

[PATCH] btrfs-progs: fix comments in cmd_filesystem_show
 2021-10-05 15:20 UTC  (2+ messages)

[PATCH v2 0/3] Ignore path devices in multipath setups
 2021-10-05 15:18 UTC  (2+ messages)

[PATCH 0/5] btrfs-progs: use direct-IO for zoned device
 2021-10-05  6:11 UTC  (5+ messages)

Changing the checksum algorithm on an existing BTRFS filesystem
 2021-10-05  6:00 UTC  (7+ messages)

[PATCH v3 0/6] Fix lockdep issues around device removal
 2021-10-05  5:27 UTC  (11+ messages)
` [PATCH v3 1/6] btrfs: use num_device to check for the last surviving seed device
` [PATCH v3 2/6] btrfs: add comments for device counts in struct btrfs_fs_devices
` [PATCH v3 3/6] btrfs: do not call close_fs_devices in btrfs_rm_device
` [PATCH v3 4/6] btrfs: handle device lookup with btrfs_dev_lookup_args
` [PATCH v3 5/6] btrfs: add a btrfs_get_dev_args_from_path helper
` [PATCH v3 6/6] btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls

[PATCH v3 0/2] btrfs-progs: receive: introduce new --clone-fallback option
 2021-10-05  1:14 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs-progs: receive: fallback to buffered copy if clone failed
` [PATCH v3 2/2] btrfs-progs: misc-tests: add test case for receive --clone-fallback

[PATCH] Add a fstest for scrub error
 2021-10-04 17:16 UTC 

[PATCH 0/5] Subvolume ro/rw and received_uuid
 2021-10-04 15:22 UTC  (6+ messages)
` [PATCH 4/5] btrfs-progs: property: ro->rw "

5.15.0-rc1 armv7hl Workqueue: btrfs-delalloc btrfs_work_helper PC is at mmiocpy LR is at ZSTD_compressStream
 2021-10-04 12:19 UTC  (4+ messages)

[PATCH] btrfs: use kmem cache to allocate struct btrfs_qgroup_extent_record
 2021-10-04 11:51 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).