public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-19 18:39:21 to 2025-01-09 08:31:45 UTC [more...]

[PATCH] btrfs: keep `priv` struct on stack for sync reads in `btrfs_encoded_read_regular_fill_pages()`
 2025-01-09  8:31 UTC  (7+ messages)

[PATCH v2 0/9] btrfs: error handling fixes
 2025-01-09  4:47 UTC  (20+ messages)
` [PATCH v2 1/9] btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
` [PATCH v2 2/9] btrfs: fix double accounting race when extent_writepage_io() failed
` [PATCH v2 3/9] btrfs: fix the error handling of submit_uncompressed_range()
` [PATCH v2 6/9] btrfs: subpage: fix the bitmap dump for the locked flags
` [PATCH v2 7/9] btrfs: subpage: dump the involved bitmap when ASSERT() failed
` [PATCH v2 8/9] btrfs: add extra error messages for delalloc range related errors
` [PATCH v2 9/9] btrfs: remove the unused @locked_folio parameter from btrfs_cleanup_ordered_extents()

[GIT PULL] fstests: btrfs changes staged-20250109
 2025-01-09  3:52 UTC 

[PATCH 0/2] btrfs: migrate tracking read blocks from fs_devices to
 2025-01-08 21:01 UTC  (3+ messages)
` [PATCH 1/2] fixup: btrfs: add tracking of read blocks for read policy
` [PATCH 2/2] fixup: btrfs: introduce RAID1 round-robin read balancing

Defrag recursively all my subvolumes but not my snapshots
 2025-01-08 18:38 UTC 

[linus:master] [block] e70c301fae: stress-ng.aiol.ops_per_sec 49.6% regression
 2025-01-08 10:39 UTC  (6+ messages)

[PATCH] btrfs: add the missing error handling inside get_canonical_dev_path
 2025-01-08  7:11 UTC  (2+ messages)

[PATCH v4 1/2] configure: use pkg-config to find liburing
 2025-01-08  6:33 UTC  (3+ messages)
` [PATCH v4 2/2] btrfs: add test for encoded reads

[PATCH] btrfs: test cycle mounting a filesystem right after enabling simple quotas
 2025-01-08  1:32 UTC  (3+ messages)

[PATCH v5 00/10] raid1 balancing methods
 2025-01-08  1:23 UTC  (22+ messages)
` [PATCH v5 01/10] btrfs: initialize fs_devices->fs_info earlier
` [PATCH v5 02/10] btrfs: simplify output formatting in btrfs_read_policy_show
` [PATCH v5 03/10] btrfs: add btrfs_read_policy_to_enum helper and refactor read policy store
` [PATCH v5 04/10] btrfs: handle value associated with raid1 balancing parameter
` [PATCH v5 05/10] btrfs: add read count tracking for filesystem stats
  ` [PATCH 1/1] fixup: "
` [PATCH v5 06/10] btrfs: introduce RAID1 round-robin read balancing
  ` [PATCH] fixup: "
` [PATCH v5 07/10] btrfs: add RAID1 preferred read device
` [PATCH v5 08/10] btrfs: expose experimental mode in module information
` [PATCH v5 09/10] btrfs: enable RAID1 balancing configuration via modprobe parameter
` [PATCH v5 10/10] btrfs: modload to print RAID1 balancing status

[PATCH v2 00/14] btrfs: more RST delete fixes
 2025-01-07 15:20 UTC  (16+ messages)
