messages from 2025-09-29 08:32:57 to 2025-10-05 22:42:10 UTC [more...]
[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 (13+ 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 v2] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
2025-10-04 14:31 UTC
[PATCH] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
2025-10-04 12:49 UTC (6+ messages)
` [PATCH] btrfs: goto out -> return conversions for previous patch
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 (18+ messages)
[PATCH v2 0/3] btrfs: find_free_extent cleanups
2025-10-04 1:54 UTC (5+ 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 0/4] btrfs: enable encoded read/write/send for bs > ps cases
2025-10-03 21:18 UTC (10+ messages)
` [PATCH 1/4] btrfs: make btrfs_csum_one_bio() handle bs > ps without large folios
` [PATCH 2/4] btrfs: make btrfs_repair_io_failure() handle bs > ps cases "
` [PATCH 3/4] btrfs: make read verification "
` [PATCH 4/4] btrfs: enable encoded read/write/send for bs > ps cases
[PATCH][next] btrfs: Avoid -Wflex-array-member-not-at-end warning
2025-10-03 15:21 UTC (5+ 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 (3+ messages)
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-03 13:00 UTC (20+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [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 incorrect readahead expansion length
2025-10-03 12:30 UTC (5+ messages)
[PATCH v4 00/11 6.1.y] Backport minmax.h updates from v6.17-rc7
2025-10-03 12:15 UTC (12+ messages)
` [PATCH v4 01/11 6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v4 02/11 6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v4 03/11 6.1.y] minmax: improve macro expansion and type checking
` [PATCH v4 04/11 6.1.y] minmax: fix up min3() and max3() too
` [PATCH v4 05/11 6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH v4 06/11 6.1.y] minmax.h: update some comments
` [PATCH v4 07/11 6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v4 08/11 6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v4 09/11 6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v4 10/11 6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH v4 11/11 6.1.y] minmax.h: remove some #defines that are only expanded once
[PATCH v2] btrfs: fix racy bitfield write in btrfs_clear_space_info_full()
2025-10-02 22:16 UTC (2+ messages)
[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-02 20:47 UTC (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v3 00/11 6.1.y] Backport minmax.h updates from v6.17-rc7
2025-10-02 18:00 UTC (12+ messages)
` [PATCH v3 01/11 6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 02/11 6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 03/11 6.1.y] minmax: improve macro expansion and type checking
` [PATCH v3 04/11 6.1.y] minmax: fix up min3() and max3() too
` [PATCH v3 05/11 6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 06/11 6.1.y] minmax.h: update some comments
` [PATCH v3 07/11 6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 08/11 6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v3 09/11 6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 10/11 6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 11/11 6.1.y] minmax.h: remove some #defines that are only expanded once
[PATCH] btrfs: fix racy bitfield write in btrfs_clear_space_info_full()
2025-10-02 15:10 UTC (4+ messages)
[PATCH v2 0/3] btrfs: fix false alerts when running with 8K block size and 4K page size
2025-10-02 6:58 UTC (5+ messages)
` [PATCH v2 1/3] btrfs/012 btrfs/136: skip the test if ext* doesn't support the block size
` [PATCH v2 2/3] btrfs/192 btrfs/30[456]: explicitly specify block size to avoid false alerts
` [PATCH v2 3/3] btrfs/26[67]: update the stale comments
[PATCH v2] btrfs: prevent a double kfree on delayed-ref
2025-10-01 21:50 UTC (2+ messages)
[PATCH] btrfs: do not assert we found block group item when creating free space tree
2025-10-01 21:50 UTC (4+ messages)
[PATCH 0/3] btrfs: fix false alerts when running with 8K block size and 4K page size
2025-10-01 21:11 UTC (6+ messages)
` [PATCH 1/3] btrfs/012 btrfs/136: skip the test if ext* doesn't support the block size
[syzbot] [btrfs?] WARNING in __cow_file_range_inline
2025-10-01 19:46 UTC
[PATCH] btrfs: Fix PAGE_SIZE format specifier in open_ctree()
2025-10-01 14:02 UTC (2+ messages)
btrfs rescue chunk-recover aborts with “scan chunk headers error” on a healthy single-device FS
2025-10-01 9:41 UTC (4+ messages)
Direct IO reads being split unexpected at page boundary, but in the middle of a fs block (bs > ps cases)
2025-10-01 1:29 UTC
[syzbot] [btrfs?] kernel BUG in populate_free_space_tree (2)
2025-09-30 20:29 UTC
[PATCH] fs: btrfs: prevent a double kfree on delayed-ref
2025-09-30 18:39 UTC (4+ messages)
[GIT PULL] Btrfs updates for 6.18
2025-09-30 17:35 UTC (4+ messages)
[PATCH] btrfs: do not use folio_test_partial_kmap() in ASSERT()s
2025-09-30 16:40 UTC (2+ messages)
[PATCH] btrfs: print-tree: use string format for key names
2025-09-30 15:52 UTC (2+ messages)
[PATCH v2] btrfs: Refactor allocation size calculation in kzalloc()
2025-09-30 10:09 UTC (2+ messages)
[PATCH] btrfs: Refactor allocation size calculation in kzalloc()
2025-09-30 9:27 UTC (3+ messages)
[PATCH 0/2] fstests: test device reappearance with new maj:min
2025-09-30 3:47 UTC (4+ messages)
` [PATCH 1/2] common/rc: helper functions to handle block devices via sysfs
[PATCH v2] fs: Make wbc_to_tag() inline and use it in fs
2025-09-30 1:57 UTC (4+ messages)
[PATCH] fs: Make wbc_to_tag() extern and use it in fs
2025-09-30 1:47 UTC (5+ messages)
[syzbot] [btrfs?] kernel BUG in scrub_stripe_get_kaddr
2025-09-29 22:14 UTC (2+ messages)
[PATCH] btrfs-progs: remove btrfs_fs_info::leaf_data_size
2025-09-29 21:00 UTC (5+ messages)
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-29 18:39 UTC (7+ messages)
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
Btrfs progs release 6.17
2025-09-29 15:02 UTC
[PATCH v6 0/4] hide ->i_state behind accessors
2025-09-29 12:56 UTC (6+ messages)
` [PATCH v6 3/4] Manual conversion of ->i_state uses
[PATCH] btrfs: subpage: rename macro variables to avoid shadowing
2025-09-29 12:41 UTC
[PATCH] btrfs: reorganize error handling in btrfs_tree_mod_log_insert_key
2025-09-29 10:41 UTC (3+ messages)
[PATCH] btrfs: reorganize error handling in btrfs_tree_mod_log_insert_key
2025-09-29 8:43 UTC (4+ 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;
as well as URLs for NNTP newsgroup(s).