linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-22 17:07:11 to 2023-03-02 10:54:14 UTC [more...]

[6.2 regression][bisected]discard storm on idle since v6.1-rc8-59-g63a7cb130718 discard=async
 2023-03-02 10:54 UTC  (4+ messages)

[PATCH 0/3] Fix active zone accounting for zoned
 2023-03-02 10:04 UTC  (9+ messages)
` [PATCH 1/3] btrfs: rename BTRFS_FS_NO_OVERCOMMIT -> BTRFS_FS_ACTIVE_ZONE_TRACKING
` [PATCH 2/3] btrfs: clean up space_info usage in btrfs_update_block_group
` [PATCH 3/3] btrfs: handle active zone accounting properly

[PATCH v3] common/rc: don't clear superblock for zoned scratch pools
 2023-03-02 10:03 UTC 

[PATCH v7 00/13] btrfs: introduce RAID stripe tree
 2023-03-02  9:45 UTC  (14+ messages)
` [PATCH v7 01/13] btrfs: re-add trans parameter to insert_delayed_ref
` [PATCH v7 02/13] btrfs: add raid stripe tree definitions
` [PATCH v7 03/13] btrfs: read raid-stripe-tree from disk
` [PATCH v7 04/13] btrfs: add support for inserting raid stripe extents
` [PATCH v7 05/13] btrfs: delete stripe extent on extent deletion
` [PATCH v7 06/13] btrfs: lookup physical address from stripe extent
` [PATCH v7 07/13] btrfs: add raid stripe tree pretty printer
` [PATCH v7 08/13] btrfs: zoned: allow zoned RAID
` [PATCH v7 09/13] btrfs: check for leaks of ordered stripes on umount
` [PATCH v7 10/13] btrfs: add tracepoints for ordered stripes
` [PATCH v7 11/13] btrfs: announce presence of raid-stripe-tree in sysfs
` [PATCH v7 12/13] btrfs: consult raid-stripe-tree when scrubbing
` [PATCH v7 13/13] btrfs: add raid-stripe-tree to features enabled with debug

[PATCH v2] btrfs: handle missing chunk mapping more gracefully
 2023-03-02  7:56 UTC  (4+ messages)

[PATCH v2] common/rc: don't clear superblock for zoned scratch pools
 2023-03-02  7:17 UTC  (5+ messages)

[PATCH v2] btrfs: scrub: avoid unnecessary extent tree search for simple stripes
 2023-03-02  2:45 UTC 

[PATCH] btrfs: locking: use atomic for DREW lock writers
 2023-03-01 20:47 UTC 

[PATCH 00/11] btrfs: scrub: use a more reader friendly code to implement scrub_simple_mirror()
 2023-03-01 20:29 UTC  (5+ messages)
` [PATCH 01/11] btrfs: remove unused @path inside scrub_stripe()
` [PATCH 02/11] btrfs: remove @root and @csum_root arguments from scrub_simple_mirror()

[PATCH] btrfs: handle missing chunk mapping more gracefully
 2023-03-01 20:16 UTC  (2+ messages)

[PATCH] btrfs: scrub: avoid unnecessary extent tree search for simple stripes
 2023-03-01 20:13 UTC  (2+ messages)

[PATCH] btrfs: do not use replace target device as an extra mirror
 2023-03-01 19:08 UTC  (2+ messages)

[PATCH] btrfs: open_ctree() error handling cleanup
 2023-03-01 18:40 UTC  (3+ messages)

Btrfs progs release 6.2
 2023-03-01 18:25 UTC  (12+ messages)

improve type safety by passing struct btrfs_bio around
 2023-03-01 13:42 UTC  (11+ messages)
