linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-22 10:36:40 to 2025-09-29 13:50:00 UTC [more...]

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-29 13:49 UTC  (21+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-29 12:56 UTC  (11+ messages)
` [PATCH v6 1/4] fs: provide accessors for ->i_state
` [PATCH v6 2/4] Convert the kernel to use ->i_state accessors
` [PATCH v6 3/4] Manual conversion of ->i_state uses
` [PATCH v6 4/4] fs: make plain ->i_state access fail to compile

[PATCH] btrfs: subpage: rename macro variables to avoid shadowing
 2025-09-29 12:41 UTC 

[PATCH v2] fs: Make wbc_to_tag() inline and use it in fs
 2025-09-29 11:50 UTC  (2+ messages)

[PATCH] fs: Make wbc_to_tag() extern and use it in fs
 2025-09-29 10:57 UTC  (4+ messages)

[PATCH] btrfs: reorganize error handling in btrfs_tree_mod_log_insert_key
 2025-09-29 10:41 UTC  (8+ messages)

Can the output of FIEMAP on BTRFS be used to check if a file and its reflink copy might have diverged?
 2025-09-29  8:50 UTC  (13+ messages)

[PATCH] btrfs-progs: remove btrfs_fs_info::leaf_data_size
 2025-09-28 20:51 UTC  (3+ messages)

[PATCH 0/3] btrfs: fix false alerts when running with 8K block size and 4K page size
 2025-09-28 20:42 UTC  (8+ messages)
` [PATCH 1/3] btrfs/012 btrfs/136: skip the test if ext* doesn't support the block size
` [PATCH 2/3] btrfs/192 btrfs/30[456]: explicitly specify block size to avoid false alerts
` [PATCH 3/3] btrfs/26[67]: update the stale comments

[PATCH] btrfs: Add the nlink annotation in btrfs_inode_item
 2025-09-28  8:35 UTC  (7+ messages)

[BUG] 6.17.0, mount: /mnt/0: fsconfig() failed: File exists
 2025-09-28  6:27 UTC  (2+ messages)

[BUG] btrfs-progs 6.16.1: `btrfs rescue chunk-recover` fails with "Couldn't read tree root" on a healthy filesystem
 2025-09-27  0:25 UTC  (2+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-26 19:36 UTC  (26+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH 0/2] fstests: test device reappearance with new maj:min
 2025-09-26 15:57 UTC  (3+ messages)
` [PATCH 1/2] common/rc: helper functions to handle block devices via sysfs

[PATCH] btrfs: print-tree: use string format for key names
 2025-09-26 13:35 UTC 

[PATCH] btrfs: only set the device specific options after devices are opened
 2025-09-26 12:29 UTC  (2+ messages)

[PATCH] btrfs: fix trivial -Wshadow warnings
 2025-09-26 12:26 UTC  (3+ messages)

[RFC] btrfs: assume fs_info is non-NULL and drop ternary check
 2025-09-26 12:24 UTC  (3+ messages)

[PATCH] btrfs-progs: docs: update the behavior of direct IO
 2025-09-26  9:59 UTC 

[PATCH] fstests: add a new generic test case to verify direct io read
 2025-09-26  9:50 UTC 

[PATCH v2] btrfs: ioctl: Fix memory leak on duplicated memory
 2025-09-26  9:36 UTC  (3+ messages)

[PATCH] btrfs: Fix PAGE_SIZE format specifier in open_ctree()
 2025-09-26  6:54 UTC  (3+ messages)

[syzbot] Monthly btrfs report (Sep 2025)
 2025-09-26  5:14 UTC 

Wrong SSD type detection on zoned device
 2025-09-26  4:38 UTC  (2+ messages)

[PATCH] btrfs: fallback to buffered read if the inode has data checksum
 2025-09-25 22:50 UTC 

[PATCH] btrfs: ioctl: Fix memory leak on duplicated memory
 2025-09-25 18:56 UTC  (6+ messages)

Bug#1116067: linux-image-6.1.0-32-amd64: btrfs compression quietly stopped around 60TB in
 2025-09-25 17:57 UTC  (2+ messages)

[PATCH 0/2] btrfs: relocation bug fix and a cleanup
 2025-09-25 11:35 UTC  (8+ messages)
` [PATCH 1/2] btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
` [PATCH 2/2] btrfs: use single return value variable in btrfs_relocate_block_group()

[PATCH 1/2] btrfs: add compat flag functions
 2025-09-25 11:32 UTC  (5+ messages)
` [PATCH 2/2] btrfs: clear spurious free-space entries

[PATCH] btrfs: remove the unnecessary NULL fs_info check from find_lock_delalloc_range()
 2025-09-25 11:27 UTC  (2+ messages)

[PATCH] btrfs: handle ENOMEM from alloc_bitmap()
 2025-09-25 11:18 UTC  (3+ messages)

[akpm-mm:mm-stable] [btrfs] b55102826d: filebench.sum_operations/s 12.4% regression
 2025-09-25  7:24 UTC 

[PATCH] btrfs: don't ignore ENOMEM in btrfs_add_chunk_map()
 2025-09-24 23:26 UTC  (3+ messages)

[GIT PULL] Btrfs fix for 6.17-rc8
 2025-09-24 19:23 UTC  (2+ messages)

[PATCH 0/2] btrfs: find_free_extent cleanups
 2025-09-24 19:14 UTC  (5+ messages)
` [PATCH 1/2] btrfs: remove ffe RAID loop
` [PATCH 2/2] btrfs: add tracing for find_free_extent skip conditions

btrfsmaintenance?
 2025-09-24 15:32 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 6.18
 2025-09-24 14:40 UTC 

[PATCH] btrfs: Avoid potential out-of-bounds in btrfs_encode_fh()
 2025-09-23 15:55 UTC  (5+ messages)

[PATCH] btrfs: ref-verify: handle damaged extent root tree
 2025-09-23  8:52 UTC  (2+ messages)

[PATCH v2] btrfs: Remove open-coded arithmetic in kmalloc
 2025-09-23  8:01 UTC  (2+ messages)

[PATCH 0/2] btrfs: Prevent open-coded arithmetic on kmalloc
 2025-09-23  8:00 UTC  (12+ messages)
` [PATCH 1/2] btrfs: Prevent open-coded arithmetic in kmalloc

[Support] failed to read chunk root / open_ctree failed: -5
 2025-09-23  7:21 UTC  (7+ messages)

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
 2025-09-23  7:03 UTC  (9+ messages)

[PATCH] io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
 2025-09-23  6:16 UTC  (2+ messages)

[PATCH] btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
 2025-09-23  6:05 UTC  (2+ messages)

[PATCH v4] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
 2025-09-23  6:02 UTC  (3+ messages)

[PATCH AUTOSEL 6.16-6.1] btrfs: ref-verify: handle damaged extent root tree
 2025-09-22 17:57 UTC 

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22 13:10 UTC  (7+ messages)
` [PATCH 04/27 5.10.y] minmax: add in_range() macro

[PATCH v5 0/4] hide ->i_state behind accessors
 2025-09-22 11:41 UTC  (8+ messages)
` [PATCH v5 3/4] Manual conversion of ->i_state uses

[PATCH 0/3 RFC] Unlikely annotations for EIO/EUCLEAN/abort branches
 2025-09-22 11:15 UTC  (3+ messages)

[PATCH v2 0/9] btrfs: initial bs > ps support
 2025-09-22 10:51 UTC  (6+ messages)
` [PATCH v2 9/9] btrfs: enable experimental "

btrfs RAID5 or btrfs on md RAID5?
 2025-09-22 10:41 UTC  (4+ messages)

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (10+ messages)
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once


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 NNTP newsgroup(s).