messages from 2025-04-01 23:18:46 to 2025-04-10 06:17:21 UTC [more...]
RFC: (almost) stop poking into bvec internals in btrfs
2025-04-10 6:16 UTC (20+ messages)
` [PATCH 1/8] btrfs: remove the alignment checks in end_bbio_data_read
` [PATCH 2/8] btrfs: track the next file offset in struct btrfs_bio_ctrl
` [PATCH 3/8] btrfs: pass a physical address to btrfs_repair_io_failure
` [PATCH 4/8] btrfs: move kmapping out of btrfs_check_sector_csum
` [PATCH 5/8] btrfs: simplify bvec iteration in index_one_bio
` [PATCH 6/8] btrfs: store a kernel virtual address in struct sector_ptr
` [PATCH 7/8] btrfs: refactor getting the address of a stripe sector
` [PATCH 8/8] btrfs: use bvec_kmap_local in btrfs_decompress_buf2page
[PATCH v5 00/10] raid1 balancing methods
2025-04-10 3:36 UTC (5+ messages)
` [PATCH v5 09/10] btrfs: enable RAID1 balancing configuration via modprobe parameter
[PATCH v2] fstests: add btrfs standard configuration
2025-04-09 22:05 UTC (4+ messages)
[PATCH v6 0/6] fstests: btrfs: add test case to validate sysfs input arguments
2025-04-09 21:31 UTC (12+ messages)
` [PATCH v6 1/6] fstests: common/rc: set_fs_sysfs_attr: redirect errors to stdout
` [PATCH v6 2/6] fstests: check: fix unset seqres in run_section()
` [PATCH v6 3/6] fstests: filter: helper for sysfs error filtering
` [PATCH v6 4/6] fstests: common/sysfs: add new file sysfs and helpers
` [PATCH v6 5/6] fstests: btrfs: testcase for sysfs policy syntax verification
` [PATCH v6 6/6] fstests: btrfs: testcase for sysfs chunk_size attribute validation
[PATCH 1/2] btrfs: convert to spinlock guards in btrfs_update_ioctl_balance_args()
2025-04-09 18:30 UTC (3+ messages)
` [PATCH 2/2] btrfs: convert to mutex guard in btrfs_ioctl_balance_progress()
[PATCH 1/4] btrfs: use BTRFS_PATH_AUTO_FREE in insert_balance_item()
2025-04-09 12:19 UTC (18+ messages)
` [PATCH 2/4] btrfs: use BTRFS_PATH_AUTO_FREE in del_balance_item()
` [PATCH 3/4] btrfs: Fix transaction abort during failure in insert_balance_item()
` [PATCH 4/4] btrfs: Fix transaction abort during failure in del_balance_item()
` 回复: [PATCH 1/4] btrfs: use BTRFS_PATH_AUTO_FREE in insert_balance_item()
A lot of errors in btrfscheck. Can fix it?
2025-04-09 2:31 UTC (5+ messages)
[PATCH 0/3] btrfs: fsstress hang fix for large data folios
2025-04-08 23:16 UTC (15+ messages)
` [PATCH 1/3] btrfs: remove unnecessary early exits in delalloc folio lock and unlock
` [PATCH 2/3] btrfs: use folio_contains() for EOF detection
` [PATCH 3/3] btrfs: get rid of filemap_get_folios_contig() calls
[PATCH 0/2] btrfs: rename a few tracepoints and remove unused ones
2025-04-08 22:23 UTC (4+ messages)
` [PATCH 1/2] btrfs: tracepoints: add btrfs prefix to names where it's missing
` [PATCH 2/2] btrfs: tracepoints: remove no longer used tracepoints for eb locking
[PATCH 0/6] btrfs: rename exported functions from extent_map.h
2025-04-08 22:23 UTC (8+ messages)
` [PATCH 1/6] btrfs: rename exported extent map compression functions
` [PATCH 2/6] btrfs: rename extent map functions to get block start, end and check if in tree
` [PATCH 3/6] btrfs: rename functions to allocate and free extent maps
` [PATCH 4/6] btrfs: rename remaining exported extent map functions
` [PATCH 5/6] btrfs: rename __lookup_extent_mapping() to remove double underscore prefix
` [PATCH 6/6] btrfs: rename __tree_search() "
[PATCH v5 0/6] fstests: btrfs: add test case to validate sysfs input arguments
2025-04-08 16:11 UTC (13+ messages)
` [PATCH v5 1/6] fstests: common/rc: set_fs_sysfs_attr: redirect errors to stdout
` [PATCH v5 2/6] fstests: common/rc: fix unset seqres in _set_fs_sysfs_attr
` [PATCH v5 3/6] fstests: filter: helper for sysfs error filtering
` [PATCH v5 4/6] fstests: common/sysfs: add new file sysfs and helpers
` [PATCH v5 5/6] fstests: btrfs: testcase for sysfs policy syntax verification
` [PATCH v5 6/6] fstests: btrfs: testcase for sysfs chunk_size attribute validation
mount compress=zstd leaves files uncompressed, that used to compress well with before
2025-04-08 13:18 UTC (15+ messages)
[PATCH 00/16] btrfs: some cleanups for extent-io-tree (mostly renames)
2025-04-08 6:24 UTC (20+ messages)
` [PATCH 01/16] btrfs: remove extent_io_tree_to_inode() and is_inode_io_tree()
` [PATCH 02/16] btrfs: add btrfs prefix to trace events for extent state alloc and free
` [PATCH 03/16] btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
` [PATCH 04/16] btrfs: add btrfs prefix to dio "
` [PATCH 05/16] btrfs: rename __lock_extent() and __try_lock_extent()
` [PATCH 06/16] btrfs: rename the functions to clear bits for an extent range
` [PATCH 07/16] btrfs: rename set_extent_bit() to include a btrfs prefix
` [PATCH 08/16] btrfs: rename the functions to search for bits in extent ranges
` [PATCH 09/16] btrfs: rename the functions to get inode and fs_info from an extent io tree
` [PATCH 10/16] btrfs: directly grab inode at __btrfs_debug_check_extent_io_range()
` [PATCH 11/16] btrfs: rename the functions to init and release an extent io tree
` [PATCH 12/16] btrfs: rename the functions to count, test and get bit ranges in io trees
` [PATCH 13/16] btrfs: rename free_extent_state() to include a btrfs prefix
` [PATCH 14/16] btrfs: rename remaining exported functions from extent-io-tree.h
` [PATCH 15/16] btrfs: remove double underscore prefix from __set_extent_bit()
` [PATCH 16/16] btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of int
[PATCH 0/7] More btrfs_path auto cleaning
2025-04-07 22:10 UTC (11+ messages)
` [PATCH 1/7] btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
` [PATCH 7/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref()
[PATCH] btrfs: prepare compreesion paths for large data folios
2025-04-07 22:04 UTC
Logical volumes with Btrfs's allocator
2025-04-07 20:15 UTC
[PATCH v3 0/9] btrfs: remove ASSERT()s for folio_order() and folio_test_large()
2025-04-07 7:11 UTC (11+ messages)
` [PATCH v3 8/9] btrfs: prepare btrfs_end_repair_bio() for larger data folios
[PATCH 0/2] btrfs: add large folio support to read-repair and defrag
2025-04-07 6:09 UTC (3+ messages)
` [PATCH 1/2] btrfs: prepare btrfs_end_repair_bio() for larger data folios
` [PATCH 2/2] btrfs: enable larger data folios support for defrag
[PATCH] btrfs: fix invalid inode pointer after failure to create reloc inode
2025-04-07 5:55 UTC (3+ messages)
[PATCH 5.10.y] btrfs: handle errors from btrfs_dec_ref() properly
2025-04-07 1:20 UTC
[PATCH 5.15.y] btrfs: handle errors from btrfs_dec_ref() properly
2025-04-07 1:20 UTC
[PATCH 6.1.y] btrfs: handle errors from btrfs_dec_ref() properly
2025-04-07 1:19 UTC
[PATCH 6.6.y] btrfs: handle errors from btrfs_dec_ref() properly
2025-04-07 1:15 UTC
[syzbot] [btrfs?] general protection fault in relocate_file_extent_cluster
2025-04-05 15:40 UTC
[PATCH] btrfs: tracepoints: use btrfs_root_id() to get the id of a root
2025-04-04 23:06 UTC (3+ messages)
[PATCH 0/2] Tree-checker unlikely annotations, error code updates
2025-04-04 21:31 UTC (4+ messages)
` [PATCH 1/2] btrfs: tree-checker: more unlikely annotations
` [PATCH 2/2] btrfs: tree-checker: adjust error code for header level check
Proper way to copy de-compressed data into a bio, in folio style?
2025-04-04 6:16 UTC (3+ messages)
[GIT PULL] fstests: btrfs changes for for-next staged-20250328
2025-04-04 6:11 UTC (4+ messages)
[PATCH] btrfs: zoned: return EIO on RAID1 block group write pointer mismatch
2025-04-04 6:05 UTC (3+ messages)
Large folios and filemap_get_folios_contig()
2025-04-04 4:15 UTC (5+ messages)
[PATCH v3 0/2] btrfs: zoned: skip reporting zone for new block group
2025-04-03 20:03 UTC (2+ messages)
[PATCH AUTOSEL 6.14 40/54] btrfs: reject out-of-band dirty folios during writeback
2025-04-03 19:37 UTC (3+ messages)
` [PATCH AUTOSEL 6.14 41/54] btrfs: harden block_group::bg_list against list_del() races
[PATCH AUTOSEL 6.12 36/47] btrfs: reject out-of-band dirty folios during writeback
2025-04-03 19:05 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 37/47] btrfs: harden block_group::bg_list against list_del() races
[PATCH AUTOSEL 6.13 36/49] btrfs: reject out-of-band dirty folios during writeback
2025-04-03 19:03 UTC (2+ messages)
` [PATCH AUTOSEL 6.13 37/49] btrfs: harden block_group::bg_list against list_del() races
[PATCH 0/4] btrfs: some more cleanups for the io tree code
2025-04-02 22:56 UTC (6+ messages)
` [PATCH 1/4] btrfs: fix documentation for tree_search_for_insert()
` [PATCH 2/4] btrfs: remove redundant check at find_first_extent_bit_state()
` [PATCH 3/4] btrfs: simplify last record detection at test_range_bit()
` [PATCH 4/4] btrfs: remove redudant record start offset check "
[PATCH v2] generic/750 : add missing _fixed_by_git_commit line to the test
2025-04-02 18:46 UTC (2+ messages)
[PATCH] btrfs: zstd: add `zstd-fast` alias mount option for fast modes
2025-04-02 14:31 UTC (9+ messages)
[PATCH] generic/750 : add missing _fixed_by_git_commit line to the test
2025-04-02 5:51 UTC (2+ messages)
BTRFS error count 754 after reboot on Debian kernel 6.12.17
2025-04-02 5:01 UTC (6+ 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