` [PATCH v2 01/14] btrfs: don't try to delete RAID stripe-extents if we don't need to
` [PATCH v2 02/14] btrfs: assert RAID stripe-extent length is always greater than 0
` [PATCH v2 03/14] btrfs: fix search when deleting a RAID stripe-extent
` [PATCH v2 04/14] btrfs: fix front delete range calculation for RAID stripe extents
` [PATCH v2 05/14] btrfs: fix tail delete of RAID stripe-extents
` [PATCH v2 06/14] btrfs: fix deletion of a range spanning parts two RAID stripe extents
` [PATCH v2 07/14] btrfs: implement hole punching for "
` [PATCH v2 08/14] btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
` [PATCH v2 09/14] btrfs: selftests: check for correct return value of failed lookup
` [PATCH v2 10/14] btrfs: selftests: don't split RAID extents in half
` [PATCH v2 11/14] btrfs: selftests: test RAID stripe-tree deletion spanning two items
` [PATCH v2 12/14] btrfs: selftests: add selftest for punching holes into the RAID stripe extents
` [PATCH v2 13/14] btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
` [PATCH v2 14/14] btrfs: selftests: add a selftest for deleting two out of three extents

mnt_list corruption triggered during btrfs/326
 2025-01-07 15:04 UTC  (9+ messages)

[PATCH] btrfs: implement percpu_counter for ENOSPC rework
 2025-01-07 14:49 UTC  (3+ messages)

[PATCH v4 0/4] btrfs: fix reading from userspace in btrfs_uring_encoded_read()
 2025-01-07  2:17 UTC  (12+ messages)
` [PATCH 1/4] io_uring/cmd: rename struct uring_cache to io_uring_cmd_data
` [PATCH 2/4] io_uring/cmd: add per-op data to struct io_uring_cmd_data
` [PATCH 3/4] io_uring: add io_uring_cmd_get_async_data helper
` [PATCH 4/4] btrfs: don't read from userspace twice in btrfs_uring_encoded_read()

[PATCH v3] btrfs: prefer to use "/dev/mapper/name" symlink instead of "/dev/dm-*"
 2025-01-06 23:50 UTC 

[PATCH v2] btrfs: validate system chunk array at btrfs_validate_super()
 2025-01-06 15:51 UTC  (2+ messages)

[PATCH 00/20] btrfs: remove plenty of redundant btrfs_mark_buffer_dirty() calls
 2025-01-06 15:43 UTC  (5+ messages)

[PATCH v2] btrfs: Fix avail_in bytes for s390 zlib HW compression path
 2025-01-06 15:31 UTC  (2+ messages)

[PATCH] btrfs: zoned: calculate max_extent_size properly on non-zoned setup
 2025-01-06 15:12 UTC  (2+ messages)

[PATCH v2] btrfs: prefer to use "/dev/mapper/name" soft link instead of "/dev/dm-*"
 2025-01-06 14:33 UTC  (3+ messages)

[PATCH] btrfs: uncollapse transaction aborts during renames
 2025-01-06 13:26 UTC  (2+ messages)

btrfs scrub fails / __btrfs_free_extent:3257: errno=-5 IO failure
 2025-01-06 11:58 UTC  (2+ messages)

[PATCH v3 1/2] configure: use pkg-config to find liburing
 2025-01-06 12:22 UTC  (7+ messages)
` [PATCH v3 2/2] btrfs: add test for encoded reads

[PATCH] btrfs/326: update _fixed_by_kernel_commit
 2025-01-06 11:54 UTC  (2+ messages)

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in btrfs_backref_cleanup_node
 2025-01-06  1:43 UTC 

[syzbot] [btrfs?] possible deadlock in btrfs_tree_lock_nested
 2025-01-06  1:21 UTC 

[PATCH 0/3] btrfs-progs: btrfstune --remove-simple-quota
 2025-01-05 23:17 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in btrfs_fileattr_set (2)
 2025-01-05  7:36 UTC 

BTRFS errors following bad SATA connection
 2025-01-04 13:57 UTC  (13+ messages)

97% full system, dusage didn't help, musage strange
 2025-01-04  7:11 UTC  (9+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_split_ordered_extent
 2025-01-03 14:23 UTC 

dev extent physical offset [...] on devid 1 doesn't have corresponding chunk
 2025-01-02 17:58 UTC  (8+ messages)

[PATCH 00/11] btrfs: zoned: split out data relocation space_info
 2025-01-02 14:19 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 6.13-rc5
 2025-01-02 12:49 UTC  (5+ messages)

[syzbot] [btrfs?] BUG: unable to handle kernel paging request in find_first_extent_item
 2025-01-02  9:45 UTC  (8+ messages)
` [PATCH] btrfs: Prevent the use of invalid extent root
    ` [PATCH V2] btrfs: btrfs can not be mounted with corrupted "
        ` [PATCH V3] "
          ` [PATCH V4] btrfs: Prevent the use of corrupt "

[PATCH] btrfs: avoid NULL pointer dereference if no valid extent tree
 2025-01-02  5:46 UTC  (2+ messages)

[PATCH v4 00/10] raid1 balancing methods
 2025-01-01  9:49 UTC  (5+ messages)
` [PATCH v4 3/9] btrfs: add btrfs_read_policy_to_enum helper and refactor read policy store

