linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-25 01:19:41 to 2021-08-31 11:22:12 UTC [more...]

Backup failing with "failed to clone extents" error
 2021-08-31 11:21 UTC  (19+ messages)

[PATCHv2 0/8] btrfs: Create macro to iterate slots
 2021-08-31 11:17 UTC  (17+ messages)
` [PATCH 1/8] fs: btrfs: Introduce btrfs_for_each_slot
` [PATCH 2/8] btrfs: block-group: use btrfs_for_each_slot in find_first_block_group
` [PATCH 3/8] btrfs: dev-replace: Use btrfs_for_each_slot in mark_block_group_to_copy
` [PATCH 4/8] btrfs: dir-item: use btrfs_for_each_slot in btrfs_search_dir_index_item
` [PATCH 5/8] btrfs: inode: use btrfs_for_each_slot in btrfs_read_readdir
` [PATCH 6/8] btrfs: send: Use btrfs_for_each_slot macro
` [PATCH 7/8] btrfs: volumes: use btrfs_for_each_slot in btrfs_read_chunk_tree
` [PATCH 8/8] btrfs: xattr: Use btrfs_for_each_slot macro in btrfs_listxattr

btrfs mount takes too long time
 2021-08-31 11:09 UTC  (6+ messages)

Trying to recover data from SSD
 2021-08-31 11:05 UTC  (27+ messages)

[PATCH v2 00/26] btrfs: limited subpage compressed write support
 2021-08-31 11:01 UTC  (29+ messages)
` [PATCH v2 01/26] btrfs: remove unused parameter @nr_pages in add_ra_bio_pages()
` [PATCH v2 02/26] btrfs: remove unnecessary parameter @delalloc_start for writepage_delalloc()
` [PATCH v2 03/26] btrfs: use async_chunk::async_cow to replace the confusing pending pointer
` [PATCH v2 04/26] btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()
` [PATCH v2 05/26] btrfs: make add_ra_bio_pages() to be subpage compatible
` [PATCH v2 06/26] btrfs: introduce compressed_bio::pending_sectors to trace compressed bio more elegantly
` [PATCH v2 07/26] btrfs: add subpage checked bitmap to make PageChecked flag to be subpage compatible
` [PATCH v2 08/26] btrfs: handle errors properly inside btrfs_submit_compressed_read()
` [PATCH v2 09/26] btrfs: handle errors properly inside btrfs_submit_compressed_write()
` [PATCH v2 10/26] btrfs: introduce submit_compressed_bio() for compression
` [PATCH v2 11/26] btrfs: introduce alloc_compressed_bio() "
` [PATCH v2 12/26] btrfs: make btrfs_submit_compressed_read() to determine stripe boundary at bio allocation time
` [PATCH v2 13/26] btrfs: make btrfs_submit_compressed_write() "
` [PATCH v2 14/26] btrfs: remove unused function btrfs_bio_fits_in_stripe()
` [PATCH v2 15/26] btrfs: refactor submit_compressed_extents()
` [PATCH v2 16/26] btrfs: cleanup for extent_write_locked_range()
` [PATCH v2 17/26] btrfs: make compress_file_range() to be subpage compatible
` [PATCH v2 18/26] btrfs: make btrfs_submit_compressed_write() "
` [PATCH v2 19/26] btrfs: make end_compressed_bio_writeback() to be subpage compatble
` [PATCH v2 20/26] btrfs: make extent_write_locked_range() to be subpage compatible
` [PATCH v2 21/26] btrfs: extract uncompressed async extent submission code into a new helper
` [PATCH v2 22/26] btrfs: rework lzo_compress_pages() to make it subpage compatible
` [PATCH v2 23/26] btrfs: teach __extent_writepage() to handle locked page differently
` [PATCH v2 24/26] btrfs: allow page to be unlocked by btrfs_page_end_writer_lock() even if it's locked by plain page_lock()
` [PATCH v2 25/26] btrfs: don't run delalloc range which is beyond the locked_page to prevent deadlock for subpage compression
` [PATCH v2 26/26] btrfs: only allow subpage compression if the range is fully page aligned

[PATCH] btrfs: change wrong header in misc.h
 2021-08-31 10:58 UTC  (2+ messages)

[PATCH 0/5] btrfs: qgroup: address the performance penalty for subvolume dropping
 2021-08-31  9:49 UTC  (6+ messages)
` [PATCH 1/5] btrfs: sysfs: introduce qgroup global attribute groups
` [PATCH 2/5] btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansion
` [PATCH 3/5] btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN
` [PATCH 4/5] btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accounting
` [PATCH 5/5] btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_transaction()

[PATCH] kobject: unexport kobject_create() in kobject.h
 2021-08-31  9:30 UTC 

[PATCH V5 0/2] btrfs: device_list_mutex fix lockdep warn and cleanup
 2021-08-31  8:18 UTC  (4+ messages)
` [PATCH V5 1/2] btrfs: fix lockdep warning while mounting sprout fs
` [PATCH RFC V5 2/2] btrfs: consolidate device_list_mutex in prepare_sprout to its parent

Questions about BTRFS balance and scrub on non-RAID setup
 2021-08-31  8:17 UTC  (3+ messages)

[PATCH] kobject: add the missing export for kobject_create()
 2021-08-31  7:53 UTC  (4+ messages)

[PATCH V5 0/4] btrf_show_devname related fixes
 2021-08-30 22:41 UTC  (2+ messages)

[PATCH 0/7] make btrfs/153 sucessful on 5.4.y
 2021-08-30 22:27 UTC  (9+ messages)
` [PATCH 4/7] btrfs: qgroup: try to flush qgroup space when we get -EDQUOT

