messages from 2025-09-19 10:18:47 to 2025-09-24 20:34:08 UTC [more...]
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-24 20:23 UTC (16+ 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()
[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
[PATCH 0/2] btrfs: relocation bug fix and a cleanup
2025-09-24 18:36 UTC (4+ 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 kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-09-24 18:19 UTC (2+ messages)
btrfsmaintenance?
2025-09-24 15:32 UTC (2+ messages)
[GIT PULL] Btrfs updates for 6.18
2025-09-24 14:40 UTC
[PATCH] btrfs: handle ENOMEM from alloc_bitmap()
2025-09-23 23:21 UTC (2+ messages)
[PATCH 1/2] btrfs: add compat flag functions
2025-09-23 21:05 UTC (4+ messages)
` [PATCH 2/2] btrfs: clear spurious free-space entries
Bug#1116067: linux-image-6.1.0-32-amd64: btrfs compression quietly stopped around 60TB in
2025-09-23 19:10 UTC
[PATCH] btrfs: Avoid potential out-of-bounds in btrfs_encode_fh()
2025-09-23 15:55 UTC (5+ messages)
[PATCH v6 0/4] hide ->i_state behind accessors
2025-09-23 13:16 UTC (7+ 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: 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 (13+ messages)
` [PATCH 1/2] btrfs: Prevent open-coded arithmetic in kmalloc
` [PATCH 2/2] btrfs: Prefer using the __free cleanup attribute
[Support] failed to read chunk root / open_ctree failed: -5
2025-09-23 7:21 UTC (9+ 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)
Can the output of FIEMAP on BTRFS be used to check if a file and its reflink copy might have diverged?
2025-09-22 23:25 UTC (11+ 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 (36+ messages)
` [PATCH 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH 02/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 03/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 05/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH 06/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 07/27 5.10.y] minmax: fix header inclusions
` [PATCH 08/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH 09/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 10/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH 11/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH 12/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 13/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 14/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 15/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/27 5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones
` [PATCH 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[PATCH v5 0/4] hide ->i_state behind accessors
2025-09-22 11:41 UTC (11+ messages)
` [PATCH v5 1/4] fs: provide accessors for ->i_state
` [PATCH v5 2/4] Convert the kernel to use ->i_state accessors
` [PATCH v5 3/4] Manual conversion of ->i_state uses
` [PATCH v5 4/4] fs: make plain ->i_state access fail to compile
[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 (16+ messages)
` [PATCH v2 1/9] btrfs: fix the incorrect @max_bytes value for find_lock_delalloc_range()
` [PATCH v2 2/9] btrfs: prepare compression folio alloc/free for bs > ps cases
` [PATCH v2 3/9] btrfs: prepare zstd to support "
` [PATCH v2 4/9] btrfs: prepare lzo "
` [PATCH v2 5/9] btrfs: prepare zlib "
` [PATCH v2 6/9] btrfs: prepare scrub "
` [PATCH v2 7/9] btrfs: fix symbolic link reading when bs > ps
` [PATCH v2 8/9] btrfs: add extra ASSERT()s to catch unaligned bios
` [PATCH v2 9/9] btrfs: enable experimental bs > ps support
btrfs RAID5 or btrfs on md RAID5?
2025-09-22 10:41 UTC (10+ messages)
[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [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
Improve progress logging for long resize?
2025-09-22 9:59 UTC
[PATCH] btrfs: zoned: don't fail mount needlessly due to too many active zones
2025-09-22 8:10 UTC (2+ messages)
BTRFS errs: corrupt 9720
2025-09-22 8:02 UTC
init-csum-tree results in many extent tree problems
2025-09-22 5:36 UTC
Btrfs progs release 6.16.1
2025-09-21 18:32 UTC (8+ messages)
[GIT PULL] Btrfs fixes for 6.17-rc7, part 2
2025-09-21 4:45 UTC (2+ messages)
[PATCH] btrfs: annotate btrfs_is_testing() as unlikely and make it return bool
2025-09-19 22:12 UTC (3+ messages)
[PATCH] btrfs: make the rule checking more readable for should_cow_block()
2025-09-19 22:11 UTC (3+ messages)
[PATCH] btrfs: remove pointless key offset setup in create_pending_snapshot()
2025-09-19 22:04 UTC (2+ messages)
[PATCH v4 00/12] hide ->i_state behind accessors
2025-09-19 15:51 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox