public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 22:12:54 to 2026-03-24 02:56:20 UTC [more...]

[PATCH v2 0/3] btrfs: fix balance NULL derefs and chunk/bg mapping verification
 2026-03-24  2:56 UTC  (8+ 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

[RFC PATCH 00/11] Remove READ_ONLY_THP_FOR_FS
 2026-03-24  0:12 UTC  (25+ 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

[RFC] generic/301: flaky failure on btrfs after metadata overcommit change
 2026-03-23 22:51 UTC  (2+ messages)

[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 v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-23 17:53 UTC  (4+ 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

[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: fix unnecessary flush on close when truncating zero-sized files
 2026-03-23 14:07 UTC  (2+ messages)

[PATCH] btrfs: avoid GFP_ATOMIC allocations in qgroup free paths
 2026-03-23 12:20 UTC  (3+ 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  (11+ 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 

[PATCH 0/6] btrfs: delay compression to bbio submission time
 2026-03-19 21:04 UTC  (7+ messages)
` [PATCH 1/6] btrfs: add skeleton for delayed btrfs bio
` [PATCH 2/6] btrfs: add delayed ordered extent support
` [PATCH 3/6] btrfs: introduce the skeleton of delayed bbio endio function
` [PATCH 4/6] btrfs: introduce compression for delayed bbio
` [PATCH 5/6] btrfs: implement uncompressed fallback "
` [PATCH 6/6] btrfs: enable experimental delayed compression support

[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-19 17:15 UTC  (27+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v5 05/25] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v5 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 08/25] iomap: obtain fsverity info for read path
` [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v5 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v5 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v5 13/25] xfs: initialize fs-verity on file open
` [PATCH v5 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v5 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v5 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v5 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v5 18/25] xfs: add fs-verity support
` [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v5 20/25] xfs: add fs-verity ioctls
` [PATCH v5 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v5 22/25] xfs: check and repair the verity inode flag state
` [PATCH v5 23/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v5 24/25] xfs: add fsverity traces
` [PATCH v5 25/25] xfs: enable ro-compat fs-verity flag

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH RFC 0/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
 2026-03-19 14:02 UTC  (7+ messages)

[syzbot] [btrfs?] INFO: task hung in btrfs_invalidate_folio (3)
 2026-03-19  7:21 UTC 

社長のNG行動
 2026-03-19  1:02 UTC 

[syzbot] [btrfs?] BUG: corrupted list in btrfs_free_compr_folio
 2026-03-18 22:05 UTC  (3+ messages)

Btrfs progs release 6.19.1
 2026-03-18 20:05 UTC 

[PATCH v3] btrfs: fix a crash in the trace event btrfs_sync_file()
 2026-03-18 11:20 UTC  (2+ messages)

[PATCH 00/11] btrfs: some optimizations and cleanups for io trees
 2026-03-18 11:02 UTC  (2+ messages)

[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-18 10:58 UTC  (13+ messages)

[PATCH v2] btrfs: decrease indendation of find_free_extent_update_loop
 2026-03-18  7:17 UTC 

[PATCH 0/4] btrfs: qgroup API cleanups
 2026-03-18  3:42 UTC  (6+ messages)
` [PATCH 1/4] btrfs: removed unused qgroup functions for pertrans reservation and freeing
` [PATCH 2/4] btrfs: collapse __btrfs_qgroup_free_meta() into btrfs_qgroup_free_meta_prealloc()
` [PATCH 3/4] btrfs: collapse __btrfs_qgroup_reserve_meta() into btrfs_qgroup_reserve_meta_prealloc()
` [PATCH 4/4] btrfs: unexport btrfs_qgroup_reserve_meta()

[PATCH v2] block: reject zero length in bio_add_page()
 2026-03-18  1:32 UTC  (2+ messages)

[PATCH v2] btrfs: zlib: handle page aligned compressed size correctly
 2026-03-17 21:26 UTC  (3+ messages)

[PATCH] btrfs: decrease indendation of find_free_extent_update_loop
 2026-03-17 19:54 UTC  (2+ messages)

[PATCH] btrfs-progs: docs: add a note for clear_cache mount option
 2026-03-17 16:46 UTC  (4+ messages)
` [PATCH] btrfs-progs: tests: output the directory path for missing custom script

[PATCH 0/3] btrfs-progs: fix dropped 'const' qualifiers exposed by the latest GCC (15.2.1)
 2026-03-17 16:43 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: enhance find_option()

Btrfs progs release 6.19
 2026-03-17 16:34 UTC  (3+ messages)

[PATCH] btrfs-progs: balance: refactor parse_filters()
 2026-03-17 16:21 UTC  (2+ messages)

[PATCH] btrfs-progs: balance: usage range filter not working
 2026-03-17 16:18 UTC  (2+ messages)

[PATCH] btrfs-progs: fix and prevent off-by-one bug when calling strncpy_null()
 2026-03-17 16:16 UTC  (2+ messages)

[PATCH] btrfs: btrfs_log_dev_io_error() on all bio errors
 2026-03-17 16:16 UTC  (5+ messages)

[PATCH AUTOSEL 6.19-6.1] btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create
 2026-03-17 11:32 UTC 

[PATCH] btrfs: balance: fix null-ptr-deref in btrfs_may_alloc_data_chunk
 2026-03-17  0:09 UTC  (3+ messages)

cleanup the RAID5 XOR library v2
 2026-03-16 22:12 UTC  (3+ messages)
` [PATCH 10/27] alpha: move the XOR code to lib/raid/


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