Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-18 04:17:08 to 2021-06-25 21:08:07 UTC [more...]

[PATCH RESEND x3 v9 0/9] fs: interface for directly reading/writing compressed data
 2021-06-25 21:07 UTC  (40+ messages)
` [PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()

Assumption on fixed device numbers in Plasma's desktop search Baloo
 2021-06-25 19:06 UTC 

[PATCH 0/3] btrfs-progs: detect and fix orphan roots without orphan items
 2021-06-25  9:08 UTC  (6+ messages)
` [PATCH 1/3] btrfs-progs: check/lowmem: add the ability to detect and repair orphan subvolume trees which doesn't have orphan item
` [PATCH 2/3] btrfs-progs: check/original: detect and repair orphan subvolume without "
` [PATCH 3/3] btrfs-progs: fsck-tests: add test image for orphan roots without an "

[question] free space of disk with btrfs is too different from other du
 2021-06-25  5:36 UTC  (21+ messages)

[PATCH v5 0/3] btrfs: support fsverity
 2021-06-25  4:50 UTC  (5+ messages)
` [PATCH v5 1/3] btrfs: add ro compat flags to inodes
` [PATCH v5 2/3] btrfs: initial fsverity support
` [PATCH v5 3/3] btrfs: verity metadata orphan items

[PATCH RFC 0/8] btrfs: experimental compression support for subpage
 2021-06-24  1:10 UTC  (13+ messages)
` [PATCH RFC 1/8] btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()
` [PATCH RFC 2/8] btrfs: make btrfs_subpage_end_and_test_writer() to handle pages not locked by btrfs_page_start_writer_lock()
` [PATCH RFC 3/8] btrfs: make compress_file_range() to be subpage compatible
` [PATCH RFC 4/8] btrfs: make btrfs_submit_compressed_write() "
` [PATCH RFC 5/8] btrfs: use async_chunk::async_cow to replace the confusing pending pointer
` [PATCH RFC 6/8] btrfs: make end_compressed_bio_writeback() to be subpage compatble
` [PATCH RFC 7/8] btrfs: make extent_write_locked_range() to be subpage compatible
` [PATCH RFC 8/8] btrfs: only allow subpage compression if the range fully covers the first page

the major/minor value of statx(kernel samples/vfs/test-statx.c) does not match /usr/bin/stat
 2021-06-23 22:19 UTC  (3+ messages)

[PATCH 1/1] btrfs: tests: remove unnecessary oom message
 2021-06-23 20:41 UTC  (6+ messages)

Filesystem goes readonly soon after mount, cannot free space or rebalance
 2021-06-23 16:29 UTC  (28+ messages)

[PATCH] btrfs: fix deadlock with concurrent chunk allocations involving system chunks
 2021-06-23  8:46 UTC  (6+ messages)

[PATCH v4 00/10] btrfs: defrag: rework to support sector perfect defrag
 2021-06-23  7:03 UTC  (3+ messages)

[PATCH] btrfs: Remove btrfs_fs_info::total_pinned
 2021-06-22 22:16 UTC  (3+ messages)

[PATCH] btrfs: handle shrink_delalloc pages calculation differently
 2021-06-22 13:04 UTC  (4+ messages)

[PATCH v4 0/9] btrfs: compression: refactor and enhancement preparing for subpage compression support
 2021-06-22 12:41 UTC  (9+ messages)
` [PATCH v4 2/9] btrfs: introduce compressed_bio::pending_sectors to trace compressed bio more elegantly

[PATCH 0/4][v2] btrfs: commit the transaction unconditionally for ensopc
 2021-06-22 11:11 UTC  (6+ messages)
` [PATCH 1/4] btrfs: rip out may_commit_transaction
` [PATCH 2/4] btrfs: remove FLUSH_DELAYED_REFS from data enospc flushing
` [PATCH 3/4] btrfs: rip the first_ticket_bytes logic from fail_all_tickets
` [PATCH 4/4] btrfs: rip out ->total_bytes_pinned

[PATCH 0/2] btrfs: fixes for send with relocation and reclaim
 2021-06-22 11:07 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] btrfs: ensure relocation never runs while we have send operations running
  ` [PATCH v2 2/2] btrfs: send: fix crash when memory allocations trigger reclaim

[PATCH 0/2] Mount option bit definitions cleanups
 2021-06-22 10:53 UTC  (5+ messages)
` [PATCH 1/2] btrfs: switch mount option bits to enums and use wider type
` [PATCH 2/2] btrfs: shorten integrity checker extent data mount option

Recover from "couldn't read tree root"?
 2021-06-22  3:26 UTC  (8+ messages)

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-06-22  0:50 UTC  (5+ messages)

Please don't waste maintainers' time on your KPI grabbing patches (AKA, don't be a KPI jerk)
 2021-06-21 23:39 UTC  (5+ messages)

[PATCH] btrfs: fix unbalanced unlock in qgroup_account_snapshot()
 2021-06-21 16:17 UTC  (3+ messages)

[PATCH v2] btrfs: fix lockdep warning while mounting sprout fs
 2021-06-21 15:52 UTC  (2+ messages)

Recovering from filesystem errors?
 2021-06-21 11:20 UTC  (3+ messages)

hung_task issue by wait_event() in check_system_chunk()
 2021-06-21 10:17 UTC  (2+ messages)

[syzbot] general protection fault in detach_extent_buffer_page
 2021-06-21  8:53 UTC  (2+ messages)

(no subject)
 2021-06-20 20:31 UTC 

[GIT PULL] Btrfs fix for 5.13-rc7
 2021-06-18 23:41 UTC  (2+ messages)

Kernel GPF on RAID6 replace
 2021-06-18 19:50 UTC  (3+ messages)

IO failure without other (device) error
 2021-06-18 18:24 UTC  (6+ messages)

[PATCH v5 00/11] btrfs: add data write support for subpage
 2021-06-18  7:24 UTC  (12+ messages)
` [PATCH v5 01/11] btrfs: extract relocation page read and dirty part into its own function
` [PATCH v5 02/11] btrfs: make relocate_one_page() to handle subpage case
` [PATCH v5 03/11] btrfs: fix wild subpage writeback which does not have ordered extent
` [PATCH v5 04/11] btrfs: disable inline extent creation for subpage
` [PATCH v5 05/11] btrfs: allow submit_extent_page() to do bio split "
` [PATCH v5 06/11] btrfs: reject raid5/6 fs "
` [PATCH v5 07/11] btrfs: fix a crash caused by race between prepare_pages() and btrfs_releasepage()
` [PATCH v5 08/11] btrfs: fix a use-after-free bug in writeback subpage helper
` [PATCH v5 09/11] btrfs: fix a subpage false alert for relocating partial preallocated data extents
` [PATCH v5 10/11] btrfs: fix a subpage relocation data corruption
` [PATCH v5 11/11] btrfs: allow read-write for 4K sectorsize on 64K page size systems


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 read-only IMAP folder(s) and NNTP newsgroup(s).