public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 11:14:51 to 2026-03-25 00:44:07 UTC [more...]

[PATCH v3 0/4] btrfs: fix balance NULL derefs and chunk/bg mapping verification
 2026-03-25  0:43 UTC  (5+ messages)
` [PATCH v3 1/4] btrfs: balance: fix null-ptr-deref in chunk_usage_filter
` [PATCH v3 2/4] btrfs: balance: fix null-ptr-deref in chunk_usage_range_filter
` [PATCH v3 3/4] btrfs: balance: fix null-ptr-deref in btrfs_may_alloc_data_chunk
` [PATCH v3 4/4] btrfs: fix check_chunk_block_group_mappings() to iterate all chunk maps

[PATCH 0/5] btrfs: improve stalls under sudden writeback
 2026-03-25  0:41 UTC  (6+ messages)
` [PATCH 1/5] btrfs: reserve space for delayed_refs in delalloc
` [PATCH 2/5] btrfs: account for csum "
` [PATCH 3/5] btrfs: account for compression in delalloc extent reservation
` [PATCH 4/5] btrfs: make inode->outstanding_extents a u64
` [PATCH 5/5] btrfs: cap shrink_delalloc iterations to 128M

[PATCH 0/2] btrfs-progs: check/lowmem: fix false alerts about verity items
 2026-03-24 23:47 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: check/lowmem: recognize verity item keys
` [PATCH 2/2] btrfs-progs: fsck-tests: add a test case for verity items

[PATCH] generic/747: handle ENOSPC gracefully during write/delete cycles
 2026-03-24 23:39 UTC  (2+ messages)

[PATCH] btrfs-progs: check: recognize verity item keys in original mode
 2026-03-24 23:05 UTC  (5+ messages)

[PATCH] generic/301: skip extent count check on btrfs
 2026-03-24 21:07 UTC  (3+ messages)

[PATCH] btrfs: make btrfs_free_log() and btrfs_free_log_root_tree() return void
 2026-03-24 21:04 UTC  (2+ messages)

[PATCH] btrfs: fix stale errno check in btrfs_encoded_read/write helpers
 2026-03-24 19:09 UTC 

[GIT PULL] fsverity updates for 6.3
 2026-03-24 17:32 UTC  (2+ messages)
` [f2fs-dev] "

cleanup the RAID5 XOR library v3
 2026-03-24 16:42 UTC  (29+ messages)
` [PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/26] arm/xor: remove in_interrupt() handling
` [PATCH 03/26] um/xor: cleanup xor.h
` [PATCH 04/26] xor: move to lib/raid/
` [PATCH 05/26] xor: small cleanups
` [PATCH 06/26] xor: cleanup registration and probing
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case

[PATCH] btrfs: fix unnecessary flush on close when truncating zero-sized files
 2026-03-24 15:26 UTC  (5+ messages)

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-24 14:28 UTC  (5+ messages)
` [PATCH v2 01/19] tracepoint: Add trace_call__##name() API
` [PATCH v2 15/19] btrfs: Use trace_call__##name() at guarded tracepoint call sites

[RFC PATCH 00/11] Remove READ_ONLY_THP_FOR_FS
 2026-03-24 13:15 UTC  (28+ messages)
` [RFC PATCH 01/11] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [RFC PATCH 02/11] mm/khugepaged: remove READ_ONLY_THP_FOR_FS code in collapse_file()
` [RFC PATCH 03/11] mm: remove filemap_nr_thps*() functions
` [RFC PATCH 04/11] mm/huge_memory: remove file_thp_enabled() and its caller
` [RFC PATCH 05/11] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [RFC PATCH 06/11] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [RFC PATCH 07/11] fs: remove nr_thp from struct address_space
` [RFC PATCH 08/11] fs: remove READ_ONLY_THP_FOR_FS code
` [RFC PATCH 09/11] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [RFC PATCH 10/11] selftests/mm: remove READ_ONLY_THP_FOR_FS test in khugepaged
` [RFC PATCH 11/11] selftests/mm: remove READ_ONLY_THP_FOR_FS test in guard-regions

[PATCH AUTOSEL 6.19-6.12] btrfs: reserve enough transaction items for qgroup ioctls
 2026-03-24 11:19 UTC  (3+ messages)
` [PATCH AUTOSEL 6.19-5.15] btrfs: reject root items with drop_progress and zero drop_level
` [PATCH AUTOSEL 6.19-5.15] btrfs: don't take device_list_mutex when querying zone info

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-03-24  9:36 UTC  (4+ messages)
` [PATCH v6 32/43] btrfs: implement process_bio cb for fscrypt

[PATCH] btrfs: add btrfs_inode_disk_i_size() helper to prevent torn reads of disk_i_size
 2026-03-24  9:01 UTC 

