public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-07 00:04:48 to 2022-11-14 22:47:25 UTC [more...]

block group x has wrong amount of free space
 2022-11-14 22:41 UTC 

[PATCH 0/5] btrfs: raid56: destructive RMW fix for RAID5 data profiles
 2022-11-14 22:40 UTC  (9+ messages)
` [PATCH 1/5] btrfs: use btrfs_dev_name() helper to handle missing devices better
` [PATCH 2/5] btrfs: refactor btrfs_lookup_csums_range()
` [PATCH 3/5] btrfs: introduce a bitmap based csum range search function
` [PATCH 4/5] btrfs: raid56: prepare data checksums for later RMW data csum verification
` [PATCH 5/5] btrfs: raid56: do data csum verification during RMW cycle

option to mount read-only subvolume with read-write access
 2022-11-14 21:11 UTC  (7+ messages)

[PATCH v3] btrfs: volumes: Increase bioc pointer check
 2022-11-14 20:55 UTC  (4+ messages)

[PATCH 0/2] btrfs-progs: handle raid56 properly
 2022-11-14 20:39 UTC  (4+ messages)
` [PATCH 1/2] btrfs-progs: properly handle degraded raid56 reads
` [PATCH 2/2] btrfs-progs: fsck-tests: add test case for degraded raid5

[PATCH] btrfs-progs: fix the wrong log level of "filesystem defrag"
 2022-11-14 19:45 UTC  (2+ messages)

[PATCH] btrfs: use btrfs_dev_name() helper to handle missing devices better
 2022-11-14 19:30 UTC  (3+ messages)

[syzbot] possible deadlock in btrfs_dirty_inode
 2022-11-14 17:54 UTC 

[PATCH] btrfs: scrub: expand scrub block size for data range scrub
 2022-11-14 14:52 UTC  (5+ messages)

[PATCH] btrfs: fix missing endianess conversion in sb_write_pointer
 2022-11-14 12:14 UTC  (3+ messages)

[PATCH 0/3] btrfs: fix some test failures with btrfs-progs 5.19 and 6.0
 2022-11-14 11:19 UTC  (13+ messages)
` [PATCH 1/3] btrfs/003: fix failure on new btrfs-progs versions
` [PATCH 2/3] btrfs/053: fix test failure when running with btrfs-progs v6.0+
` [PATCH 3/3] btrfs: fix failure of tests that use defrag on "
` [PATCH v2 0/3] btrfs: fix some test failures with btrfs-progs 5.19 and 6.0
  ` [PATCH v2 1/3] btrfs/003: fix failure on new btrfs-progs versions
  ` [PATCH v2 3/3] btrfs: fix failure of tests that use defrag on btrfs-progs v6.0+

[PATCH v2 2/3] btrfs/053: fix test failure when running with btrfs-progs v6.0+
 2022-11-14 11:08 UTC  (3+ messages)

[PATCH] fstests: btrfs/053: use "-n" to replace the deprecated "-l" mkfs option
 2022-11-14 10:33 UTC  (2+ messages)

[PATCH] fstests: btrfs/021: redirect the output of defrag command
 2022-11-14 10:33 UTC  (2+ messages)

move the low-level btrfs_bio code into a separate file v2
 2022-11-14  8:06 UTC  (6+ messages)
` [PATCH 1/3] btrfs: move struct btrfs_tree_parent_check out of disk-io.h
` [PATCH 2/3] btrfs: split the bio submission path into a separate file
` [PATCH 3/3] btrfs: move repair_io_failure to bio.c

Buttery Shufflecake (or is a Btrfs-style Shufflecake possible?)
 2022-11-13 23:51 UTC 

infinite looping in logical_ino ioctl
 2022-11-13 20:05 UTC  (2+ messages)

root item with a more recent gen
 2022-11-13 15:59 UTC 

WARNING in _btrfs_ioctl_set_received_subvol
 2022-11-13 11:38 UTC 

[PATCH] btrfs-progs: btrfstune: add -B option to convert back to extent tree
 2022-11-12  8:47 UTC  (5+ messages)

[PATCH 0/9] btrfs: more optimizations for lseek and fiemap
 2022-11-12  1:44 UTC  (12+ messages)
