public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-03 13:07:47 to 2025-10-10 05:25:15 UTC [more...]

zbd/009 (btrfs on zone gaps) fail on current Linus tree
 2025-10-10  5:25 UTC  (6+ messages)

[PATCH v6 0/5] btrfs: add remove_bdev() callback
 2025-10-10  4:59 UTC  (6+ messages)
` [PATCH v6 1/5] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH v6 2/5] btrfs: reject file operations if in shutdown state
` [PATCH v6 3/5] btrfs: reject delalloc ranges "
` [PATCH v6 4/5] btrfs: implement shutdown ioctl
` [PATCH v6 5/5] btrfs: implement remove_bdev and shutdown super operation callbacks

[PATCH] btrfs-progs: check: stop checking for csums past i_size
 2025-10-10  3:54 UTC  (3+ messages)

[PATCH v3 00/17] Remap tree
 2025-10-09 16:30 UTC  (22+ messages)
` [PATCH v3 01/17] btrfs: add definitions and constants for remap-tree
` [PATCH v3 02/17] btrfs: add REMAP chunk type
` [PATCH v3 03/17] btrfs: allow remapped chunks to have zero stripes
` [PATCH v3 04/17] btrfs: remove remapped block groups from the free-space tree
` [PATCH v3 05/17] btrfs: don't add metadata items for the remap tree to the extent tree
` [PATCH v3 06/17] btrfs: add extended version of struct block_group_item
` [PATCH v3 07/17] btrfs: allow mounting filesystems with remap-tree incompat flag
` [PATCH v3 08/17] btrfs: redirect I/O for remapped block groups
` [PATCH v3 09/17] btrfs: release BG lock before calling btrfs_link_bg_list()
` [PATCH v3 10/17] btrfs: handle deletions from remapped block group
` [PATCH v3 11/17] btrfs: handle setting up relocation of block group with remap-tree
` [PATCH v3 12/17] btrfs: move existing remaps before relocating block group
` [PATCH v3 13/17] btrfs: replace identity maps with actual remaps when doing relocations
` [PATCH v3 14/17] btrfs: add do_remap param to btrfs_discard_extent()
` [PATCH v3 15/17] btrfs: allow balancing remap tree
` [PATCH v3 16/17] btrfs: handle discarding fully-remapped block groups
` [PATCH v3 17/17] btrfs: add stripe removal pending flag

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-09  7:59 UTC  (15+ messages)
` [PATCH v7 01/14] fs: move wait_on_inode() from writeback.h to fs.h
` [PATCH v7 02/14] fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
` [PATCH v7 03/14] fs: provide accessors for ->i_state
` [PATCH v7 04/14] Coccinelle-based conversion to use ->i_state accessors
` [PATCH v7 05/14] Manual conversion to use ->i_state accessors of all places not covered by coccinelle
` [PATCH v7 06/14] btrfs: use the new ->i_state accessors
` [PATCH v7 07/14] ceph: "
` [PATCH v7 08/14] smb: "
` [PATCH v7 09/14] f2fs: "
` [PATCH v7 10/14] gfs2: "
` [PATCH v7 11/14] overlayfs: "
` [PATCH v7 12/14] nilfs2: "
` [PATCH v7 13/14] xfs: "
` [PATCH v7 14/14] fs: make plain ->i_state access fail to compile

[PATCH 0/3] btrfs: reduce memory usage for btrfs_raid_bio structure
 2025-10-09  4:40 UTC  (4+ messages)
` [PATCH 1/3] btrfs: raid56: remove sector_ptr::has_paddr member
` [PATCH 2/3] btrfs: raid56: move sector_ptr::uptodate into a dedicated bitmap
` [PATCH 3/3] btrfs: raid56: remove sector_ptr structure

[PATCH] btrfs: tree-checker: Fix bounds check in check_inode_extref()
 2025-10-08 21:27 UTC  (2+ messages)

[PATCH v3] btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
 2025-10-08 16:06 UTC  (2+ messages)

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

[PATCH v2 0/3] fstests: basic smoke test on zoned loop device
 2025-10-08 15:08 UTC  (8+ messages)