cleanup the RAID6 P/Q library
 2026-03-24  6:40 UTC  (18+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits
` [PATCH 17/17] raid6_kunit: randomize buffer alignment

[RFC] generic/301: flaky failure on btrfs after metadata overcommit change
 2026-03-24  3:03 UTC  (3+ messages)

[PATCH v2 0/3] btrfs: fix balance NULL derefs and chunk/bg mapping verification
 2026-03-24  2:57 UTC  (9+ messages)
` [PATCH v2 1/3] btrfs: balance: fix null-ptr-deref in chunk_usage_filter
` [PATCH v2 3/3] btrfs: fix check_chunk_block_group_mappings() to actually iterate all chunks

[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
 2026-03-23 22:43 UTC  (13+ messages)
` [PATCH v2 1/5] workqueue: fix typo in WQ_AFFN_SMT comment
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH v2 3/5] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH v2 4/5] tools/workqueue: add CACHE_SHARD support to wq_dump.py
` [PATCH v2 5/5] workqueue: add test_workqueue benchmark module

[PATCH] fs: btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak
 2026-03-23 22:34 UTC  (5+ messages)
` [PATCH] fs: btrfs: fix btrfs_ioctl_space_info() slot_count

[PATCH v2] btrfs: Fix BTRFS arm64 tagged KASAN false-positive
 2026-03-23 21:19 UTC  (3+ messages)

[PATCH] btrfs: check remap-tree flags in btrfs_check_chunk_valid()
 2026-03-23 19:44 UTC  (2+ messages)

[PATCH] btrfs: add remap-tree checks to check_block_group_item()
 2026-03-23 19:43 UTC  (2+ messages)

[PATCH] btrfs: add tree checker for items in remap tree
 2026-03-23 19:42 UTC  (2+ messages)

[PATCH] btrfs: fix deadlock between reflink and transaction commit when using flushoncommit
 2026-03-23 17:01 UTC 

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-23 16:44 UTC  (8+ messages)
` [PATCH v2 1/3] btrfs: use on-disk uuid for s_uuid in temp_fsid mounts
` [PATCH v2 2/3] btrfs: derive f_fsid from on-disk fsuuid and dev_t
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[PATCH 6.6 400/567] btrfs: always fallback to buffered write if the inode requires checksum
 2026-03-23 13:45 UTC 

[PATCH] btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
 2026-03-23 14:36 UTC 

[PATCH] btrfs: fix bytes_may_use leak in move_existing_remap()
 2026-03-23 14:36 UTC 

[PATCH] btrfs: avoid GFP_ATOMIC allocations in qgroup free paths
 2026-03-23 12:20 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: mkfs/rootdir: add hole detection
 2026-03-23  5:51 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] btrfs-progs: mkfs-tests: add a test case for mkfs "

[PATCH v2] btrfs: prevent direct reclaim during compressed readahead
 2026-03-23  5:14 UTC 

[PATCH 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-22 20:31 UTC  (2+ messages)

[linux-next:master] [btrfs] aed9dfbe32: fio.write_iops 6.0% regression
 2026-03-22 10:20 UTC 

[GIT PULL] Btrfs fixes for 7.0-rc5, part 2
 2026-03-21 17:45 UTC  (2+ messages)

[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-21 12:02 UTC  (7+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper

[PATCH v2 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-21 11:58 UTC  (10+ messages)
` [PATCH v2 1/9] fstests: add _require_nouuid_mountopt() helper
` [PATCH v2 2/9] fstests: add _loop_image_create_clone() helper
` [PATCH v2 3/9] fstests: add _clone_mount_option() helper
` [PATCH v2 4/9] fstests: add test for inotify isolation on cloned devices
` [PATCH v2 5/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v2 6/9] fstests: verify f_fsid for "
` [PATCH v2 7/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v2 8/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH v2 9/9] fstests: verify exportfs file handles "

[PATCH] btrfs: Fix BTRFS arm64 tagged KASAN false-positive
 2026-03-21  3:50 UTC  (6+ messages)

[PATCH] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-03-20 22:18 UTC  (3+ messages)

[PATCH] btrfs: fix lost error when running device stats on multiple devices fs
 2026-03-20 21:43 UTC  (2+ messages)

[PATCH] btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()
 2026-03-20 21:24 UTC  (2+ messages)

[PATCH 0/2] btrfs: prevent direct reclaim during compressed readahead
 2026-03-20 17:55 UTC  (9+ messages)
` [PATCH 1/2] btrfs: additional gfp api for allocating compressed folios
` [PATCH 2/2] btrfs: prevent direct reclaim during compressed readahead

[PATCH] btrfs: add test for BTRFS_IOC_GET_CSUMS ioctl
 2026-03-20 12:52 UTC 


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