` [PATCH 1/9] btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_tree
` [PATCH 2/9] btrfs: add an early exit when searching for delalloc range for lseek/fiemap
` [PATCH 3/9] btrfs: skip unnecessary delalloc searches during lseek/fiemap
` [PATCH 4/9] btrfs: search for delalloc more efficiently "
` [PATCH 5/9] btrfs: remove no longer used btrfs_next_extent_map()
` [PATCH 6/9] btrfs: allow passing a cached state record to count_range_bits()
` [PATCH 7/9] btrfs: update stale comment for count_range_bits()
` [PATCH 8/9] btrfs: use cached state when looking for delalloc ranges with fiemap
` [PATCH 9/9] btrfs: use cached state when looking for delalloc ranges with lseek

[PATCH 00/14] btrfs-progs: prep and initial sync of kernel code
 2022-11-11 21:30 UTC  (15+ messages)
` [PATCH 01/14] btrfs-progs: turn on more compiler warnings and use -Wall
` [PATCH 02/14] btrfs-progs: properly test for send_stream_version
` [PATCH 03/14] btrfs-progs: use -std=gnu11
` [PATCH 04/14] btrfs-progs: move btrfs_err_str into common/utils.h
` [PATCH 05/14] btrfs-progs: rename qgroup items to match the kernel naming scheme
` [PATCH 06/14] btrfs-progs: make btrfs_qgroup_level helper match the kernel
` [PATCH 07/14] btrfs-progs: move NO_RESULT definition into replace.c
` [PATCH 08/14] btrfs-progs: rename BLOCK_* to IMAGE_BLOCK_* for metadump
` [PATCH 09/14] btrfs-progs: rename btrfs_item_end to btrfs_item_data_end
` [PATCH 10/14] btrfs-progs: sync uapi/btrfs.h into btrfs-progs
` [PATCH 11/14] btrfs: stop using btrfs_root_item_v0
` [PATCH 12/14] btrfs-progs: sync ondisk definitions from the kernel
` [PATCH 13/14] btrfs-progs: sync compression.h "
` [PATCH 14/14] btrfs-progs: sync messages.* "

consolidate btrfs checksumming, repair and bio splitting
 2022-11-11 17:57 UTC  (8+ messages)

[PATCH 0/2] btrfs: do most metadata parentnesss check at endio time
 2022-11-11 16:09 UTC  (4+ messages)
` [PATCH 1/2] btrfs: concentrate all tree block parentness check parameters into one structure

[btrfs-progs] btrfs filesystem defragment now outputs processed filenames ?
 2022-11-11 15:47 UTC  (2+ messages)

[PATCH 00/40] Parameter and type changes to btrfs_inode
 2022-11-11 15:40 UTC  (3+ messages)

[PATCH 0/2] btrfs-progs: receive: address setattr failures
 2022-11-11 15:36 UTC  (2+ messages)

[PATCH 0/4] btrfs: drop path before copying to userspace
 2022-11-11 15:12 UTC  (6+ messages)
` [PATCH 1/4] btrfs: drop path before copying inodes "
` [PATCH 2/4] btrfs: drop path before copying fspath "
` [PATCH 3/4] btrfs: drop path before copying rootrefs "
` [PATCH 4/4] btrfs: drop path before copying subvol info "

[PATCH] btrfs: raid56: use atomic_dec_and_test() in end io functions
 2022-11-11 14:07 UTC  (3+ messages)

[PATCH] btrfs: raid56: debug: verify all the pointers for generate_pq_vertical()
 2022-11-11 13:49 UTC  (4+ messages)

Major bug in BTRFS (syncs are ignored with libaio or io_uring)
 2022-11-11 12:01 UTC  (3+ messages)

[PATCH] btrfs: fix assertion failure and blocking during nowait buffered write
 2022-11-11 11:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: qgroup: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-11 11:44 UTC  (9+ messages)

[PATCH v3] btrfs: qgroup: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-11  9:44 UTC  (2+ messages)

[PATCH v2] btrfs: qgroup: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-11  9:36 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 3/4] btrfs: remove pointless and double ulist frees in error paths of qgroup tests
 2022-11-11  2:35 UTC 

[PATCH AUTOSEL 5.4 4/5] btrfs: remove pointless and double ulist frees in error paths of qgroup tests
 2022-11-11  2:35 UTC 

[PATCH AUTOSEL 5.10 5/6] btrfs: remove pointless and double ulist frees in error paths of qgroup tests
 2022-11-11  2:35 UTC 

[PATCH AUTOSEL 5.15 02/11] btrfs: raid56: properly handle the error when unable to find the missing stripe
 2022-11-11  2:35 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 09/11] btrfs: remove pointless and double ulist frees in error paths of qgroup tests

[PATCH AUTOSEL 6.0 03/30] btrfs: raid56: properly handle the error when unable to find the missing stripe
 2022-11-11  2:33 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 17/30] btrfs: remove pointless and double ulist frees in error paths of qgroup tests

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-11-10 18:51 UTC  (4+ messages)
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() to use filemap_get_folios_tag()

[GIT PULL] Btrfs fixes for 6.1-rc5
 2022-11-10 17:03 UTC  (2+ messages)

[syzbot] WARNING in btrfs_create_new_inode
 2022-11-10 12:28 UTC  (2+ messages)

kernel improvement to support reordering of device list
 2022-11-10 10:08 UTC 

trim calls not occurring during device removal operation
 2022-11-10 10:10 UTC 

[PATCH] btrfs: drop path before copying subvol info to userspace
 2022-11-10  6:06 UTC  (3+ messages)

[linux-stable-rc:linux-5.4.y] [btrfs] 85dc4aac7e: WARNING:at_fs/btrfs/delayed-inode.c:#btrfs_assert_delayed_root_empty[btrfs]
 2022-11-09 11:25 UTC  (2+ messages)

[PATCH v2] fstests: btrfs: add a regression test case to make sure scrub can detect errors
 2022-11-09 11:06 UTC  (2+ messages)

[PATCH] fstests: filter.btrfs: handle detailed missing device report better
 2022-11-09 10:52 UTC  (2+ messages)

[PATCH] btrfs: move device->name rcu alloc and assign to btrfs_alloc_device()
 2022-11-09 10:41 UTC  (9+ messages)

[PATCH] generic: check direct IO writes with io_uring and O_DSYNC are durable
 2022-11-08 15:09 UTC  (6+ messages)

[PATCH] btrfs: drop path before copying root refs to userspace
 2022-11-08 14:25 UTC  (3+ messages)

[PATCH] btrfs: constify input buffer parameter in compression code
 2022-11-08 14:02 UTC  (2+ messages)

About duplicate fsid images in different devices
 2022-11-07 23:26 UTC 

[syzbot] possible deadlock in btrfs_search_slot
 2022-11-07 18:29 UTC 

[PATCH 0/3] btrfs: raid56: make raid56 to use more accurate error bitmap for error detection
 2022-11-07 17:04 UTC  (6+ messages)
` [PATCH 1/3] btrfs: raid56: introduce btrfs_raid_bio::error_bitmap
` [PATCH 2/3] btrfs: raid56: migrate recovery and scrub recovery path to use error_bitmap
` [PATCH 3/3] btrfs: raid56: remove the old error tracing system

[PATCH] btrfs: scrub: fix failed to detect checksum error
 2022-11-07 15:54 UTC  (3+ messages)

[PATCH 0/3] btrfs: zoned: misc fixes for problems uncovered by fstests
 2022-11-07 15:23 UTC  (5+ messages)
` [PATCH 1/3] btrfs: zoned: clone zoned device info when cloning a device

[PATCH] Revert "btrfs: scrub: use larger block size for data extent scrub"
 2022-11-07 13:13 UTC  (2+ messages)

[PATCH for 5.15.x] btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
 2022-11-07 12:22 UTC  (2+ messages)

[PATCH] fstests: btrfs: add a regression test case to make sure scrub can detect errors
 2022-11-07  9:06 UTC  (8+ messages)

newer /bin/cp have worse btrfs fiemap performance
 2022-11-07  8:36 UTC  (2+ messages)

[syzbot] possible deadlock in btrfs_search_slot_get_root
 2022-11-07  0:04 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