5.13.8, enospc with 6G unused
 2021-08-30 20:40 UTC  (4+ messages)

[PATCH 1/2] common/renameat2: Make _rename_tests_source_dest take flags as 4th arguement
 2021-08-30 15:36 UTC  (6+ messages)
` [PATCH V2 2/2] btrfs: Add test for rename/exchange behavior between subvolumes
  ` [PATCH v2] "

[RESEND PATCH] btrfs: Refactor error handling in btrfs_zero_range
 2021-08-30 15:33 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: subpage: pack all subpage bitmaps into a larger bitmap
 2021-08-30 14:28 UTC  (5+ messages)
` [PATCH v2 3/4] btrfs: introduce btrfs_subpage_bitmap_info

[GIT PULL] Btrfs updates for 5.15
 2021-08-30 13:18 UTC 

FAILED: patch "[PATCH] Revert "btrfs: compression: don't try to compress if we don't" failed to apply to 5.4-stable tree
 2021-08-30 13:09 UTC 

[PATCH] btrfs: open_ctree: call btrfs_check_rw_degradable only if there is a missing device
 2021-08-30 13:11 UTC 

[PATCH] btrfs: Add test for rename exchange behavior between subvolumes
 2021-08-30 11:11 UTC  (8+ messages)

[PATCH] btrfs-progs: Fix the issues btrfs-convert don't recognition ext4 i_{a,c,a}time_extra
 2021-08-30  9:34 UTC  (5+ messages)

[PATCH stable-5.4.y] btrfs: fix race between marking inode needs to be logged and log syncing
 2021-08-30  6:22 UTC  (6+ messages)
` [PATCH stable-5.9.y, stable-5.10.y] "

It's broke, Jim. BTRFS mounted read only after corruption errors on Samsung 980 Pro
 2021-08-30  4:45 UTC  (5+ messages)

[PATCH v2] fstests: btrfs/246: add test case to make sure btrfs can create compressed inline extent
 2021-08-29 14:10 UTC  (4+ messages)

Support for compressed inline extents
 2021-08-29 12:07 UTC  (9+ messages)

[PATCH v2 00/17] ZNS Support for Btrfs
 2021-08-27 16:25 UTC  (4+ messages)
` [PATCH v2 06/17] btrfs: zoned: locate superblock position using zone capacity

Deadlock on 5.13.8 when running bees?
 2021-08-27 16:13 UTC 

[PATCH] Revert "btrfs: compression: don't try to compress if we don't have enough pages"
 2021-08-27 10:12 UTC  (10+ messages)

[PATCH v5 00/11] btrfs: defrag: rework to support sector perfect defrag
 2021-08-27  9:18 UTC  (3+ messages)

[PATCH] btrfs: fix max max_inline for pagesize=64K
 2021-08-27  7:31 UTC  (8+ messages)

Regression in v5.14-rc1: f2165627319f btrfs: compression: don't try to compress if we don't have enough pages
 2021-08-26 19:36 UTC  (3+ messages)

[GIT PULL] Btrfs fix for 5.14-rc
 2021-08-26 18:52 UTC  (2+ messages)

[PATCH RESEND] btrfs: reduce return argument of btrfs_chunk_readonly
 2021-08-26 18:10 UTC  (4+ messages)
` [PATCH] "

[PATCH v3] btrfs: reflink: Initialize return value to 0 in btrfs_extent_same()
 2021-08-26 15:17 UTC  (3+ messages)

[PATCH v2] btrfs: reflink: Initialize return value in btrfs_extent_same()
 2021-08-26 14:08 UTC  (4+ messages)

[PATCH 0/3] btrfs-progs: check: enhance the csum mismatch error message
 2021-08-26 12:50 UTC  (6+ messages)
` [PATCH 1/3] btrfs-progs: move btrfs_format_csum() to common/utils.[ch]
` [PATCH 2/3] btrfs-progs: slightly enhance btrfs_format_csum()
` [PATCH 3/3] btrfs-progs: check: output proper csum values for --check-data-csum

[PATCH] fstests: btrfs/246: add test case to make sure btrfs can create compressed inline extent
 2021-08-25 22:45 UTC  (3+ messages)

BTRFS - Error After Power Outage
 2021-08-25 22:03 UTC  (3+ messages)

[PATCH v2 00/10] btrfs-progs: mkfs fixes and prep work for extent tree v2
 2021-08-25 13:58 UTC  (2+ messages)

[PATCH 0/7] btrfs: Create macro to iterate slots
 2021-08-25 13:32 UTC  (5+ messages)
` [PATCH 1/7] fs: btrfs: Introduce btrfs_for_each_slot

[PATCH v3 0/9] btrfs-progs: make check handle invalid bg items
 2021-08-25 13:27 UTC  (4+ messages)
` [PATCH v3 8/9] btrfs-progs: test: add a test image with a corrupt block group item

[bug report] btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller than PAGE_SIZE
 2021-08-25 10:43 UTC  (2+ messages)

[bug report] btrfs: qgroup: update qgroup in memory at the same time when we update it in btree
 2021-08-25 10:29 UTC 

[PATCH linux-next] fs:disk-io: emove unneeded variable
 2021-08-25  6:38 UTC  (2+ messages)

[PATCH v4 0/4] btrf_show_devname related fixes
 2021-08-25  2:13 UTC  (5+ messages)

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-08-25  2:06 UTC  (9+ messages)
` [PATCH] VFS/BTRFS/NFSD: provide more unique inode number for btrfs export

[PATCH v2 0/7]
 2021-08-25  2:00 UTC  (5+ messages)
` [PATCH v2 3/7] btrfs: do not read super look for a device path
` [PATCH v2 6/7] btrfs: unify common code for the v1 and v2 versions of device remove


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