public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-25 12:20:48 to 2025-04-01 23:18:46 UTC [more...]

[PATCH 0/7] More btrfs_path auto cleaning
 2025-04-01 23:18 UTC  (8+ messages)
` [PATCH 1/7] btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
` [PATCH 2/7] btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()
` [PATCH 3/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()
` [PATCH 4/7] btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()
` [PATCH 5/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()
` [PATCH 6/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()
` [PATCH 7/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref()

[PATCH 0/3] btrfs: some trivial cleanups related to io trees
 2025-04-01 21:22 UTC  (12+ messages)
` [PATCH 1/3] btrfs: use clear_extent_bit() at try_release_extent_state()
` [PATCH 2/3] btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
` [PATCH 3/3] btrfs: simplify last record detection at test_range_bit_exists()
` [PATCH v2 0/4] btrfs: some trivial cleanups related to io trees
  ` [PATCH v2 1/4] btrfs: use clear_extent_bit() at try_release_extent_state()
  ` [PATCH v2 2/4] btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
  ` [PATCH v2 3/4] btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
  ` [PATCH v2 4/4] btrfs: simplify last record detection at test_range_bit_exists()

[PATCH v2 0/2] btrfs: two small and safe fixes for large folios
 2025-04-01 18:29 UTC  (7+ messages)
` [PATCH v2 1/2] btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP()
` [PATCH v2 2/2] btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()

BTRFS error count 754 after reboot on Debian kernel 6.12.17
 2025-04-01 16:00 UTC  (4+ messages)

[PATCH] generic/750 : add missing _fixed_by_git_commit line to the test
 2025-04-01 13:40 UTC  (2+ messages)

[PATCH 0/3] btrfs: improvements to the release_folio callback
 2025-04-01 10:13 UTC  (7+ messages)
` [PATCH 1/3] btrfs: update comment for try_release_extent_state()
` [PATCH 2/3] btrfs: allow folios to be released while ordered extent is finishing
` [PATCH 3/3] btrfs: pass a pointer to get_range_bits() to cache first search result

[PATCH 0/2] btrfs: two small and safe fixes for large folios
 2025-04-01  7:13 UTC  (5+ messages)
` [PATCH 1/2] btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP()
` [PATCH 2/2] btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()

[PATCH] btrfs: use rb_entry_safe() where possible to simplify code
 2025-04-01  5:47 UTC  (4+ messages)

[GIT PULL] Btrfs updates for 6.15
 2025-03-31 23:58 UTC  (8+ messages)

[PATCH v3] btrfs-progs: add slack space for mkfs --shrink
 2025-03-31 23:26 UTC 

[PATCH] btrfs: zstd: add `zstd-fast` alias mount option for fast modes
 2025-03-31 22:57 UTC  (5+ messages)

[PATCH v2 0/5] btrfs: add the missing preparations exposed by initial large data folio support
 2025-03-31 21:19 UTC  (9+ messages)
` [PATCH v2 1/5] btrfs: subpage: fix a bug that blocks large folios
` [PATCH v2 2/5] btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()
` [PATCH v2 3/5] btrfs: refactor how we handle reserved space inside copy_one_range()
` [PATCH v2 4/5] btrfs: prepare btrfs_buffered_write() for large data folios
` [PATCH v2 5/5] btrfs: prepare btrfs_punch_hole_lock_range() "

[PATCH] btrfs: fix broken drop_caches on extent_buffer folios
 2025-03-31 16:09 UTC  (3+ messages)

[PATCH v4 0/5] fstests: btrfs: add test case to validate sysfs input arguments
 2025-03-31 14:05 UTC  (14+ messages)
` [PATCH v4 1/5] fstests: common/rc: set_fs_sysfs_attr: redirect errors to stdout
` [PATCH v4 2/5] fstests: filter: helper for sysfs error filtering
` [PATCH v4 3/5] fstests: common/rc: add sysfs argument verification helpers
` [PATCH v4 4/5] fstests: btrfs: testcase for sysfs policy syntax verification
` [PATCH v4 5/5] fstests: btrfs: testcase for sysfs chunk_size attribute validation

Proper way to copy de-compressed data into a bio, in folio style?
 2025-03-31  8:15 UTC 

[PATCH v3 0/9] btrfs: remove ASSERT()s for folio_order() and folio_test_large()
 2025-03-31  4:47 UTC  (4+ messages)

[Regression][xfstests btrfs/049 crash] assertion failed: folio_order(folio) == 0, in fs/btrfs/disk-io.c:3856
 2025-03-30  4:34 UTC  (3+ messages)

[PATCH 0/4] btrfs: add the missing preparations exposed by initial large data folio support
 2025-03-29  3:18 UTC  (10+ messages)
` [PATCH 1/4] btrfs: subpage: fix a bug that blocks large folios
` [PATCH 2/4] btrfs: refactor how we handle reserved space inside copy_one_range()
` [PATCH 3/4] btrfs: prepare btrfs_buffered_write() for large data folios
` [PATCH 4/4] btrfs: prepare btrfs_punch_hole_lock_range() "

[PATCH 0/4] btrfs: refactor btrfs_buffered_write() for the incoming large data folios
 2025-03-28 22:04 UTC  (7+ messages)
` [PATCH 4/4] btrfs: extract the main loop of btrfs_buffered_write() into a helper

[PATCH] btrfs: fix fsync of files with no hard links not persisting deletion
 2025-03-28 20:58 UTC  (8+ messages)

[GIT PULL] fstests: btrfs changes for for-next staged-20250328
 2025-03-28 18:02 UTC  (4+ messages)

[PATCH 0/3] btrfs: some cleanups related to io trees
 2025-03-28 17:23 UTC  (6+ messages)
` [PATCH 1/3] btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
` [PATCH 2/3] btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io tree
` [PATCH 3/3] btrfs: remove EXTENT_UPTODATE io tree flag

mount compress=zstd leaves files uncompressed, that used to compress well with before
 2025-03-28 13:41 UTC  (11+ messages)

[PATCH v2] fstests: add btrfs standard configuration
 2025-03-28  4:51 UTC 

[PATCH] btrfs: remove folio order ASSERT()s in super block writeback path
 2025-03-28  1:46 UTC  (2+ messages)

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-27 21:06 UTC  (48+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[syzbot] [btrfs?] kernel BUG in write_all_supers
 2025-03-27 21:04 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_backref_release_cache
 2025-03-27 18:26 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_free_fs_info (2)
 2025-03-27 18:25 UTC  (2+ messages)

[PATCH] btrfs: remove call to btrfs_delete_unused_bgs() in close_ctree()
 2025-03-27 18:21 UTC  (2+ messages)

[PATCH] btrfs: remove EXTENT_BUFFER_IN_TREE flag
 2025-03-27 18:01 UTC  (2+ messages)

[PATCH] btrfs: fix typo in space info explanation
 2025-03-27 17:49 UTC  (2+ messages)

[PATCH v2 00/13] btrfs: zoned: split out space_info for dedicated block groups
 2025-03-27 17:38 UTC  (4+ messages)
` [PATCH v2 08/13] btrfs: introduce btrfs_space_info sub-group

[PATCH 0/3] btrfs: extent buffer flags cleanup
 2025-03-27 16:58 UTC  (6+ messages)
` [PATCH 1/3] btrfs: cleanup EXTENT_BUFFER_READ_ERR flag
` [PATCH 2/3] btrfs: cleanup EXTENT_BUFFER_READAHEAD flag
` [PATCH 3/3] btrfs: cleanup EXTENT_BUFFER_CORRUPT flag

[PATCH v4] fstests: btrfs: zoned: verify RAID conversion with write pointer mismatch
 2025-03-27 16:11 UTC  (3+ messages)

[PATCH 6.14] btrfs: ioctl: error on fixed buffer flag for io-uring cmd
 2025-03-27 15:32 UTC  (3+ messages)

[need assistance] btrfs breaks after few minutes of booting after using winbtrfs
 2025-03-26 23:48 UTC  (3+ messages)

Btrfs progs release 6.14
 2025-03-26 19:58 UTC 

[PATCH 6.13] btrfs: ioctl: error on fixed buffer flag for io-uring cmd
 2025-03-26 16:03 UTC 

[PATCH v2] generic: test fsync of file with no more hard links
 2025-03-26 12:05 UTC  (2+ messages)

[PATCH v3] btrfs: simplify the reserved space handling inside copy_one_range()
 2025-03-26  6:19 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