` [PATCH v2 1/3] common/zoned: add _require_zloop
` [PATCH v2 2/3] common/zoned: add _create_zloop
` [PATCH v2 3/3] generic: basic smoke for filesystems on zoned block devices

[PATCH v2] btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
 2025-10-08 12:15 UTC  (3+ messages)

[PATCH] btrfs: use end_pos variable where needed in btrfs_dirty_folio()
 2025-10-07 21:58 UTC  (2+ messages)

Direct IO reads being split unexpected at page boundary, but in the middle of a fs block (bs > ps cases)
 2025-10-07 21:28 UTC  (5+ messages)

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-07 20:43 UTC  (10+ messages)
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once

[PATCH] btrfs: fix memory leak when rejecting a non SINGLE data profile without an RST
 2025-10-07 12:14 UTC  (5+ messages)

[PATCH 2/4] generic/562: Make test compatible with block sizes till 64k
 2025-10-07 11:27 UTC  (5+ messages)
  ` [PATCH 3/4] btrfs/200: Make the test compatible with all supported block sizes
  ` [PATCH 4/4] btrfs/290: "

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-10-07 11:07 UTC  (6+ messages)

[PATCH 0/2] fstests: basic smoke test on zoned loop device
 2025-10-07  7:54 UTC  (10+ messages)
` [PATCH 1/2] common/zoned: add _require_zloop
` [PATCH] generic: basic smoke for filesystems on zoned block devices

[PATCH RFC] iomap: ensure iomap_dio_bio_iter() only submit bios that are fs block aligned
 2025-10-07  4:29 UTC  (8+ messages)

[PATCH] btrfs: trivial BTRFS_PATH_AUTO_FREE conversions for tests
 2025-10-07  3:35 UTC 

[PATCH v2] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
 2025-10-07  3:31 UTC  (3+ messages)

[GIT PULL] Btrfs updates for 6.18, part 2
 2025-10-06 21:00 UTC  (2+ messages)

[PATCH AUTOSEL 6.17-6.1] btrfs: zoned: refine extent allocator hint selection
 2025-10-06 18:17 UTC  (10+ messages)
` [PATCH AUTOSEL 6.17-6.12] btrfs: abort transaction on specific error places when walking log tree
` [PATCH AUTOSEL 6.17-5.4] btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
` [PATCH AUTOSEL 6.17-6.12] btrfs: abort transaction if we fail to update inode in log replay dir fixup
` [PATCH AUTOSEL 6.17-6.12] btrfs: abort transaction in the process_one_buffer() log tree walk callback
` [PATCH AUTOSEL 6.17-6.6] btrfs: zoned: return error from btrfs_zone_finish_endio()
` [PATCH AUTOSEL 6.17-6.6] btrfs: use level argument in log tree walk callback replay_one_buffer()
` [PATCH AUTOSEL 6.17-6.12] btrfs: tree-checker: add inode extref checks
` [PATCH AUTOSEL 6.17-5.15] btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()
` [PATCH AUTOSEL 6.17-5.10] btrfs: always drop log root tree reference in btrfs_replay_log()

[PATCH v2 0/3] btrfs: find_free_extent cleanups
 2025-10-06 18:16 UTC  (7+ messages)
` [PATCH v2 1/3] btrfs: remove ffe RAID loop
` [PATCH v2 2/3] btrfs: add tracing for find_free_extent skip conditions
` [PATCH v2 3/3] fstests: btrfs: test RAID conversions under stress

[PATCH][next] btrfs: Avoid -Wflex-array-member-not-at-end warning
 2025-10-06 17:23 UTC  (7+ messages)

[PATCH v2] fs: Make wbc_to_tag() inline and use it in fs
 2025-10-06 10:30 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: check: add repair functionality for
 2025-10-06  9:38 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: check: add repair functionality for orphan dev extents
` [PATCH 2/2] btrfs-progs: fsck-tests: a new test case with orphan dev extent

A trial to improve btrfs b-tree node balancing for higher fill rates
 2025-10-06  7:07 UTC 

[PATCH v3 0/4] btrfs: enable encoded read/write/send for bs > ps cases
 2025-10-06  3:58 UTC  (5+ messages)
` [PATCH v3 1/4] btrfs: make btrfs_csum_one_bio() handle bs > ps without large folios
` [PATCH v3 2/4] btrfs: make btrfs_repair_io_failure() handle bs > ps cases "
` [PATCH v3 3/4] btrfs: make read verification "
` [PATCH v3 4/4] btrfs: enable encoded read/write/send for bs > ps cases

[PATCH v2 0/4] btrfs: enable encoded read/write/send for bs > ps cases
 2025-10-05 22:41 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: make btrfs_csum_one_bio() handle bs > ps without large folios
` [PATCH v2 2/4] btrfs: make btrfs_repair_io_failure() handle bs > ps cases "
` [PATCH v2 3/4] btrfs: make read verification "
` [PATCH v2 4/4] btrfs: enable encoded read/write/send for bs > ps cases

How to remove an unremovable file and directory?
 2025-10-05 10:44 UTC  (12+ messages)

BTRFS critical (device sda): bad key order, sibling blocks, left last (4382045401088 230 4096) right first (4382045396992 230 4096)
 2025-10-05 10:25 UTC  (3+ messages)

[PATCH] btrfs: goto out -> return conversions for previous patch
 2025-10-04 12:49 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-10-04  4:51 UTC  (11+ messages)

[PATCH 2/4] btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large folios
 2025-10-03 21:18 UTC  (4+ messages)

[PATCH v2] btrfs: fix comment in alloc_bitmap() and drop stale TODO
 2025-10-03 15:11 UTC  (2+ messages)

[PATCH] btrfs: push memalloc_nofs_save/restore() out of alloc_bitmap()
 2025-10-03 13:25 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