` [PATCH 01/10] btrfs: remove unused members from struct btrfs_encoded_read_private
` [PATCH 02/10] btrfs: cleanup btrfs_encoded_read_regular_fill_pages
` [PATCH 03/10] btrfs: move zero filling of compressed read bios into common code
` [PATCH 04/10] btrfs: pass a btrfs_bio to btrfs_submit_bio
` [PATCH 05/10] btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
` [PATCH 06/10] btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
` [PATCH 07/10] btrfs: simplify finding the inode in submit_one_bio
` [PATCH 08/10] btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrl
` [PATCH 09/10] btrfs: return a btrfs_bio from btrfs_bio_alloc
` [PATCH 10/10] btrfs: make btrfs_split_bio work on struct btrfs_bio

[RFC PATCH] btrfs: relocation: add a quick in-replace conversion optimization
 2023-03-01 10:43 UTC  (3+ messages)

[Regression] Bug 216961 - Severe IO scheduling starvation issues with btrfs
 2023-03-01  7:34 UTC  (6+ messages)

[RFC PATCH v1 0/2] Documentation: Introducing `wq_cpu_set` mount option for btrfs
 2023-03-01  2:06 UTC  (8+ messages)
` [RFC PATCH v1 1/2] Documentation: btrfs: Document wq_cpu_set mount option
` [RFC PATCH v1 2/2] Documentation: btrfs: Document the influence of wq_cpu_set to thread_pool option

btrfs.wiki.k.org is going to be archived
 2023-02-28 23:14 UTC 

[PATCH v2 0/2] btrfs: dio partial write corruption fix
 2023-02-28 22:43 UTC  (6+ messages)
` [PATCH v2 2/2] btrfs: fix dio continue after short write due to buffer page fault

[LSF TOPIC] online repair of filesystems: what next?
 2023-02-28 20:49 UTC 

cleanup submit_extent_page and friends v2
 2023-02-28 13:13 UTC  (19+ messages)
` [PATCH 01/12] btrfs: don't set force_bio_submit in read_extent_buffer_subpage
` [PATCH 02/12] btrfs: remove the force_bio_submit to submit_extent_page
` [PATCH 03/12] btrfs: store the bio opf in struct btrfs_bio_ctrl
` [PATCH 04/12] btrfs: remove the sync_io flag "
` [PATCH 05/12] btrfs: add a wbc pointer to "
` [PATCH 06/12] btrfs: move the compress_type check out of btrfs_bio_add_page
` [PATCH 07/12] btrfs: rename the this_bio_flag variable in btrfs_do_readpage
` [PATCH 08/12] btrfs: remove the compress_type argument to submit_extent_page
` [PATCH 09/12] btrfs: remove the submit_extent_page return value
` [PATCH 10/12] btrfs: simplify the error handling in __extent_writepage_io
` [PATCH 11/12] btrfs: check for contiguity in submit_extent_page
` [PATCH 12/12] btrfs: simplify submit_extent_page

[RFC PATCH v1 0/6] Introducing `wq_cpu_set` mount option for btrfs
 2023-02-28  8:01 UTC  (19+ messages)
` [RFC PATCH v1 1/6] workqueue: Add set_workqueue_cpumask() helper function
` [RFC PATCH v1 2/6] btrfs: Change `mount_opt` type in `struct btrfs_fs_info` to `u64`
` [RFC PATCH v1 3/6] btrfs: Create btrfs CPU set struct and helpers
` [RFC PATCH v1 4/6] btrfs: Add wq_cpu_set=%s mount option
` [RFC PATCH v1 5/6] btrfs: Adjust the default thread pool size when `wq_cpu_set` option is used
` [RFC PATCH v1 6/6] btrfs: Add `BTRFS_DEFAULT_MAX_THREAD_POOL_SIZE` macro

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-02-28  3:53 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] MAINTAINERS: update fscrypt git repo
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

cleanup btrfs_lookup_bio_sums v2
 2023-02-27 22:13 UTC  (4+ messages)
` [PATCH 2/2] btrfs: cleanup btrfs_lookup_bio_sums

[bug report] btrfs: drop extent map range more efficiently
 2023-02-27 21:59 UTC  (2+ messages)

[PATCH] btrfs: fix the mount crash caused by confusing return value
 2023-02-27 21:56 UTC  (4+ messages)

