Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-15 06:53:46 to 2025-09-21 04:45:32 UTC [more...]

[GIT PULL] Btrfs fixes for 6.17-rc7, part 2
 2025-09-21  4:45 UTC  (2+ messages)

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-20 10:21 UTC  (30+ 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-20  5:47 UTC  (7+ 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] 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  (19+ messages)
` [PATCH v4 01/12] fs: provide accessors for ->i_state
` [PATCH v4 02/12] fs: use ->i_state accessors in core kernel
` [PATCH v4 03/12] fs: mechanically convert most filesystems to use ->i_state accessors
` [PATCH v4 04/12] btrfs: use the new "
` [PATCH v4 05/12] netfs: "
` [PATCH v4 06/12] nilfs2: "
` [PATCH v4 07/12] xfs: "
` [PATCH v4 08/12] ext4: "
` [PATCH v4 09/12] f2fs: "
` [PATCH v4 10/12] ceph: "
` [PATCH v4 11/12] overlayfs: "
` [PATCH v4 12/12] fs: make plain ->i_state access fail to compile

[PATCH 0/2] btrfs: Prevent open-coded arithmetic on kmalloc
 2025-09-19 14:58 UTC  (3+ messages)
` [PATCH 1/2] btrfs: Prevent open-coded arithmetic in kmalloc
` [PATCH 2/2] btrfs: Prefer using the __free cleanup attribute

[PATCH 0/8] btrfs: initial bs > ps support
 2025-09-18 22:58 UTC  (9+ messages)
` [PATCH 1/8] btrfs: prepare compression folio alloc/free for bs > ps cases
` [PATCH 2/8] btrfs: prepare zstd to support "
` [PATCH 3/8] btrfs: prepare lzo "
` [PATCH 4/8] btrfs: prepare zlib "
` [PATCH 5/8] btrfs: prepare scrub "
` [PATCH 6/8] btrfs: fix symbolic link reading when bs > ps
` [PATCH 7/8] btrfs: add extra ASSERT()s to catch unaligned bios
` [PATCH 8/8] btrfs: enable experimental bs > ps support

[PATCH 0/3] btrfs: fix false alerts when running with 8K block size and 4K page size
 2025-09-18 22:43 UTC  (4+ 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 0/3] btrfs: fix false alerts when running with 8K block size and 4K page size
 2025-09-18 22:33 UTC  (4+ 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 0/2] btrfs: a couple cleanups in replay_one_extent()
 2025-09-18 21:10 UTC  (4+ messages)
` [PATCH 1/2] btrfs: fix comment about nbytes increase at replay_one_extent()
` [PATCH 2/2] btrfs: simplify inline extent end calculation "

[PATCH v2] btrfs: reject fs block size larger than 4K
 2025-09-18 21:04 UTC  (3+ messages)

[PATCH 0/2] fstests: test device reappearance with new maj:min
 2025-09-18 17:15 UTC  (4+ messages)
` [PATCH 1/2] common/rc: helper functions to handle block devices via sysfs
` [PATCH 2/2] generic: test case for reappearing device

[PATCH 0/3 RFC] Unlikely annotations for EIO/EUCLEAN/abort branches
 2025-09-18 15:03 UTC  (5+ messages)
` [PATCH 1/3] btrfs: add unlikely annotations to branches leading to EUCLEAN
` [PATCH 2/3] btrfs: add unlikely annotations to branches leading to EIO
` [PATCH 3/3] btrfs: add unlikely annotations to branches leading to transaction abort

Btrfs progs release 6.16.1
 2025-09-18 13:05 UTC  (6+ messages)

[PATCH v2] btrfs/305: skip the run if block size is not 4K
 2025-09-18 11:20 UTC  (3+ messages)

[PATCH] btrfs/306: skip the run if block size is not 4K
 2025-09-18 11:19 UTC  (2+ messages)

[PATCH] btrfs/304: skip the run if block size is not 4K
 2025-09-18 11:16 UTC  (3+ messages)

[PATCH] btrfs/305: skip the run if block size is not 4K
 2025-09-18 10:56 UTC 

[PATCH] btrfs: zoned: don't fail mount needlessly due to too many active zones
 2025-09-18 10:51 UTC 

[PATCH] btrfs: reject fs block size larger than 4K
 2025-09-18 10:25 UTC 

performance issue when using zoned
 2025-09-18  6:53 UTC  (14+ messages)

[PATCH] btrfs: return any hit error from extent_writepage_io()
 2025-09-18  6:33 UTC  (2+ messages)

[PATCH] btrfs: reject invalid compression level
 2025-09-18  6:02 UTC  (3+ messages)

unsubscribe
 2025-09-18  4:57 UTC 

[PATCH RFC 0/9] btrfs: initial bs > ps support
 2025-09-17 22:46 UTC  (9+ messages)
` [PATCH RFC 1/8] btrfs: prepare compression folio alloc/free for bs > ps cases
` [PATCH RFC 2/8] btrfs: prepare zstd to support "
` [PATCH RFC 3/8] btrfs: prepare lzo "
` [PATCH RFC 4/8] btrfs: prepare zlib "
` [PATCH RFC 5/8] btrfs: prepare scrub "
` [PATCH RFC 6/8] btrfs: fix symbolic link reading when bs > ps
` [PATCH RFC 7/8] btrfs: add extra ASSERT()s to catch unaligned bios
` [PATCH RFC 8/8] btrfs: enable experimental bs > ps support

[GIT PULL] Btrfs fixes fur 6.17-rc7
 2025-09-17 18:38 UTC  (2+ messages)

[PATCH 0/5] btrfs: tag as unlikely several unexpected critical errors
 2025-09-17 17:09 UTC  (8+ messages)
` [PATCH 1/5] btrfs: store and use node size in local variable in check_eb_alignment()
` [PATCH 2/5] btrfs: mark extent buffer alignment checks as unlikely
` [PATCH 3/5] btrfs: mark as unlikely not uptodate check in read_extent_buffer_pages()
` [PATCH 4/5] btrfs: mark as unlikely not uptodate extent buffer checks when navigating btrees
` [PATCH 5/5] btrfs: mark leaf space and overflow checks as unlikely on insert and extension

Does balance always allocate new chunk or attempts to utilize existing chunks?
 2025-09-17 16:27 UTC  (2+ messages)

[PATCH 5.10] btrfs: free exchange changeset on failures
 2025-09-17  9:45 UTC 

[PATCH 0/2] btrfs: prepare raid56 and scrub to support bs > ps cases
 2025-09-17  7:31 UTC  (2+ messages)

Cannot truncate existing file during disk replace
 2025-09-17  6:06 UTC 

[PATCH] btrfs: tree-checker: fix the incorrect inode ref size check
 2025-09-17  4:40 UTC  (4+ messages)

SSD overheating during scrub in laptop
 2025-09-16 21:17 UTC  (5+ messages)

[PATCH AUTOSEL 6.16-6.12] btrfs: don't allow adding block device of less than 1 MB
 2025-09-16 18:58 UTC  (2+ messages)

[PATCH] btrfs: tree-checker: add inode extref checks
 2025-09-16 17:35 UTC  (2+ messages)

[PATCH 00/11] btrfs: print-tree enhancements
 2025-09-16  6:46 UTC  (14+ messages)
` [PATCH 01/11] btrfs: print-tree: print missing fields for inode items
` [PATCH 02/11] btrfs: print-tree: print more information about dir items
` [PATCH 03/11] btrfs: print-tree: print dir items for dir index and xattr keys too
` [PATCH 04/11] btrfs: print-tree: print information about inode ref items
` [PATCH 05/11] btrfs: print-tree: print information about inode extref items
` [PATCH 06/11] btrfs: print-tree: print information about dir log items
` [PATCH 07/11] btrfs: print-tree: print range information for extent csum items
` [PATCH 08/11] btrfs: print-tree: print correct inline extent data size
` [PATCH 09/11] btrfs: print-tree: print compression type for file extent items
` [PATCH 10/11] btrfs: print-tree: move code for processing file extent item into helper
` [PATCH 11/11] btrfs: print-tree: print key types as human readable strings

6.17rc5: btrfs scrub, Freezing user space processes failed
 2025-09-15 23:51 UTC  (4+ messages)

Any way to ensure minimal folio size and alignment for iomap based direct IO?
 2025-09-15 23:20 UTC  (6+ messages)

[RFC PATCH v3 0/4] ->i_state accessors
 2025-09-15 14:16 UTC  (7+ messages)
` [PATCH v3 2/4] fs: hide ->i_state handling behind accessors

[PATCH] btrfs: fix symbolic link reading when bs > ps
 2025-09-15 10:38 UTC 

[PATCH] btrfs/012: skip the test if ext4 doesn't support the block size
 2025-09-15  7:07 UTC 

[PATCH v2 0/4] btrfs: prepare compression for bs > ps support
 2025-09-15  6:53 UTC  (2+ messages)


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