Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2022-11-11 11:50:45 to 2022-11-15 22:46:44 UTC [more...]

Change BTRFS filesystem back to R/W from R/O
 2022-11-15 22:46 UTC  (5+ messages)

block group x has wrong amount of free space
 2022-11-15 22:05 UTC  (2+ messages)

[PATCH] btrfs: send: avoid unaligned encoded writes when attempting to clone range
 2022-11-15 21:45 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: receive: fix a silent data loss bug with encoded writes
 2022-11-15 20:46 UTC  (11+ messages)
` [PATCH 1/3] btrfs-progs: receive: add debug messages when processing "
` [PATCH 2/3] btrfs-progs: receive: add debug messages when processing fallocate
` [PATCH 3/3] btrfs-progs: receive: fix silent data loss after fall back from encoded write
` there should be some better way to inform interested people about data corruption issues

separate mailing list for patches?
 2022-11-15 20:01 UTC  (5+ messages)

property designating root subvolumes
 2022-11-15 18:45 UTC  (5+ messages)

[PATCH] btrfs: scrub: expand scrub block size for data range scrub
 2022-11-15 18:29 UTC  (7+ messages)

[PATCH 01/16] btrfs: check for range correctness while locking or setting extent bits
 2022-11-15 18:00 UTC  (16+ messages)
` [PATCH 02/16] btrfs: qgroup flush responsibility of the caller
` [PATCH 03/16] btrfs: wait ordered range before locking during truncate
` [PATCH 04/16] btrfs: lock extents while truncating
` [PATCH 05/16] btrfs: No need to lock extent while performing invalidate_folio()
` [PATCH 06/16] btrfs: Lock extents before pages in writepages
` [PATCH 07/16] btrfs: Lock extents before folio for read()s
` [PATCH 08/16] btrfs: Lock extents before pages for buffered write()
` [PATCH 09/16] btrfs: lock/unlock extents while creation/end of async_chunk
` [PATCH 10/16] btrfs: decide early if range should be async
` [PATCH 11/16] btrfs: lock extents before pages - defrag
` [PATCH 12/16] btrfs: Perform memory faults under locked extent
` [PATCH 13/16] btrfs: writepage fixup lock rearrangement
` [PATCH 14/16] btrfs: lock extent before pages for encoded read ioctls
` [PATCH 15/16] btrfs: lock extent before pages in encoded write
` [PATCH 16/16] btrfs: btree_writepages lock extents before pages

[PATCH 00/16] Lock extents before pages
 2022-11-15 18:00 UTC 

[PATCH v4 0/3] btrfs: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-15 17:41 UTC  (7+ messages)
` [PATCH v4 1/3] btrfs: add might_sleep() to some places "
` [PATCH v4 2/3] btrfs: qgroup: introduce btrfs_update_quoto_limit() helper
` [PATCH v4 3/3] btrfs: qgroup: fix sleep from invalid context bug in update_qgroup_limit_item()

[PATCH 00/11] btrfs: a variety of header file cleanups
 2022-11-15 16:16 UTC  (12+ messages)
` [PATCH 01/11] btrfs: move root helpers back into ctree.h
` [PATCH 02/11] btrfs: move leaf_data_end into ctree.c
` [PATCH 03/11] btrfs: move file_extent_item helpers into file-item.h
` [PATCH 04/11] btrfs: move eb offset helpers into extent_io.h
` [PATCH 05/11] btrfs: move the csum helpers into ctree.h
` [PATCH 06/11] btrfs: pass the extent buffer for the btrfs_item_nr helpers
` [PATCH 07/11] btrfs: add eb to btrfs_node_key_ptr_offset
` [PATCH 08/11] btrfs: add helpers for manipulating leaf items and data
` [PATCH 09/11] btrfs: remove BTRFS_LEAF_DATA_OFFSET
` [PATCH 10/11] btrfs: add nr_global_roots to the super block definition
` [PATCH 11/11] btrfs: add stack helpers for a few btrfs items

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

move the low-level btrfs_bio code into a separate file v3
 2022-11-15 14:38 UTC  (5+ 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

[PATCH v2] btrfs: fix missing endianess conversion in sb_write_pointer
 2022-11-15 13:59 UTC  (4+ messages)

[PATCH 0/5] btrfs: raid56: destructive RMW fix for RAID5 data profiles
 2022-11-15 13:24 UTC  (13+ 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

[PATCH linux-next] btrfs: remove redundant ret variable in delete_v1_space_cache
 2022-11-15 13:11 UTC  (2+ messages)

WARNING in _btrfs_ioctl_set_received_subvol
 2022-11-15 11:14 UTC  (5+ messages)

WARNING in btrfs_rename2
 2022-11-15 10:31 UTC  (2+ messages)

WARNING in btrfs_quota_enable
 2022-11-15 10:31 UTC  (2+ messages)

WARNING in btrfs_cont_expand
 2022-11-15 10:30 UTC  (2+ messages)

move the low-level btrfs_bio code into a separate file v2
 2022-11-15  9:46 UTC  (7+ 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

[syzbot] possible deadlock in btrfs_commit_transaction
 2022-11-15  6:18 UTC 

[syzbot] possible deadlock in btrfs_dirty_inode
 2022-11-15  2:40 UTC  (2+ messages)

option to mount read-only subvolume with read-write access
 2022-11-14 21:11 UTC  (5+ 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)

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

[PATCH v2 0/3] btrfs: fix some test failures with btrfs-progs 5.19 and 6.0
 2022-11-14 11:19 UTC  (5+ messages)
` [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  (2+ 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)

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 

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

[PATCH] btrfs: raid56: use atomic_dec_and_test() in end io functions
 2022-11-11 14:07 UTC  (2+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox