Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 16:16:40 to 2022-11-22 11:56:47 UTC [more...]

[syzbot] WARNING in btrfs_chunk_alloc
 2022-11-22 11:56 UTC 

[PATCH v2] btrfs: normalize the error handling branch in btrfs_init_sysfs()
 2022-11-22 11:50 UTC 

minor sb clearing improvements
 2022-11-22 11:39 UTC  (4+ messages)
` [PATCH 1/2] btrfs: don't read the disk superblock for zoned devices in btrfs_scratch_superblocks
` [PATCH 2/2] btrfs: stop using write_one_page in btrfs_scratch_superblock

Silikonmischungen
 2022-11-22  9:05 UTC 

[syzbot] WARNING in cleanup_transaction
 2022-11-22  5:39 UTC  (2+ messages)

root item with a more recent gen
 2022-11-21 20:43 UTC  (3+ messages)

[PATCH v2 0/2] fs: clear a UBSAN shift-out-of-bounds warning
 2022-11-21 19:57 UTC  (6+ messages)
` [PATCH v2 1/2] btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAX
` [PATCH v2 2/2] fs: clear a UBSAN shift-out-of-bounds warning

[PATCH 0/3] btrfs: fix a rare deadlock case when logging inodes
 2022-11-21 19:23 UTC  (6+ messages)
` [PATCH 1/3] btrfs: do not modify log tree while holding a leaf from fs tree locked
` [PATCH 2/3] btrfs: unify overwrite_item() and do_overwrite_item()
` [PATCH 3/3] btrfs: remove outdated logic from overwrite_item() and add assertion

[PATCH v2] btrfs: rcu_string: Replace strncpy() with strscpy()
 2022-11-21 18:54 UTC  (2+ messages)

[PATCH] btrfs: fix uninitialized variable in find_first_clear_extent_bit
 2022-11-21 18:24 UTC  (2+ messages)

[PATCH] btrfs: fix uninitialized parent in insert_state
 2022-11-21 18:01 UTC  (2+ messages)

[PATCH] btrfs: use kvcalloc in btrfs_get_dev_zone_info
 2022-11-21 17:42 UTC  (6+ messages)

[PATCH v5 00/18] btrfs: add fscrypt integration
 2022-11-21 17:26 UTC  (6+ messages)

consolidate btrfs checksumming, repair and bio splitting v2
 2022-11-21 17:07 UTC  (21+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 06/19] btrfs: handle recording of zoned writes "
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 11/19] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 14/19] btrfs: remove submit_encoded_read_bio
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 16/19] btrfs: remove now spurious bio submission helpers
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND

[PATCH 01/16] btrfs: check for range correctness while locking or setting extent bits
 2022-11-21 13:31 UTC  (19+ 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 v1] btrfs-progs:Support send and receive to remote host
 2022-11-21  7:53 UTC  (5+ messages)

[PATCH] btrfs: fix a resource leak in btrfs_init_sysfs()
 2022-11-21  3:49 UTC  (5+ messages)

block group x has wrong amount of free space
 2022-11-21  1:03 UTC  (20+ messages)
    ` Re[2]: "
              ` Re[3]: "
                ` Re[4]: "

move the low-level btrfs_bio code into a separate file v3
 2022-11-20 12:41 UTC  (5+ messages)
` [PATCH 1/3] btrfs: move struct btrfs_tree_parent_check out of disk-io.h

[syzbot] possible deadlock in __btrfs_tree_lock
 2022-11-18 20:49 UTC 

[syzbot] possible deadlock in __btrfs_release_delayed_node
 2022-11-18 20:49 UTC 

[PATCH] btrsf: rcu_string: Replace strncpy() with strscpy()
 2022-11-18 19:50 UTC 

[PATCH v3 0/4] btrfs: data block group size classes
 2022-11-18 18:28 UTC  (5+ messages)
` [PATCH v3 1/4] btrfs: use ffe_ctl in btrfs allocator tracepoints
` [PATCH v3 2/4] btrfs: add more ffe tracepoints
` [PATCH v3 3/4] btrfs: introduce size class to block group allocator
` [PATCH v3 4/4] btrfs: load block group size class when caching

[PATCH v2 0/4] btrfs: data block group size classes
 2022-11-18 16:56 UTC  (12+ messages)
` [PATCH v2 1/4] btrfs: use ffe_ctl in btrfs allocator tracepoints
` [PATCH v2 2/4] btrfs: add more ffe tracepoints
` [PATCH v2 3/4] btrfs: introduce size class to block group allocator
` [PATCH v2 4/4] btrfs: load block group size class when caching

[PATCH v6 0/2] btrfs: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-18 16:37 UTC  (5+ messages)
` [PATCH v6 1/2] btrfs: add might_sleep() to some places "
` [PATCH v6 2/2] btrfs: qgroup: fix sleep from invalid context bug "

[PATCH] btrfs: send: avoid unaligned encoded writes when attempting to clone range
 2022-11-18 16:11 UTC  (4+ messages)

[PATCH 00/11] btrfs: a variety of header file cleanups
 2022-11-18 16:02 UTC  (10+ messages)
` [PATCH 03/11] btrfs: move file_extent_item helpers into file-item.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] btrfs: do not try to handle a ticket for FLUSH_EMERGENCY
 2022-11-18 15:54 UTC  (2+ messages)

[PATCH v2] fstests: shared: generic: check if one fs can detect damage at fs thaw
 2022-11-17  9:17 UTC 

[PATCH] btrfs: check the superblock to ensure the fs is not modified at thaw time
 2022-11-17  7:27 UTC  (3+ messages)

property designating root subvolumes
 2022-11-16 23:00 UTC  (9+ messages)

About duplicate fsid images in different devices
 2022-11-16 21:30 UTC 

[PATCH 0/3] btrfs-progs: receive: fix a silent data loss bug with encoded writes
 2022-11-16 17:03 UTC  (13+ 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

[PATCH v4 0/3] btrfs: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-16 12:26 UTC  (13+ 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 v5 0/2] btrfs: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-16 13:07 UTC  (4+ messages)
` [PATCH v5 1/2] btrfs: add might_sleep() to btrfs_search_slot()
` [PATCH v5 2/2] btrfs: qgroup: fix sleep from invalid context bug in update_qgroup_limit_item()

Change BTRFS filesystem back to R/W from R/O
 2022-11-16  6:40 UTC 

[PATCH 0/5] btrfs: raid56: destructive RMW fix for RAID5 data profiles
 2022-11-16  3:21 UTC  (3+ messages)

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

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

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

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).