Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2025-03-21 08:12:37 to 2025-03-29 09:20:07 UTC [more...]

[PATCH v2 0/5] btrfs: add the missing preparations exposed by initial large data folio support
 2025-03-29  9:19 UTC  (2+ messages)
` [PATCH v2 2/5] btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()

[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  (19+ messages)
` [PATCH 1/4] btrfs: remove force_page_uptodate variable from btrfs_buffered_write()
` [PATCH 2/4] btrfs: cleanup the reserved space inside the loop of btrfs_buffered_write()
` [PATCH 3/4] btrfs: extract the space reservation code from btrfs_buffered_write()
` [PATCH 4/4] btrfs: extract the main loop of btrfs_buffered_write() into a helper

[GIT PULL] Btrfs updates for 6.15
 2025-03-28 21:36 UTC  (6+ messages)

[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  (12+ messages)

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

[PATCH v4 0/5] fstests: btrfs: add test case to validate sysfs input arguments
 2025-03-28  2:55 UTC  (3+ messages)

[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  (63+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [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] btrfs: use rb_entry_safe() where possible to simplify code
 2025-03-27 16:19 UTC 

[PATCH 0/3] btrfs: improvements to the release_folio callback
 2025-03-27 16:13 UTC  (4+ 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 v4] fstests: btrfs: zoned: verify RAID conversion with write pointer mismatch
 2025-03-27 16:11 UTC  (4+ 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)

[PATCH] generic: test fsync of file with no more hard links
 2025-03-25 11:52 UTC  (6+ messages)

[PATCH] btrfs/058: fix test to actually have an open tmpfile during the send operation
 2025-03-25  9:03 UTC  (2+ messages)

[linux-next:master] [btrfs] 968f19c5b1: xfstests.btrfs.226.fail
 2025-03-25  7:23 UTC  (3+ messages)

[PATCH v2] btrfs: simplify the reserved space handling inside copy_one_range()
 2025-03-24  9:19 UTC 

[PATCH 6.6.y] btrfs: make sure that WRITTEN is set on all metadata blocks
 2025-03-24  7:34 UTC 

[PATCH] btrfs: simplify the reserved space handling inside copy_one_range()
 2025-03-24  6:32 UTC  (3+ messages)

[syzbot] kernel BUG in close_ctree
 2025-03-23  6:21 UTC  (3+ messages)
  ` [syzbot] [btrfs?] "

BTRFS error count 754 after reboot on Debian kernel 6.12.17
 2025-03-23  4:11 UTC  (3+ messages)

[PATCH v2 0/2] Avoid setting folio->private
 2025-03-22 22:19 UTC  (4+ messages)
` [PATCH 2/2] btrfs: kill EXTENT_FOLIO_PRIVATE

[syzbot] Monthly btrfs report (Mar 2025)
 2025-03-22 18:47 UTC 

[RFC PATCH v5 0/5] introduce io_uring_cmd_import_fixed_vec
 2025-03-22 15:23 UTC  (15+ messages)
` [RFC PATCH v5 5/5] btrfs: ioctl: introduce btrfs_uring_import_iovec()
` (subset) [RFC PATCH v5 0/5] introduce io_uring_cmd_import_fixed_vec

[linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
 2025-03-22 14:15 UTC  (3+ messages)

[PATCH] btrfs: correctly escape subvol in btrfs_show_options
 2025-03-22 10:15 UTC  (3+ messages)

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-03-21 16:08 UTC  (5+ messages)
` [PATCH v3 14/16] platform/x86/amd/pmf: convert timeouts to secs_to_jiffies()
` [PATCH v3 15/16] platform/x86: thinkpad_acpi: "

[PATCH 5.10] btrfs: have proper error handling in btrfs_init_reloc_root
 2025-03-21 15:32 UTC 

Iomap buffered write short copy handling (with full folio uptodate)
 2025-03-21  9:16 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox