public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-15 10:52:18 to 2025-10-20 07:27:10 UTC [more...]

[PATCH] btrfs: get rid of btrfs_dio_private
 2025-10-20  7:27 UTC  (4+ messages)

btrfs/071 is unhappy on 6.18-rc2
 2025-10-20  7:22 UTC 

zbd/009 (btrfs on zone gaps) fail on current Linus tree
 2025-10-20  7:21 UTC  (12+ messages)

[PATCH v5 0/3] fstests: basic smoke test on zoned loop device
 2025-10-20  6:21 UTC  (18+ messages)
` [PATCH v5 1/3] common/zoned: add _require_zloop
` [PATCH v5 2/3] common/zoned: add helpers for creation and teardown of zloop devices
` [PATCH v5 3/3] generic: basic smoke for filesystems on zoned block devices

[PATCH v6 0/3] fstests: basic smoke test on zoned loop device
 2025-10-20  5:15 UTC  (6+ messages)
` [PATCH v6 1/3] common/zoned: add _require_zloop
` [PATCH v6 2/3] common/zoned: add helpers for creation and teardown of zloop devices
` [PATCH v6 3/3] generic: basic smoke for filesystems on zoned block devices

[GIT PULL] Btrfs fixes for 6.18-rc2
 2025-10-20  1:17 UTC  (5+ messages)

Filesystem lockup during backup
 2025-10-19 22:48 UTC  (4+ messages)

[PATCH 00/10] BLAKE2b library API
 2025-10-19 16:32 UTC  (14+ messages)
` [PATCH 01/10] lib/crypto: blake2s: Adjust parameter order of blake2s()
` [PATCH 02/10] lib/crypto: blake2s: Rename blake2s_state to blake2s_ctx
` [PATCH 03/10] lib/crypto: blake2s: Drop excessive const & rename block => data
` [PATCH 04/10] lib/crypto: blake2s: Document the BLAKE2s library API
` [PATCH 05/10] byteorder: Add le64_to_cpu_array() and cpu_to_le64_array()
` [PATCH 06/10] lib/crypto: blake2b: Add BLAKE2b library functions
` [PATCH 07/10] lib/crypto: arm/blake2b: Migrate optimized code into library
` [PATCH 08/10] lib/crypto: tests: Add KUnit tests for BLAKE2b
` [PATCH 09/10] crypto: blake2b - Reimplement using library API
` [PATCH 10/10] btrfs: switch to library APIs for checksums

[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
 2025-10-19 12:38 UTC  (36+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

btrfs error(dev extent physical offset is beyond device boundary) when mount
 2025-10-19 11:37 UTC  (3+ messages)

[PATCH] btrfs: initialize folios to NULL in compress_file_range()
 2025-10-19  9:12 UTC  (2+ messages)

[PATCH v3 0/3] btrfs: scrub: enhance freezing and signal handling
 2025-10-19  2:43 UTC  (5+ messages)
` [PATCH v3 1/3] btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripes
` [PATCH v3 2/3] btrfs: scrub: cancel the run if the process or fs is being frozen
` [PATCH v3 3/3] btrfs: scrub: cancel the run if there is a pending signal

[PATCH 0/8] btrfs-progs: fscrypt updates
 2025-10-18 18:01 UTC  (18+ messages)
` [PATCH 1/8] btrfs-progs: check: fix max inline extent size
` [PATCH 2/8] btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH 3/8] btrfs-progs: start tracking extent encryption context info
` [PATCH 4/8] btrfs-progs: add inode encryption contexts
` [PATCH 5/8] btrfs-progs: interpret encrypted file extents
` [PATCH 6/8] btrfs-progs: handle fscrypt context items
` [PATCH 7/8] btrfs-progs: check: update inline extent length checking
` [PATCH 8/8] btrfs-progs: string-utils: do not escape space while printing

high space usage after ext3 btrfs-convert
 2025-10-18 17:07 UTC  (2+ messages)

How to start contributing?
 2025-10-18  8:48 UTC 

[PATCH v2 0/3] btrfs: scrub: enhance freezing and signal handling
 2025-10-18  7:14 UTC  (13+ messages)
` [PATCH v2 1/3] btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripes
` [PATCH v2 2/3] btrfs: scrub: cancel the run if the process or fs is being frozen
` [PATCH v2 3/3] btrfs: scrub: cancel the run if there is a pending signal

Long running ioctl and pm, which should have higher priority?
 2025-10-17 20:51 UTC  (5+ messages)

[PATCH 0/3] btrfs: scrub: enhance freezing and signal handling
 2025-10-17 20:49 UTC  (13+ messages)
` [PATCH 1/3] btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripes
` [PATCH 2/3] btrfs: scrub: cancel the run if the process or fs is being frozen
` [PATCH 3/3] btrfs: scrub: cancel the run if there is a pending signal

[PATCH 0/2] fstests: basic smoke test on zoned loop device
 2025-10-17 18:21 UTC  (4+ messages)
` [PATCH] generic: basic smoke for filesystems on zoned block devices

*** Urgent Change ***
 2025-10-17 12:45 UTC 

6.17rc5: btrfs scrub, Freezing user space processes failed
 2025-10-17 11:01 UTC  (5+ messages)

Any proper way to prevent system from power management suspension/hibernation?
 2025-10-17  8:58 UTC  (3+ messages)

[ANNOUNCE] zloopctl - a small zloop administration utility
 2025-10-17  8:00 UTC 

[PATCH] btrfs: send: don't send rmdir for same target multiple times with multi hardlink situation
 2025-10-17  1:58 UTC  (3+ messages)

Setting owner and permissions of subvolumes in newly-created BTRFS filesystem
 2025-10-16 22:50 UTC  (6+ messages)
      ` mkfs.btrfs reproducibility

[PATCH] btrfs: remove pointless data_end assignment in btrfs_extent_item()
 2025-10-16 17:54 UTC  (2+ messages)

[PATCH v2 0/4] btrfs-progs: tests: add new mkfs test for zoned device
 2025-10-16 17:53 UTC  (2+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-16 14:17 UTC  (9+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
      ` [f2fs-dev] "

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-16 12:10 UTC  (2+ messages)

[PATCH RFC] btrfs: exit scrub and balance early if the fs is being frozen
 2025-10-16  9:46 UTC  (5+ messages)

[PATCH v2] btrfs: Fix NULL pointer access in btrfs_check_leaked_roots()
 2025-10-16  7:09 UTC  (3+ messages)

[RFC PATCH 0/1] ovl: brtfs' temp_fsid doesn't work with ovl index=on
 2025-10-16  4:57 UTC  (5+ messages)
` [RFC PATCH 1/1] ovl: Use fsid as unique identifier for trusted origin

[PATCH] btrfs: Fix NULL pointer access in btrfs_check_leaked_roots()
 2025-10-16  2:11 UTC  (5+ messages)

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-15 22:06 UTC  (7+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state

[PATCH 0/2] btrfs: add and use helper macros to print keys
 2025-10-15 21:19 UTC  (5+ messages)
` [PATCH 1/2] btrfs: add macros to facilitate printing of keys
` [PATCH 2/2] btrfs: use the key format macros when printing keys

[PATCH v1] btrfs: remove redundant refcount check in btrfs_put_transaction()
 2025-10-15 17:27 UTC  (2+ messages)

bug - no kernel message when remounting with noflushoncommit
 2025-10-15 17:15 UTC 

[PATCH] btrfs: move and rename CSUM_FMT definition
 2025-10-15 16:48 UTC 

[syzbot] [btrfs?] WARNING in btrfs_release_global_block_rsv (2)
 2025-10-15 16:18 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