[PATCH v2] btrfs: sink calc_bio_boundaries into its only caller
 2023-02-27 21:31 UTC  (2+ messages)

[PATCH v2] btrfs: ioctl: allow dev info ioctl to return fsid of a device
 2023-02-27 18:56 UTC  (4+ messages)

[PATCH] btrfs: make btrfs_bin_search a macro
 2023-02-27 18:53 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] btrfs: opencode btrfs_bin_search()

[PATCH] btrfs: fix extent map logging bit not cleared for split maps after dropping range
 2023-02-27 18:43 UTC  (2+ messages)

[PATCH] btrfs: move all btree initialization into btrfs_init_btree_inode
 2023-02-27 18:41 UTC  (4+ messages)

Question / Idea regarding fragmentation caused by COW operations
 2023-02-27 17:14 UTC  (3+ messages)

[PATCH 4/5] afs: Zero bytes after 'oldsize' if we're expanding the file
 2023-02-27 14:49 UTC  (6+ messages)
` [PATCH 0/5] Fix a minor POSIX conformance problem

kernel BUG in btrfs_global_root_insert
 2023-02-27  6:23 UTC 

Why is converting from RAID1 to single in Btrfs an I/O-intensive operation?
 2023-02-26 18:52 UTC  (4+ messages)

[PATCH] btrfs: refactor __btrfs_map_block()
 2023-02-26  6:56 UTC 

[syzbot] [btrfs?] WARNING in __btrfs_update_delayed_inode
 2023-02-26  3:51 UTC 

[PATCH AUTOSEL 6.1 14/21] btrfs: scrub: improve tree block error reporting
 2023-02-26  3:42 UTC 

[PATCH AUTOSEL 6.2 14/21] btrfs: scrub: improve tree block error reporting
 2023-02-26  3:41 UTC 

linux-btrfs@vger.kernel.org
 2023-02-25 19:55 UTC 

Can we get an override for NOCOW?
 2023-02-25 14:13 UTC  (2+ messages)

[PATCH] btrfs: add test case for NODATASUM dev-replace
 2023-02-25 14:04 UTC  (2+ messages)

[PATCH] btrfs: add a test case to check btrfs won't crash on certain corruption
 2023-02-25  9:14 UTC 

issue discovered by hung_task_timeout_secs?
 2023-02-25  2:19 UTC  (4+ messages)

bug: btrfs receive: ERROR: clone: did not find source subvol
 2023-02-24 17:55 UTC  (4+ messages)

[PATCH 0/8] Fixup uninitialized warnings and enable extra checks
 2023-02-24 17:22 UTC  (6+ messages)
` [PATCH 8/8] btrfs: turn on -Wmaybe-uninitialized

[PATCH] fs: btrfs: limit the mapped length to the original length
 2023-02-24 14:43 UTC  (2+ messages)

[PATCH] common/rc: don't clear superblock for zoned scratch pools
 2023-02-24 13:40 UTC  (6+ messages)

[PATCH v2] generic: add test for direct io partial writes
 2023-02-24  9:44 UTC  (4+ messages)

[PATCH v4] btrfs: make dev-replace properly follow its read mode
 2023-02-23 21:21 UTC  (2+ messages)

[PATCH] btrfs: fix percent calculation for reclaim message
 2023-02-23 21:04 UTC  (3+ messages)

[PATCH v2 0/4] btrfs: reduce the memory usage for btrfs_io_context, and reduce its variable sized members
 2023-02-23 20:55 UTC  (5+ messages)
` [PATCH v2 2/4] btrfs: small improvement for btrfs_io_context structure

compression code cleanups
 2023-02-23 20:40 UTC  (2+ messages)

[PATCH] btrfs: scrub: fix an error in stripe offset calculation
 2023-02-23 19:51 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_exclop_balance (2)
 2023-02-23 14:48 UTC 

[PATCH] generic: add test for direct io partial writes
 2023-02-23 14:43 UTC  (4+ messages)

[RFC PATCH 00/17] fscrypt: add per-extent encryption keys
 2023-02-22 20:53 UTC  (4+ messages)


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).