btrfs: lsblk multiple mount point issue on LTS 6.6
 2024-12-30 21:42 UTC 

[PATCH] btrfs: prefer to use "/dev/mapper/name" soft link instead of "/dev/dm-*"
 2024-12-30  8:45 UTC 

can't mkfs on zoned device after adding and removing it from another volume
 2024-12-28  5:31 UTC 

Use of --convert-to-block-group-tree makes fs unmountable
 2024-12-28  2:27 UTC  (4+ messages)

corrupt leaf, invalid data ref objectid value, read time tree block corruption detected Inbox
 2024-12-27 22:25 UTC  (2+ messages)

Copying a btrfs filesystem from one host to another, reflinks, compression
 2024-12-27 22:21 UTC  (4+ messages)

[PATCH 08/11] btrfs: introduce btrfs_space_info sub-group
 2024-12-24 14:21 UTC  (2+ messages)

Using btrfs raid5/6
 2024-12-24  9:31 UTC  (15+ messages)
                    ` Proposal for RAID-PN (was Re: Using btrfs raid5/6)

[PATCH v3 0/6] reduce boilerplate code within btrfs
 2024-12-23 19:54 UTC  (2+ messages)

[PATCH 0/9] btrfs: some header cleanups and move things around
 2024-12-23 19:36 UTC  (7+ messages)
` [PATCH 2/9] btrfs: move csum related functions from ctree.c into fs.c

[PATCH] btrfs: don't include '<linux/rwlock_types.h>' directly
 2024-12-23 19:18 UTC  (4+ messages)

Help with data carving/recovery
 2024-12-23 14:42 UTC 

[syzbot] [btrfs?] WARNING in btrfs_rename2
 2024-12-22  2:20 UTC 

[PATCH] btrfs-progs: docs: extra notes about read-only scrub on read-write fs
 2024-12-22  0:10 UTC 

[PATCH AUTOSEL 5.10 2/7] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
 2024-12-20 17:14 UTC 

[PATCH AUTOSEL 5.15 3/9] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
 2024-12-20 17:13 UTC 

[PATCH AUTOSEL 6.1 03/12] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
 2024-12-20 17:13 UTC 

[PATCH AUTOSEL 6.6 04/16] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
 2024-12-20 17:12 UTC 

[PATCH AUTOSEL 6.12 09/29] btrfs: handle bio_split() errors
 2024-12-20 17:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 10/29] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount

btrfs check reports backpointer mismatch / owner ref check failed
 2024-12-20  9:01 UTC  (4+ messages)

qemu-arm64: CONFIG_ARM64_64K_PAGES=y kernel crash on qemu-arm64 with Linux next-20241210 and above
 2024-12-19 23:33 UTC  (7+ messages)

btrfs: add btrfs_read_policy_to_enum helper and refactor read, policy store
 2024-12-19 19:30 UTC  (4+ messages)

[syzbot] Monthly btrfs report (Dec 2024)
 2024-12-19 18:39 UTC 


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